summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2002-10-25 19:55:52 +0000
committerMike Frysinger <vapier@gentoo.org>2002-10-25 19:55:52 +0000
commit6679a946f71474c7dff2bbc880c452572bb7ebd7 (patch)
treeb3c03d50f058cbd0179217ff95a86575c531f023
parentfixie (diff)
downloadgentoo-2-6679a946f71474c7dff2bbc880c452572bb7ebd7.tar.gz
gentoo-2-6679a946f71474c7dff2bbc880c452572bb7ebd7.tar.bz2
gentoo-2-6679a946f71474c7dff2bbc880c452572bb7ebd7.zip
Header updates/cleanups
-rw-r--r--eclass/ebook.eclass3
-rw-r--r--eclass/gnuconfig.eclass4
-rw-r--r--eclass/kde-base.eclass4
-rw-r--r--eclass/kde-dist.eclass4
-rw-r--r--eclass/kde-functions.eclass4
-rw-r--r--eclass/libtool.eclass5
6 files changed, 13 insertions, 11 deletions
diff --git a/eclass/ebook.eclass b/eclass/ebook.eclass
index fca0fef4899b..2386ef47eecd 100644
--- a/eclass/ebook.eclass
+++ b/eclass/ebook.eclass
@@ -1,7 +1,8 @@
# Copyright 1999-2000 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 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 $
# The ebook eclass defines some default functions and variables to
# install ebooks.
ECLASS=ebook
diff --git a/eclass/gnuconfig.eclass b/eclass/gnuconfig.eclass
index 4809e245993d..46b6de84d503 100644
--- a/eclass/gnuconfig.eclass
+++ b/eclass/gnuconfig.eclass
@@ -1,8 +1,8 @@
#!/bin/bash
# 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: Will Woods <wwoods@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/eclass/gnuconfig.eclass,v 1.1 2002/10/25 17:16:07 wwoods Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/gnuconfig.eclass,v 1.2 2002/10/25 19:55:52 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 de00bdbf67c5..e6b7982700e6 100644
--- a/eclass/kde-base.eclass
+++ b/eclass/kde-base.eclass
@@ -1,7 +1,7 @@
# Copyright 1999-2000 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 Dan Armak <danarmak@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/eclass/kde-base.eclass,v 1.16 2002/07/26 21:50:15 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kde-base.eclass,v 1.17 2002/10/25 19:55:52 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
diff --git a/eclass/kde-dist.eclass b/eclass/kde-dist.eclass
index 12807de0806f..c3fc704b12d4 100644
--- a/eclass/kde-dist.eclass
+++ b/eclass/kde-dist.eclass
@@ -1,7 +1,7 @@
# Copyright 1999-2000 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 Dan Armak <danarmak@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/eclass/kde-dist.eclass,v 1.22 2002/10/24 18:38:34 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kde-dist.eclass,v 1.23 2002/10/25 19:55:52 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
diff --git a/eclass/kde-functions.eclass b/eclass/kde-functions.eclass
index 1d992e109180..f7dacb94acae 100644
--- a/eclass/kde-functions.eclass
+++ b/eclass/kde-functions.eclass
@@ -1,7 +1,7 @@
# Copyright 1999-2000 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 Dan Armak <danarmak@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/eclass/kde-functions.eclass,v 1.33 2002/10/24 18:38:34 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kde-functions.eclass,v 1.34 2002/10/25 19:55:52 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"
diff --git a/eclass/libtool.eclass b/eclass/libtool.eclass
index 8ef1ddc59003..3fa855b923a2 100644
--- a/eclass/libtool.eclass
+++ b/eclass/libtool.eclass
@@ -1,10 +1,11 @@
#!/bin/bash
# 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/libtool.eclass,v 1.14 2002/10/20 10:43:04 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/libtool.eclass,v 1.15 2002/10/25 19:55:52 vapier Exp $
# This eclass patches ltmain.sh distributed with libtoolized packages with the
# relink and portage patch
+
ECLASS=libtool
INHERITED="$INHERITED $ECLASS"