dev-php/pecl-ps: Remove masked versions
authorBrian Evans <grknight@gentoo.org>
Mon, 30 Dec 2019 14:18:46 +0000 (09:18 -0500)
committerBrian Evans <grknight@gentoo.org>
Mon, 30 Dec 2019 15:09:05 +0000 (10:09 -0500)
Bug: https://bugs.gentoo.org/651784
Signed-off-by: Brian Evans <grknight@gentoo.org>
dev-php/pecl-ps/Manifest
dev-php/pecl-ps/pecl-ps-1.3.7-r1.ebuild [deleted file]
dev-php/pecl-ps/pecl-ps-1.3.7-r2.ebuild [deleted file]
profiles/package.mask

index 8b1ddd5d021dbe48e7d34a430b9eb038c760516f..80b4ba9204655ac1e8d2d0820477315bff950fb1 100644 (file)
@@ -1,2 +1 @@
-DIST ps-1.3.7.tgz 634024 BLAKE2B 8007922cf4ed8c98fbf9524f66deda7136e2e5788f60e4647253545091cc30c4ee3a7de30adb06b470d18d96874afc58d5251c9342e9aa7db0491fa3daeac269 SHA512 cec6ecad27d35787a92453482f0e45fdcfe4bf79aab9cf1f7f6bc4468cf626343ed2b33d52d2ec48302a2ede9ecca3b397fb2d56fbc088997f39014f3dc47770
 DIST ps-1.4.1.tgz 578991 BLAKE2B 549fae78ffb6e91f39b6292d969b9b80adba1a5911fb52e99c5fcbc940b9470205556e3e11c2940fadc7cc084400bc08ae7255b79e175d705c9bacb8eb3d6e71 SHA512 e9eeb5ad1c9314af0fcfd33e461b560f6cc599a679bc0a5541994fa698e3da63b7cb523f617647bdb2ac1c8fc090263e314ddf956a1e6126f8813de92e49f3af
diff --git a/dev-php/pecl-ps/pecl-ps-1.3.7-r1.ebuild b/dev-php/pecl-ps/pecl-ps-1.3.7-r1.ebuild
deleted file mode 100644 (file)
index 7c6080a..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PHP_EXT_NAME="ps"
-USE_PHP="php5-6"
-
-inherit php-ext-pecl-r3
-
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-
-DESCRIPTION="PHP extension for creating PostScript files"
-LICENSE="PHP-2.02"
-SLOT="0"
-IUSE="examples"
-
-DEPEND="dev-libs/pslib"
-RDEPEND="${DEPEND}"
diff --git a/dev-php/pecl-ps/pecl-ps-1.3.7-r2.ebuild b/dev-php/pecl-ps/pecl-ps-1.3.7-r2.ebuild
deleted file mode 100644 (file)
index c01be7d..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PHP_EXT_NAME="ps"
-USE_PHP="php5-6 php7-0 php7-1 php7-2"
-
-inherit php-ext-pecl-r3
-
-# Only really build for 5.6
-USE_PHP="php5-6"
-
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-
-DESCRIPTION="PHP extension for creating PostScript files"
-LICENSE="PHP-2.02"
-SLOT="0"
-IUSE="examples"
-
-DEPEND="php_targets_php5-6? ( dev-libs/pslib )"
-RDEPEND="${DEPEND}"
-PDEPEND="
-       php_targets_php7-0? ( dev-php/pecl-ps:7[php_targets_php7-0] )
-       php_targets_php7-1? ( dev-php/pecl-ps:7[php_targets_php7-1] )
-       php_targets_php7-2? ( dev-php/pecl-ps:7[php_targets_php7-2] )
-"
-PHP_EXT_ECONF_ARGS=""
-
-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
-}
index fd277cbc56096beebdb7a714c3a232d69982264d..fb0d291e7330ee883c65dc9f1356ec8d32583042 100644 (file)
@@ -780,7 +780,6 @@ virtual/httpd-php:5.6
 # Brian Evans <grknight@gentoo.org> (2019-10-01)
 # Old slots for support of PHP <7
 # Removal in 90 days. Bug 651784
-dev-php/pecl-ps:0
 dev-php/pecl-raphf:0
 dev-php/pecl-rrd:0
 dev-php/pecl-ssh2:0