commit: ba82b70e38a9a4edea01d9a2213dd689ba358632
Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 5 00:53:56 2017 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Thu Jan 5 00:53:56 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba82b70e
dev-php/pecl-propro: remove an unused revision.
Package-Manager: portage-2.3.0
dev-php/pecl-propro/pecl-propro-2.0.1.ebuild | 33 ----------------------------
1 file changed, 33 deletions(-)
diff --git a/dev-php/pecl-propro/pecl-propro-2.0.1.ebuild
b/dev-php/pecl-propro/pecl-propro-2.0.1.ebuild
deleted file mode 100644
index e1e63f1..00000000
--- a/dev-php/pecl-propro/pecl-propro-2.0.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="6"
-
-PHP_EXT_NAME="propro"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-
-USE_PHP="php5-6 php7-0"
-
-inherit php-ext-pecl-r3
-
-# Only really build for 7.0
-USE_PHP="php7-0"
-
-KEYWORDS="~amd64 ~x86"
-
-DESCRIPTION="A reusable property proxy API for PHP"
-LICENSE="BSD-2"
-SLOT="7"
-IUSE=""
-
-RDEPEND="php_targets_php5-6? ( ${CATEGORY}/${PN}:0[php_targets_php5-6] )"
-
-src_prepare() {
- if use php_targets_php7-0 ; then
- php-ext-source-r3_src_prepare
- else
- default_src_prepare
- fi
-}