summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2002-10-25 19:57:52 +0000
committerMike Frysinger <vapier@gentoo.org>2002-10-25 19:57:52 +0000
commit94317f16d56ae950065453dc3a05245a2cc4ca59 (patch)
tree0a2b1c9f0cd285f9ae6ab69e0a127d70e91dfd4f
parentHeader updates/cleanups (diff)
downloadgentoo-2-94317f16d56ae950065453dc3a05245a2cc4ca59.tar.gz
gentoo-2-94317f16d56ae950065453dc3a05245a2cc4ca59.tar.bz2
gentoo-2-94317f16d56ae950065453dc3a05245a2cc4ca59.zip
Header updates/cleanups
-rw-r--r--eclass/aspell-dict.eclass4
-rw-r--r--eclass/autotools.eclass6
-rw-r--r--eclass/base.eclass5
-rw-r--r--eclass/commonbox.eclass4
-rw-r--r--eclass/cvs.eclass4
-rw-r--r--eclass/distutils.eclass4
-rw-r--r--eclass/ebook.eclass5
-rw-r--r--eclass/gcc.eclass5
-rw-r--r--eclass/gnuconfig.eclass3
-rw-r--r--eclass/gtk-engines.eclass4
-rw-r--r--eclass/inherit.eclass4
-rw-r--r--eclass/java.eclass4
-rw-r--r--eclass/kde-base.eclass3
-rw-r--r--eclass/kde-dist.eclass3
-rw-r--r--eclass/kde-functions.eclass3
-rw-r--r--eclass/kde-i18n.eclass5
-rw-r--r--eclass/kde-i18n.org.eclass5
-rw-r--r--eclass/kde-patch.eclass5
-rw-r--r--eclass/kde-pre.eclass5
-rw-r--r--eclass/kde-source.eclass4
-rw-r--r--eclass/kde.eclass5
-rw-r--r--eclass/kde.org.eclass5
-rw-r--r--eclass/kernel.eclass7
-rw-r--r--eclass/kmod.eclass5
-rw-r--r--eclass/koffice-i18n.eclass5
-rw-r--r--eclass/latex-package.eclass3
-rw-r--r--eclass/libtool.eclass3
-rw-r--r--eclass/mount-boot.eclass4
-rw-r--r--eclass/perl-module.eclass4
-rw-r--r--eclass/perl-post.eclass5
-rw-r--r--eclass/virtualx.eclass5
31 files changed, 77 insertions, 59 deletions
diff --git a/eclass/aspell-dict.eclass b/eclass/aspell-dict.eclass
index 1f418d607021..f9def4c1aeab 100644
--- a/eclass/aspell-dict.eclass
+++ b/eclass/aspell-dict.eclass
@@ -1,7 +1,7 @@
# 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: Seemant Kulleen <seemant@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/eclass/aspell-dict.eclass,v 1.6 2002/10/18 10:42:01 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/aspell-dict.eclass,v 1.7 2002/10/25 19:55:52 vapier Exp $
# The aspell-dict eclass is designed to streamline the construction of
# ebuilds for the new aspell dictionaries (from gnu.org) which support
diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass
index 4360771867b1..eac32be7f1b9 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
+# Distributed under the terms of the GNU General Public License v2
# Author: Martin Schlemmer <azarah@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v 1.5 2002/10/20 10:43:04 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v 1.6 2002/10/25 19:55:52 vapier 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.5 2002/10/20 10:43:04 azarah Exp $
+# # $Header: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v 1.6 2002/10/25 19:55:52 vapier Exp $
#
# # If you need to set the versions different from in here, it *must*
# # be done before inherit.eclass is sourced
diff --git a/eclass/base.eclass b/eclass/base.eclass
index cef8044c39fc..baa06e2c92b2 100644
--- a/eclass/base.eclass
+++ b/eclass/base.eclass
@@ -1,9 +1,10 @@
# 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/base.eclass,v 1.17 2002/10/24 18:38:32 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/base.eclass,v 1.18 2002/10/25 19:55:52 vapier Exp $
# The base eclass defines some default functions and variables. Nearly everything
# else inherits from here.
+
ECLASS=base
INHERITED="$INHERITED $ECLASS"
S=${WORKDIR}/${P}
diff --git a/eclass/commonbox.eclass b/eclass/commonbox.eclass
index 2034ed831a84..6571d01f09e3 100644
--- a/eclass/commonbox.eclass
+++ b/eclass/commonbox.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/commonbox.eclass,v 1.11 2002/10/15 02:33:55 mkeadle Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/commonbox.eclass,v 1.12 2002/10/25 19:55:52 vapier Exp $
# The commonbox eclass is designed to allow easier installation of the box
# window managers such as blackbox and fluxbox and commonbox
diff --git a/eclass/cvs.eclass b/eclass/cvs.eclass
index 78facd11c350..ff0109741682 100644
--- a/eclass/cvs.eclass
+++ b/eclass/cvs.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/cvs.eclass,v 1.21 2002/10/24 18:38:32 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/cvs.eclass,v 1.22 2002/10/25 19:55:52 vapier Exp $
# This eclass provides the generic cvs fetching functions.
ECLASS=cvs
diff --git a/eclass/distutils.eclass b/eclass/distutils.eclass
index 2cb5b8852975..e47d6aeaef58 100644
--- a/eclass/distutils.eclass
+++ b/eclass/distutils.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: Jon Nelson <jnelson@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/eclass/distutils.eclass,v 1.3 2002/10/20 22:24:07 jnelson Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/distutils.eclass,v 1.4 2002/10/25 19:55:52 vapier Exp $
# The distutils eclass is designed to allow easier installation of
# distutils-based python modules, and their incorporation into
# the Gentoo Linux system.
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/gcc.eclass b/eclass/gcc.eclass
index cf0c5d2ae4be..8288aead9ad7 100644
--- a/eclass/gcc.eclass
+++ b/eclass/gcc.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/gcc.eclass,v 1.6 2002/09/11 00:57:55 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/gcc.eclass,v 1.7 2002/10/25 19:55:52 vapier Exp $
# This eclass contains (or should) functions to get common info about gcc
+
ECLASS=gcc
INHERITED="$INHERITED $ECLASS"
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/gtk-engines.eclass b/eclass/gtk-engines.eclass
index c02c7cf43280..ace68e818103 100644
--- a/eclass/gtk-engines.eclass
+++ b/eclass/gtk-engines.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# /space/gentoo/cvsroot/gentoo-x86/eclass/gtk-engines.eclass,v 1.0 2002/04/20 09:55:11 danarmak Exp
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/eclass/gtk-engines.eclass,v 1.8 2002/10/25 19:55:52 vapier Exp $
# The gtk-engines eclass is inheritd by all gtk-engines-* ebuilds.
diff --git a/eclass/inherit.eclass b/eclass/inherit.eclass
index e88cc7720461..b4ab99216fbe 100644
--- a/eclass/inherit.eclass
+++ b/eclass/inherit.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>
-# /space/gentoo/cvsroot/gentoo-x86/eclass/inherit.eclass,v 1.16 2002/05/21 20:31:28 blocke Exp
+# $Header: /var/cvsroot/gentoo-x86/eclass/inherit.eclass,v 1.19 2002/10/25 19:55:52 vapier Exp $
##########################################################################
#
diff --git a/eclass/java.eclass b/eclass/java.eclass
index 9a6648595d77..bb3b48f1d6f8 100644
--- a/eclass/java.eclass
+++ b/eclass/java.eclass
@@ -1,7 +1,7 @@
# 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: Karl Trygve Kalleberg <karltk@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/eclass/java.eclass,v 1.5 2002/10/20 13:44:03 lostlogic Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/java.eclass,v 1.6 2002/10/25 19:55:52 vapier Exp $
ECLASS=java
INHERITED="$INHERITED $ECLASS"
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/kde-i18n.eclass b/eclass/kde-i18n.eclass
index 8c76fb5ccee8..724e83689df0 100644
--- a/eclass/kde-i18n.eclass
+++ b/eclass/kde-i18n.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 Dan Armak <danarmak@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/eclass/kde-i18n.eclass,v 1.25 2002/10/24 18:38:34 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kde-i18n.eclass,v 1.26 2002/10/25 19:55:52 vapier Exp $
+
inherit kde
ECLASS=kde-i18n
INHERITED="$INHERITED $ECLASS"
diff --git a/eclass/kde-i18n.org.eclass b/eclass/kde-i18n.org.eclass
index 8862a7729644..69cf432abddd 100644
--- a/eclass/kde-i18n.org.eclass
+++ b/eclass/kde-i18n.org.eclass
@@ -1,8 +1,9 @@
# 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-i18n.org.eclass,v 1.6 2002/10/24 18:38:39 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kde-i18n.org.eclass,v 1.7 2002/10/25 19:55:52 vapier Exp $
# Contains the locations of i18n ftp.kde.org packages and their mirrors
+
ECLASS=kde-i18n.org
INHERITED="$INHERITED $ECLASS"
diff --git a/eclass/kde-patch.eclass b/eclass/kde-patch.eclass
index 5b92d9ca3a3c..f1b577bfcc86 100644
--- a/eclass/kde-patch.eclass
+++ b/eclass/kde-patch.eclass
@@ -1,8 +1,9 @@
# 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-patch.eclass,v 1.3 2002/10/24 18:38:39 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kde-patch.eclass,v 1.4 2002/10/25 19:55:52 vapier Exp $
# This applies homemade patches from the tarball to the date specified.
+
ECLASS=kde-patch
INHERITED="$INHERITED $ECLASS"
diff --git a/eclass/kde-pre.eclass b/eclass/kde-pre.eclass
index 894ee579de54..745b31491191 100644
--- a/eclass/kde-pre.eclass
+++ b/eclass/kde-pre.eclass
@@ -1,9 +1,10 @@
# 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-pre.eclass,v 1.2 2002/07/12 15:24:36 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kde-pre.eclass,v 1.3 2002/10/25 19:55:52 vapier Exp $
# This is for kde prereleases (alpha, beta etc.) which have a _ (underscore) in their portage ebuild
# names but not in their source archives and source dirs. To be inherited after setting SRC_URI and WORKDIR.
+
ECLASS=kde-pre
INHERITED="$INHERITED $ECLASS"
diff --git a/eclass/kde-source.eclass b/eclass/kde-source.eclass
index ed4faa529f9e..6ce86637788c 100644
--- a/eclass/kde-source.eclass
+++ b/eclass/kde-source.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-source.eclass,v 1.11 2002/10/24 18:38:39 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kde-source.eclass,v 1.12 2002/10/25 19:55:52 vapier Exp $
# This is for kde-base cvs ebuilds. Read comments about settings.
# It uses $S and sets $SRC_URI, so inherit it as late as possible (certainly after any other eclasses).
diff --git a/eclass/kde.eclass b/eclass/kde.eclass
index 8153c2906680..adfbe055ede7 100644
--- a/eclass/kde.eclass
+++ b/eclass/kde.eclass
@@ -1,8 +1,9 @@
# 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.eclass,v 1.61 2002/10/24 18:41:35 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kde.eclass,v 1.62 2002/10/25 19:55:52 vapier Exp $
# The kde eclass is inherited by all kde-* eclasses. Few ebuilds inherit straight from here.
+
inherit base kde-functions
ECLASS=kde
INHERITED="$INHERITED $ECLASS"
diff --git a/eclass/kde.org.eclass b/eclass/kde.org.eclass
index e0cbcddde38a..abae7415fd0d 100644
--- a/eclass/kde.org.eclass
+++ b/eclass/kde.org.eclass
@@ -1,8 +1,9 @@
# 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.org.eclass,v 1.17 2002/10/24 18:38:39 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kde.org.eclass,v 1.18 2002/10/25 19:55:52 vapier Exp $
# Contains the locations of ftp.kde.org packages and their mirrors
+
ECLASS=kde.org
INHERITED="$INHERITED $ECLASS"
diff --git a/eclass/kernel.eclass b/eclass/kernel.eclass
index 3994a192140e..aab4e3272c20 100644
--- a/eclass/kernel.eclass
+++ b/eclass/kernel.eclass
@@ -1,11 +1,12 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/kernel.eclass,v 1.9 2002/10/01 12:59:36 lostlogic Exp $
-ECLASS=kernel
-EXPORT_FUNCTIONS src_unpack src_compile src_install pkg_preinst pkg_postinst
+# $Header: /var/cvsroot/gentoo-x86/eclass/kernel.eclass,v 1.10 2002/10/25 19:55:52 vapier Exp $
# This eclass contains the common functions to be used by all lostlogic
# based kernel ebuilds
+ECLASS=kernel
+EXPORT_FUNCTIONS src_unpack src_compile src_install pkg_preinst pkg_postinst
+
# OKV=original kernel version, KV=patched kernel version. They can be the same.
OKV="`echo ${PV}|sed -e 's:^\([0-9]\+\.[0-9]\+\.[0-9]\+\).*:\1:'`"
EXTRAVERSION="`echo ${PN}-${PV}-${PR} | \
diff --git a/eclass/kmod.eclass b/eclass/kmod.eclass
index 59291f3f478d..77051dc227e1 100644
--- a/eclass/kmod.eclass
+++ b/eclass/kmod.eclass
@@ -1,9 +1,10 @@
# 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/kmod.eclass,v 1.4 2002/08/28 00:06:35 mjc Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kmod.eclass,v 1.5 2002/10/25 19:55:52 vapier Exp $
# The base eclass defines some default functions and variables. Nearly everything
# else inherits from here.
+
ECLASS=kmod
INHERITED="$INHERITED $ECLASS"
S=${WORKDIR}/${P}
diff --git a/eclass/koffice-i18n.eclass b/eclass/koffice-i18n.eclass
index 65e9a67328ad..8238a21d8e4d 100644
--- a/eclass/koffice-i18n.eclass
+++ b/eclass/koffice-i18n.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 Dan Armak <danarmak@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/eclass/koffice-i18n.eclass,v 1.13 2002/09/17 07:05:16 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/koffice-i18n.eclass,v 1.14 2002/10/25 19:55:52 vapier Exp $
+
inherit kde
ECLASS=koffice-i18n
INHERITED="$INHERITED $ECLASS"
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