diff options
author | Matti Bickel <mabi@gentoo.org> | 2012-03-21 18:57:08 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2012-03-21 18:57:08 +0000 |
commit | 7e7c740c91570eed198e2b2ac9e6b792e73c1fa9 (patch) | |
tree | f933f636d5352121dc94c0a7fe6e6d35e2728b06 /dev-php/PEAR-Benchmark | |
parent | Version bump (bug 409151, thanks rainbow) (diff) | |
download | gentoo-2-7e7c740c91570eed198e2b2ac9e6b792e73c1fa9.tar.gz gentoo-2-7e7c740c91570eed198e2b2ac9e6b792e73c1fa9.tar.bz2 gentoo-2-7e7c740c91570eed198e2b2ac9e6b792e73c1fa9.zip |
package2.xml doesnt need to be copied anymore (bug #408815), also fix a has_version syntax error
(Portage version: 2.2.0_alpha93/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/PEAR-Benchmark')
-rw-r--r-- | dev-php/PEAR-Benchmark/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/PEAR-Benchmark/PEAR-Benchmark-1.2.9.ebuild | 11 |
2 files changed, 7 insertions, 10 deletions
diff --git a/dev-php/PEAR-Benchmark/ChangeLog b/dev-php/PEAR-Benchmark/ChangeLog index df7e436d1341..df7ddf849250 100644 --- a/dev-php/PEAR-Benchmark/ChangeLog +++ b/dev-php/PEAR-Benchmark/ChangeLog @@ -1,6 +1,10 @@ # 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.49 2012/01/18 18:03:46 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Benchmark/ChangeLog,v 1.50 2012/03/21 18:57:08 mabi Exp $ + + 21 Mar 2012; Matti Bickel <mabi@gentoo.org> PEAR-Benchmark-1.2.9.ebuild: + package2.xml doesnt need to be copied anymore (bug #408815), also fix a + has_version syntax error *PEAR-Benchmark-1.2.9 (18 Jan 2012) diff --git a/dev-php/PEAR-Benchmark/PEAR-Benchmark-1.2.9.ebuild b/dev-php/PEAR-Benchmark/PEAR-Benchmark-1.2.9.ebuild index 46ac572c9e1d..514ea7d35bd7 100644 --- a/dev-php/PEAR-Benchmark/PEAR-Benchmark-1.2.9.ebuild +++ b/dev-php/PEAR-Benchmark/PEAR-Benchmark-1.2.9.ebuild @@ -1,6 +1,6 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Benchmark/PEAR-Benchmark-1.2.9.ebuild,v 1.2 2012/03/21 18:57:08 mabi Exp $ EAPI="4" @@ -12,15 +12,8 @@ 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 + 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 |