diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2006-11-24 15:50:27 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2006-11-24 15:50:27 +0000 |
commit | 4970661c58ba63f5625bc344266cdd2e1f1019c0 (patch) | |
tree | d2e32ff2dbfc2655c03c577ce6efa482be5e38a2 /dev-php/PEAR-PEAR | |
parent | Moved to dev-php5/pecl-sca_sdo. (diff) | |
download | historical-4970661c58ba63f5625bc344266cdd2e1f1019c0.tar.gz historical-4970661c58ba63f5625bc344266cdd2e1f1019c0.tar.bz2 historical-4970661c58ba63f5625bc344266cdd2e1f1019c0.zip |
Fix bug #156127, remove old version.
Package-Manager: portage-2.1.2_rc1-r7
Diffstat (limited to 'dev-php/PEAR-PEAR')
-rw-r--r-- | dev-php/PEAR-PEAR/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/PEAR-PEAR/PEAR-PEAR-1.4.11.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-php/PEAR-PEAR/ChangeLog b/dev-php/PEAR-PEAR/ChangeLog index 8185c3e10196..e8ce92e15fc4 100644 --- a/dev-php/PEAR-PEAR/ChangeLog +++ b/dev-php/PEAR-PEAR/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/PEAR-PEAR # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR/ChangeLog,v 1.83 2006/10/20 21:04:49 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR/ChangeLog,v 1.84 2006/11/24 15:50:27 chtekk Exp $ + + 24 Nov 2006; Luca Longinotti <chtekk@gentoo.org> + -PEAR-PEAR-1.4.9-r1.ebuild, PEAR-PEAR-1.4.11.ebuild: + Fix bug #156127, remove old version. 20 Oct 2006; Bryan Ăstergaard <kloeri@gentoo.org> PEAR-PEAR-1.4.11.ebuild: diff --git a/dev-php/PEAR-PEAR/PEAR-PEAR-1.4.11.ebuild b/dev-php/PEAR-PEAR/PEAR-PEAR-1.4.11.ebuild index ee22e4c547e7..c628829938bc 100644 --- a/dev-php/PEAR-PEAR/PEAR-PEAR-1.4.11.ebuild +++ b/dev-php/PEAR-PEAR/PEAR-PEAR-1.4.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR/PEAR-PEAR-1.4.11.ebuild,v 1.12 2006/10/20 21:04:49 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR/PEAR-PEAR-1.4.11.ebuild,v 1.13 2006/11/24 15:50:27 chtekk Exp $ inherit depend.php @@ -9,7 +9,7 @@ CONSOLE_GETOPT="1.2" PEAR="1.4.11" XML_RPC="1.5.0" -[ -z "${PEAR_CACHEDIR}" ] && PEAR_CACHEDIR="/var/cache/pear" +[[ -z "${PEAR_CACHEDIR}" ]] && PEAR_CACHEDIR="/var/cache/pear" DESCRIPTION="PEAR Base System (PEAR, Archive_Tar, Console_Getopt, XML_RPC)." HOMEPAGE="http://pear.php.net/" @@ -119,7 +119,7 @@ pkg_preinst() { } pkg_postinst() { - if has_version "<${PV}" ; then + if has_version "<dev-php/PEAR-PEAR-1.3.6-r2" ; then ewarn "The location of the local PEAR repository has been changed" ewarn "from /usr/lib/php to /usr/share/php." fi |