From 056076a708c472c511b853d8a9e6ab182d8f6956 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 25 Jun 2004 00:39:48 +0000 Subject: update the copyright info --- eclass/64-bit.eclass | 6 +++--- eclass/alternatives.eclass | 4 ++-- eclass/aspell-dict.eclass | 4 ++-- eclass/base.eclass | 4 ++-- eclass/cannadic.eclass | 4 ++-- eclass/ccc.eclass | 4 ++-- eclass/check-kernel.eclass | 4 ++-- eclass/common-lisp-common.eclass | 6 +++--- eclass/common-lisp.eclass | 4 ++-- eclass/commonbox.eclass | 4 ++-- eclass/crosscompile.eclass | 4 ++-- eclass/cvs.eclass | 4 ++-- eclass/db.eclass | 4 ++-- eclass/db4-fix.eclass | 4 ++-- eclass/debug.eclass | 4 ++-- eclass/distutils.eclass | 4 ++-- eclass/ebook.eclass | 4 ++-- eclass/eclipse-ext.eclass | 4 ++-- eclass/elisp-common.eclass | 4 ++-- eclass/elisp.eclass | 4 ++-- eclass/enlightenment.eclass | 4 ++-- eclass/eutils.eclass | 4 ++-- eclass/fixheadtails.eclass | 4 ++-- eclass/flag-o-matic.eclass | 4 ++-- eclass/font.eclass | 4 ++-- eclass/freedict.eclass | 4 ++-- eclass/games-q3mod.eclass | 4 ++-- eclass/games.eclass | 4 ++-- eclass/gcc.eclass | 4 ++-- eclass/gnat.eclass | 4 ++-- eclass/gnome.org.eclass | 4 ++-- eclass/gnome2.eclass | 4 ++-- eclass/gnuconfig.eclass | 4 ++-- eclass/gnustep.eclass | 4 ++-- eclass/gst-plugins.eclass | 4 ++-- eclass/gtk-engines.eclass | 4 ++-- eclass/gtk-engines2.eclass | 4 ++-- eclass/horde.eclass | 4 ++-- eclass/iiimf.eclass | 4 ++-- eclass/inherit.eclass | 4 ++-- eclass/jakarta-commons.eclass | 4 ++-- eclass/java-pkg.eclass | 4 ++-- eclass/java.eclass | 4 ++-- eclass/kde-base.eclass | 4 ++-- eclass/kde-dist.eclass | 4 ++-- eclass/kde-functions.eclass | 4 ++-- eclass/kde-source.eclass | 4 ++-- eclass/kde.eclass | 4 ++-- eclass/kernel-2.eclass | 4 ++-- eclass/kernel-mod.eclass | 4 ++-- eclass/kernel.eclass | 4 ++-- eclass/kmod.eclass | 4 ++-- eclass/latex-package.eclass | 4 ++-- eclass/libtool.eclass | 4 ++-- eclass/makeedit.eclass | 4 ++-- eclass/matrox.eclass | 4 ++-- eclass/mono.eclass | 4 ++-- eclass/motif.eclass | 4 ++-- eclass/mount-boot.eclass | 4 ++-- eclass/mozilla-launcher.eclass | 4 ++-- eclass/nsplugins.eclass | 4 ++-- eclass/nxserver-1.3.2.eclass | 4 ++-- eclass/nxserver.eclass | 4 ++-- eclass/pcmcia.eclass | 4 ++-- eclass/perl-module.eclass | 4 ++-- eclass/perl-post.eclass | 4 ++-- eclass/php-2.eclass | 4 ++-- eclass/php-ext-base.eclass | 4 ++-- eclass/php-ext-pecl.eclass | 4 ++-- eclass/php-ext-source.eclass | 4 ++-- eclass/php-ext.eclass | 4 ++-- eclass/php-lib.eclass | 4 ++-- eclass/php-pear.eclass | 4 ++-- eclass/php-sapi.eclass | 4 ++-- eclass/php.eclass | 4 ++-- eclass/python.eclass | 4 ++-- eclass/rpm.eclass | 4 ++-- eclass/ruby-gnome2.eclass | 4 ++-- eclass/ruby.eclass | 4 ++-- eclass/selinux-policy.eclass | 4 ++-- eclass/sgml-catalog.eclass | 4 ++-- eclass/ssl-cert.eclass | 4 ++-- eclass/stardict.eclass | 4 ++-- eclass/subversion.eclass | 4 ++-- eclass/tetex.eclass | 4 ++-- eclass/tla.eclass | 4 ++-- eclass/vim-doc.eclass | 4 ++-- eclass/vim-plugin.eclass | 4 ++-- eclass/vim.eclass | 4 ++-- eclass/virtualx.eclass | 4 ++-- eclass/webapp-apache.eclass | 4 ++-- eclass/webapp.eclass | 4 ++-- eclass/xemacs-packages.eclass | 4 ++-- eclass/xfree.eclass | 4 ++-- eclass/zproduct.eclass | 4 ++-- 95 files changed, 192 insertions(+), 192 deletions(-) diff --git a/eclass/64-bit.eclass b/eclass/64-bit.eclass index e656b843da40..55dc7087578a 100644 --- a/eclass/64-bit.eclass +++ b/eclass/64-bit.eclass @@ -1,11 +1,11 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/64-bit.eclass,v 1.2 2003/12/21 23:27:59 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/64-bit.eclass,v 1.3 2004/06/25 00:39:48 vapier Exp $ # Recognize 64-bit arches... This is to help when adding -fPIC, for # example: # -# 64-bit && append-flags -fPIC +# 64-bit && append-flags -fPIC # 64-bit() { case "${ARCH}" in diff --git a/eclass/alternatives.eclass b/eclass/alternatives.eclass index 97f3369e0394..bd70e438f8cd 100644 --- a/eclass/alternatives.eclass +++ b/eclass/alternatives.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/alternatives.eclass,v 1.8 2004/01/18 01:32:35 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/alternatives.eclass,v 1.9 2004/06/25 00:39:48 vapier Exp $ # Author : Alastair Tse (03 Oct 2003) # Short Desc: Creates symlink to the latest version of multiple slotted diff --git a/eclass/aspell-dict.eclass b/eclass/aspell-dict.eclass index 4a7cdd77e03b..498bf33f98f2 100644 --- a/eclass/aspell-dict.eclass +++ b/eclass/aspell-dict.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/aspell-dict.eclass,v 1.25 2004/05/28 02:40:07 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/aspell-dict.eclass,v 1.26 2004/06/25 00:39:48 vapier Exp $ # # Author: Seemant Kulleen # diff --git a/eclass/base.eclass b/eclass/base.eclass index 570630bc6d7c..28c54e517212 100644 --- a/eclass/base.eclass +++ b/eclass/base.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/base.eclass,v 1.23 2003/04/08 17:48:12 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/base.eclass,v 1.24 2004/06/25 00:39:48 vapier Exp $ # # Author Dan Armak # diff --git a/eclass/cannadic.eclass b/eclass/cannadic.eclass index dc3f71caa69c..a9ff0bcd00b5 100644 --- a/eclass/cannadic.eclass +++ b/eclass/cannadic.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/cannadic.eclass,v 1.5 2004/06/03 23:40:50 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/cannadic.eclass,v 1.6 2004/06/25 00:39:48 vapier Exp $ # # Author: Mamoru KOMACHI # diff --git a/eclass/ccc.eclass b/eclass/ccc.eclass index 32dda813ee3b..4c97929e014d 100644 --- a/eclass/ccc.eclass +++ b/eclass/ccc.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ccc.eclass,v 1.13 2004/04/27 22:23:44 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ccc.eclass,v 1.14 2004/06/25 00:39:48 vapier Exp $ # # Authors: Tavis Ormandy # Aron Griffis diff --git a/eclass/check-kernel.eclass b/eclass/check-kernel.eclass index 771b4e176949..6250da4e119a 100644 --- a/eclass/check-kernel.eclass +++ b/eclass/check-kernel.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/check-kernel.eclass,v 1.2 2004/04/11 05:46:09 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/check-kernel.eclass,v 1.3 2004/06/25 00:39:48 vapier Exp $ # Author: Martin Schlemmer # Eclass'd by: Seemant Kulleen diff --git a/eclass/common-lisp-common.eclass b/eclass/common-lisp-common.eclass index 90eade8c9bcb..7aacda2b1cec 100644 --- a/eclass/common-lisp-common.eclass +++ b/eclass/common-lisp-common.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/common-lisp-common.eclass,v 1.6 2004/03/29 21:01:17 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/common-lisp-common.eclass,v 1.7 2004/06/25 00:39:48 vapier Exp $ # # Author Matthew Kennedy # @@ -202,4 +202,4 @@ standard-impl-postrm() { # Local Variables: *** # mode: shell-script *** # tab-width: 4 *** -# End: *** \ No newline at end of file +# End: *** diff --git a/eclass/common-lisp.eclass b/eclass/common-lisp.eclass index 259d3d8fce6a..a3030f1abcf4 100644 --- a/eclass/common-lisp.eclass +++ b/eclass/common-lisp.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/common-lisp.eclass,v 1.7 2004/04/11 05:46:09 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/common-lisp.eclass,v 1.8 2004/06/25 00:39:48 vapier Exp $ # # Author Matthew Kennedy # diff --git a/eclass/commonbox.eclass b/eclass/commonbox.eclass index 72f6577dd6b4..52e941950849 100644 --- a/eclass/commonbox.eclass +++ b/eclass/commonbox.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/commonbox.eclass,v 1.24 2003/07/18 15:06:27 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/commonbox.eclass,v 1.25 2004/06/25 00:39:48 vapier Exp $ # # Author: Seemant Kulleen # diff --git a/eclass/crosscompile.eclass b/eclass/crosscompile.eclass index 8ea7ecb49ba7..72b9842a982e 100644 --- a/eclass/crosscompile.eclass +++ b/eclass/crosscompile.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/crosscompile.eclass,v 1.8 2004/04/27 22:23:44 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/crosscompile.eclass,v 1.9 2004/06/25 00:39:48 vapier Exp $ # Author: Zachary T Welch inherit flag-o-matic diff --git a/eclass/cvs.eclass b/eclass/cvs.eclass index 6038d492b0cb..c89ce6c43cca 100644 --- a/eclass/cvs.eclass +++ b/eclass/cvs.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/cvs.eclass,v 1.50 2004/01/04 14:35:12 coredumb Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/cvs.eclass,v 1.51 2004/06/25 00:39:48 vapier Exp $ # Current Maintainer: Tal Peer # Original Author: Dan Armak diff --git a/eclass/db.eclass b/eclass/db.eclass index f4a167bb7fd6..429a6ef2498e 100644 --- a/eclass/db.eclass +++ b/eclass/db.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/db.eclass,v 1.7 2003/10/26 09:12:16 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/db.eclass,v 1.8 2004/06/25 00:39:48 vapier Exp $ # This is a common location for functions used in the sys-libs/db ebuilds ECLASS=db diff --git a/eclass/db4-fix.eclass b/eclass/db4-fix.eclass index 0c6b93bf1581..9c3a342207ec 100644 --- a/eclass/db4-fix.eclass +++ b/eclass/db4-fix.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/db4-fix.eclass,v 1.3 2004/04/11 05:46:09 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/db4-fix.eclass,v 1.4 2004/06/25 00:39:48 vapier Exp $ # # Author: Paul de Vrieze # diff --git a/eclass/debug.eclass b/eclass/debug.eclass index 79a7ec3babf6..e44987c071cb 100644 --- a/eclass/debug.eclass +++ b/eclass/debug.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/debug.eclass,v 1.20 2004/05/24 00:31:29 carpaski Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/debug.eclass,v 1.21 2004/06/25 00:39:48 vapier Exp $ # # Author: Spider # diff --git a/eclass/distutils.eclass b/eclass/distutils.eclass index 30ec1d9e0c59..3ebc1c3df90a 100644 --- a/eclass/distutils.eclass +++ b/eclass/distutils.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/distutils.eclass,v 1.23 2004/04/11 05:46:09 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/distutils.eclass,v 1.24 2004/06/25 00:39:48 vapier Exp $ # # Author: Jon Nelson # Current Maintainer: Alastair Tse diff --git a/eclass/ebook.eclass b/eclass/ebook.eclass index c4f783b3d112..dee257f1024b 100644 --- a/eclass/ebook.eclass +++ b/eclass/ebook.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ebook.eclass,v 1.16 2004/04/16 10:27:23 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ebook.eclass,v 1.17 2004/06/25 00:39:48 vapier Exp $ # # Author Francisco Gimeno # Mantainer José Alberto Suárez López diff --git a/eclass/eclipse-ext.eclass b/eclass/eclipse-ext.eclass index b03c92231cea..1237abaad516 100644 --- a/eclass/eclipse-ext.eclass +++ b/eclass/eclipse-ext.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/eclipse-ext.eclass,v 1.3 2004/06/10 15:43:55 karltk Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/eclipse-ext.eclass,v 1.4 2004/06/25 00:39:48 vapier Exp $ # Author: Karl Trygve Kalleberg # Maintainer: Karl Trygve Kalleberg diff --git a/eclass/elisp-common.eclass b/eclass/elisp-common.eclass index b97d3c9c5d04..adecb93ebb22 100644 --- a/eclass/elisp-common.eclass +++ b/eclass/elisp-common.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/elisp-common.eclass,v 1.6 2004/03/16 06:36:02 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/elisp-common.eclass,v 1.7 2004/06/25 00:39:48 vapier Exp $ # # Copyright 2002-2003 Matthew Kennedy # Copyright 2003 Jeremy Maitin-Shepard diff --git a/eclass/elisp.eclass b/eclass/elisp.eclass index b669df935351..016b0d06a12b 100644 --- a/eclass/elisp.eclass +++ b/eclass/elisp.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/elisp.eclass,v 1.10 2004/04/10 13:02:38 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/elisp.eclass,v 1.11 2004/06/25 00:39:48 vapier Exp $ # # Copyright 2002-2003 Matthew Kennedy # Copyright 2003 Jeremy Maitin-Shepard diff --git a/eclass/enlightenment.eclass b/eclass/enlightenment.eclass index 32d645985cbb..2d1cfaf258c1 100644 --- a/eclass/enlightenment.eclass +++ b/eclass/enlightenment.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/enlightenment.eclass,v 1.18 2004/05/18 15:49:48 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/enlightenment.eclass,v 1.19 2004/06/25 00:39:48 vapier Exp $ # # Author: vapier@gentoo.org diff --git a/eclass/eutils.eclass b/eclass/eutils.eclass index cfda690cbcac..cc4119019f8d 100644 --- a/eclass/eutils.eclass +++ b/eclass/eutils.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.89 2004/06/22 22:36:22 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.90 2004/06/25 00:39:48 vapier Exp $ # # Author: Martin Schlemmer # diff --git a/eclass/fixheadtails.eclass b/eclass/fixheadtails.eclass index f4c61abdf1d2..c16116d65dbc 100644 --- a/eclass/fixheadtails.eclass +++ b/eclass/fixheadtails.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/fixheadtails.eclass,v 1.2 2003/11/26 22:13:35 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/fixheadtails.eclass,v 1.3 2004/06/25 00:39:48 vapier Exp $ # # Author John Mylchreest diff --git a/eclass/flag-o-matic.eclass b/eclass/flag-o-matic.eclass index 1891a0197e71..08b14384acd9 100644 --- a/eclass/flag-o-matic.eclass +++ b/eclass/flag-o-matic.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.59 2004/06/25 00:18:04 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.60 2004/06/25 00:39:48 vapier Exp $ # # Author Bart Verwilst diff --git a/eclass/font.eclass b/eclass/font.eclass index 2135659f1656..58b18a3b69db 100644 --- a/eclass/font.eclass +++ b/eclass/font.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/font.eclass,v 1.4 2004/06/23 22:04:47 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/font.eclass,v 1.5 2004/06/25 00:39:48 vapier Exp $ # Author: foser diff --git a/eclass/freedict.eclass b/eclass/freedict.eclass index 0ee3724b5f0e..2171fff34b31 100644 --- a/eclass/freedict.eclass +++ b/eclass/freedict.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/freedict.eclass,v 1.6 2004/04/11 05:46:09 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/freedict.eclass,v 1.7 2004/06/25 00:39:48 vapier Exp $ # Author: Seemant Kulleen # This eclass exists to ease the installation of freedict translation diff --git a/eclass/games-q3mod.eclass b/eclass/games-q3mod.eclass index 5547b395df42..cf37173349eb 100644 --- a/eclass/games-q3mod.eclass +++ b/eclass/games-q3mod.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/games-q3mod.eclass,v 1.20 2004/05/22 23:52:32 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/games-q3mod.eclass,v 1.21 2004/06/25 00:39:48 vapier Exp $ inherit games diff --git a/eclass/games.eclass b/eclass/games.eclass index fd7ec29a40f6..8d1381d014b9 100644 --- a/eclass/games.eclass +++ b/eclass/games.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/games.eclass,v 1.66 2004/06/18 16:00:03 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/games.eclass,v 1.67 2004/06/25 00:39:48 vapier Exp $ # # devlist: {vapier,wolf31o2,mr_bones_}@gentoo.org # diff --git a/eclass/gcc.eclass b/eclass/gcc.eclass index f96f43838260..5e93fe930bc3 100644 --- a/eclass/gcc.eclass +++ b/eclass/gcc.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gcc.eclass,v 1.15 2003/10/22 16:38:44 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gcc.eclass,v 1.16 2004/06/25 00:39:48 vapier Exp $ # # Author: Martin Schlemmer # diff --git a/eclass/gnat.eclass b/eclass/gnat.eclass index 225724e4d988..897ffac8f682 100644 --- a/eclass/gnat.eclass +++ b/eclass/gnat.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gnat.eclass,v 1.5 2004/04/11 05:46:09 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnat.eclass,v 1.6 2004/06/25 00:39:48 vapier Exp $ # # Author: David Holm # diff --git a/eclass/gnome.org.eclass b/eclass/gnome.org.eclass index 7962bcf131a5..6fa495db9f12 100644 --- a/eclass/gnome.org.eclass +++ b/eclass/gnome.org.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gnome.org.eclass,v 1.4 2003/02/16 04:26:21 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnome.org.eclass,v 1.5 2004/06/25 00:39:48 vapier Exp $ # # Authors: # Spidler diff --git a/eclass/gnome2.eclass b/eclass/gnome2.eclass index 00e55a4943bb..d073812b0602 100644 --- a/eclass/gnome2.eclass +++ b/eclass/gnome2.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gnome2.eclass,v 1.41 2004/05/11 13:02:05 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnome2.eclass,v 1.42 2004/06/25 00:39:48 vapier Exp $ # # Authors: # Bruce A. Locke diff --git a/eclass/gnuconfig.eclass b/eclass/gnuconfig.eclass index 8bb7e9c62bb5..e315d3a66b28 100644 --- a/eclass/gnuconfig.eclass +++ b/eclass/gnuconfig.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gnuconfig.eclass,v 1.18 2004/06/23 02:58:32 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnuconfig.eclass,v 1.19 2004/06/25 00:39:48 vapier Exp $ # # Author: Will Woods # diff --git a/eclass/gnustep.eclass b/eclass/gnustep.eclass index 1d001aa10dee..2a466a91844e 100644 --- a/eclass/gnustep.eclass +++ b/eclass/gnustep.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gnustep.eclass,v 1.7 2004/04/11 05:46:09 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnustep.eclass,v 1.8 2004/06/25 00:39:48 vapier Exp $ ECLASS=gnustep INHERITED="$INHERITED $ECLASS" diff --git a/eclass/gst-plugins.eclass b/eclass/gst-plugins.eclass index fb332c1a93ed..0a193a738367 100644 --- a/eclass/gst-plugins.eclass +++ b/eclass/gst-plugins.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins.eclass,v 1.14 2004/05/11 13:02:05 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins.eclass,v 1.15 2004/06/25 00:39:48 vapier Exp $ # Author : foser diff --git a/eclass/gtk-engines.eclass b/eclass/gtk-engines.eclass index ea2109c08fbe..83183e4da504 100644 --- a/eclass/gtk-engines.eclass +++ b/eclass/gtk-engines.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gtk-engines.eclass,v 1.26 2004/03/25 08:46:23 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gtk-engines.eclass,v 1.27 2004/06/25 00:39:48 vapier Exp $ # # The gtk-engines eclass is inherited by all gtk-engines-* ebuilds. # diff --git a/eclass/gtk-engines2.eclass b/eclass/gtk-engines2.eclass index 31fe3403f574..bb8205da87b0 100644 --- a/eclass/gtk-engines2.eclass +++ b/eclass/gtk-engines2.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gtk-engines2.eclass,v 1.7 2004/03/25 01:25:56 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gtk-engines2.eclass,v 1.8 2004/06/25 00:39:48 vapier Exp $ # Author: Alastair Tse # diff --git a/eclass/horde.eclass b/eclass/horde.eclass index 03b065c1da53..e07720434074 100644 --- a/eclass/horde.eclass +++ b/eclass/horde.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/horde.eclass,v 1.8 2004/06/24 02:57:36 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/horde.eclass,v 1.9 2004/06/25 00:39:48 vapier Exp $ # # Help manage the horde project http://www.horde.org/ # diff --git a/eclass/iiimf.eclass b/eclass/iiimf.eclass index e81024d15065..b989d2d8db74 100644 --- a/eclass/iiimf.eclass +++ b/eclass/iiimf.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/iiimf.eclass,v 1.4 2004/04/10 13:02:38 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/iiimf.eclass,v 1.5 2004/06/25 00:39:48 vapier Exp $ # # Author: Mamoru KOMACHI # diff --git a/eclass/inherit.eclass b/eclass/inherit.eclass index f376b90733b5..548cfb8cfe27 100644 --- a/eclass/inherit.eclass +++ b/eclass/inherit.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/inherit.eclass,v 1.20 2003/02/16 04:26:21 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/inherit.eclass,v 1.21 2004/06/25 00:39:48 vapier Exp $ # # Author Dan Armak diff --git a/eclass/jakarta-commons.eclass b/eclass/jakarta-commons.eclass index 1958dc0d8ef1..1aff50c7bb65 100644 --- a/eclass/jakarta-commons.eclass +++ b/eclass/jakarta-commons.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/jakarta-commons.eclass,v 1.13 2004/06/23 22:07:11 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/jakarta-commons.eclass,v 1.14 2004/06/25 00:39:48 vapier Exp $ inherit base java-pkg ECLASS=jakarta-commons diff --git a/eclass/java-pkg.eclass b/eclass/java-pkg.eclass index 1d3c7d7159bd..4e21618942d7 100644 --- a/eclass/java-pkg.eclass +++ b/eclass/java-pkg.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/java-pkg.eclass,v 1.8 2004/05/03 19:19:57 karltk Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/java-pkg.eclass,v 1.9 2004/06/25 00:39:48 vapier Exp $ inherit base ECLASS=java-pkg diff --git a/eclass/java.eclass b/eclass/java.eclass index 868fcfd6b448..76ce46cdcb30 100644 --- a/eclass/java.eclass +++ b/eclass/java.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/java.eclass,v 1.16 2004/05/11 13:02:05 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/java.eclass,v 1.17 2004/06/25 00:39:48 vapier Exp $ # # Author: Karl Trygve Kalleberg diff --git a/eclass/kde-base.eclass b/eclass/kde-base.eclass index 6c6ee7308d1f..d166b2085598 100644 --- a/eclass/kde-base.eclass +++ b/eclass/kde-base.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/kde-base.eclass,v 1.23 2003/04/27 13:49:00 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kde-base.eclass,v 1.24 2004/06/25 00:39:48 vapier Exp $ # # Author Dan Armak # diff --git a/eclass/kde-dist.eclass b/eclass/kde-dist.eclass index dc45bc5d9bac..5714c2344d77 100644 --- a/eclass/kde-dist.eclass +++ b/eclass/kde-dist.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/kde-dist.eclass,v 1.50 2004/05/25 01:03:24 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kde-dist.eclass,v 1.51 2004/06/25 00:39:48 vapier Exp $ # # Author Dan Armak # diff --git a/eclass/kde-functions.eclass b/eclass/kde-functions.eclass index 9822384c68f9..dc44741d7bab 100644 --- a/eclass/kde-functions.eclass +++ b/eclass/kde-functions.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/kde-functions.eclass,v 1.70 2004/05/25 01:04:09 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kde-functions.eclass,v 1.71 2004/06/25 00:39:48 vapier Exp $ # # Author Dan Armak # diff --git a/eclass/kde-source.eclass b/eclass/kde-source.eclass index 60e70a413274..a42221cfcd6e 100644 --- a/eclass/kde-source.eclass +++ b/eclass/kde-source.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/kde-source.eclass,v 1.19 2003/10/10 18:24:09 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kde-source.eclass,v 1.20 2004/06/25 00:39:48 vapier Exp $ # # Author Dan Armak # diff --git a/eclass/kde.eclass b/eclass/kde.eclass index 3ab7d4cb41d2..0fbc6f6a45fb 100644 --- a/eclass/kde.eclass +++ b/eclass/kde.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/kde.eclass,v 1.97 2004/05/11 13:02:05 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kde.eclass,v 1.98 2004/06/25 00:39:48 vapier Exp $ # # Author Dan Armak # diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass index 2b49c9da3fc0..f20da56ccf26 100644 --- a/eclass/kernel-2.eclass +++ b/eclass/kernel-2.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/kernel-2.eclass,v 1.34 2004/04/20 08:42:30 johnm Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kernel-2.eclass,v 1.35 2004/06/25 00:39:48 vapier Exp $ # kernel.eclass rewrite for a clean base regarding the 2.6 series of kernel # with back-compatibility for 2.4 diff --git a/eclass/kernel-mod.eclass b/eclass/kernel-mod.eclass index 67781e8c4e7e..a0c47b335d1d 100644 --- a/eclass/kernel-mod.eclass +++ b/eclass/kernel-mod.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/kernel-mod.eclass,v 1.7 2003/12/07 13:29:45 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kernel-mod.eclass,v 1.8 2004/06/25 00:39:48 vapier Exp $ # This eclass provides help for compiling external kernel modules from # source. diff --git a/eclass/kernel.eclass b/eclass/kernel.eclass index 0f10c6d0d7d2..55dab3d802ed 100644 --- a/eclass/kernel.eclass +++ b/eclass/kernel.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/kernel.eclass,v 1.46 2004/05/05 06:39:17 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kernel.eclass,v 1.47 2004/06/25 00:39:48 vapier Exp $ # # This eclass contains the common functions to be used by all lostlogic # based kernel ebuilds diff --git a/eclass/kmod.eclass b/eclass/kmod.eclass index faa1462c83e2..b866fc2379d5 100644 --- a/eclass/kmod.eclass +++ b/eclass/kmod.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/kmod.eclass,v 1.12 2004/05/10 05:18:51 cyfred Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kmod.eclass,v 1.13 2004/06/25 00:39:48 vapier Exp $ # This eclass provides help for compiling external kernel modules from # source. diff --git a/eclass/latex-package.eclass b/eclass/latex-package.eclass index f6d4d59409d7..915d7d63f0fd 100644 --- a/eclass/latex-package.eclass +++ b/eclass/latex-package.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/latex-package.eclass,v 1.17 2004/04/10 13:02:38 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/latex-package.eclass,v 1.18 2004/06/25 00:39:48 vapier Exp $ # # Author Matthew Turk # diff --git a/eclass/libtool.eclass b/eclass/libtool.eclass index 715430e6e3e9..db40d767c1ad 100644 --- a/eclass/libtool.eclass +++ b/eclass/libtool.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/libtool.eclass,v 1.27 2004/06/08 21:11:50 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/libtool.eclass,v 1.28 2004/06/25 00:39:48 vapier Exp $ # # Author: Martin Schlemmer # diff --git a/eclass/makeedit.eclass b/eclass/makeedit.eclass index f3bcb71bd3a3..f422246254f2 100644 --- a/eclass/makeedit.eclass +++ b/eclass/makeedit.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/makeedit.eclass,v 1.5 2003/02/16 04:26:21 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/makeedit.eclass,v 1.6 2004/06/25 00:39:48 vapier Exp $ # # Author: Spider # diff --git a/eclass/matrox.eclass b/eclass/matrox.eclass index 8fa839b111b6..1c9665d782a5 100644 --- a/eclass/matrox.eclass +++ b/eclass/matrox.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/matrox.eclass,v 1.4 2004/04/12 02:09:01 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/matrox.eclass,v 1.5 2004/06/25 00:39:48 vapier Exp $ # # Author: Donnie Berkholz # diff --git a/eclass/mono.eclass b/eclass/mono.eclass index 0133afabacb0..f78a02d83840 100644 --- a/eclass/mono.eclass +++ b/eclass/mono.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mono.eclass,v 1.2 2004/05/27 01:43:26 latexer Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mono.eclass,v 1.3 2004/06/25 00:39:48 vapier Exp $ # # Author : foser # diff --git a/eclass/motif.eclass b/eclass/motif.eclass index 7d4b4764c6f5..7de9cf6c036e 100644 --- a/eclass/motif.eclass +++ b/eclass/motif.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/motif.eclass,v 1.2 2003/12/23 13:56:44 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/motif.eclass,v 1.3 2004/06/25 00:39:48 vapier Exp $ # # Heinrich Wednel diff --git a/eclass/mount-boot.eclass b/eclass/mount-boot.eclass index 734508a84ff9..5e7dae8ad0f2 100644 --- a/eclass/mount-boot.eclass +++ b/eclass/mount-boot.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mount-boot.eclass,v 1.8 2003/02/16 04:26:21 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mount-boot.eclass,v 1.9 2004/06/25 00:39:48 vapier Exp $ # # If the live system has a separate /boot partition configured, then this # function tries to ensure that it's mounted in rw mode, exiting with an diff --git a/eclass/mozilla-launcher.eclass b/eclass/mozilla-launcher.eclass index bcd54a177239..40a29e9e5dcf 100644 --- a/eclass/mozilla-launcher.eclass +++ b/eclass/mozilla-launcher.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mozilla-launcher.eclass,v 1.1 2004/05/28 02:32:16 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mozilla-launcher.eclass,v 1.2 2004/06/25 00:39:48 vapier Exp $ ECLASS=mozilla-launcher INHERITED="$INHERITED $ECLASS" diff --git a/eclass/nsplugins.eclass b/eclass/nsplugins.eclass index 96e3df7ad829..e6a3054e4eb3 100644 --- a/eclass/nsplugins.eclass +++ b/eclass/nsplugins.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/nsplugins.eclass,v 1.13 2003/06/16 15:35:16 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/nsplugins.eclass,v 1.14 2004/06/25 00:39:48 vapier Exp $ # # Author: Martin Schlemmer # diff --git a/eclass/nxserver-1.3.2.eclass b/eclass/nxserver-1.3.2.eclass index a163faee2292..b2d1f823b6d0 100644 --- a/eclass/nxserver-1.3.2.eclass +++ b/eclass/nxserver-1.3.2.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header $ +# $Header: /var/cvsroot/gentoo-x86/eclass/nxserver-1.3.2.eclass,v 1.5 2004/06/25 00:39:48 vapier Exp $ # # eclass for handling the different nxserver binaries available # from nomachine's website diff --git a/eclass/nxserver.eclass b/eclass/nxserver.eclass index 3e1e56dd7344..4c1207295e01 100644 --- a/eclass/nxserver.eclass +++ b/eclass/nxserver.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header $ +# $Header: /var/cvsroot/gentoo-x86/eclass/nxserver.eclass,v 1.16 2004/06/25 00:39:48 vapier Exp $ # # eclass for handling the different nxserver binaries available # from nomachine's website diff --git a/eclass/pcmcia.eclass b/eclass/pcmcia.eclass index e81570cd1f39..4c296dee8db1 100644 --- a/eclass/pcmcia.eclass +++ b/eclass/pcmcia.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/pcmcia.eclass,v 1.4 2004/06/23 22:08:30 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/pcmcia.eclass,v 1.5 2004/06/25 00:39:48 vapier Exp $ # pcmcia.eclass - This eclass facilities writing ebuilds for driver packages # that may need to build against the pcmcia-cs drivers, depending on kernel diff --git a/eclass/perl-module.eclass b/eclass/perl-module.eclass index 23f5ba238024..f7602becbcd7 100644 --- a/eclass/perl-module.eclass +++ b/eclass/perl-module.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/perl-module.eclass,v 1.62 2004/05/28 20:58:52 rac Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/perl-module.eclass,v 1.63 2004/06/25 00:39:48 vapier Exp $ # # Author: Seemant Kulleen # Maintained by the Perl herd diff --git a/eclass/perl-post.eclass b/eclass/perl-post.eclass index 873124a3ece0..7eb66c067226 100644 --- a/eclass/perl-post.eclass +++ b/eclass/perl-post.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/perl-post.eclass,v 1.15 2004/03/05 10:21:58 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/perl-post.eclass,v 1.16 2004/06/25 00:39:48 vapier Exp $ # # Author: Seemant Kulleen # Maintained by the Perl herd diff --git a/eclass/php-2.eclass b/eclass/php-2.eclass index 6b93c23852f5..9aadf9ec03ad 100644 --- a/eclass/php-2.eclass +++ b/eclass/php-2.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/php-2.eclass,v 1.14 2004/03/29 00:54:05 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-2.eclass,v 1.15 2004/06/25 00:39:48 vapier Exp $ # Author: Robin H. Johnson inherit eutils flag-o-matic diff --git a/eclass/php-ext-base.eclass b/eclass/php-ext-base.eclass index 693e1b852249..8e0135d01186 100644 --- a/eclass/php-ext-base.eclass +++ b/eclass/php-ext-base.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-base.eclass,v 1.11 2004/03/10 07:50:56 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-base.eclass,v 1.12 2004/06/25 00:39:48 vapier Exp $ # # Author: Tal Peer # Author: Stuart Herbert diff --git a/eclass/php-ext-pecl.eclass b/eclass/php-ext-pecl.eclass index edbfe917e59e..46aa092f62cc 100644 --- a/eclass/php-ext-pecl.eclass +++ b/eclass/php-ext-pecl.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-pecl.eclass,v 1.2 2004/01/24 17:02:56 coredumb Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-pecl.eclass,v 1.3 2004/06/25 00:39:48 vapier Exp $ # # Author: Tal Peer # diff --git a/eclass/php-ext-source.eclass b/eclass/php-ext-source.eclass index a0cf78c51f3e..a0efa443fe2f 100644 --- a/eclass/php-ext-source.eclass +++ b/eclass/php-ext-source.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-source.eclass,v 1.6 2003/11/07 23:12:06 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-source.eclass,v 1.7 2004/06/25 00:39:48 vapier Exp $ # # Author: Tal Peer # Author: Stuart Herbert diff --git a/eclass/php-ext.eclass b/eclass/php-ext.eclass index ab03952b0734..e98439de1a61 100644 --- a/eclass/php-ext.eclass +++ b/eclass/php-ext.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext.eclass,v 1.5 2003/11/21 05:11:06 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext.eclass,v 1.6 2004/06/25 00:39:48 vapier Exp $ # # Author: Tal Peer # diff --git a/eclass/php-lib.eclass b/eclass/php-lib.eclass index 15314450b576..f763dc3ff080 100644 --- a/eclass/php-lib.eclass +++ b/eclass/php-lib.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/php-lib.eclass,v 1.1 2003/08/04 00:35:07 stuart Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-lib.eclass,v 1.2 2004/06/25 00:39:48 vapier Exp $ # # Author: Stuart Herbert # diff --git a/eclass/php-pear.eclass b/eclass/php-pear.eclass index a7964afc8045..97f30370ad77 100644 --- a/eclass/php-pear.eclass +++ b/eclass/php-pear.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/php-pear.eclass,v 1.4 2003/12/25 03:01:57 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-pear.eclass,v 1.5 2004/06/25 00:39:48 vapier Exp $ # # Author: Tal Peer # diff --git a/eclass/php-sapi.eclass b/eclass/php-sapi.eclass index 1a79ae260d78..912f8a61cb83 100644 --- a/eclass/php-sapi.eclass +++ b/eclass/php-sapi.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/php-sapi.eclass,v 1.35 2004/06/23 22:12:26 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-sapi.eclass,v 1.36 2004/06/25 00:39:48 vapier Exp $ # Author: Robin H. Johnson inherit eutils flag-o-matic diff --git a/eclass/php.eclass b/eclass/php.eclass index 2de793e4a3da..d29ba737c6e9 100644 --- a/eclass/php.eclass +++ b/eclass/php.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/php.eclass,v 1.98 2004/03/29 00:54:05 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php.eclass,v 1.99 2004/06/25 00:39:48 vapier Exp $ # Author: Robin H. Johnson # This eclass is the old style of php, that was used before php-core was diff --git a/eclass/python.eclass b/eclass/python.eclass index c06168ced872..24dd3b9aa0b8 100644 --- a/eclass/python.eclass +++ b/eclass/python.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/python.eclass,v 1.13 2004/01/18 01:32:35 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/python.eclass,v 1.14 2004/06/25 00:39:48 vapier Exp $ # # Author: Alastair Tse # diff --git a/eclass/rpm.eclass b/eclass/rpm.eclass index 2aeb075ab492..6d3ef6da10f9 100644 --- a/eclass/rpm.eclass +++ b/eclass/rpm.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/rpm.eclass,v 1.9 2004/04/11 05:46:09 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/rpm.eclass,v 1.10 2004/06/25 00:39:48 vapier Exp $ # Author : Alastair Tse (21 Jun 2003) # diff --git a/eclass/ruby-gnome2.eclass b/eclass/ruby-gnome2.eclass index befed381044e..8f2327fb65e9 100644 --- a/eclass/ruby-gnome2.eclass +++ b/eclass/ruby-gnome2.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ruby-gnome2.eclass,v 1.7 2004/04/10 13:02:38 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ruby-gnome2.eclass,v 1.8 2004/06/25 00:39:48 vapier Exp $ # # This eclass simplifies installation of the various pieces of # ruby-gnome2 since they share a very common installation procedure. diff --git a/eclass/ruby.eclass b/eclass/ruby.eclass index aa380f76f60f..2e610465582a 100644 --- a/eclass/ruby.eclass +++ b/eclass/ruby.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ruby.eclass,v 1.34 2004/06/24 07:11:54 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ruby.eclass,v 1.35 2004/06/25 00:39:48 vapier Exp $ # # Author: Mamoru KOMACHI # diff --git a/eclass/selinux-policy.eclass b/eclass/selinux-policy.eclass index dd22673557f5..7a875bf375ab 100644 --- a/eclass/selinux-policy.eclass +++ b/eclass/selinux-policy.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/selinux-policy.eclass,v 1.9 2004/05/11 13:02:05 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/selinux-policy.eclass,v 1.10 2004/06/25 00:39:48 vapier Exp $ # Eclass for installing SELinux policy, and optionally # reloading the policy diff --git a/eclass/sgml-catalog.eclass b/eclass/sgml-catalog.eclass index b11ecd3e2012..672622257e9f 100644 --- a/eclass/sgml-catalog.eclass +++ b/eclass/sgml-catalog.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/sgml-catalog.eclass,v 1.7 2004/04/10 13:02:38 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/sgml-catalog.eclass,v 1.8 2004/06/25 00:39:48 vapier Exp $ # # Author Matthew Turk diff --git a/eclass/ssl-cert.eclass b/eclass/ssl-cert.eclass index 8a8c0acbff07..b7506caf10c2 100644 --- a/eclass/ssl-cert.eclass +++ b/eclass/ssl-cert.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ssl-cert.eclass,v 1.4 2004/05/06 14:37:09 max Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ssl-cert.eclass,v 1.5 2004/06/25 00:39:48 vapier Exp $ # # Author: Max Kalika # diff --git a/eclass/stardict.eclass b/eclass/stardict.eclass index a812b93b83e8..383bc1e4702a 100644 --- a/eclass/stardict.eclass +++ b/eclass/stardict.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/stardict.eclass,v 1.4 2004/04/11 05:46:09 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/stardict.eclass,v 1.5 2004/06/25 00:39:48 vapier Exp $ # Author : Alastair Tse # diff --git a/eclass/subversion.eclass b/eclass/subversion.eclass index 47f3df4e9410..91647ebf890b 100644 --- a/eclass/subversion.eclass +++ b/eclass/subversion.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/subversion.eclass,v 1.13 2004/06/13 13:19:52 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/subversion.eclass,v 1.14 2004/06/25 00:39:48 vapier Exp $ ## --------------------------------------------------------------------------- # # Author: Akinori Hattori diff --git a/eclass/tetex.eclass b/eclass/tetex.eclass index edf423bb099d..2368732c4d79 100644 --- a/eclass/tetex.eclass +++ b/eclass/tetex.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/tetex.eclass,v 1.11 2004/06/09 18:43:32 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/tetex.eclass,v 1.12 2004/06/25 00:39:48 vapier Exp $ # # Author: Jaromir Malenko # Author: Mamoru KOMACHI diff --git a/eclass/tla.eclass b/eclass/tla.eclass index 9be11e35c2cc..54ce4bde464b 100644 --- a/eclass/tla.eclass +++ b/eclass/tla.eclass @@ -1,6 +1,6 @@ -# Copyright 2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/tla.eclass,v 1.3 2004/04/10 13:23:59 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/tla.eclass,v 1.4 2004/06/25 00:39:48 vapier Exp $ # # Original Author: Jeffrey Yasskin # diff --git a/eclass/vim-doc.eclass b/eclass/vim-doc.eclass index bc1bf672b26c..2e28cbdc3333 100644 --- a/eclass/vim-doc.eclass +++ b/eclass/vim-doc.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/vim-doc.eclass,v 1.4 2003/07/31 00:20:55 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/vim-doc.eclass,v 1.5 2004/06/25 00:39:48 vapier Exp $ # # This eclass is used by vim.eclass and vim-plugin.eclass to update # the documentation tags. This is necessary since vim doesn't look in diff --git a/eclass/vim-plugin.eclass b/eclass/vim-plugin.eclass index 95a17900626d..71906be30486 100644 --- a/eclass/vim-plugin.eclass +++ b/eclass/vim-plugin.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/vim-plugin.eclass,v 1.4 2003/10/31 02:48:08 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/vim-plugin.eclass,v 1.5 2004/06/25 00:39:48 vapier Exp $ # # This eclass simplifies installation of app-vim plugins into # /usr/share/vim/vimfiles. This is a version-independent directory diff --git a/eclass/vim.eclass b/eclass/vim.eclass index db2349c2d430..7109bb705b9f 100644 --- a/eclass/vim.eclass +++ b/eclass/vim.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.57 2004/05/26 02:51:31 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.58 2004/06/25 00:39:48 vapier Exp $ # Authors: # Ryan Phillips diff --git a/eclass/virtualx.eclass b/eclass/virtualx.eclass index ed2ee1aeec86..ef97638e8de2 100644 --- a/eclass/virtualx.eclass +++ b/eclass/virtualx.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/virtualx.eclass,v 1.15 2004/04/11 05:46:09 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/virtualx.eclass,v 1.16 2004/06/25 00:39:48 vapier Exp $ # # Author: Martin Schlemmer # diff --git a/eclass/webapp-apache.eclass b/eclass/webapp-apache.eclass index 0ac5063bbc6b..a7f01dfa4cec 100644 --- a/eclass/webapp-apache.eclass +++ b/eclass/webapp-apache.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/webapp-apache.eclass,v 1.20 2004/05/10 18:18:31 stuart Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/webapp-apache.eclass,v 1.21 2004/06/25 00:39:48 vapier Exp $ # # Author: Stuart Herbert # diff --git a/eclass/webapp.eclass b/eclass/webapp.eclass index b3cc9f995e45..ee9979a8eaad 100644 --- a/eclass/webapp.eclass +++ b/eclass/webapp.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/webapp.eclass,v 1.23 2004/06/14 23:35:24 stuart Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/webapp.eclass,v 1.24 2004/06/25 00:39:48 vapier Exp $ # # eclass/webapp.eclass # Eclass for installing applications to run under a web server diff --git a/eclass/xemacs-packages.eclass b/eclass/xemacs-packages.eclass index 783c9139bfd8..466a6cb181d9 100644 --- a/eclass/xemacs-packages.eclass +++ b/eclass/xemacs-packages.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/xemacs-packages.eclass,v 1.7 2004/04/11 05:46:09 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/xemacs-packages.eclass,v 1.8 2004/06/25 00:39:48 vapier Exp $ # # xemacs-packages eclass inherited by all xemacs packages # $PKG_CAT need's to be set before inheriting xemacs-packages diff --git a/eclass/xfree.eclass b/eclass/xfree.eclass index 65aef46a55a1..cba6a34bdd2e 100644 --- a/eclass/xfree.eclass +++ b/eclass/xfree.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/xfree.eclass,v 1.19 2004/02/25 19:31:12 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/xfree.eclass,v 1.20 2004/06/25 00:39:48 vapier Exp $ # # Author: Seemant Kulleen # diff --git a/eclass/zproduct.eclass b/eclass/zproduct.eclass index 4286d35ede3a..0174bf7fe770 100644 --- a/eclass/zproduct.eclass +++ b/eclass/zproduct.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/zproduct.eclass,v 1.11 2004/04/05 08:16:29 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/zproduct.eclass,v 1.12 2004/06/25 00:39:48 vapier Exp $ # Author: Jason Shoemaker # This eclass is designed to streamline the construction of -- cgit v1.2.3-65-gdbad