From 4244c14866f8a6659576caad676914931394bd39 Mon Sep 17 00:00:00 2001 From: Brian Evans Date: Mon, 30 Dec 2019 09:15:45 -0500 Subject: dev-php/pecl-propro: Remove masked versions Bug: https://bugs.gentoo.org/651784 Signed-off-by: Brian Evans --- dev-php/pecl-propro/Manifest | 1 - dev-php/pecl-propro/pecl-propro-1.0.2-r1.ebuild | 40 ----------------------- dev-php/pecl-propro/pecl-propro-1.0.2-r2.ebuild | 42 ------------------------- 3 files changed, 83 deletions(-) delete mode 100644 dev-php/pecl-propro/pecl-propro-1.0.2-r1.ebuild delete mode 100644 dev-php/pecl-propro/pecl-propro-1.0.2-r2.ebuild (limited to 'dev-php/pecl-propro') diff --git a/dev-php/pecl-propro/Manifest b/dev-php/pecl-propro/Manifest index ae9b34dc52f1..d6fdb6b0c2b6 100644 --- a/dev-php/pecl-propro/Manifest +++ b/dev-php/pecl-propro/Manifest @@ -1,2 +1 @@ -DIST propro-1.0.2.tgz 13393 BLAKE2B c451ad6e1e0f93308497514de22a949dfbbea54e326c18688d6883aeb4d6adb920c42adfa458faf4c350755da72c1db06f77efc408fbc182fbb950e2f8b33302 SHA512 a4a3216d13c412051c063e0370c5f0badb65aa7054a43b0f6eb387a7a5fbbba1800b7f5f5113ba68ca8c7fe19932184a069864d1362239c71e0f55466c9cc8eb DIST propro-2.1.0.tgz 14253 BLAKE2B 44c9bde831486fa41520ce75b313865b90a057acd0d566ae7e5c2aca97240e089580ca79ef04842a57a5d8eb76a179e57c505e977913567c1e97260f87fe2165 SHA512 94fc97f7bf17661ec7ecbe4d13b4fc98b8381469140d121fef49d32a4b767e956ed87b9f5bbb794f27ca47ce4b7b3125ea2b9091eb9d1f0a52b5c8f9df7ee145 diff --git a/dev-php/pecl-propro/pecl-propro-1.0.2-r1.ebuild b/dev-php/pecl-propro/pecl-propro-1.0.2-r1.ebuild deleted file mode 100644 index 92df8ac50b7f..000000000000 --- a/dev-php/pecl-propro/pecl-propro-1.0.2-r1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" - -PHP_EXT_NAME="propro" -PHP_EXT_INI="yes" -PHP_EXT_ZENDEXT="no" -PHP_EXT_ECONF_ARGS="" - -USE_PHP="php5-6 php7-0 php7-1" - -inherit php-ext-pecl-r3 - -USE_PHP="php5-6" - -KEYWORDS="amd64 x86" - -DESCRIPTION="A reusable, property proxy API for PHP" -LICENSE="BSD-2" -SLOT="0" -IUSE="" - -PDEPEND=" - php_targets_php7-0? ( dev-php/pecl-propro:7[php_targets_php7-0] ) - php_targets_php7-1? ( dev-php/pecl-propro:7[php_targets_php7-1] )" - -src_prepare() { - if use php_targets_php5-6 ; then - php-ext-source-r3_src_prepare - else - default_src_prepare - fi -} - -src_install() { - if use php_targets_php5-6 ; then - php-ext-pecl-r3_src_install - fi -} diff --git a/dev-php/pecl-propro/pecl-propro-1.0.2-r2.ebuild b/dev-php/pecl-propro/pecl-propro-1.0.2-r2.ebuild deleted file mode 100644 index 1f4ad87e5332..000000000000 --- a/dev-php/pecl-propro/pecl-propro-1.0.2-r2.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" - -PHP_EXT_NAME="propro" -PHP_EXT_INI="yes" -PHP_EXT_ZENDEXT="no" -PHP_EXT_ECONF_ARGS="" -PHP_INI_NAME="30-propro" - -USE_PHP="php5-6 php7-0 php7-1 php7-2" - -inherit php-ext-pecl-r3 - -USE_PHP="php5-6" - -KEYWORDS="~amd64 ~x86" - -DESCRIPTION="A reusable, property proxy API for PHP" -LICENSE="BSD-2" -SLOT="0" -IUSE="" - -PDEPEND=" - php_targets_php7-0? ( dev-php/pecl-propro:7[php_targets_php7-0] ) - php_targets_php7-1? ( dev-php/pecl-propro:7[php_targets_php7-1] ) - php_targets_php7-2? ( dev-php/pecl-propro:7[php_targets_php7-2] )" - -src_prepare() { - if use php_targets_php5-6 ; then - php-ext-source-r3_src_prepare - else - default_src_prepare - fi -} - -src_install() { - if use php_targets_php5-6 ; then - php-ext-pecl-r3_src_install - fi -} -- cgit v1.2.3-65-gdbad