From f21b523777736dd8951bdde2589fb811464333ea Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Wed, 16 Aug 2006 10:57:58 +0000 Subject: Version bump. (Portage version: 2.1.1_pre5-r1) --- dev-php/PEAR-PEAR/ChangeLog | 8 +- dev-php/PEAR-PEAR/PEAR-PEAR-1.4.11.ebuild | 133 ++++++++++++++++++++++++ dev-php/PEAR-PEAR/files/digest-PEAR-PEAR-1.4.11 | 12 +++ 3 files changed, 152 insertions(+), 1 deletion(-) create mode 100644 dev-php/PEAR-PEAR/PEAR-PEAR-1.4.11.ebuild create mode 100644 dev-php/PEAR-PEAR/files/digest-PEAR-PEAR-1.4.11 (limited to 'dev-php') diff --git a/dev-php/PEAR-PEAR/ChangeLog b/dev-php/PEAR-PEAR/ChangeLog index d1c4761a1475..940bda7405f4 100644 --- a/dev-php/PEAR-PEAR/ChangeLog +++ b/dev-php/PEAR-PEAR/ChangeLog @@ -1,6 +1,12 @@ # 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.71 2006/08/11 12:11:12 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR/ChangeLog,v 1.72 2006/08/16 10:57:58 sebastian Exp $ + +*PEAR-PEAR-1.4.11 (16 Aug 2006) + + 16 Aug 2006; Sebastian Bergmann + +PEAR-PEAR-1.4.11.ebuild: + Version bump. 11 Aug 2006; Sebastian Bergmann PEAR-PEAR-1.4.9-r1.ebuild, PEAR-PEAR-1.4.9-r2.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 new file mode 100644 index 000000000000..ec3c53621320 --- /dev/null +++ b/dev-php/PEAR-PEAR/PEAR-PEAR-1.4.11.ebuild @@ -0,0 +1,133 @@ +# 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.1 2006/08/16 10:57:58 sebastian Exp $ + +inherit depend.php + +ARCHIVE_TAR="1.3.1" +CONSOLE_GETOPT="1.2" +PEAR="1.4.11" +XML_RPC="1.5.0" + +[ -z "${PEAR_CACHEDIR}" ] && PEAR_CACHEDIR="/tmp/pear/cache" + +DESCRIPTION="PEAR Base System (PEAR, Archive_Tar, Console_Getopt, XML_RPC)." +HOMEPAGE="http://pear.php.net/" +SRC_URI="http://pear.php.net/get/Archive_Tar-${ARCHIVE_TAR}.tgz + http://pear.php.net/get/Console_Getopt-${CONSOLE_GETOPT}.tgz + http://pear.php.net/get/XML_RPC-${XML_RPC}.tgz + http://pear.php.net/get/PEAR-${PEAR}.tgz" + +LICENSE="PHP" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" + +# we deliberately force people to remove their old PEAR installations, +# and any package which may have put an old-style PEAR installation onto +# the box + +DEPEND="dev-lang/php + !dev-php/php + !dev-php/php-cgi + !dev-php/mod_php + !