diff options
author | Jörg Bornkessel <hd_brummy@gentoo.org> | 2012-03-09 22:44:58 +0000 |
---|---|---|
committer | Jörg Bornkessel <hd_brummy@gentoo.org> | 2012-03-09 22:44:58 +0000 |
commit | ebf29f0fdbe06c27c3901cb67c918bc878d5e83b (patch) | |
tree | 03f26a71f2155d34f4cf666e52c547b6d9782775 /eclass/vdr-plugin.eclass | |
parent | Based on 3.2.9 + genpatches-3.2-10 + grsecurity-2.9-3.2.9-201203062051 (diff) | |
download | gentoo-2-ebf29f0fdbe06c27c3901cb67c918bc878d5e83b.tar.gz gentoo-2-ebf29f0fdbe06c27c3901cb67c918bc878d5e83b.tar.bz2 gentoo-2-ebf29f0fdbe06c27c3901cb67c918bc878d5e83b.zip |
removed vdr-plugin_pkg_config function, unused, changed on 2008 to eselect vdrplugin handling
Diffstat (limited to 'eclass/vdr-plugin.eclass')
-rw-r--r-- | eclass/vdr-plugin.eclass | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/eclass/vdr-plugin.eclass b/eclass/vdr-plugin.eclass index 4af9860107d9..9334929fa3b1 100644 --- a/eclass/vdr-plugin.eclass +++ b/eclass/vdr-plugin.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/vdr-plugin.eclass,v 1.81 2012/02/15 18:41:24 hd_brummy Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/vdr-plugin.eclass,v 1.82 2012/03/09 22:44:58 hd_brummy Exp $ # @ECLASS: vdr-plugin.eclass # @MAINTAINER: @@ -590,11 +590,6 @@ vdr-plugin_pkg_postrm() { delete_orphan_plugindb_file } -vdr-plugin_pkg_config() { - ewarn "emerge --config ${PN} is no longer supported" - vdr-plugin_print_enable_command -} - case "${EAPI:-0}" in 2|3|4) EXPORT_FUNCTIONS pkg_setup src_unpack src_prepare src_compile src_install pkg_postinst pkg_postrm pkg_config |