diff options
author | Dan Armak <danarmak@gentoo.org> | 2002-07-26 21:50:16 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2002-07-26 21:50:16 +0000 |
commit | f4d808a33817c744bcc33152e009d297405611f4 (patch) | |
tree | bd1dff9348dbab5393b2f101fb74156398bc71c6 /eclass | |
parent | corrected SRC_URI for sourceforge (diff) | |
download | historical-f4d808a33817c744bcc33152e009d297405611f4.tar.gz historical-f4d808a33817c744bcc33152e009d297405611f4.tar.bz2 historical-f4d808a33817c744bcc33152e009d297405611f4.zip |
fix , in many eclasses
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/autotools.eclass | 6 | ||||
-rw-r--r-- | eclass/kde-base.eclass | 5 | ||||
-rw-r--r-- | eclass/kde-i18n.org.eclass | 4 | ||||
-rw-r--r-- | eclass/latex-package.eclass | 3 | ||||
-rw-r--r-- | eclass/makeedit.eclass | 3 | ||||
-rw-r--r-- | eclass/perl-module.eclass | 4 | ||||
-rw-r--r-- | eclass/perl-post.eclass | 4 |
7 files changed, 16 insertions, 13 deletions
diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass index f0ae38ece4bc..a35a0f4a55ea 100644 --- a/eclass/autotools.eclass +++ b/eclass/autotools.eclass @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author: Martin Schlemmer <azarah@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v 1.3 2002/07/12 15:24:36 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v 1.4 2002/07/26 21:50:14 danarmak Exp $ # The autotools eclass enables building of the apps that needs the latest autconf/automake. # # NOTES: @@ -22,7 +22,7 @@ # # Copyright 1999-2002 Gentoo Technologies, Inc. # # Distributed under the terms of the GNU General Public License, v2 or later # # Maintainer: John Doe <john@foo.com> -# # $Header: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v 1.3 2002/07/12 15:24:36 danarmak Exp $ +# # $Header: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v 1.4 2002/07/26 21:50:14 danarmak Exp $ # # # If you need to set the versions different from in here, it *must* # # be done before inherit.eclass is sourced @@ -71,7 +71,7 @@ # -ECLASS=AutoTools +ECLASS=autotools INHERITED="$INHERITED $ECLASS" #[ -z "$ACONFVER" ] && ACONFVER=2.52f diff --git a/eclass/kde-base.eclass b/eclass/kde-base.eclass index 7413f8301654..de00bdbf67c5 100644 --- a/eclass/kde-base.eclass +++ b/eclass/kde-base.eclass @@ -1,12 +1,13 @@ # 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.15 2002/07/12 21:42:38 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kde-base.eclass,v 1.16 2002/07/26 21:50:15 danarmak Exp $ # This is the kde ebuild for std. kde-dependant apps which follow configure/make/make install # procedures and have std. configure options. inherit kde -INHERITED="$INHERITED $ECLASS" ECLASS=kde-base +INHERITED="$INHERITED $ECLASS" + newdepend /c DESCRIPTION="Based on the $ECLASS eclass" diff --git a/eclass/kde-i18n.org.eclass b/eclass/kde-i18n.org.eclass index 39cb60c312df..11ff2a1d150a 100644 --- a/eclass/kde-i18n.org.eclass +++ b/eclass/kde-i18n.org.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-i18n.org.eclass,v 1.2 2002/07/12 15:24:36 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kde-i18n.org.eclass,v 1.3 2002/07/26 21:50:15 danarmak Exp $ # Contains the locations of i18n ftp.kde.org packages and their mirrors -ECLASS=kde.org +ECLASS=kde.i18n.org INHERITED="$INHERITED $ECLASS" SRC_PATH="kde/stable/${PV}/src/${P}.tar.bz2" diff --git a/eclass/latex-package.eclass b/eclass/latex-package.eclass index 70376d459a04..47bf77b2c9f8 100644 --- a/eclass/latex-package.eclass +++ b/eclass/latex-package.eclass @@ -4,10 +4,11 @@ # the src_install function as-is if the system is single-directory. inherit base +ECLASS=latex-package INHERITED="$INHERITED $ECLASS" newdepend ">=app-text/tetex-1.0.7" -ECLASS=latex-package + HOMEPAGE="http://www.tug.org/" SRC_URI="ftp://tug.ctan.org/macros/latex/" S=${WORKDIR}/${P} diff --git a/eclass/makeedit.eclass b/eclass/makeedit.eclass index 0f8f9b658087..56cd17cd64b3 100644 --- a/eclass/makeedit.eclass +++ b/eclass/makeedit.eclass @@ -1,12 +1,13 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/makeedit.eclass,v 1.1 2002/07/24 23:57:00 spider Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/makeedit.eclass,v 1.2 2002/07/26 21:50:16 danarmak Exp $ # Author: Spider # makeedit eclass, will remove -Wreturn-type and -Wall from compiling, this will reduce the RAM requirements. # Debug ECLASS ECLASS="makeedit" +INHERITED="$INHERITED $ECLASS" INHERITED="$INHERITED $ECLASS" export CFLAGS="${CFLAGS} -Wno-return-type" diff --git a/eclass/perl-module.eclass b/eclass/perl-module.eclass index 96d20869c51f..e623dda27cf4 100644 --- a/eclass/perl-module.eclass +++ b/eclass/perl-module.eclass @@ -1,14 +1,14 @@ # Copyright 2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 # Author: Seemant Kulleen <seemant@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/eclass/perl-module.eclass,v 1.13 2002/07/12 15:24:36 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/perl-module.eclass,v 1.14 2002/07/26 21:50:16 danarmak Exp $ # The perl-module eclass is designed to allow easier installation of perl # modules, and their incorporation into the Gentoo Linux system. #first inherit the pkg_postinst() and pkg_postrm() functions inherit perl-post -ECLASS=base +ECLASS=perl-module INHERITED="$INHERITED $ECLASS" EXPORT_FUNCTIONS src_compile src_install src_test diff --git a/eclass/perl-post.eclass b/eclass/perl-post.eclass index bd43fc331e48..91c99c571ec8 100644 --- a/eclass/perl-post.eclass +++ b/eclass/perl-post.eclass @@ -1,11 +1,11 @@ # Copyright 2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 # Author: Seemant Kulleen <seemant@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/eclass/perl-post.eclass,v 1.5 2002/07/12 15:24:36 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/perl-post.eclass,v 1.6 2002/07/26 21:50:16 danarmak Exp $ # The perl-post eclass is designed to allow the ${installarchdir}/perllocal.pod # file to be updated cleanly after perl and/or perl-modules are installed # or removed. -ECLASS=perl +ECLASS=perl-post INHERITED="$INHERITED $ECLASS" EXPORT_FUNCTIONS pkg_setup pkg_preinst pkg_postinst pkg_prerm pkg_postrm \ |