summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Longinotti <chtekk@gentoo.org>2006-11-24 15:50:27 +0000
committerLuca Longinotti <chtekk@gentoo.org>2006-11-24 15:50:27 +0000
commitfd9f8294cd36bdc84ece38ca971e736fdbfe9121 (patch)
treeea9f207483b4da8a526bff4e66f87bd685683f72 /dev-php/PEAR-PEAR
parentMoved to dev-php5/pecl-sca_sdo. (diff)
downloadgentoo-2-fd9f8294cd36bdc84ece38ca971e736fdbfe9121.tar.gz
gentoo-2-fd9f8294cd36bdc84ece38ca971e736fdbfe9121.tar.bz2
gentoo-2-fd9f8294cd36bdc84ece38ca971e736fdbfe9121.zip
Fix bug #156127, remove old version.
(Portage version: 2.1.2_rc1-r7)
Diffstat (limited to 'dev-php/PEAR-PEAR')
-rw-r--r--dev-php/PEAR-PEAR/ChangeLog6
-rw-r--r--dev-php/PEAR-PEAR/PEAR-PEAR-1.4.11.ebuild6
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