diff options
author | Dan Armak <danarmak@gentoo.org> | 2001-09-28 19:30:09 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2001-09-28 19:30:09 +0000 |
commit | a5f8113a2932f062d34de8e126412aa42ad8dfc0 (patch) | |
tree | 107a438400a7fece843b5fae92748ef0f30e5e56 | |
parent | Initial version of eclasses. :-) (diff) | |
download | historical-a5f8113a2932f062d34de8e126412aa42ad8dfc0.tar.gz historical-a5f8113a2932f062d34de8e126412aa42ad8dfc0.tar.bz2 historical-a5f8113a2932f062d34de8e126412aa42ad8dfc0.zip |
fixes
-rw-r--r-- | eclass/autoconf.eclass | 4 | ||||
-rw-r--r-- | eclass/base.eclass | 4 | ||||
-rw-r--r-- | eclass/c.eclass | 4 | ||||
-rw-r--r-- | eclass/inherit.eclass | 4 | ||||
-rw-r--r-- | eclass/kde-base.eclass | 4 | ||||
-rw-r--r-- | eclass/kde.eclass | 4 |
6 files changed, 12 insertions, 12 deletions
diff --git a/eclass/autoconf.eclass b/eclass/autoconf.eclass index a0c4545116bd..c44ddea8ea6d 100644 --- a/eclass/autoconf.eclass +++ b/eclass/autoconf.eclass @@ -1,9 +1,9 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Dan Armak <danarmak@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/eclass/autoconf.eclass,v 1.1 2001/09/28 19:25:33 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/autoconf.eclass,v 1.2 2001/09/28 19:30:09 danarmak Exp $ # The autoconf eclass merely adds autconf/automake deps. -. /usr/portage/inherit.eclass || die +. /usr/portage/eclass/inherit.eclass || die inherit virtual || die ECLASS=autoconf diff --git a/eclass/base.eclass b/eclass/base.eclass index 6a7e200276cb..e8383c41866b 100644 --- a/eclass/base.eclass +++ b/eclass/base.eclass @@ -1,10 +1,10 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Dan Armak <danarmak@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/eclass/base.eclass,v 1.1 2001/09/28 19:25:33 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/base.eclass,v 1.2 2001/09/28 19:30:09 danarmak Exp $ # The base eclass defines some default functions and variables. Nearly everything # else inherits from here. -. /usr/portage/inherit.eclass || die +. /usr/portage/eclass/inherit.eclass || die inherit virtual || die ECLASS=base diff --git a/eclass/c.eclass b/eclass/c.eclass index 77e188999dea..b7cb5bfa903a 100644 --- a/eclass/c.eclass +++ b/eclass/c.eclass @@ -1,9 +1,9 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Dan Armak <danarmak@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/eclass/c.eclass,v 1.1 2001/09/28 19:25:33 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/c.eclass,v 1.2 2001/09/28 19:30:09 danarmak Exp $ # The "c" eclass merely adds gcc, glibc and ld.so to DEPEND/RDEPEND for comfort. -. /usr/portage/inherit.eclass || die +. /usr/portage/eclass/inherit.eclass || die inherit virtual || die ECLASS=c diff --git a/eclass/inherit.eclass b/eclass/inherit.eclass index 5f323b8a40fd..d74f18af8aed 100644 --- a/eclass/inherit.eclass +++ b/eclass/inherit.eclass @@ -1,9 +1,9 @@ -# $Header: /var/cvsroot/gentoo-x86/eclass/inherit.eclass,v 1.1 2001/09/28 19:25:33 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/inherit.eclass,v 1.2 2001/09/28 19:30:09 danarmak Exp $ # This eclass provides the inherit() function. In the future it will be placed in ebuild.sh, but for now drobbins # doesn't want to make a new portage just for my testing, so every eclass/ebuild will source this file manually and # then inherit(). This way whn the tmie comes for this to move into stable ebuild.sh, we can just delete the source lines. -ECLASSDIR=${PORTDIR}/eclass +ECLASSDIR=/usr/portage/eclass inherit() { diff --git a/eclass/kde-base.eclass b/eclass/kde-base.eclass index 618c5cea0a41..214905df5a7a 100644 --- a/eclass/kde-base.eclass +++ b/eclass/kde-base.eclass @@ -1,9 +1,9 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Dan Armak <danarmak@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/eclass/kde-base.eclass,v 1.1 2001/09/28 19:25:33 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kde-base.eclass,v 1.2 2001/09/28 19:30:09 danarmak Exp $ # This is the kde ebuild for >=2.2.1 kde base packages. Don't use for kdelibs though :-) -. /usr/portage/inherit.eclass || die +. /usr/portage/eclass/inherit.eclass || die inherit base c autoconf || die ECLASS=kde diff --git a/eclass/kde.eclass b/eclass/kde.eclass index 38d7caaaba4a..3e642c0eb7ae 100644 --- a/eclass/kde.eclass +++ b/eclass/kde.eclass @@ -1,10 +1,10 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Dan Armak <danarmak@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/eclass/kde.eclass,v 1.1 2001/09/28 19:25:33 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kde.eclass,v 1.2 2001/09/28 19:30:09 danarmak Exp $ # This is the kde ebuild for std. kde-dependant apps which follow configure/make/make install # procedures and have std. configure options. -. /usr/portage/inherit.eclass || die +. /usr/portage/eclass/inherit.eclass || die inherit c autoconf base || die ECLASS=kde |