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-pear-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-pear-r1.eclass')
-rw-r--r-- | eclass/php-pear-r1.eclass | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/eclass/php-pear-r1.eclass b/eclass/php-pear-r1.eclass index 06d8f3b6529b..0c0789959e69 100644 --- a/eclass/php-pear-r1.eclass +++ b/eclass/php-pear-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-pear-r1.eclass,v 1.6 2005/10/31 14:08:42 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-pear-r1.eclass,v 1.7 2005/11/20 01:35:05 chtekk Exp $ # # Author: Tal Peer <coredumb@gentoo.org> +# Maintained by the PHP Herd <php-bugs@gentoo.org> # -# The php-pear eclass provides means for easy installation of PEAR +# The php-pear-r1 eclass provides means for an easy installation of PEAR # packages, see http://pear.php.net # Note that this eclass doesn't handle PEAR packages' dependencies on @@ -35,6 +36,7 @@ PEAR_PN=${PHP_PEAR_PKG_NAME}-${PEAR_PV} [ -z "${SRC_URI}" ] && SRC_URI="http://pear.php.net/get/${PEAR_PN}.tgz" [ -z "${HOMEPAGE}" ] && HOMEPAGE="http://pear.php.net/${PHP_PEAR_PKG_NAME}" + S="${WORKDIR}/${PEAR_PN}" php-pear-r1_src_install() { |