diff options
-rw-r--r-- | dev-php/PEAR-Benchmark/ChangeLog | 8 | ||||
-rw-r--r-- | dev-php/PEAR-Benchmark/PEAR-Benchmark-1.2.7.ebuild | 19 | ||||
-rw-r--r-- | dev-php/PEAR-Benchmark/files/digest-PEAR-Benchmark-1.2.7 | 3 |
3 files changed, 29 insertions, 1 deletions
diff --git a/dev-php/PEAR-Benchmark/ChangeLog b/dev-php/PEAR-Benchmark/ChangeLog index 5d7de024617c..a03cc03ee7fb 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.31 2007/05/21 10:51:39 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Benchmark/ChangeLog,v 1.32 2007/08/17 13:48:37 hoffie Exp $ + +*PEAR-Benchmark-1.2.7 (17 Aug 2007) + + 17 Aug 2007; Christian Hoffmann <hoffie@gentoo.org> + +PEAR-Benchmark-1.2.7.ebuild: + version bump wrt bug 158633, thanks to Jakub Moc 21 May 2007; Raúl Porcel <armin76@gentoo.org> PEAR-Benchmark-1.2.6.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 new file mode 100644 index 000000000000..b7e80a8b921c --- /dev/null +++ b/dev-php/PEAR-Benchmark/PEAR-Benchmark-1.2.7.ebuild @@ -0,0 +1,19 @@ +# 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.1 2007/08/17 13:48:37 hoffie Exp $ + +inherit php-pear-r1 depend.php eutils + +DESCRIPTION="Framework to benchmark PHP scripts or function calls." +LICENSE="PHP" +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/files/digest-PEAR-Benchmark-1.2.7 b/dev-php/PEAR-Benchmark/files/digest-PEAR-Benchmark-1.2.7 new file mode 100644 index 000000000000..82afdcb21241 --- /dev/null +++ b/dev-php/PEAR-Benchmark/files/digest-PEAR-Benchmark-1.2.7 @@ -0,0 +1,3 @@ +MD5 75d325175c67a42f645fd669b98ff7a8 Benchmark-1.2.7.tgz 9506 +RMD160 2eb443e4409fc5c86fda1af713dd731c315854c0 Benchmark-1.2.7.tgz 9506 +SHA256 b7dcc624c33882f4f4797c24a188eca4dcedea7bbfc22d0becfec5c6a76f3790 Benchmark-1.2.7.tgz 9506 |