summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Longinotti <chtekk@gentoo.org>2005-11-20 01:35:05 +0000
committerLuca Longinotti <chtekk@gentoo.org>2005-11-20 01:35:05 +0000
commitca236bc9747852eb2fcee631c4200c1a3c9125ed (patch)
treeea1b520fa417e1f0c2974eff5714a547c9de5fa2 /eclass/php-ext-base-r1.eclass
parentremove -r1 (old version). add gcc4 patch (Thanks to Halcy0n) (diff)
downloadgentoo-2-ca236bc9747852eb2fcee631c4200c1a3c9125ed.tar.gz
gentoo-2-ca236bc9747852eb2fcee631c4200c1a3c9125ed.tar.bz2
gentoo-2-ca236bc9747852eb2fcee631c4200c1a3c9125ed.zip
Fix some credits and comments on various new-style PHP eclasses.
Diffstat (limited to 'eclass/php-ext-base-r1.eclass')
-rw-r--r--eclass/php-ext-base-r1.eclass9
1 files changed, 5 insertions, 4 deletions
diff --git a/eclass/php-ext-base-r1.eclass b/eclass/php-ext-base-r1.eclass
index 09151740121f..4da1cd3cd2f6 100644
--- a/eclass/php-ext-base-r1.eclass
+++ b/eclass/php-ext-base-r1.eclass
@@ -1,15 +1,16 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-base-r1.eclass,v 1.3 2005/10/31 14:08:42 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-base-r1.eclass,v 1.4 2005/11/20 01:35:05 chtekk Exp $
#
# Author: Tal Peer <coredumb@gentoo.org>
# Author: Stuart Herbert <stuart@gentoo.org>
+# Maintained by the PHP Herd <php-bugs@gentoo.org>
#
-# The php-ext-base eclass provides a unified interface for adding standalone
+# The php-ext-base-r1 eclass provides a unified interface for adding standalone
# PHP extensions ('modules') to the php.ini files on your system.
#
-# Combined with php-ext-source, we have a standardised solution for supporting
-# PHP extensions
+# Combined with php-ext-source-r1, we have a standardised solution for supporting
+# PHP extensions.
inherit depend.php