commit: 85952b0b4b94da78b9330649707a0b0bc3c5503a Author: Brian Evans <grknight <AT> gentoo <DOT> org> AuthorDate: Mon Mar 19 14:42:33 2018 +0000 Commit: Brian Evans <grknight <AT> gentoo <DOT> org> CommitDate: Mon Mar 19 15:02:15 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85952b0b
dev-php/PEAR-Benchmark: Remove package Bug: https://bugs.gentoo.org/647768 dev-php/PEAR-Benchmark/Manifest | 1 - dev-php/PEAR-Benchmark/PEAR-Benchmark-1.2.9.ebuild | 19 ------------------- dev-php/PEAR-Benchmark/metadata.xml | 8 -------- 3 files changed, 28 deletions(-) diff --git a/dev-php/PEAR-Benchmark/Manifest b/dev-php/PEAR-Benchmark/Manifest deleted file mode 100644 index 71eefeb7893..00000000000 --- 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 0fb163b5e50..00000000000 --- 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 aca42932b83..00000000000 --- 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>[email protected]</email> - <name>PHP</name> -</maintainer> -</pkgmetadata>
