Fix bug #156127, remove old version.
authorLuca Longinotti <chtekk@gentoo.org>
Fri, 24 Nov 2006 15:50:27 +0000 (15:50 +0000)
committerLuca Longinotti <chtekk@gentoo.org>
Fri, 24 Nov 2006 15:50:27 +0000 (15:50 +0000)
Package-Manager: portage-2.1.2_rc1-r7

dev-php/PEAR-PEAR/ChangeLog
dev-php/PEAR-PEAR/PEAR-PEAR-1.4.11.ebuild

index 8185c3e10196cfecc3748c46defafeab877bee27..e8ce92e15fc423c70fe30b33fac2c1ec4a43d59c 100644 (file)
@@ -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:
index ee22e4c547e782f16e874abda525f27b0311110e..c628829938bc379ea9752ba2b2e0fb934f7499c3 100644 (file)
@@ -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