diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-10-25 19:57:52 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-10-25 19:57:52 +0000 |
commit | e93c509ac0dedfb86b9880d9ccf745e8af06d1a0 (patch) | |
tree | 4f540f61ba60091037216ee7af5e453177715c3d /eclass | |
parent | Header updates/cleanups (diff) | |
download | historical-e93c509ac0dedfb86b9880d9ccf745e8af06d1a0.tar.gz historical-e93c509ac0dedfb86b9880d9ccf745e8af06d1a0.tar.bz2 historical-e93c509ac0dedfb86b9880d9ccf745e8af06d1a0.zip |
Header updates/cleanups
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/ebook.eclass | 5 | ||||
-rw-r--r-- | eclass/gnuconfig.eclass | 3 | ||||
-rw-r--r-- | eclass/kde-base.eclass | 3 | ||||
-rw-r--r-- | eclass/kde-dist.eclass | 3 | ||||
-rw-r--r-- | eclass/kde-functions.eclass | 3 | ||||
-rw-r--r-- | eclass/latex-package.eclass | 3 | ||||
-rw-r--r-- | eclass/libtool.eclass | 3 | ||||
-rw-r--r-- | eclass/mount-boot.eclass | 4 | ||||
-rw-r--r-- | eclass/perl-module.eclass | 4 | ||||
-rw-r--r-- | eclass/perl-post.eclass | 5 | ||||
-rw-r--r-- | eclass/virtualx.eclass | 5 |
11 files changed, 24 insertions, 17 deletions
diff --git a/eclass/ebook.eclass b/eclass/ebook.eclass index 2386ef47eecd..5109c80c4e63 100644 --- a/eclass/ebook.eclass +++ b/eclass/ebook.eclass @@ -1,10 +1,11 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # Author Francisco Gimeno <kikov@fco-gimeno.com> -# Manteiner José Alberto Suárez López <bass@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/eclass/ebook.eclass,v 1.7 2002/10/25 19:55:52 vapier Exp $ +# Mantainer José Alberto Suárez López <bass@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/eclass/ebook.eclass,v 1.8 2002/10/25 19:57:51 vapier Exp $ # The ebook eclass defines some default functions and variables to # install ebooks. + ECLASS=ebook INHERITED="$INHERITED $ECLASS" HOMEPAGE="http://lidn.sourceforge.net" diff --git a/eclass/gnuconfig.eclass b/eclass/gnuconfig.eclass index 46b6de84d503..75e067b91477 100644 --- a/eclass/gnuconfig.eclass +++ b/eclass/gnuconfig.eclass @@ -1,8 +1,7 @@ -#!/bin/bash # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # Author: Will Woods <wwoods@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/eclass/gnuconfig.eclass,v 1.2 2002/10/25 19:55:52 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnuconfig.eclass,v 1.3 2002/10/25 19:57:51 vapier Exp $ # This eclass updates config.guess and config.sub. This is useful if # configure dies from misguessing your canonical system name (CHOST). diff --git a/eclass/kde-base.eclass b/eclass/kde-base.eclass index e6b7982700e6..82dc261ce445 100644 --- a/eclass/kde-base.eclass +++ b/eclass/kde-base.eclass @@ -1,9 +1,10 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # Author Dan Armak <danarmak@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/eclass/kde-base.eclass,v 1.17 2002/10/25 19:55:52 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kde-base.eclass,v 1.18 2002/10/25 19:57:51 vapier 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 ECLASS=kde-base INHERITED="$INHERITED $ECLASS" diff --git a/eclass/kde-dist.eclass b/eclass/kde-dist.eclass index c3fc704b12d4..f494df8cc17c 100644 --- a/eclass/kde-dist.eclass +++ b/eclass/kde-dist.eclass @@ -1,9 +1,10 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # Author Dan Armak <danarmak@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/eclass/kde-dist.eclass,v 1.23 2002/10/25 19:55:52 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kde-dist.eclass,v 1.24 2002/10/25 19:57:51 vapier Exp $ # This is the kde-dist eclass for >=2.2.1 kde base packages. Don't use for kdelibs though :-) # Don't use it for e.g. kdevelop, koffice because of their separate versionnig schemes. + inherit kde-base kde.org ECLASS=kde-dist INHERITED="$INHERITED $ECLASS" diff --git a/eclass/kde-functions.eclass b/eclass/kde-functions.eclass index f7dacb94acae..0aa5b51983dc 100644 --- a/eclass/kde-functions.eclass +++ b/eclass/kde-functions.eclass @@ -1,8 +1,9 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # Author Dan Armak <danarmak@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/eclass/kde-functions.eclass,v 1.34 2002/10/25 19:55:52 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kde-functions.eclass,v 1.35 2002/10/25 19:57:51 vapier Exp $ # This contains everything except things that modify ebuild variables and functions (e.g. $P, src_compile() etc.) + ECLASS=kde-functions INHERITED="$INHERITED $ECLASS" # convinience functions for requesting autotools versions diff --git a/eclass/latex-package.eclass b/eclass/latex-package.eclass index 22adad4f6958..18963b2eef20 100644 --- a/eclass/latex-package.eclass +++ b/eclass/latex-package.eclass @@ -1,4 +1,7 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 # Author Matthew Turk <satai@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/eclass/latex-package.eclass,v 1.10 2002/10/25 19:57:51 vapier Exp $ # # This eClass is designed to be easy to use and implement. The vast majority of # LaTeX packages will only need to define SRC_URI (and sometimes S) for a diff --git a/eclass/libtool.eclass b/eclass/libtool.eclass index 3fa855b923a2..6de77f9c5615 100644 --- a/eclass/libtool.eclass +++ b/eclass/libtool.eclass @@ -1,8 +1,7 @@ -#!/bin/bash # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # Author: Martin Schlemmer <azarah@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/eclass/libtool.eclass,v 1.15 2002/10/25 19:55:52 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/libtool.eclass,v 1.16 2002/10/25 19:57:52 vapier Exp $ # This eclass patches ltmain.sh distributed with libtoolized packages with the # relink and portage patch diff --git a/eclass/mount-boot.eclass b/eclass/mount-boot.eclass index cd54ddc4ad16..be747b9c1d2d 100644 --- a/eclass/mount-boot.eclass +++ b/eclass/mount-boot.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/eclass/mount-boot.eclass,v 1.4 2002/10/13 02:34:18 woodchip Exp $ +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/eclass/mount-boot.eclass,v 1.5 2002/10/25 19:55:52 vapier Exp $ ECLASS=mount-boot INHERITED="$INHERITED $ECLASS" diff --git a/eclass/perl-module.eclass b/eclass/perl-module.eclass index eb0e80cd76bc..d25eba719a39 100644 --- a/eclass/perl-module.eclass +++ b/eclass/perl-module.eclass @@ -1,7 +1,7 @@ # Copyright 2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 +# 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.29 2002/10/20 06:45:12 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/perl-module.eclass,v 1.30 2002/10/25 19:55:52 vapier Exp $ # The perl-module eclass is designed to allow easier installation of perl # modules, and their incorporation into the Gentoo Linux system. diff --git a/eclass/perl-post.eclass b/eclass/perl-post.eclass index ca86d20b91d5..dacf965a14cb 100644 --- a/eclass/perl-post.eclass +++ b/eclass/perl-post.eclass @@ -1,10 +1,11 @@ # Copyright 2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 +# 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.8 2002/08/16 12:20:48 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/perl-post.eclass,v 1.9 2002/10/25 19:55:52 vapier 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-post INHERITED="$INHERITED $ECLASS" diff --git a/eclass/virtualx.eclass b/eclass/virtualx.eclass index 3515095d79e7..bdc79737082e 100644 --- a/eclass/virtualx.eclass +++ b/eclass/virtualx.eclass @@ -1,8 +1,9 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later +# Distributed under the terms of the GNU General Public License v2 # Author: Martin Schlemmer <azarah@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/eclass/virtualx.eclass,v 1.8 2002/09/11 17:22:02 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/virtualx.eclass,v 1.9 2002/10/25 19:55:52 vapier Exp $ # This eclass can be used for packages that needs a working X environment to build + ECLASS=virtualx INHERITED="$INHERITED $ECLASS" newdepend virtual/x11 |