diff options
author | Brian Evans <grknight@gentoo.org> | 2018-03-19 10:42:33 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2018-03-19 11:02:15 -0400 |
commit | 85952b0b4b94da78b9330649707a0b0bc3c5503a (patch) | |
tree | 65dcf1986ce2b9a335c9fc6dce2933bb5cfa6323 /dev-php | |
parent | media-sound/murmur: Added live ebuild. (diff) | |
download | gentoo-85952b0b4b94da78b9330649707a0b0bc3c5503a.tar.gz gentoo-85952b0b4b94da78b9330649707a0b0bc3c5503a.tar.bz2 gentoo-85952b0b4b94da78b9330649707a0b0bc3c5503a.zip |
dev-php/PEAR-Benchmark: Remove package
Bug: https://bugs.gentoo.org/647768
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PEAR-Benchmark/Manifest | 1 | ||||
-rw-r--r-- | dev-php/PEAR-Benchmark/PEAR-Benchmark-1.2.9.ebuild | 19 | ||||
-rw-r--r-- | dev-php/PEAR-Benchmark/metadata.xml | 8 |
3 files changed, 0 insertions, 28 deletions
diff --git a/dev-php/PEAR-Benchmark/Manifest b/dev-php/PEAR-Benchmark/Manifest deleted file mode 100644 index 71eefeb7893e..000000000000 --- a/dev-php/PEAR-Benchmark/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST Benchmark-1.2.9.tgz 8696 BLAKE2B 077c295eeb6261f7672f882ddd396bfaef183e4421ff0da02c87bb83a0a0d9d6a3da5e1e97f03011fea3262310dc1ffbce4e17ae15b00a8590dadafe261b59cd SHA512 18064e6f435e053a2aa9a2f27f3c4cecc26847829e7ee86619748faa7fc1cd0a6ce3d3a419f742d05007875db3fbbfbf05e4732c9f1ba76dbeb983cbc908e516 diff --git a/dev-php/PEAR-Benchmark/PEAR-Benchmark-1.2.9.ebuild b/dev-php/PEAR-Benchmark/PEAR-Benchmark-1.2.9.ebuild deleted file mode 100644 index 0fb163b5e50e..000000000000 --- a/dev-php/PEAR-Benchmark/PEAR-Benchmark-1.2.9.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -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="" - -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 -} diff --git a/dev-php/PEAR-Benchmark/metadata.xml b/dev-php/PEAR-Benchmark/metadata.xml deleted file mode 100644 index aca42932b833..000000000000 --- a/dev-php/PEAR-Benchmark/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="project"> - <email>php-bugs@gentoo.org</email> - <name>PHP</name> -</maintainer> -</pkgmetadata> |