diff options
author | Matti Bickel <mabi@gentoo.org> | 2012-06-09 14:39:01 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2012-06-09 14:39:01 +0000 |
commit | d54166dfa98f7815e673caf2d260f4866c66b8bc (patch) | |
tree | 1c471a51e1308cb6a6a7786e02a703e0bd36580b /dev-php/PEAR-Benchmark | |
parent | remove old (diff) | |
download | gentoo-2-d54166dfa98f7815e673caf2d260f4866c66b8bc.tar.gz gentoo-2-d54166dfa98f7815e673caf2d260f4866c66b8bc.tar.bz2 gentoo-2-d54166dfa98f7815e673caf2d260f4866c66b8bc.zip |
remove old
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/PEAR-Benchmark')
-rw-r--r-- | dev-php/PEAR-Benchmark/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/PEAR-Benchmark/PEAR-Benchmark-1.2.7-r1.ebuild | 26 |
2 files changed, 4 insertions, 27 deletions
diff --git a/dev-php/PEAR-Benchmark/ChangeLog b/dev-php/PEAR-Benchmark/ChangeLog index 2c1cc16b6ac9..9d5341b8b638 100644 --- a/dev-php/PEAR-Benchmark/ChangeLog +++ b/dev-php/PEAR-Benchmark/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/PEAR-Benchmark # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Benchmark/ChangeLog,v 1.56 2012/04/01 18:16:49 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Benchmark/ChangeLog,v 1.57 2012/06/09 14:39:01 mabi Exp $ + + 09 Jun 2012; Matti Bickel <mabi@gentoo.org> -PEAR-Benchmark-1.2.7-r1.ebuild: + remove old 01 Apr 2012; Raúl Porcel <armin76@gentoo.org> PEAR-Benchmark-1.2.9.ebuild: alpha/ia64/sparc stable wrt #408727 diff --git a/dev-php/PEAR-Benchmark/PEAR-Benchmark-1.2.7-r1.ebuild b/dev-php/PEAR-Benchmark/PEAR-Benchmark-1.2.7-r1.ebuild deleted file mode 100644 index fe0380113f3c..000000000000 --- a/dev-php/PEAR-Benchmark/PEAR-Benchmark-1.2.7-r1.ebuild +++ /dev/null @@ -1,26 +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-r1.ebuild,v 1.9 2007/12/31 15:48:37 josejx 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="" - -src_unpack() { - unpack ${A} - cd "${WORKDIR}" - rm -f package.xml - cp package2.xml package.xml -} - -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 -} |