diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2005-11-20 01:35:05 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2005-11-20 01:35:05 +0000 |
commit | 0f6f4870b60058b75a0e6c49d8f7363f7d06b747 (patch) | |
tree | 9a28be506850948540c55ad6ba07391da7a3ed73 /eclass/php-ext-base-r1.eclass | |
parent | remove -r1 (old version). add gcc4 patch (Thanks to Halcy0n) (diff) | |
download | historical-0f6f4870b60058b75a0e6c49d8f7363f7d06b747.tar.gz historical-0f6f4870b60058b75a0e6c49d8f7363f7d06b747.tar.bz2 historical-0f6f4870b60058b75a0e6c49d8f7363f7d06b747.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.eclass | 9 |
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 |