diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-07-06 20:23:20 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-07-06 20:23:20 +0000 |
commit | de5ad80a95d0812c6892680b77f008595d836e2e (patch) | |
tree | 92649b24f7156caefd54a19dbec359bf4da6e782 /eclass | |
parent | Stable on IA64. (diff) | |
download | historical-de5ad80a95d0812c6892680b77f008595d836e2e.tar.gz historical-de5ad80a95d0812c6892680b77f008595d836e2e.tar.bz2 historical-de5ad80a95d0812c6892680b77f008595d836e2e.zip |
Remove ECLASS= and INHERITED= which haven't been necessary for a long time now
Diffstat (limited to 'eclass')
130 files changed, 129 insertions, 259 deletions
diff --git a/eclass/alternatives.eclass b/eclass/alternatives.eclass index af47c4c415ad..e25f7d769c2a 100644 --- a/eclass/alternatives.eclass +++ b/eclass/alternatives.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/alternatives.eclass,v 1.10 2005/07/06 20:20:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/alternatives.eclass,v 1.11 2005/07/06 20:23:20 agriffis Exp $ # Author : Alastair Tse <liquidx@gentoo.org> (03 Oct 2003) # Short Desc: Creates symlink to the latest version of multiple slotted @@ -42,7 +42,6 @@ # link to. It is probably more robust against version upgrades. You should # consider using this unless you are want to do something special. # -INHERITED="$INHERITED $ECLASS" # automatic deduction based on a symlink and a regex mask alternatives_auto_makesym() { diff --git a/eclass/aolserver.eclass b/eclass/aolserver.eclass index cfde378d0809..d3177abf42a5 100644 --- a/eclass/aolserver.eclass +++ b/eclass/aolserver.eclass @@ -1,11 +1,10 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/aolserver.eclass,v 1.6 2005/07/06 20:20:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/aolserver.eclass,v 1.7 2005/07/06 20:23:20 agriffis Exp $ # Authors: # Ian Leitch <port001@gentoo.org> -INHERITED="$INHERITED $ECLASS" DEPEND="$DEPEND www-servers/aolserver" RDEPEND="$RDEPEND www-servers/aolserver" diff --git a/eclass/apache-module.eclass b/eclass/apache-module.eclass index 7d0604dad95b..9a81a1154027 100644 --- a/eclass/apache-module.eclass +++ b/eclass/apache-module.eclass @@ -1,8 +1,7 @@ # Copyright 2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 or later # Author Michael Tindal <urilith@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/eclass/apache-module.eclass,v 1.10 2005/07/06 20:20:03 agriffis Exp $ -INHERITED="$INHERITED $ECLASS" +# $Header: /var/cvsroot/gentoo-x86/eclass/apache-module.eclass,v 1.11 2005/07/06 20:23:20 agriffis Exp $ inherit depend.apache diff --git a/eclass/aspell-dict.eclass b/eclass/aspell-dict.eclass index c21fc784b0c7..997f02b212d8 100644 --- a/eclass/aspell-dict.eclass +++ b/eclass/aspell-dict.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/aspell-dict.eclass,v 1.32 2005/07/06 20:20:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/aspell-dict.eclass,v 1.33 2005/07/06 20:23:20 agriffis Exp $ # # Author: Seemant Kulleen <seemant@gentoo.org> # @@ -8,7 +8,6 @@ # ebuilds for the new aspell dictionaries (from gnu.org) which support # aspell-0.50. Support for aspell-0.60 has been added by Sergey Ulanov. -INHERITED="${INHERITED} ${ECLASS}" EXPORT_FUNCTIONS src_compile src_install diff --git a/eclass/base.eclass b/eclass/base.eclass index 31ecc8576b21..6bfb021362c4 100644 --- a/eclass/base.eclass +++ b/eclass/base.eclass @@ -1,13 +1,12 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/base.eclass,v 1.25 2005/07/06 20:20:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/base.eclass,v 1.26 2005/07/06 20:23:20 agriffis Exp $ # # Author Dan Armak <danarmak@gentoo.org> # # The base eclass defines some default functions and variables. Nearly everything # else inherits from here. -INHERITED="$INHERITED $ECLASS" S=${WORKDIR}/${P} DESCRIPTION="Based on the $ECLASS eclass" diff --git a/eclass/bash-completion.eclass b/eclass/bash-completion.eclass index 15c376e3144c..d8434ae57f0c 100644 --- a/eclass/bash-completion.eclass +++ b/eclass/bash-completion.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/bash-completion.eclass,v 1.13 2005/07/06 20:20:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/bash-completion.eclass,v 1.14 2005/07/06 20:23:20 agriffis Exp $ # # Simple eclass that provides an interface for installing # contributed (ie not included in bash-completion proper) @@ -10,7 +10,6 @@ # # Please assign any bug reports to shell-tools@gentoo.org. -INHERITED="${INHERITED} ${ECLASS}" EXPORT_FUNCTIONS pkg_postinst IUSE="${IUSE} bash-completion" diff --git a/eclass/cannadic.eclass b/eclass/cannadic.eclass index 43bde232a36d..b8380f6e583e 100644 --- a/eclass/cannadic.eclass +++ b/eclass/cannadic.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/cannadic.eclass,v 1.9 2005/07/06 20:20:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/cannadic.eclass,v 1.10 2005/07/06 20:23:20 agriffis Exp $ # # Author: Mamoru KOMACHI <usata@gentoo.org> # @@ -8,7 +8,6 @@ # compatible dictionaries within the Portage system. # -INHERITED="$INHERITED $ECLASS" EXPORT_FUNCTIONS src_install pkg_setup pkg_postinst pkg_postrm IUSE="${IUSE} canna" diff --git a/eclass/ccc.eclass b/eclass/ccc.eclass index b5f2026db620..431f0f750957 100644 --- a/eclass/ccc.eclass +++ b/eclass/ccc.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ccc.eclass,v 1.16 2005/07/06 20:20:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ccc.eclass,v 1.17 2005/07/06 20:23:20 agriffis Exp $ # # Authors: Tavis Ormandy <taviso@gentoo.org> # Aron Griffis <agriffis@gentoo.org> @@ -13,7 +13,6 @@ inherit flag-o-matic -INHERITED="${INHERITED} ${ECLASS}" # define this to make this eclass noisy. #DEBUG_CCC_ECLASS=1 diff --git a/eclass/check-kernel.eclass b/eclass/check-kernel.eclass index 3d186a099edf..5e78855b2835 100644 --- a/eclass/check-kernel.eclass +++ b/eclass/check-kernel.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/check-kernel.eclass,v 1.6 2005/07/06 20:20:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/check-kernel.eclass,v 1.7 2005/07/06 20:23:20 agriffis Exp $ # Author: Martin Schlemmer <azarah@gentoo.org> # Eclass'd by: Seemant Kulleen <seemant@gentoo.org> @@ -8,7 +8,6 @@ # The check-kernel eclass is designed to detect the kernel sources and # report info on the versions -INHERITED="${INHERITED} ${ECLASS}" DEPEND="sys-apps/gawk" diff --git a/eclass/check-reqs.eclass b/eclass/check-reqs.eclass index 47e6573db040..6dcaf1de23db 100644 --- a/eclass/check-reqs.eclass +++ b/eclass/check-reqs.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/check-reqs.eclass,v 1.3 2005/07/06 20:20:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/check-reqs.eclass,v 1.4 2005/07/06 20:23:20 agriffis Exp $ # # Original Author: Ciaran McCreesh <ciaranm@gentoo.org> # @@ -52,7 +52,6 @@ inherit eutils -INHERITED="$INHERITED $ECLASS" check_reqs() { [ -n "$1" ] && die "Usage: check_reqs" diff --git a/eclass/common-lisp.eclass b/eclass/common-lisp.eclass index ac979c8d38be..05f5b8e945d0 100644 --- a/eclass/common-lisp.eclass +++ b/eclass/common-lisp.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/common-lisp.eclass,v 1.10 2005/07/06 20:20:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/common-lisp.eclass,v 1.11 2005/07/06 20:23:20 agriffis Exp $ # # Author Matthew Kennedy <mkennedy@gentoo.org> # @@ -8,7 +8,6 @@ # Common Lisp libraries inherit common-lisp-common -INHERITED="$INHERITED $ECLASS" CLPACKAGE= DEPEND="dev-lisp/common-lisp-controller" diff --git a/eclass/commonbox.eclass b/eclass/commonbox.eclass index c725c5394e36..87fd1c162c64 100644 --- a/eclass/commonbox.eclass +++ b/eclass/commonbox.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/commonbox.eclass,v 1.27 2005/07/06 20:20:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/commonbox.eclass,v 1.28 2005/07/06 20:23:20 agriffis Exp $ # # Author: Seemant Kulleen <seemant@gentoo.org> # @@ -10,7 +10,6 @@ # commonbox-utils dependency, and default styles with the commonbox-styles # utility. They all share the /usr/share/commonbox directory now. -INHERITED="$INHERITED $ECLASS" EXPORT_FUNCTIONS src_compile src_install pkg_postinst diff --git a/eclass/cron.eclass b/eclass/cron.eclass index ef832a286991..149bb41e60cf 100644 --- a/eclass/cron.eclass +++ b/eclass/cron.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/cron.eclass,v 1.6 2005/07/06 20:20:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/cron.eclass,v 1.7 2005/07/06 20:23:20 agriffis Exp $ # Original Author: Aaron Walker <ka0ttic@gentoo.org> # @@ -16,7 +16,6 @@ inherit eutils flag-o-matic -INHERITED="$INHERITED $ECLASS" EXPORT_FUNCTIONS pkg_postinst SLOT="0" diff --git a/eclass/cvs.eclass b/eclass/cvs.eclass index 04d8da65fccc..d41d0419e548 100644 --- a/eclass/cvs.eclass +++ b/eclass/cvs.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/cvs.eclass,v 1.56 2005/07/06 20:20:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/cvs.eclass,v 1.57 2005/07/06 20:23:20 agriffis Exp $ # Current Maintainer: Tal Peer <coredumb@gentoo.org> # Original Author: Dan Armak <danarmak@gentoo.org> @@ -26,7 +26,6 @@ # anyone actually need to use it with anything other than SSH?) -INHERITED="$INHERITED $ECLASS" # Users shouldn't change these settings! The ebuild/eclass inheriting # this eclass will take care of that. If you want to set the global diff --git a/eclass/db.eclass b/eclass/db.eclass index b0b5102ebdf3..85b81d8ede6f 100644 --- a/eclass/db.eclass +++ b/eclass/db.eclass @@ -1,9 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/db.eclass,v 1.17 2005/07/06 20:20:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/db.eclass,v 1.18 2005/07/06 20:23:20 agriffis Exp $ # This is a common location for functions used in the sys-libs/db ebuilds -INHERITED="$INHERITED $ECLASS" db_fix_so () { cd ${ROOT}/usr/lib diff --git a/eclass/db4-fix.eclass b/eclass/db4-fix.eclass index 3186ff58518e..4f4e84355f98 100644 --- a/eclass/db4-fix.eclass +++ b/eclass/db4-fix.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/db4-fix.eclass,v 1.5 2005/07/06 20:20:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/db4-fix.eclass,v 1.6 2005/07/06 20:23:20 agriffis Exp $ # # Author: Paul de Vrieze <pauldv@gentoo.org> # @@ -9,7 +9,6 @@ # the dodb4-fix script should be run from the directory where autoconf needs to # be run from -INHERITED="$INHERITED $ECLASS" DEPEND="sys-apps/sed" diff --git a/eclass/debug.eclass b/eclass/debug.eclass index 127d2ec8f704..6581232b3624 100644 --- a/eclass/debug.eclass +++ b/eclass/debug.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/debug.eclass,v 1.22 2005/07/06 20:20:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/debug.eclass,v 1.23 2005/07/06 20:23:20 agriffis Exp $ # # Author: Spider # @@ -8,7 +8,6 @@ # and to remove "bad" flags from CFLAGS # Debug ECLASS -INHERITED="$INHERITED $ECLASS" IUSE="debug" if useq debug; then diff --git a/eclass/depend.apache.eclass b/eclass/depend.apache.eclass index 4a9ce4af5c63..460a75e058e8 100644 --- a/eclass/depend.apache.eclass +++ b/eclass/depend.apache.eclass @@ -1,7 +1,6 @@ # Copyright 2004-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/eclass/depend.apache.eclass,v 1.16 2005/07/06 20:20:03 agriffis Exp $ -INHERITED="$INHERITED $ECLASS" +# $Header: /var/cvsroot/gentoo-x86/eclass/depend.apache.eclass,v 1.17 2005/07/06 20:23:20 agriffis Exp $ ###### ## Apache Common Variables diff --git a/eclass/distutils.eclass b/eclass/distutils.eclass index ac4d658235d0..ce69194c6a97 100644 --- a/eclass/distutils.eclass +++ b/eclass/distutils.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/distutils.eclass,v 1.26 2005/07/06 20:20:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/distutils.eclass,v 1.27 2005/07/06 20:23:20 agriffis Exp $ # # Author: Jon Nelson <jnelson@gentoo.org> # Current Maintainer: Alastair Tse <liquidx@gentoo.org> @@ -21,7 +21,6 @@ inherit python eutils -INHERITED="$INHERITED $ECLASS" # This helps make it possible to add extensions to python slots. # Normally only a -py21- ebuild would set PYTHON_SLOT_VERSION. diff --git a/eclass/ebook.eclass b/eclass/ebook.eclass index b9cd532464df..a08ca0137af0 100644 --- a/eclass/ebook.eclass +++ b/eclass/ebook.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ebook.eclass,v 1.23 2005/07/06 20:20:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ebook.eclass,v 1.24 2005/07/06 20:23:20 agriffis Exp $ # # Author Francisco Gimeno <kikov@fco-gimeno.com> # Mantainer José Alberto Suárez López <bass@gentoo.org> @@ -9,7 +9,6 @@ # The ebook eclass defines some default functions and variables to # install ebooks. -INHERITED="$INHERITED $ECLASS" HOMEPAGE="http://lidn.sourceforge.net" IUSE="kde" diff --git a/eclass/eclipse-ext.eclass b/eclass/eclipse-ext.eclass index b1bdc8a98a42..9232183d5b30 100644 --- a/eclass/eclipse-ext.eclass +++ b/eclass/eclipse-ext.eclass @@ -1,12 +1,11 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/eclipse-ext.eclass,v 1.9 2005/07/06 20:20:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/eclipse-ext.eclass,v 1.10 2005/07/06 20:23:20 agriffis Exp $ # Author: Karl Trygve Kalleberg <karltk@gentoo.org> # Maintainer: Karl Trygve Kalleberg <karltk@gentoo.org> inherit base eutils -INHERITED="${INHERITED} ${ECLASS}" IUSE="${IUSE}" SLOT="${SLOT}" diff --git a/eclass/elisp-common.eclass b/eclass/elisp-common.eclass index 41dc4166f55f..2c3af542fca4 100644 --- a/eclass/elisp-common.eclass +++ b/eclass/elisp-common.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/elisp-common.eclass,v 1.11 2005/07/06 20:20:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/elisp-common.eclass,v 1.12 2005/07/06 20:23:20 agriffis Exp $ # # Copyright 2002-2003 Matthew Kennedy <mkennedy@gentoo.org> # Copyright 2003 Jeremy Maitin-Shepard <jbms@attbi.com> @@ -8,7 +8,6 @@ # This is not an eclass, but it does provide emacs-related # installation utilities. -INHERITED="$INHERITED $ECLASS" SITELISP=/usr/share/emacs/site-lisp diff --git a/eclass/elisp.eclass b/eclass/elisp.eclass index c283b82c4161..41cc81317347 100644 --- a/eclass/elisp.eclass +++ b/eclass/elisp.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/elisp.eclass,v 1.12 2005/07/06 20:20:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/elisp.eclass,v 1.13 2005/07/06 20:23:20 agriffis Exp $ # # Copyright 2002-2003 Matthew Kennedy <mkennedy@gentoo.org> # Copyright 2003 Jeremy Maitin-Shepard <jbms@attbi.com> @@ -8,7 +8,6 @@ # This eclass sets the site-lisp directory for emacs-related packages. inherit elisp-common -INHERITED="$INHERITED $ECLASS" # SRC_URI should be set to wherever the primary app-emacs/ maintainer # keeps the local elisp mirror, since most app-emacs packages are diff --git a/eclass/embassy-2.10.eclass b/eclass/embassy-2.10.eclass index fcb8ee5390ff..d4e356992a75 100644 --- a/eclass/embassy-2.10.eclass +++ b/eclass/embassy-2.10.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/embassy-2.10.eclass,v 1.4 2005/07/06 20:20:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/embassy-2.10.eclass,v 1.5 2005/07/06 20:23:20 agriffis Exp $ # Author Olivier Fisette <ribosome@gentoo.org> @@ -12,7 +12,6 @@ inherit eutils multilib -INHERITED="$INHERITED $ECLASS" # EMBOSS version needed for the EMBASSY packages EBOV="2.10.0" diff --git a/eclass/embassy-2.9.eclass b/eclass/embassy-2.9.eclass index 2d76f7d7f357..8e1ac055e0cb 100644 --- a/eclass/embassy-2.9.eclass +++ b/eclass/embassy-2.9.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/embassy-2.9.eclass,v 1.5 2005/07/06 20:20:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/embassy-2.9.eclass,v 1.6 2005/07/06 20:23:20 agriffis Exp $ # Author Olivier Fisette <ribosome@gentoo.org> @@ -12,7 +12,6 @@ inherit eutils multilib -INHERITED="$INHERITED $ECLASS" # EMBOSS version needed for the EMBASSY packages EBOV="2.9.0" diff --git a/eclass/embassy.eclass b/eclass/embassy.eclass index cb4dc352bac7..fa8806903b69 100644 --- a/eclass/embassy.eclass +++ b/eclass/embassy.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/embassy.eclass,v 1.9 2005/07/06 20:20:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/embassy.eclass,v 1.10 2005/07/06 20:23:20 agriffis Exp $ # Author Olivier Fisette <ribosome@gentoo.org> @@ -12,7 +12,6 @@ inherit eutils -INHERITED="$INHERITED $ECLASS" # EMBOSS version needed for the EMBASSY packages EBOV="2.9.0" diff --git a/eclass/enlightenment.eclass b/eclass/enlightenment.eclass index 48bff5506442..7ed1a357043f 100644 --- a/eclass/enlightenment.eclass +++ b/eclass/enlightenment.eclass @@ -1,12 +1,11 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/enlightenment.eclass,v 1.49 2005/07/06 20:20:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/enlightenment.eclass,v 1.50 2005/07/06 20:23:20 agriffis Exp $ # # Author: vapier@gentoo.org inherit eutils -INHERITED="$INHERITED $ECLASS" EXPORT_FUNCTIONS pkg_setup src_unpack src_compile src_install pkg_postinst diff --git a/eclass/eutils.eclass b/eclass/eutils.eclass index 46db73915ba1..26cea3aa960e 100644 --- a/eclass/eutils.eclass +++ b/eclass/eutils.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.186 2005/07/06 20:20:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.187 2005/07/06 20:23:20 agriffis Exp $ # # Author: Martin Schlemmer <azarah@gentoo.org> # @@ -10,7 +10,6 @@ # NB: If you add anything, please comment it! inherit multilib -INHERITED="$INHERITED $ECLASS" DEPEND="!bootstrap? ( sys-devel/patch )" # sys-apps/shadow is needed for useradd, etc, bug #94745. diff --git a/eclass/fdo-mime.eclass b/eclass/fdo-mime.eclass index d6d2981220ff..281540f024a1 100644 --- a/eclass/fdo-mime.eclass +++ b/eclass/fdo-mime.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/fdo-mime.eclass,v 1.3 2005/07/06 20:20:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/fdo-mime.eclass,v 1.4 2005/07/06 20:23:20 agriffis Exp $ # Author: # foser <foser@gentoo.org> @@ -8,7 +8,6 @@ # utility eclass to update the desktop mime info as laid out in the freedesktop specs & implementations # <references here> -INHERITED="$INHERITED $ECLASS" # Updates the desktop database # Generates a list of mimetypes linked to applications that can handle them diff --git a/eclass/findlib.eclass b/eclass/findlib.eclass index 2d1f4d66403e..91cc5a8877e9 100644 --- a/eclass/findlib.eclass +++ b/eclass/findlib.eclass @@ -1,13 +1,12 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/findlib.eclass,v 1.3 2005/07/06 20:20:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/findlib.eclass,v 1.4 2005/07/06 20:23:20 agriffis Exp $ # # Author : Matthieu Sozeau <mattam@gentoo.org> # # ocamlfind (a.k.a. findlib) eclass # -INHERITED="$INHERITED $ECLASS" # From this findlib version there is proper stublibs support. DEPEND=">=dev-ml/findlib-1.0.4-r1" diff --git a/eclass/fixheadtails.eclass b/eclass/fixheadtails.eclass index 245cdf2d42cf..599633b5ba7f 100644 --- a/eclass/fixheadtails.eclass +++ b/eclass/fixheadtails.eclass @@ -1,10 +1,9 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/fixheadtails.eclass,v 1.7 2005/07/06 20:20:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/fixheadtails.eclass,v 1.8 2005/07/06 20:23:20 agriffis Exp $ # # Author John Mylchreest <johnm@gentoo.org> -INHERITED="$INHERITED $ECLASS" DEPEND="${DEPEND} >=sys-apps/sed-4" # ht_fix_all diff --git a/eclass/flag-o-matic.eclass b/eclass/flag-o-matic.eclass index 9d11b873003d..07165a00933c 100644 --- a/eclass/flag-o-matic.eclass +++ b/eclass/flag-o-matic.eclass @@ -1,8 +1,7 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.88 2005/07/06 20:20:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.89 2005/07/06 20:23:20 agriffis Exp $ -INHERITED="$INHERITED $ECLASS" # need access to emktemp() inherit eutils toolchain-funcs multilib diff --git a/eclass/font.eclass b/eclass/font.eclass index ddaf7fd347d2..68cc2d4805ba 100644 --- a/eclass/font.eclass +++ b/eclass/font.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/font.eclass,v 1.13 2005/07/06 20:20:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/font.eclass,v 1.14 2005/07/06 20:23:20 agriffis Exp $ # Author: foser <foser@gentoo.org> @@ -10,7 +10,6 @@ inherit eutils -INHERITED="$INHERITED $ECLASS" # # Variable declarations diff --git a/eclass/fox.eclass b/eclass/fox.eclass index 7be4723e74c1..6b9374b35582 100644 --- a/eclass/fox.eclass +++ b/eclass/fox.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/fox.eclass,v 1.2 2005/07/06 20:20:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/fox.eclass,v 1.3 2005/07/06 20:23:20 agriffis Exp $ # fox eclass # @@ -31,7 +31,6 @@ inherit eutils libtool -INHERITED="$INHERITED $ECLASS" FOX_PV="${FOX_PV:-${PV}}" PVP=(${FOX_PV//[-\._]/ }) diff --git a/eclass/freedict.eclass b/eclass/freedict.eclass index 53ef8a8b4419..c06b2f1032d1 100644 --- a/eclass/freedict.eclass +++ b/eclass/freedict.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/freedict.eclass,v 1.11 2005/07/06 20:20:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/freedict.eclass,v 1.12 2005/07/06 20:23:20 agriffis Exp $ # Author: Seemant Kulleen <seemant@gentoo.org> # This eclass exists to ease the installation of freedict translation @@ -10,7 +10,6 @@ inherit eutils -INHERITED="$INHERITED $ECLASS" IUSE="" diff --git a/eclass/games-etmod.eclass b/eclass/games-etmod.eclass index 6386e09a71eb..065576ead095 100644 --- a/eclass/games-etmod.eclass +++ b/eclass/games-etmod.eclass @@ -1,10 +1,9 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/games-etmod.eclass,v 1.7 2005/07/06 20:20:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/games-etmod.eclass,v 1.8 2005/07/06 20:23:20 agriffis Exp $ inherit games -INHERITED="$INHERITED $ECLASS" EXPORT_FUNCTIONS src_install pkg_postinst diff --git a/eclass/games-q3mod.eclass b/eclass/games-q3mod.eclass index 4002a5bd4995..546f531c57f8 100644 --- a/eclass/games-q3mod.eclass +++ b/eclass/games-q3mod.eclass @@ -1,10 +1,9 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/games-q3mod.eclass,v 1.27 2005/07/06 20:20:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/games-q3mod.eclass,v 1.28 2005/07/06 20:23:20 agriffis Exp $ inherit games -INHERITED="$INHERITED $ECLASS" EXPORT_FUNCTIONS src_install pkg_postinst diff --git a/eclass/games-ut2k4mod.eclass b/eclass/games-ut2k4mod.eclass index dc6fca1396b8..2d19beac0dc3 100644 --- a/eclass/games-ut2k4mod.eclass +++ b/eclass/games-ut2k4mod.eclass @@ -1,10 +1,9 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/games-ut2k4mod.eclass,v 1.6 2005/07/06 20:20:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/games-ut2k4mod.eclass,v 1.7 2005/07/06 20:23:20 agriffis Exp $ inherit games -INHERITED="$INHERITED $ECLASS" EXPORT_FUNCTIONS pkg_nofetch src_unpack src_install pkg_postinst diff --git a/eclass/games.eclass b/eclass/games.eclass index 719ffd73930f..799c42828eb0 100644 --- a/eclass/games.eclass +++ b/eclass/games.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/games.eclass,v 1.101 2005/07/06 20:20:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/games.eclass,v 1.102 2005/07/06 20:23:20 agriffis Exp $ # # devlist: {vapier,wolf31o2,mr_bones_}@gentoo.org -> games@gentoo.org # @@ -10,7 +10,6 @@ inherit eutils gnuconfig -INHERITED="$INHERITED $ECLASS" EXPORT_FUNCTIONS pkg_preinst pkg_postinst src_compile pkg_setup diff --git a/eclass/gcc.eclass b/eclass/gcc.eclass index 972627f1ffc6..a286ee1eb89a 100644 --- a/eclass/gcc.eclass +++ b/eclass/gcc.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gcc.eclass,v 1.21 2005/07/06 20:20:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gcc.eclass,v 1.22 2005/07/06 20:23:20 agriffis Exp $ # STOP USING THIS ECLASS @@ -14,7 +14,6 @@ ewarn "Please upgrade your package (${PF}) to use toolchain-funcs.eclass" inherit eutils -INHERITED="$INHERITED $ECLASS" DEPEND="${DEPEND} sys-devel/gcc" diff --git a/eclass/gdesklets.eclass b/eclass/gdesklets.eclass index dbe2e6b80382..fb5d952956db 100644 --- a/eclass/gdesklets.eclass +++ b/eclass/gdesklets.eclass @@ -1,6 +1,6 @@ # Copyright 2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/eclass/gdesklets.eclass,v 1.6 2005/07/06 20:20:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gdesklets.eclass,v 1.7 2005/07/06 20:23:20 agriffis Exp $ # # Authors: Joe Sapp <nixphoeni@gentoo.org> # Mike Gardiner <obz@gentoo.org> @@ -18,7 +18,6 @@ inherit eutils multilib -INHERITED="$INHERITED $ECLASS" MY_P="${DESKLET_NAME}-${PV}" S=${WORKDIR}/${DESKLET_NAME} diff --git a/eclass/gems.eclass b/eclass/gems.eclass index 127ef7756cdd..57690a2eab53 100644 --- a/eclass/gems.eclass +++ b/eclass/gems.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gems.eclass,v 1.4 2005/07/06 20:20:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gems.eclass,v 1.5 2005/07/06 20:23:20 agriffis Exp $ # # Author: Rob Cakebread <pythonhead@gentoo.org> # Current Maintainer: Rob Cakebread <pythonhead@gentoo.org> @@ -21,7 +21,6 @@ inherit ruby eutils -INHERITED="$INHERITED $ECLASS" DEPEND=">=dev-ruby/rubygems-0.8.4-r1" diff --git a/eclass/ghc-package.eclass b/eclass/ghc-package.eclass index fb3b19681a2e..bf1f70107861 100644 --- a/eclass/ghc-package.eclass +++ b/eclass/ghc-package.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ghc-package.eclass,v 1.12 2005/07/06 20:20:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ghc-package.eclass,v 1.13 2005/07/06 20:23:20 agriffis Exp $ # # Author: Andres Loeh <kosmikus@gentoo.org> # @@ -9,7 +9,6 @@ inherit versionator -INHERITED="${INHERITED} ${ECLASS}" # promote /opt/ghc/bin to a better position in the search path PATH="/usr/bin:/opt/ghc/bin:${PATH}" diff --git a/eclass/gnome.org.eclass b/eclass/gnome.org.eclass index 73d230a89b32..ade40ba266cc 100644 --- a/eclass/gnome.org.eclass +++ b/eclass/gnome.org.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gnome.org.eclass,v 1.8 2005/07/06 20:20:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnome.org.eclass,v 1.9 2005/07/06 20:23:20 agriffis Exp $ # # Authors: # Spidler <spidler@gentoo.org> @@ -8,7 +8,6 @@ # # Gnome ECLASS. mainly SRC_URI settings -INHERITED="$INHERITED $ECLASS" [ -z "${GNOME_TARBALL_SUFFIX}" ] && export GNOME_TARBALL_SUFFIX="bz2" PVP=(${PV//[-\._]/ }) diff --git a/eclass/gnome2.eclass b/eclass/gnome2.eclass index 87d8288bf35e..9385e9b9a15a 100644 --- a/eclass/gnome2.eclass +++ b/eclass/gnome2.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gnome2.eclass,v 1.50 2005/07/06 20:20:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnome2.eclass,v 1.51 2005/07/06 20:23:20 agriffis Exp $ # # Authors: # Bruce A. Locke <blocke@shivan.org> @@ -9,7 +9,6 @@ inherit libtool gnome.org debug fdo-mime # Gnome 2 ECLASS -INHERITED="$INHERITED $ECLASS" G2CONF="" # extra configure opts passed to econf ELTCONF="" # extra options passed to elibtoolize diff --git a/eclass/gnuconfig.eclass b/eclass/gnuconfig.eclass index 3ab820c74247..fe33953ca550 100644 --- a/eclass/gnuconfig.eclass +++ b/eclass/gnuconfig.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gnuconfig.eclass,v 1.28 2005/07/06 20:20:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnuconfig.eclass,v 1.29 2005/07/06 20:23:20 agriffis Exp $ # # Author: Will Woods <wwoods@gentoo.org> # @@ -18,7 +18,6 @@ # # gnuconfig_update should generally be called from src_unpack() -INHERITED="$INHERITED $ECLASS" DEPEND="sys-devel/gnuconfig" diff --git a/eclass/gnustep-funcs.eclass b/eclass/gnustep-funcs.eclass index 95bc5e5d56e6..3f08dcf73f73 100644 --- a/eclass/gnustep-funcs.eclass +++ b/eclass/gnustep-funcs.eclass @@ -1,10 +1,9 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gnustep-funcs.eclass,v 1.6 2005/07/06 20:20:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnustep-funcs.eclass,v 1.7 2005/07/06 20:23:20 agriffis Exp $ inherit toolchain-funcs eutils -INHERITED="$INHERITED $ECLASS" DESCRIPTION="EClass that centralizes access to GNUstep environment information." diff --git a/eclass/gnustep-old.eclass b/eclass/gnustep-old.eclass index b29766ca3fa9..86e9eccb2497 100644 --- a/eclass/gnustep-old.eclass +++ b/eclass/gnustep-old.eclass @@ -1,8 +1,7 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gnustep-old.eclass,v 1.7 2005/07/06 20:20:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnustep-old.eclass,v 1.8 2005/07/06 20:23:20 agriffis Exp $ -INHERITED="$INHERITED $ECLASS" DESCRIPTION="Based on the gnustep eclass." diff --git a/eclass/gnustep.eclass b/eclass/gnustep.eclass index 2b82ddc3610c..6c09ceb5758d 100644 --- a/eclass/gnustep.eclass +++ b/eclass/gnustep.eclass @@ -1,10 +1,9 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gnustep.eclass,v 1.28 2005/07/06 20:20:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnustep.eclass,v 1.29 2005/07/06 20:23:20 agriffis Exp $ inherit gnustep-funcs eutils flag-o-matic -INHERITED="$INHERITED $ECLASS" DESCRIPTION="EClass designed to facilitate building GNUstep Apps, Frameworks, and Bundles on Gentoo." diff --git a/eclass/gst-plugins.eclass b/eclass/gst-plugins.eclass index 8cdefb626a9b..687c4031f9ce 100644 --- a/eclass/gst-plugins.eclass +++ b/eclass/gst-plugins.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins.eclass,v 1.26 2005/07/06 20:20:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins.eclass,v 1.27 2005/07/06 20:23:20 agriffis Exp $ # Author : foser <foser@gentoo.org> @@ -16,7 +16,6 @@ inherit eutils -INHERITED="$INHERITED $ECLASS" ### # variable declarations diff --git a/eclass/gtk-engines.eclass b/eclass/gtk-engines.eclass index de44122c3cfc..ddc531914910 100644 --- a/eclass/gtk-engines.eclass +++ b/eclass/gtk-engines.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gtk-engines.eclass,v 1.31 2005/07/06 20:20:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gtk-engines.eclass,v 1.32 2005/07/06 20:23:20 agriffis Exp $ # # The gtk-engines eclass is inherited by all gtk-engines-* ebuilds. # @@ -20,7 +20,6 @@ inherit eutils -INHERITED="$INHERITED $ECLASS" [ -n "$DEBUG" ] && einfo "Entering gtk-engines.eclass" diff --git a/eclass/gtk-engines2.eclass b/eclass/gtk-engines2.eclass index cae498524c6d..ae4d62221a41 100644 --- a/eclass/gtk-engines2.eclass +++ b/eclass/gtk-engines2.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gtk-engines2.eclass,v 1.10 2005/07/06 20:20:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gtk-engines2.eclass,v 1.11 2005/07/06 20:23:20 agriffis Exp $ # Author: Alastair Tse <liquidx@gentoo.org> # @@ -43,7 +43,6 @@ inherit eutils -INHERITED="$INHERITED $ECLASS" DESCRIPTION="GTK+1/2 ${PN/gtk-engines-} Theme Engine" HOMEPAGE="http://art.gnome.org/ http://themes.freshmeat.net/" diff --git a/eclass/gtk-sharp-component.eclass b/eclass/gtk-sharp-component.eclass index 08a10e971a43..8ba3b2260cac 100644 --- a/eclass/gtk-sharp-component.eclass +++ b/eclass/gtk-sharp-component.eclass @@ -1,13 +1,12 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gtk-sharp-component.eclass,v 1.17 2005/07/06 20:20:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gtk-sharp-component.eclass,v 1.18 2005/07/06 20:23:20 agriffis Exp $ # Author : Peter Johanson <latexer@gentoo.org> # Based off of original work in gst-plugins.eclass by <foser@gentoo.org> inherit eutils mono multilib -INHERITED="$INHERITED $ECLASS" LICENSE="LGPL-2" diff --git a/eclass/horde.eclass b/eclass/horde.eclass index 1604ec267c12..1cc2d2e20125 100644 --- a/eclass/horde.eclass +++ b/eclass/horde.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/horde.eclass,v 1.20 2005/07/06 20:20:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/horde.eclass,v 1.21 2005/07/06 20:23:20 agriffis Exp $ # # Help manage the horde project http://www.horde.org/ # @@ -25,7 +25,6 @@ inherit webapp eutils [[ ${PN} != ${PN/-cvs} ]] && inherit cvs -INHERITED="$INHERITED $ECLASS" EXPORT_FUNCTIONS pkg_setup src_unpack src_install pkg_postinst diff --git a/eclass/iiimf.eclass b/eclass/iiimf.eclass index 832f60a3f91a..b9a3cd860cc2 100644 --- a/eclass/iiimf.eclass +++ b/eclass/iiimf.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/iiimf.eclass,v 1.11 2005/07/06 20:20:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/iiimf.eclass,v 1.12 2005/07/06 20:23:20 agriffis Exp $ # # Author: Mamoru KOMACHI <usata@gentoo.org> # @@ -8,7 +8,6 @@ # libraries, servers, clients and modules within the Portage system. # -INHERITED="$INHERITED $ECLASS" EXPORT_FUNCTIONS src_compile src_install IMSDK_PV="r${PV//./_}" diff --git a/eclass/jakarta-commons.eclass b/eclass/jakarta-commons.eclass index 112b4bbe38a0..ac67df65a255 100644 --- a/eclass/jakarta-commons.eclass +++ b/eclass/jakarta-commons.eclass @@ -1,9 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/jakarta-commons.eclass,v 1.15 2005/07/06 20:20:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/jakarta-commons.eclass,v 1.16 2005/07/06 20:23:20 agriffis Exp $ inherit base java-pkg -INHERITED="$INHERITED $ECLASS" IUSE="$IUSE" DESCRIPTION="Based on the $ECLASS eclass" diff --git a/eclass/java-pkg.eclass b/eclass/java-pkg.eclass index 49c9b3d5620b..22ca691a3728 100644 --- a/eclass/java-pkg.eclass +++ b/eclass/java-pkg.eclass @@ -1,8 +1,7 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/java-pkg.eclass,v 1.24 2005/07/06 20:20:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/java-pkg.eclass,v 1.25 2005/07/06 20:23:20 agriffis Exp $ -INHERITED="${INHERITED} ${ECLASS}" IUSE="${IUSE}" SLOT="${SLOT}" diff --git a/eclass/java-utils.eclass b/eclass/java-utils.eclass index 81c66b6072db..4818fe597254 100644 --- a/eclass/java-utils.eclass +++ b/eclass/java-utils.eclass @@ -9,7 +9,6 @@ inherit eutils -INHERITED="$INHERITED $ECLASS" DESCRIPTION="Based on the $ECLASS eclass" DEPEND=">=dev-java/java-config-1.2.7" diff --git a/eclass/java.eclass b/eclass/java.eclass index a88fe2010bb1..36f74e5c55bf 100644 --- a/eclass/java.eclass +++ b/eclass/java.eclass @@ -1,12 +1,11 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/java.eclass,v 1.21 2005/07/06 20:20:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/java.eclass,v 1.22 2005/07/06 20:23:20 agriffis Exp $ # # Author: Karl Trygve Kalleberg <karltk@gentoo.org> inherit eutils -INHERITED="$INHERITED $ECLASS" DESCRIPTION="Based on the $ECLASS eclass" VMHANDLE=${PN}-${PV} diff --git a/eclass/kde-dist.eclass b/eclass/kde-dist.eclass index e68460b668c5..234f86c5250f 100644 --- a/eclass/kde-dist.eclass +++ b/eclass/kde-dist.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/kde-dist.eclass,v 1.65 2005/07/06 20:20:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kde-dist.eclass,v 1.66 2005/07/06 20:23:20 agriffis Exp $ # # Author Dan Armak <danarmak@gentoo.org> # @@ -8,7 +8,6 @@ # Don't use it for e.g. kdevelop, koffice because of their separate versioning schemes. inherit kde -INHERITED="$INHERITED $ECLASS" # kde 3.1 prereleases have tarball versions of 3.0.6 ff unset SRC_URI diff --git a/eclass/kde-functions.eclass b/eclass/kde-functions.eclass index de0ace4030ae..15696a7b75de 100644 --- a/eclass/kde-functions.eclass +++ b/eclass/kde-functions.eclass @@ -1,13 +1,12 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/kde-functions.eclass,v 1.115 2005/07/06 20:20:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kde-functions.eclass,v 1.116 2005/07/06 20:23:20 agriffis Exp $ # # Author Dan Armak <danarmak@gentoo.org> # # This contains everything except things that modify ebuild variables # and functions (e.g. $P, src_compile() etc.) -INHERITED="$INHERITED $ECLASS" # map of the monolithic->split ebuild derivation; used to build deps describing # the relationships between them diff --git a/eclass/kde-meta.eclass b/eclass/kde-meta.eclass index c836f9adfec7..afb24e20a6dd 100644 --- a/eclass/kde-meta.eclass +++ b/eclass/kde-meta.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/kde-meta.eclass,v 1.39 2005/07/06 20:20:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kde-meta.eclass,v 1.40 2005/07/06 20:23:20 agriffis Exp $ # # Author Dan Armak <danarmak@gentoo.org> # Simone Gotti <motaboy@gentoo.org> @@ -8,7 +8,6 @@ # This is the kde-meta eclass which supports broken-up kde-base packages. inherit kde multilib -INHERITED="$INHERITED $ECLASS" IUSE="$IUSE kdexdeltas" # only broken-up ebuilds can use this eclass diff --git a/eclass/kde-source.eclass b/eclass/kde-source.eclass index ecb4d2d345fe..55fa8e26d862 100644 --- a/eclass/kde-source.eclass +++ b/eclass/kde-source.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/kde-source.eclass,v 1.21 2005/07/06 20:20:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kde-source.eclass,v 1.22 2005/07/06 20:23:20 agriffis Exp $ # # Author Dan Armak <danarmak@gentoo.org> # @@ -9,7 +9,6 @@ # See http://www.gentoo.org/~danarmak/kde-cvs.html ! # All of the real functionality is in cvs.eclass; this just adds some trivial kde-specific items -INHERITED="$INHERITED $ECLASS" # --- begin user-configurable settings --- diff --git a/eclass/kde.eclass b/eclass/kde.eclass index 0273e3a220ed..570b28fa4d3a 100644 --- a/eclass/kde.eclass +++ b/eclass/kde.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/kde.eclass,v 1.122 2005/07/06 20:20:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kde.eclass,v 1.123 2005/07/06 20:23:20 agriffis Exp $ # # Author Dan Armak <danarmak@gentoo.org> # @@ -8,7 +8,6 @@ # The kde eclass is inherited by all kde-* eclasses. Few ebuilds inherit straight from here. inherit base eutils kde-functions -INHERITED="$INHERITED $ECLASS" DESCRIPTION="Based on the $ECLASS eclass" HOMEPAGE="http://www.kde.org/" IUSE="${IUSE} debug arts xinerama kdeenablefinal" diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass index fa2c4ecfde71..40ccdaadec4c 100644 --- a/eclass/kernel-2.eclass +++ b/eclass/kernel-2.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/kernel-2.eclass,v 1.133 2005/07/06 20:20:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kernel-2.eclass,v 1.134 2005/07/06 20:23:20 agriffis Exp $ # Description: kernel.eclass rewrite for a clean base regarding the 2.6 # series of kernel with back-compatibility for 2.4 @@ -57,7 +57,6 @@ # order, so they are applied in the order passed inherit toolchain-funcs versionator multilib -INHERITED="$INHERITED $ECLASS" EXPORT_FUNCTIONS pkg_setup src_unpack src_compile src_install \ pkg_preinst pkg_postinst pkg_prerm diff --git a/eclass/kernel-mod.eclass b/eclass/kernel-mod.eclass index 1e3624777c35..3bdd5884abca 100644 --- a/eclass/kernel-mod.eclass +++ b/eclass/kernel-mod.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/kernel-mod.eclass,v 1.11 2005/07/06 20:20:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kernel-mod.eclass,v 1.12 2005/07/06 20:23:20 agriffis Exp $ # This eclass provides help for compiling external kernel modules from # source. @@ -8,7 +8,6 @@ # This eclass differs from kmod.eclass because it doesn't require modules # to be added to the kernel source tree first. -INHERITED="$INHERITED $ECLASS" S=${WORKDIR}/${P} DESCRIPTION="Based on the $ECLASS eclass" diff --git a/eclass/kmod.eclass b/eclass/kmod.eclass index 7d649af4b2cc..fd2e3d0e5266 100644 --- a/eclass/kmod.eclass +++ b/eclass/kmod.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/kmod.eclass,v 1.15 2005/07/06 20:20:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kmod.eclass,v 1.16 2005/07/06 20:23:20 agriffis Exp $ # !!!!!!!!!! # @@ -31,7 +31,6 @@ inherit eutils -INHERITED="$INHERITED $ECLASS" S=${WORKDIR}/${P} DESCRIPTION="Based on the $ECLASS eclass" diff --git a/eclass/libtool.eclass b/eclass/libtool.eclass index 1a4ef48ff5b2..c4c983d98254 100644 --- a/eclass/libtool.eclass +++ b/eclass/libtool.eclass @@ -1,13 +1,12 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/libtool.eclass,v 1.48 2005/07/06 20:20:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/libtool.eclass,v 1.49 2005/07/06 20:23:20 agriffis Exp $ # # Author: Martin Schlemmer <azarah@gentoo.org> # # This eclass patches ltmain.sh distributed with libtoolized packages with the # relink and portage patch among others -INHERITED="${INHERITED} ${ECLASS}" # 2004.09.25 rac # i have verified that at least one package can use this eclass and diff --git a/eclass/linux-info.eclass b/eclass/linux-info.eclass index 5aa6d6ba5492..7b7cf66a505a 100644 --- a/eclass/linux-info.eclass +++ b/eclass/linux-info.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/linux-info.eclass,v 1.27 2005/07/06 20:20:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/linux-info.eclass,v 1.28 2005/07/06 20:23:20 agriffis Exp $ # # Description: This eclass is used as a central eclass for accessing kernel # related information for sources already installed. @@ -51,7 +51,6 @@ # And to ensure all the weirdness with crosscompile inherit toolchain-funcs versionator -INHERITED="$INHERITED $ECLASS" EXPORT_FUNCTIONS pkg_setup # Overwritable environment Var's diff --git a/eclass/linux-mod.eclass b/eclass/linux-mod.eclass index 464068157e91..0abb9fc330b1 100644 --- a/eclass/linux-mod.eclass +++ b/eclass/linux-mod.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/linux-mod.eclass,v 1.43 2005/07/06 20:20:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/linux-mod.eclass,v 1.44 2005/07/06 20:23:20 agriffis Exp $ # Description: This eclass is used to interface with linux-info in such a way # to provide the functionality required and initial functions @@ -80,7 +80,6 @@ inherit linux-info -INHERITED="$INHERITED $ECLASS" EXPORT_FUNCTIONS pkg_setup pkg_postinst src_install src_compile pkg_postrm IUSE="${IUSE}" diff --git a/eclass/mailer.eclass b/eclass/mailer.eclass index b94e35034a3c..98994c189a28 100644 --- a/eclass/mailer.eclass +++ b/eclass/mailer.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mailer.eclass,v 1.12 2005/07/06 20:20:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mailer.eclass,v 1.13 2005/07/06 20:23:20 agriffis Exp $ # # Original Authors: Fernando J. Pereda <ferdy@gentoo.org> @@ -29,7 +29,6 @@ # the package is no longer available) ## -INHERITED="$INHERITED $ECLASS" IUSE="mailwrapper" RDEPEND="mailwrapper? ( || ( diff --git a/eclass/makeedit.eclass b/eclass/makeedit.eclass index 27da9ed5e6cd..67f2ab9c23a3 100644 --- a/eclass/makeedit.eclass +++ b/eclass/makeedit.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/makeedit.eclass,v 1.9 2005/07/06 20:20:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/makeedit.eclass,v 1.10 2005/07/06 20:23:20 agriffis Exp $ # # Author: Spider # @@ -13,7 +13,6 @@ # This combination should reduce the RAM requirements of your build, and maybe # even speed it up a bit. -INHERITED="$INHERITED $ECLASS" MAKEEDIT_FLAGS="-Wno-return-type -w" diff --git a/eclass/matrox.eclass b/eclass/matrox.eclass index 8d071b296d6a..51f036eedef4 100644 --- a/eclass/matrox.eclass +++ b/eclass/matrox.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/matrox.eclass,v 1.12 2005/07/06 20:20:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/matrox.eclass,v 1.13 2005/07/06 20:23:20 agriffis Exp $ # # Author: Donnie Berkholz <spyderous@gentoo.org> # @@ -9,7 +9,6 @@ inherit eutils -INHERITED="${INHERITED} ${ECLASS}" EXPORT_FUNCTIONS pkg_setup src_compile diff --git a/eclass/mono.eclass b/eclass/mono.eclass index 9ba9b1fb4b3e..6ee603aaf25b 100644 --- a/eclass/mono.eclass +++ b/eclass/mono.eclass @@ -1,13 +1,12 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mono.eclass,v 1.4 2005/07/06 20:20:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mono.eclass,v 1.5 2005/07/06 20:23:20 agriffis Exp $ # # Author : foser <foser@gentoo.org> # # mono eclass # right now only circumvents a sandbox violation by setting a mono env var -INHERITED="$INHERITED $ECLASS" # >=mono-0.92 versions using mcs -pkg:foo-sharp require shared memory, so we set the # shared dir to ${T} so that ${T}/.wapi can be used during the install process. diff --git a/eclass/motif.eclass b/eclass/motif.eclass index b2de803bb239..7ffdb00b506e 100644 --- a/eclass/motif.eclass +++ b/eclass/motif.eclass @@ -1,12 +1,11 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/motif.eclass,v 1.7 2005/07/06 20:20:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/motif.eclass,v 1.8 2005/07/06 20:23:20 agriffis Exp $ # # Heinrich Wednel <lanius@gentoo.org> inherit eutils -INHERITED="$INHERITED $ECLASS" LESSTIF_INC_DIR="/usr/X11R6/include/lesstif" LESSTIF_LIB_DIR="/usr/X11R6/$(get_libdir)/lesstif" diff --git a/eclass/mount-boot.eclass b/eclass/mount-boot.eclass index d4af9c4c44a6..b4b30046f2ff 100644 --- a/eclass/mount-boot.eclass +++ b/eclass/mount-boot.eclass @@ -1,12 +1,11 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mount-boot.eclass,v 1.10 2005/07/06 20:20:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mount-boot.eclass,v 1.11 2005/07/06 20:23:20 agriffis Exp $ # # If the live system has a separate /boot partition configured, then this # function tries to ensure that it's mounted in rw mode, exiting with an # error if it cant. It does nothing if /boot isn't a separate partition. -INHERITED="$INHERITED $ECLASS" EXPORT_FUNCTIONS pkg_preinst diff --git a/eclass/mozconfig.eclass b/eclass/mozconfig.eclass index fd6b36d30e7c..187c304847ec 100644 --- a/eclass/mozconfig.eclass +++ b/eclass/mozconfig.eclass @@ -1,10 +1,9 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig.eclass,v 1.12 2005/07/06 20:20:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig.eclass,v 1.13 2005/07/06 20:23:20 agriffis Exp $ # # mozconfig.eclass: the new mozilla.eclass -INHERITED="$INHERITED $ECLASS" IUSE="java gnome ldap debug xinerama xprint moznoxft" case ${PN} in diff --git a/eclass/mozilla-launcher.eclass b/eclass/mozilla-launcher.eclass index 43b4ec725a0e..0c50d142cbff 100644 --- a/eclass/mozilla-launcher.eclass +++ b/eclass/mozilla-launcher.eclass @@ -1,8 +1,7 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mozilla-launcher.eclass,v 1.7 2005/07/06 20:20:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mozilla-launcher.eclass,v 1.8 2005/07/06 20:23:20 agriffis Exp $ -INHERITED="$INHERITED $ECLASS" # update_mozilla_launcher_symlinks # -------------------------------- diff --git a/eclass/mozilla.eclass b/eclass/mozilla.eclass index ec8ae90bd609..7939d183a010 100644 --- a/eclass/mozilla.eclass +++ b/eclass/mozilla.eclass @@ -1,11 +1,10 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mozilla.eclass,v 1.29 2005/07/06 20:20:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mozilla.eclass,v 1.30 2005/07/06 20:23:20 agriffis Exp $ # # You probably don't want to change this eclass. Newer ebuilds use # mozconfig.eclass instead. -INHERITED="$INHERITED $ECLASS" IUSE="java gnome gtk2 ldap debug xinerama xprint" # Internal USE flags that I do not really want to advertise ... diff --git a/eclass/multilib.eclass b/eclass/multilib.eclass index 9a7decd1d4cd..08c92a41a5f2 100644 --- a/eclass/multilib.eclass +++ b/eclass/multilib.eclass @@ -1,13 +1,12 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/multilib.eclass,v 1.28 2005/07/06 20:20:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/multilib.eclass,v 1.29 2005/07/06 20:23:20 agriffis Exp $ # # Author: Jeremy Huddleston <eradicator@gentoo.org> # # This eclass is for all functions pertaining to handling multilib. # configurations. -INHERITED="$INHERITED $ECLASS" DESCRIPTION="Based on the ${ECLASS} eclass" diff --git a/eclass/myth.eclass b/eclass/myth.eclass index 02702767d00a..746af90613a1 100644 --- a/eclass/myth.eclass +++ b/eclass/myth.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/myth.eclass,v 1.16 2005/07/06 20:20:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/myth.eclass,v 1.17 2005/07/06 20:23:20 agriffis Exp $ # # Author: Daniel Ahlberg <aliz@gentoo.org> # @@ -13,7 +13,6 @@ inherit multilib versionator toolchain-funcs -INHERITED="${INHERITED} ${ECLASS}" IUSE="${IUSE} nls debug" EXPORT_FUNCTIONS src_unpack src_compile src_install diff --git a/eclass/mythtv-plugins.eclass b/eclass/mythtv-plugins.eclass index 306269d97ded..d843b97cda0a 100644 --- a/eclass/mythtv-plugins.eclass +++ b/eclass/mythtv-plugins.eclass @@ -1,13 +1,12 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mythtv-plugins.eclass,v 1.5 2005/07/06 20:20:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mythtv-plugins.eclass,v 1.6 2005/07/06 20:23:20 agriffis Exp $ # # Author: Doug Goldstein <cardoe@gentoo.org # inherit multilib -INHERITED="${INHERITED} ${ECLASS} debug" IUSE="${IUSE} mmx" EXPORT_FUNCTIONS src_unpack src_compile src_install diff --git a/eclass/nsplugins.eclass b/eclass/nsplugins.eclass index 81e9274161d0..9662789948e9 100644 --- a/eclass/nsplugins.eclass +++ b/eclass/nsplugins.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/nsplugins.eclass,v 1.17 2005/07/06 20:20:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/nsplugins.eclass,v 1.18 2005/07/06 20:23:20 agriffis Exp $ # # Author: Martin Schlemmer <azarah@gentoo.org> # @@ -8,7 +8,6 @@ inherit eutils -INHERITED="$INHERITED $ECLASS" DESCRIPTION="Based on the ${ECLASS} eclass" diff --git a/eclass/nxserver-1.3.2.eclass b/eclass/nxserver-1.3.2.eclass index 941d7e4eaebc..0e74742e8fbe 100644 --- a/eclass/nxserver-1.3.2.eclass +++ b/eclass/nxserver-1.3.2.eclass @@ -1,13 +1,12 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/nxserver-1.3.2.eclass,v 1.9 2005/07/06 20:20:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/nxserver-1.3.2.eclass,v 1.10 2005/07/06 20:23:20 agriffis Exp $ # # eclass for handling the different nxserver binaries available # from nomachine's website inherit rpm eutils -INHERITED="$INHERITED $ECLASS" HOMEPAGE="http://www.nomachine.com/" IUSE="" diff --git a/eclass/nxserver-1.4.eclass b/eclass/nxserver-1.4.eclass index ae9a9ab401fc..267ad9c36242 100644 --- a/eclass/nxserver-1.4.eclass +++ b/eclass/nxserver-1.4.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/nxserver-1.4.eclass,v 1.6 2005/07/06 20:20:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/nxserver-1.4.eclass,v 1.7 2005/07/06 20:23:20 agriffis Exp $ # # eclass for handling the different nxserver binaries available # from nomachine's website @@ -9,7 +9,6 @@ inherit rpm eutils -INHERITED="$INHERITED $ECLASS" HOMEPAGE="http://www.nomachine.com/" IUSE="" diff --git a/eclass/nxserver.eclass b/eclass/nxserver.eclass index c2ceb38e8be9..8a3af19e61bf 100644 --- a/eclass/nxserver.eclass +++ b/eclass/nxserver.eclass @@ -1,13 +1,12 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/nxserver.eclass,v 1.17 2005/07/06 20:20:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/nxserver.eclass,v 1.18 2005/07/06 20:23:20 agriffis Exp $ # # eclass for handling the different nxserver binaries available # from nomachine's website inherit rpm -INHERITED="$INHERITED $ECLASS" HOMEPAGE="http://www.nomachine.com/" IUSE="" diff --git a/eclass/pam.eclass b/eclass/pam.eclass index 428c06c323d2..b9ceda277f2d 100644 --- a/eclass/pam.eclass +++ b/eclass/pam.eclass @@ -1,13 +1,12 @@ # Copyright 2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 or later # Author Diego Pettenò <flameeyes@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/eclass/pam.eclass,v 1.7 2005/07/06 20:20:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/pam.eclass,v 1.8 2005/07/06 20:23:20 agriffis Exp $ # # This eclass contains functions to install pamd configuration files and # pam modules. inherit multilib -INHERITED="$INHERITED $ECLASS" # dopamd <file> [more files] # diff --git a/eclass/pcmcia.eclass b/eclass/pcmcia.eclass index c1dd15e55927..7da9831c1503 100644 --- a/eclass/pcmcia.eclass +++ b/eclass/pcmcia.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/pcmcia.eclass,v 1.7 2005/07/06 20:20:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/pcmcia.eclass,v 1.8 2005/07/06 20:23:20 agriffis Exp $ # pcmcia.eclass - This eclass facilities writing ebuilds for driver packages # that may need to build against the pcmcia-cs drivers, depending on kernel @@ -23,7 +23,6 @@ inherit eutils -INHERITED="$INHERITED $ECLASS" DESCRIPTION="eclass for drivers that may build against pcmcia-cs" IUSE="${IUSE} pcmcia" diff --git a/eclass/perl-module.eclass b/eclass/perl-module.eclass index 5bb4e9582da0..37fe1f49096d 100644 --- a/eclass/perl-module.eclass +++ b/eclass/perl-module.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/perl-module.eclass,v 1.73 2005/07/06 20:20:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/perl-module.eclass,v 1.74 2005/07/06 20:23:20 agriffis Exp $ # # Author: Seemant Kulleen <seemant@gentoo.org> # Maintained by the Perl herd <perl@gentoo.org> @@ -8,7 +8,6 @@ # The perl-module eclass is designed to allow easier installation of perl # modules, and their incorporation into the Gentoo Linux system. -INHERITED="${INHERITED} ${ECLASS}" EXPORT_FUNCTIONS pkg_setup pkg_preinst pkg_postinst pkg_prerm pkg_postrm \ src_compile src_install src_test diff --git a/eclass/php-ext-base.eclass b/eclass/php-ext-base.eclass index 0aa91b0a045e..b43e145a8620 100644 --- a/eclass/php-ext-base.eclass +++ b/eclass/php-ext-base.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-base.eclass,v 1.17 2005/07/06 20:20:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-base.eclass,v 1.18 2005/07/06 20:23:20 agriffis Exp $ # # Author: Tal Peer <coredumb@gentoo.org> # Author: Stuart Herbert <stuart@gentoo.org> @@ -11,7 +11,6 @@ # Combined with php-ext-source, we have a standardised solution for supporting # PHP extensions -INHERITED="$INHERITED $ECLASS" EXPORT_FUNCTIONS src_install diff --git a/eclass/php-ext-pecl.eclass b/eclass/php-ext-pecl.eclass index c91a05fe1afa..a1a12a32e962 100644 --- a/eclass/php-ext-pecl.eclass +++ b/eclass/php-ext-pecl.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-pecl.eclass,v 1.4 2005/07/06 20:20:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-pecl.eclass,v 1.5 2005/07/06 20:23:20 agriffis Exp $ # # Author: Tal Peer <coredumb@gentoo.org> # @@ -15,7 +15,6 @@ PECL_PKG_V=$PECL_PKG-$PV inherit php-ext-source -INHERITED="$INHERITED $ECLASS" EXPORT_FUNCTIONS src_compile src_install diff --git a/eclass/php-ext-source.eclass b/eclass/php-ext-source.eclass index b809fd766060..bcf92e10ed26 100644 --- a/eclass/php-ext-source.eclass +++ b/eclass/php-ext-source.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-source.eclass,v 1.10 2005/07/06 20:20:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-source.eclass,v 1.11 2005/07/06 20:23:20 agriffis Exp $ # # Author: Tal Peer <coredumb@gentoo.org> # Author: Stuart Herbert <stuart@gentoo.org> @@ -14,7 +14,6 @@ inherit php-ext-base -INHERITED="$INHERITED $ECLASS" EXPORT_FUNCTIONS src_compile src_install diff --git a/eclass/php-ext.eclass b/eclass/php-ext.eclass index 5365c4dcabc6..e7990ba916a1 100644 --- a/eclass/php-ext.eclass +++ b/eclass/php-ext.eclass @@ -1,13 +1,12 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext.eclass,v 1.8 2005/07/06 20:20:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext.eclass,v 1.9 2005/07/06 20:23:20 agriffis Exp $ # # Author: Tal Peer <coredumb@gentoo.org> # # The php-ext eclass provides a unified interface for compiling and # installing standalone PHP extensions ('modules'). -INHERITED="$INHERITED $ECLASS" EXPORT_FUNCTIONS src_compile src_install pkg_postinst diff --git a/eclass/php-lib.eclass b/eclass/php-lib.eclass index 6f29e0b4bde1..f42883930f77 100644 --- a/eclass/php-lib.eclass +++ b/eclass/php-lib.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/php-lib.eclass,v 1.3 2005/07/06 20:20:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-lib.eclass,v 1.4 2005/07/06 20:23:20 agriffis Exp $ # # Author: Stuart Herbert <stuart@gentoo.org> # @@ -10,7 +10,6 @@ # # This eclass doesn't do a lot (yet) -INHERITED="$INHERITED $ECLASS" RESTRICT="${RESTRICT} nostrip" EXPORT_FUNCTIONS src_install diff --git a/eclass/php-pear.eclass b/eclass/php-pear.eclass index 64c4059d26be..f41a6ee8d348 100644 --- a/eclass/php-pear.eclass +++ b/eclass/php-pear.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/php-pear.eclass,v 1.10 2005/07/06 20:20:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-pear.eclass,v 1.11 2005/07/06 20:23:20 agriffis Exp $ # # Author: Tal Peer <coredumb@gentoo.org> # @@ -10,7 +10,6 @@ # Note that this eclass doesn't handle PEAR packages' dependencies on # purpose, please use (R)DEPEND to define them. -INHERITED="$INHERITED $ECLASS" EXPORT_FUNCTIONS src_install # Set this is the the package name on PEAR is different than the one in diff --git a/eclass/php-sapi.eclass b/eclass/php-sapi.eclass index 2c567e19ffa1..9c51ac1e4097 100644 --- a/eclass/php-sapi.eclass +++ b/eclass/php-sapi.eclass @@ -1,12 +1,11 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/php-sapi.eclass,v 1.70 2005/07/06 20:20:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-sapi.eclass,v 1.71 2005/07/06 20:23:20 agriffis Exp $ # Author: Robin H. Johnson <robbat2@gentoo.org> inherit eutils flag-o-matic multilib libtool DESCRIPTION="PHP generic SAPI ebuild" -INHERITED="$INHERITED $ECLASS" EXPORT_FUNCTIONS src_unpack src_compile src_install pkg_postinst pkg_preinst diff --git a/eclass/php5-sapi-r1.eclass b/eclass/php5-sapi-r1.eclass index 21bfa430f0a1..50527eeb0c7c 100644 --- a/eclass/php5-sapi-r1.eclass +++ b/eclass/php5-sapi-r1.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi-r1.eclass,v 1.11 2005/07/06 20:20:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi-r1.eclass,v 1.12 2005/07/06 20:23:20 agriffis Exp $ # # eclass/php5-sapi-r1.eclass # Eclass for building different php5 SAPI instances @@ -14,7 +14,6 @@ inherit eutils confutils libtool -INHERITED="$INHERITED $ECLASS" # set MY_P in the ebuild diff --git a/eclass/php5-sapi-r2.eclass b/eclass/php5-sapi-r2.eclass index 4023a3a01c4e..fd9d3fb2201a 100644 --- a/eclass/php5-sapi-r2.eclass +++ b/eclass/php5-sapi-r2.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi-r2.eclass,v 1.22 2005/07/06 20:20:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi-r2.eclass,v 1.23 2005/07/06 20:23:20 agriffis Exp $ # # eclass/php5-sapi-r2.eclass # Eclass for building different php5 SAPI instances @@ -19,7 +19,6 @@ CONFUTILS_MISSING_DEPS="adabas birdstep db2 dbmaker empress empress-bcs esoob fr inherit flag-o-matic eutils confutils libtool -INHERITED="$INHERITED $ECLASS" # set MY_PHP_P in the ebuild diff --git a/eclass/php5-sapi-r3.eclass b/eclass/php5-sapi-r3.eclass index 8b70389c568a..20ec34ca93c8 100644 --- a/eclass/php5-sapi-r3.eclass +++ b/eclass/php5-sapi-r3.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi-r3.eclass,v 1.10 2005/07/06 20:20:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi-r3.eclass,v 1.11 2005/07/06 20:23:20 agriffis Exp $ # # ######################################################################## # @@ -21,7 +21,6 @@ CONFUTILS_MISSING_DEPS="adabas birdstep db2 dbmaker empress empress-bcs esoob fr inherit flag-o-matic eutils confutils libtool -INHERITED="$INHERITED $ECLASS" # set MY_PHP_P in the ebuild diff --git a/eclass/php5-sapi.eclass b/eclass/php5-sapi.eclass index cfd766da91a5..e4e468b7f8c5 100644 --- a/eclass/php5-sapi.eclass +++ b/eclass/php5-sapi.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi.eclass,v 1.51 2005/07/06 20:20:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi.eclass,v 1.52 2005/07/06 20:23:20 agriffis Exp $ # # eclass/php5-sapi.eclass # Eclass for building different php5 SAPI instances @@ -14,7 +14,6 @@ inherit eutils confutils libtool -INHERITED="$INHERITED $ECLASS" # set MY_P in the ebuild diff --git a/eclass/python.eclass b/eclass/python.eclass index 3969580e6ecd..42f4d66b5597 100644 --- a/eclass/python.eclass +++ b/eclass/python.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/python.eclass,v 1.19 2005/07/06 20:20:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/python.eclass,v 1.20 2005/07/06 20:23:20 agriffis Exp $ # # Author: Alastair Tse <liquidx@gentoo.org> # @@ -19,7 +19,6 @@ inherit alternatives -INHERITED="$INHERITED $ECLASS" __python_eclass_test() { diff --git a/eclass/qt.eclass b/eclass/qt.eclass index b05bd8dec396..0dd7eb0e2ed3 100644 --- a/eclass/qt.eclass +++ b/eclass/qt.eclass @@ -1,6 +1,6 @@ # Copyright 2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/qt.eclass,v 1.11 2005/07/06 20:20:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/qt.eclass,v 1.12 2005/07/06 20:23:20 agriffis Exp $ # # Author Caleb Tennis <caleb@gentoo.org> # @@ -16,7 +16,6 @@ inherit versionator -INHERITED="$INHERITED $ECLASS" QTPKG="x11-libs/qt-" QT3VERSIONS="3.3.4-r5 3.3.4-r4 3.3.4-r3 3.3.4-r2 3.3.4-r1 3.3.4 3.3.3-r3 3.3.3-r2 3.3.3-r1 3.3.3 3.3.2 3.3.1-r2 3.3.1-r1 3.3.1 3.3.0-r1 3.3.0 3.2.3-r1 3.2.3 3.2.2-r1 3.2.2 3.2.1-r2 3.2.1-r1 3.2.1 3.2.0 3.1.2-r4 3.1.2-r3 3.1.2-r2 3.1.2-r1 3.1.2 3.1.1-r2 3.1.1-r1 3.1.1 3.1.0-r3 3.1.0-r2 3.1.0-r1 3.1.0" diff --git a/eclass/rox.eclass b/eclass/rox.eclass index 1a2b1941915f..43bc1707a44b 100644 --- a/eclass/rox.eclass +++ b/eclass/rox.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/rox.eclass,v 1.4 2005/07/06 20:20:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/rox.eclass,v 1.5 2005/07/06 20:23:20 agriffis Exp $ # ROX eclass Version 2 @@ -16,7 +16,6 @@ # For examples refer to ebuilds in rox-extra/ -INHERITED="$INHERITED $ECLASS" if [ -z "$ROX_VER" ]; then ROX_VER="2.1.0" diff --git a/eclass/rpm.eclass b/eclass/rpm.eclass index be26764f6dac..dada38141505 100644 --- a/eclass/rpm.eclass +++ b/eclass/rpm.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/rpm.eclass,v 1.12 2005/07/06 20:20:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/rpm.eclass,v 1.13 2005/07/06 20:23:20 agriffis Exp $ # Author : Alastair Tse <liquidx@gentoo.org> (21 Jun 2003) # @@ -28,7 +28,6 @@ # # USE_RPMOFFSET_ONLY="1" -INHERITED="$INHERITED $ECLASS" USE_RPMOFFSET_ONLY=${USE_RPMOFFSET_ONLY-""} diff --git a/eclass/ruby-gnome2.eclass b/eclass/ruby-gnome2.eclass index 949dd3929d59..684f4e0b9d0d 100644 --- a/eclass/ruby-gnome2.eclass +++ b/eclass/ruby-gnome2.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ruby-gnome2.eclass,v 1.9 2005/07/06 20:20:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ruby-gnome2.eclass,v 1.10 2005/07/06 20:23:20 agriffis Exp $ # # This eclass simplifies installation of the various pieces of # ruby-gnome2 since they share a very common installation procedure. @@ -8,7 +8,6 @@ # ruby-module.eclass, but at the moment it contains some things # specific to ruby-gnome2 -INHERITED="${INHERITED} ${ECLASS}" EXPORT_FUNCTIONS src_compile src_install IUSE="" diff --git a/eclass/ruby.eclass b/eclass/ruby.eclass index 5bb555f0bd9e..d3ccba5b441c 100644 --- a/eclass/ruby.eclass +++ b/eclass/ruby.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ruby.eclass,v 1.45 2005/07/06 20:20:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ruby.eclass,v 1.46 2005/07/06 20:23:20 agriffis Exp $ # # Author: Mamoru KOMACHI <usata@gentoo.org> # @@ -38,7 +38,6 @@ inherit eutils toolchain-funcs -INHERITED="${INHERITED} ${ECLASS}" EXPORT_FUNCTIONS src_unpack src_compile src_install econf emake einstall HOMEPAGE="http://raa.ruby-lang.org/list.rhtml?name=${PN}" diff --git a/eclass/selinux-policy.eclass b/eclass/selinux-policy.eclass index a9e41d6a0747..c495be320b50 100644 --- a/eclass/selinux-policy.eclass +++ b/eclass/selinux-policy.eclass @@ -1,12 +1,11 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/selinux-policy.eclass,v 1.14 2005/07/06 20:20:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/selinux-policy.eclass,v 1.15 2005/07/06 20:23:20 agriffis Exp $ # Eclass for installing SELinux policy, and optionally # reloading the policy inherit eutils -INHERITED="$INHERITED $ECLASS" HOMEPAGE="http://www.gentoo.org/proj/en/hardened/selinux/" SRC_URI="mirror://gentoo/${P}.tar.bz2" diff --git a/eclass/ssl-cert.eclass b/eclass/ssl-cert.eclass index 2e089f0967f7..89a4150e61c4 100644 --- a/eclass/ssl-cert.eclass +++ b/eclass/ssl-cert.eclass @@ -1,13 +1,12 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ssl-cert.eclass,v 1.6 2005/07/06 20:20:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ssl-cert.eclass,v 1.7 2005/07/06 20:23:20 agriffis Exp $ # # Author: Max Kalika <max@gentoo.org> # # This eclass implements standard installation procedure for installing # self-signed SSL certificates. -INHERITED="$INHERITED $ECLASS" # Conditionally depend on OpenSSL: allows inheretence # without pulling extra packages if not needed diff --git a/eclass/stardict.eclass b/eclass/stardict.eclass index 6d3cbc12b94d..afe3f73e596c 100644 --- a/eclass/stardict.eclass +++ b/eclass/stardict.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/stardict.eclass,v 1.8 2005/07/06 20:20:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/stardict.eclass,v 1.9 2005/07/06 20:23:20 agriffis Exp $ # Author : Alastair Tse <liquidx@gentoo.org> # @@ -13,7 +13,6 @@ # * DICT_PREFIX - SRC_URI prefix, like "dictd_www.mova.org_" # * DICT_SUFFIX - SRC_URI after the prefix. -INHERITED="$INHERITED $ECLASS" RESTRICT="nostrip" diff --git a/eclass/subversion.eclass b/eclass/subversion.eclass index e748ff42d4e1..8b3f0d0cb496 100644 --- a/eclass/subversion.eclass +++ b/eclass/subversion.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/subversion.eclass,v 1.21 2005/07/06 20:20:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/subversion.eclass,v 1.22 2005/07/06 20:23:20 agriffis Exp $ ## --------------------------------------------------------------------------- # # Author: Akinori Hattori <hattya@gentoo.org> @@ -17,7 +17,6 @@ inherit eutils -INHERITED="${INHERITED} ${ECLASS}" ESVN="subversion.eclass" EXPORT_FUNCTIONS src_unpack diff --git a/eclass/tetex-2.eclass b/eclass/tetex-2.eclass index 5ca6d6b57f23..a434b487119a 100644 --- a/eclass/tetex-2.eclass +++ b/eclass/tetex-2.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/tetex-2.eclass,v 1.2 2005/07/06 20:20:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/tetex-2.eclass,v 1.3 2005/07/06 20:23:20 agriffis Exp $ # # Author: Jaromir Malenko <malenko@email.cz> # Author: Mamoru KOMACHI <usata@gentoo.org> @@ -9,7 +9,6 @@ inherit tetex -INHERITED="${INHERITED} ${ECLASS}" EXPORT_FUNCTIONS src_unpack src_install tetex-2_src_unpack() { diff --git a/eclass/tetex-3.eclass b/eclass/tetex-3.eclass index f48cb62fb683..33e3031f39f5 100644 --- a/eclass/tetex-3.eclass +++ b/eclass/tetex-3.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/tetex-3.eclass,v 1.4 2005/07/06 20:20:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/tetex-3.eclass,v 1.5 2005/07/06 20:23:20 agriffis Exp $ # # Author: Jaromir Malenko <malenko@email.cz> # Author: Mamoru KOMACHI <usata@gentoo.org> @@ -11,7 +11,6 @@ TEXMF_PATH=/var/lib/texmf inherit tetex -INHERITED="${INHERITED} ${ECLASS}" EXPORT_FUNCTIONS pkg_setup src_unpack src_compile src_install pkg_preinst pkg_postinst IUSE="motif lesstif Xaw3d neXt" diff --git a/eclass/tetex.eclass b/eclass/tetex.eclass index 370f559b29db..4c1ae57a903a 100644 --- a/eclass/tetex.eclass +++ b/eclass/tetex.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/tetex.eclass,v 1.39 2005/07/06 20:20:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/tetex.eclass,v 1.40 2005/07/06 20:23:20 agriffis Exp $ # # Author: Jaromir Malenko <malenko@email.cz> # Author: Mamoru KOMACHI <usata@gentoo.org> @@ -11,7 +11,6 @@ inherit eutils flag-o-matic toolchain-funcs -INHERITED="${INHERITED} ${ECLASS}" EXPORT_FUNCTIONS src_unpack src_compile src_install pkg_setup pkg_postinst if [ -z "${TETEX_PV}" ] ; then diff --git a/eclass/tla.eclass b/eclass/tla.eclass index 96a859bd2268..6caa1ffd4d44 100644 --- a/eclass/tla.eclass +++ b/eclass/tla.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/tla.eclass,v 1.6 2005/07/06 20:20:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/tla.eclass,v 1.7 2005/07/06 20:23:20 agriffis Exp $ # # Original Author: Jeffrey Yasskin <jyasskin@mail.utexas.edu> # @@ -17,7 +17,6 @@ # TODO: # Make it support particular revisions. -INHERITED="$INHERITED $ECLASS" # Don't download anything other than the tla archive SRC_URI="" diff --git a/eclass/toolchain-binutils.eclass b/eclass/toolchain-binutils.eclass index 88e6534eb0cd..0217eb3170ff 100644 --- a/eclass/toolchain-binutils.eclass +++ b/eclass/toolchain-binutils.eclass @@ -1,13 +1,12 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain-binutils.eclass,v 1.40 2005/07/06 20:20:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain-binutils.eclass,v 1.41 2005/07/06 20:23:20 agriffis Exp $ # We install binutils into CTARGET-VERSION specific directories. This lets # us easily merge multiple versions for multiple targets (if we wish) and # then switch the versions on the fly (with `binutils-config`). inherit eutils libtool flag-o-matic gnuconfig -INHERITED="$INHERITED $ECLASS" EXPORT_FUNCTIONS src_unpack src_compile src_test src_install pkg_postinst pkg_postrm export CTARGET=${CTARGET:-${CHOST}} diff --git a/eclass/toolchain-funcs.eclass b/eclass/toolchain-funcs.eclass index 59f8a12b8395..3d375bbe5ffb 100644 --- a/eclass/toolchain-funcs.eclass +++ b/eclass/toolchain-funcs.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain-funcs.eclass,v 1.38 2005/07/06 20:20:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain-funcs.eclass,v 1.39 2005/07/06 20:23:20 agriffis Exp $ # # Author: Toolchain Ninjas <ninjas@gentoo.org> # @@ -9,7 +9,6 @@ inherit multilib -INHERITED="$INHERITED $ECLASS" DESCRIPTION="Based on the ${ECLASS} eclass" diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index 1a862f582f1d..d76a8684c3c0 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.170 2005/07/06 20:20:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.171 2005/07/06 20:23:20 agriffis Exp $ HOMEPAGE="http://www.gnu.org/software/gcc/gcc.html" LICENSE="GPL-2 LGPL-2.1" @@ -9,7 +9,6 @@ RESTRICT="nostrip" #---->> eclass stuff <<---- inherit eutils versionator libtool toolchain-funcs flag-o-matic gnuconfig multilib fixheadtails -INHERITED="$INHERITED $ECLASS" EXPORT_FUNCTIONS pkg_setup src_unpack src_compile src_test pkg_preinst src_install pkg_postinst pkg_prerm pkg_postrm DESCRIPTION="Based on the ${ECLASS} eclass" diff --git a/eclass/versionator.eclass b/eclass/versionator.eclass index 4be1b9dc0371..2c1a7e5f225b 100644 --- a/eclass/versionator.eclass +++ b/eclass/versionator.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/versionator.eclass,v 1.8 2005/07/06 20:20:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/versionator.eclass,v 1.9 2005/07/06 20:23:20 agriffis Exp $ # # Original Author: Ciaran McCreesh <ciaranm@gentoo.org> # @@ -34,7 +34,6 @@ # version_is_at_least want have # which may be buggy, so use with caution. -INHERITED="$INHERITED $ECLASS" shopt -s extglob diff --git a/eclass/vim-doc.eclass b/eclass/vim-doc.eclass index 4d6aba222200..c30212df5d38 100644 --- a/eclass/vim-doc.eclass +++ b/eclass/vim-doc.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/vim-doc.eclass,v 1.8 2005/07/06 20:20:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/vim-doc.eclass,v 1.9 2005/07/06 20:23:20 agriffis Exp $ # # This eclass is used by vim.eclass and vim-plugin.eclass to update # the documentation tags. This is necessary since vim doesn't look in @@ -11,7 +11,6 @@ # DEPEND in vim-plugin or by whatever version of vim is being # installed by the eclass. -INHERITED="$INHERITED $ECLASS" update_vim_helptags() { local vimfiles vim d s diff --git a/eclass/vim-plugin.eclass b/eclass/vim-plugin.eclass index b0a7b1c45e5f..84f9de428dae 100644 --- a/eclass/vim-plugin.eclass +++ b/eclass/vim-plugin.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/vim-plugin.eclass,v 1.12 2005/07/06 20:20:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/vim-plugin.eclass,v 1.13 2005/07/06 20:23:20 agriffis Exp $ # # This eclass simplifies installation of app-vim plugins into # /usr/share/vim/vimfiles. This is a version-independent directory @@ -8,7 +8,6 @@ # documentation, for which we make a special case via vim-doc.eclass inherit vim-doc -INHERITED="${INHERITED} ${ECLASS}" EXPORT_FUNCTIONS src_install pkg_postinst pkg_postrm IUSE="" diff --git a/eclass/vim.eclass b/eclass/vim.eclass index 4ba2da7f6fbb..fac32591acb7 100644 --- a/eclass/vim.eclass +++ b/eclass/vim.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.111 2005/07/06 20:20:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.112 2005/07/06 20:23:20 agriffis Exp $ # Authors: # Ryan Phillips <rphillips@gentoo.org> @@ -43,7 +43,6 @@ if version_is_at_least 6.3.1 ; then inherit bash-completion fi -INHERITED="$INHERITED $ECLASS" EXPORT_FUNCTIONS src_unpack pkg_setup IUSE="$IUSE selinux nls acl" diff --git a/eclass/webapp-apache.eclass b/eclass/webapp-apache.eclass index 9f71021aad3b..8b43546a9264 100644 --- a/eclass/webapp-apache.eclass +++ b/eclass/webapp-apache.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/webapp-apache.eclass,v 1.23 2005/07/06 20:20:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/webapp-apache.eclass,v 1.24 2005/07/06 20:23:20 agriffis Exp $ # # Author: Stuart Herbert <stuart@gentoo.org> # @@ -11,7 +11,6 @@ # This package will be offically depreciated when vhost-config and # webapp-config from GLEP11 are released. -INHERITED="$INHERITED $ECLASS" IUSE="apache2" DEPEND="${DEPEND} net-www/apache" diff --git a/eclass/webapp.eclass b/eclass/webapp.eclass index b67039b44744..6ca8b1248017 100644 --- a/eclass/webapp.eclass +++ b/eclass/webapp.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/webapp.eclass,v 1.32 2005/07/06 20:20:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/webapp.eclass,v 1.33 2005/07/06 20:23:20 agriffis Exp $ # # eclass/webapp.eclass # Eclass for installing applications to run under a web server @@ -19,7 +19,6 @@ # # ------------------------------------------------------------------------ -INHERITED="$INHERITED $ECLASS" SLOT="${PVR}" IUSE="$IUSE vhosts" DEPEND="$DEPEND net-www/webapp-config app-portage/gentoolkit" diff --git a/eclass/wxlib.eclass b/eclass/wxlib.eclass index 14c4b493b233..051b76f21665 100644 --- a/eclass/wxlib.eclass +++ b/eclass/wxlib.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/wxlib.eclass,v 1.9 2005/07/06 20:20:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/wxlib.eclass,v 1.10 2005/07/06 20:23:20 agriffis Exp $ # Author Diego Pettenò <flameeyes@gentoo.org> # Maintained by wxwidgets herd @@ -10,7 +10,6 @@ inherit flag-o-matic eutils multilib toolchain-funcs -INHERITED="${INHERITED} ${ECLASS}" IUSE="debug doc odbc unicode" diff --git a/eclass/wxwidgets.eclass b/eclass/wxwidgets.eclass index 30292f4aa17a..1fff24989981 100644 --- a/eclass/wxwidgets.eclass +++ b/eclass/wxwidgets.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/wxwidgets.eclass,v 1.11 2005/07/06 20:20:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/wxwidgets.eclass,v 1.12 2005/07/06 20:23:20 agriffis Exp $ # # Author Rob Cakebread <pythonhead@gentoo.org> @@ -20,7 +20,6 @@ # Note: Don't call this function directly from ebuilds inherit multilib -INHERITED="$INHERITED $ECLASS" need-wxwidgets() { debug-print-function $FUNCNAME $* diff --git a/eclass/x11.eclass b/eclass/x11.eclass index 9d7624fee0ca..c0fdbc6d1586 100644 --- a/eclass/x11.eclass +++ b/eclass/x11.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/x11.eclass,v 1.6 2005/07/06 20:20:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/x11.eclass,v 1.7 2005/07/06 20:23:20 agriffis Exp $ # # Author: Seemant Kulleen <seemant@gentoo.org> # @@ -10,7 +10,6 @@ # wishes to build support for. Note, that this variable is only unlocked if # the USE variable "expertxfree" is switched on, at least for xfree. -INHERITED="${INHERITED} ${ECLASS}" vcards() { has "$1" ${VIDEO_CARDS} && return 0 diff --git a/eclass/xemacs-packages.eclass b/eclass/xemacs-packages.eclass index c1e208e57220..0082fa1b33b5 100644 --- a/eclass/xemacs-packages.eclass +++ b/eclass/xemacs-packages.eclass @@ -1,11 +1,10 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/xemacs-packages.eclass,v 1.9 2005/07/06 20:20:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/xemacs-packages.eclass,v 1.10 2005/07/06 20:23:20 agriffis Exp $ # # xemacs-packages eclass inherited by all xemacs packages # $PKG_CAT need's to be set before inheriting xemacs-packages -INHERITED="${INHERITED} ${ECLASS}" EXPORT_FUNCTIONS src_unpack src_install DEPEND="virtual/xemacs" diff --git a/eclass/xfce4.eclass b/eclass/xfce4.eclass index 7116de52b3d7..e068cfecdd0f 100644 --- a/eclass/xfce4.eclass +++ b/eclass/xfce4.eclass @@ -1,13 +1,12 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/xfce4.eclass,v 1.17 2005/07/06 20:20:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/xfce4.eclass,v 1.18 2005/07/06 20:23:20 agriffis Exp $ # Author: Brad Cowan <bcowan@gentoo.org> # Xfce4 Eclass # # Eclass to simplify Xfce4 package installation -INHERITED="$INHERITED $ECLASS" if [[ ${BZIPPED} = "1" ]];then COMPRESS=".tar.bz2" diff --git a/eclass/xmms-plugin.eclass b/eclass/xmms-plugin.eclass index 7ad59a490863..0dad86268c5c 100644 --- a/eclass/xmms-plugin.eclass +++ b/eclass/xmms-plugin.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/xmms-plugin.eclass,v 1.18 2005/07/06 20:20:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/xmms-plugin.eclass,v 1.19 2005/07/06 20:23:20 agriffis Exp $ # # Jeremy Huddleston <eradicator@gentoo.org> @@ -27,7 +27,6 @@ GENTOO_URI=${GENTOO_URI-"http://dev.gentoo.org/~eradicator/xmms"} inherit eutils -INHERITED="${INHERITED} ${ECLASS}" DESCRIPTION="Xmms Plugin: ${PN}" HOMEPAGE="http://www.xmms.org" LICENSE="GPL-2" diff --git a/eclass/zproduct.eclass b/eclass/zproduct.eclass index 90216d021ba4..5f8df214f773 100644 --- a/eclass/zproduct.eclass +++ b/eclass/zproduct.eclass @@ -1,12 +1,11 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/zproduct.eclass,v 1.19 2005/07/06 20:20:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/zproduct.eclass,v 1.20 2005/07/06 20:23:20 agriffis Exp $ # Author: Jason Shoemaker <kutsuya@gentoo.org> # This eclass is designed to streamline the construction of # ebuilds for new zope products -INHERITED="${INHERITED} ${ECLASS}" EXPORT_FUNCTIONS src_install pkg_prerm pkg_postinst pkg_config DESCRIPTION="This is a zope product" |