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-pecl-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-pecl-r1.eclass')
-rw-r--r-- | eclass/php-ext-pecl-r1.eclass | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/php-ext-pecl-r1.eclass b/eclass/php-ext-pecl-r1.eclass index a7ee36783c3a..d3183c794153 100644 --- a/eclass/php-ext-pecl-r1.eclass +++ b/eclass/php-ext-pecl-r1.eclass @@ -1,10 +1,11 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-pecl-r1.eclass,v 1.2 2005/10/31 14:08:42 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-pecl-r1.eclass,v 1.3 2005/11/20 01:35:05 chtekk Exp $ # # Author: Tal Peer <coredumb@gentoo.org> +# Maintained by the PHP Herd <php-bugs@gentoo.org> # -# This eclass should be used by all dev-php/PECL-* ebuilds, as a uniform way of installing PECL extensions. +# This eclass should be used by all dev-php[4,5]/pecl-* ebuilds, as a uniform way of installing PECL extensions. # For more information about PECL, see: http://pecl.php.net [ -z "${PHP_EXT_PECL_PKG}" ] && PHP_EXT_PECL_PKG=${PN/pecl-/} |