From 4970661c58ba63f5625bc344266cdd2e1f1019c0 Mon Sep 17 00:00:00 2001 From: Luca Longinotti Date: Fri, 24 Nov 2006 15:50:27 +0000 Subject: [PATCH] Fix bug #156127, remove old version. Package-Manager: portage-2.1.2_rc1-r7 --- dev-php/PEAR-PEAR/ChangeLog | 6 +++++- 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 + -PEAR-PEAR-1.4.9-r1.ebuild, PEAR-PEAR-1.4.11.ebuild: + Fix bug #156127, remove old version. 20 Oct 2006; Bryan Østergaard 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 "