diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-10-26 09:13:42 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-10-26 09:13:42 +0000 |
commit | bc20a0f6c3d41851bc6d2e652cc97c8b4ef8d5f9 (patch) | |
tree | 8c7acca8d42c2f06d35b4ec9c68d02b23c729b84 | |
parent | header fix (diff) | |
download | gentoo-2-bc20a0f6c3d41851bc6d2e652cc97c8b4ef8d5f9.tar.gz gentoo-2-bc20a0f6c3d41851bc6d2e652cc97c8b4ef8d5f9.tar.bz2 gentoo-2-bc20a0f6c3d41851bc6d2e652cc97c8b4ef8d5f9.zip |
header fix
-rw-r--r-- | eclass/crosscompile.eclass | 4 | ||||
-rw-r--r-- | eclass/db.eclass | 4 | ||||
-rw-r--r-- | eclass/gnustep.eclass | 4 | ||||
-rw-r--r-- | eclass/php.eclass | 4 | ||||
-rw-r--r-- | eclass/zproduct.eclass | 4 |
5 files changed, 13 insertions, 7 deletions
diff --git a/eclass/crosscompile.eclass b/eclass/crosscompile.eclass index fd837c9a6097..a47cad2aa3b6 100644 --- a/eclass/crosscompile.eclass +++ b/eclass/crosscompile.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the term of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/crosscompile.eclass,v 1.6 2003/10/26 09:12:16 vapier Exp $ +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/eclass/crosscompile.eclass,v 1.7 2003/10/26 09:13:42 vapier Exp $ # Author: Zachary T Welch ECLASS=crosscompile diff --git a/eclass/db.eclass b/eclass/db.eclass index 7e5f518f0a41..f4a167bb7fd6 100644 --- a/eclass/db.eclass +++ b/eclass/db.eclass @@ -1,5 +1,7 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# 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 $ # This is a common location for functions used in the sys-libs/db ebuilds -# $Header: /var/cvsroot/gentoo-x86/eclass/db.eclass,v 1.6 2003/10/15 10:53:01 pauldv Exp $ ECLASS=db INHERITED="$INHERITED $ECLASS" diff --git a/eclass/gnustep.eclass b/eclass/gnustep.eclass index 334eec9ddf4f..740616111813 100644 --- a/eclass/gnustep.eclass +++ b/eclass/gnustep.eclass @@ -1,3 +1,7 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/eclass/gnustep.eclass,v 1.6 2003/10/26 09:12:36 vapier Exp $ + ECLASS=gnustep INHERITED="$INHERITED $ECLASS" diff --git a/eclass/php.eclass b/eclass/php.eclass index 57dc5fe3b1ed..8c98de40e0c5 100644 --- a/eclass/php.eclass +++ b/eclass/php.eclass @@ -1,7 +1,7 @@ -# Copyright 2003 Gentoo Technologies, Inc. +# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/eclass/php.eclass,v 1.85 2003/10/26 09:12:48 vapier Exp $ # Author: Robin H. Johnson <robbat2@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/eclass/php.eclass,v 1.84 2003/10/26 04:08:35 robbat2 Exp $ # This EBUILD is totally masked presently. Use it at your own risk. I know it # is severely broken, but I needed to get a copy into CVS to pass around and diff --git a/eclass/zproduct.eclass b/eclass/zproduct.eclass index e6f91e1e8660..39061d0f4dcc 100644 --- a/eclass/zproduct.eclass +++ b/eclass/zproduct.eclass @@ -1,7 +1,7 @@ -# Copyright 2003 Gentoo Technologies, Inc. +# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/eclass/zproduct.eclass,v 1.9 2003/10/26 09:12:59 vapier Exp $ # Author: Jason Shoemaker <kutsuya@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/eclass/zproduct.eclass,v 1.8 2003/10/13 00:24:49 robbat2 Exp $ # This eclass is designed to streamline the construction of # ebuilds for new zope products |