summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Bickel <mabi@gentoo.org>2012-01-18 18:03:46 +0000
committerMatti Bickel <mabi@gentoo.org>2012-01-18 18:03:46 +0000
commitf358b724604e740168c1a0c6b8fba33eafabca4a (patch)
tree74687d105c015f95fde80f5cce00a7472cc417bd /dev-php/PEAR-Benchmark
parentfix description length (diff)
downloadgentoo-2-f358b724604e740168c1a0c6b8fba33eafabca4a.tar.gz
gentoo-2-f358b724604e740168c1a0c6b8fba33eafabca4a.tar.bz2
gentoo-2-f358b724604e740168c1a0c6b8fba33eafabca4a.zip
version bump & remove old
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/PEAR-Benchmark')
-rw-r--r--dev-php/PEAR-Benchmark/ChangeLog10
-rw-r--r--dev-php/PEAR-Benchmark/PEAR-Benchmark-1.2.7.ebuild19
-rw-r--r--dev-php/PEAR-Benchmark/PEAR-Benchmark-1.2.9.ebuild27
3 files changed, 35 insertions, 21 deletions
diff --git a/dev-php/PEAR-Benchmark/ChangeLog b/dev-php/PEAR-Benchmark/ChangeLog
index 94047ee993b0..df7e436d1341 100644
--- a/dev-php/PEAR-Benchmark/ChangeLog
+++ b/dev-php/PEAR-Benchmark/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-php/PEAR-Benchmark
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Benchmark/ChangeLog,v 1.48 2007/12/31 15:48:37 josejx Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Benchmark/ChangeLog,v 1.49 2012/01/18 18:03:46 mabi Exp $
+
+*PEAR-Benchmark-1.2.9 (18 Jan 2012)
+
+ 18 Jan 2012; Matti Bickel <mabi@gentoo.org> -PEAR-Benchmark-1.2.7.ebuild,
+ +PEAR-Benchmark-1.2.9.ebuild:
+ version bump & remove old
31 Dec 2007; Joseph Jezak <josejx@gentoo.org>
PEAR-Benchmark-1.2.7-r1.ebuild:
diff --git a/dev-php/PEAR-Benchmark/PEAR-Benchmark-1.2.7.ebuild b/dev-php/PEAR-Benchmark/PEAR-Benchmark-1.2.7.ebuild
deleted file mode 100644
index 9093182eb403..000000000000
--- a/dev-php/PEAR-Benchmark/PEAR-Benchmark-1.2.7.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Benchmark/PEAR-Benchmark-1.2.7.ebuild,v 1.8 2007/12/05 23:35:47 jokey Exp $
-
-inherit php-pear-r1 depend.php eutils
-
-DESCRIPTION="Framework to benchmark PHP scripts or function calls."
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ~ia64 ppc ppc64 sparc x86"
-IUSE=""
-
-pkg_postinst() {
- has_php
- if ! built_with_use --missing true =${PHP_PKG} bcmath ; then
- elog "${PN} can optionally use ${PHP_PKG} bcmath features."
- elog "If you want those, recompile ${PHP_PKG} with these flags in USE."
- fi
-}
diff --git a/dev-php/PEAR-Benchmark/PEAR-Benchmark-1.2.9.ebuild b/dev-php/PEAR-Benchmark/PEAR-Benchmark-1.2.9.ebuild
new file mode 100644
index 000000000000..46ac572c9e1d
--- /dev/null
+++ b/dev-php/PEAR-Benchmark/PEAR-Benchmark-1.2.9.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Benchmark/PEAR-Benchmark-1.2.9.ebuild,v 1.1 2012/01/18 18:03:46 mabi Exp $
+
+EAPI="4"
+
+inherit php-pear-r1
+
+DESCRIPTION="Framework to benchmark PHP scripts or function calls."
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+src_unpack() {
+ unpack ${A}
+ cd "${WORKDIR}"
+ rm -f package.xml
+ cp package2.xml package.xml
+}
+
+pkg_postinst() {
+ if ! has_version "=dev-lang/php[bcmath]" ; then
+ elog "${PN} can optionally use dev-lang/php bcmath features."
+ elog "If you want those, recompile dev-lang/php with these flags in USE."
+ fi
+}