Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-php/pecl-stomp/
Date: Mon, 30 Dec 2019 15:09:29
Message-Id: 1577718546.e076f731e9bcd5300fe420578e1f782464bae510.grknight@gentoo
1 commit: e076f731e9bcd5300fe420578e1f782464bae510
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 30 14:30:11 2019 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 30 15:09:06 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e076f731
7
8 dev-php/pecl-stomp: Remove masked version
9
10 Bug: https://bugs.gentoo.org/651784
11 Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
12
13 dev-php/pecl-stomp/Manifest | 1 -
14 dev-php/pecl-stomp/pecl-stomp-1.0.9-r1.ebuild | 52 ---------------------------
15 profiles/package.mask | 1 -
16 3 files changed, 54 deletions(-)
17
18 diff --git a/dev-php/pecl-stomp/Manifest b/dev-php/pecl-stomp/Manifest
19 index 58e50af8cb0..5b21b5de59d 100644
20 --- a/dev-php/pecl-stomp/Manifest
21 +++ b/dev-php/pecl-stomp/Manifest
22 @@ -1,2 +1 @@
23 -DIST stomp-1.0.9.tgz 23166 BLAKE2B 804fbe2703f5035a8faa744cddc84de5249b74186c22ab5e26c075a2f241262cadd237c7f566262fcdc25def846968a7788d80817743cdf53eb255cbc25053e1 SHA512 e3ab5bfb03c29edde63de4006b448e0204efbac5817b1443ee5b1a0249c2f96d58443847b878e838108b66e5307f6e803f807aff7430af748af4994bfca5199a
24 DIST stomp-2.0.2.tgz 23609 BLAKE2B b6ed89b5b8fd0bb501b2337e87107797eedc6ac53c81ba86d2e755cfa2dd716bf4e409cee623430791e0b4854833ef44ed7f6f9e1d89fcd2250d598af0dcaea6 SHA512 577a781b45ef394cd833fb69c808da9b8a8ff69b31b1093c5eef3f7b5d1b37cd0b45c32a03883f56f86213e32bb18aaf0a80010c6bec7efa7239ea48bc57b4b4
25
26 diff --git a/dev-php/pecl-stomp/pecl-stomp-1.0.9-r1.ebuild b/dev-php/pecl-stomp/pecl-stomp-1.0.9-r1.ebuild
27 deleted file mode 100644
28 index d8aef480451..00000000000
29 --- a/dev-php/pecl-stomp/pecl-stomp-1.0.9-r1.ebuild
30 +++ /dev/null
31 @@ -1,52 +0,0 @@
32 -# Copyright 1999-2019 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -USE_PHP="php5-6 php7-1 php7-2 php7-3"
38 -PHP_EXT_NAME="stomp"
39 -DOCS=( CREDITS doc/classes.php doc/functions.php )
40 -
41 -inherit php-ext-pecl-r3
42 -
43 -USE_PHP="php5-6"
44 -
45 -KEYWORDS="~amd64 ~x86"
46 -
47 -DESCRIPTION="PHP extension to communicate with Stomp message brokers"
48 -LICENSE="PHP-3.01"
49 -SLOT="0"
50 -IUSE="examples ssl"
51 -
52 -DEPEND="${DEPEND}
53 - php_targets_php5-6? ( dev-lang/php:5.6[ssl?] )
54 -"
55 -
56 -RDEPEND="${DEPEND}"
57 -PDEPEND="
58 - php_targets_php7-1? ( dev-php/pecl-stomp:7 )
59 - php_targets_php7-2? ( dev-php/pecl-stomp:7 )
60 - php_targets_php7-3? ( dev-php/pecl-stomp:7 )
61 -"
62 -
63 -src_prepare() {
64 - if use php_targets_php5-6 ; then
65 - php-ext-source-r3_src_prepare
66 - else
67 - default_src_prepare
68 - fi
69 -}
70 -
71 -src_configure() {
72 - local PHP_EXT_ECONF_ARGS=(
73 - --enable-stomp
74 - --with-openssl-dir=$(usex ssl "${EPREFIX}/usr")
75 - )
76 - php-ext-source-r3_src_configure
77 -}
78 -
79 -src_install() {
80 - if use php_targets_php5-6 ; then
81 - php-ext-pecl-r3_src_install
82 - fi
83 -}
84
85 diff --git a/profiles/package.mask b/profiles/package.mask
86 index 7b927fab35c..4a5f37a3753 100644
87 --- a/profiles/package.mask
88 +++ b/profiles/package.mask
89 @@ -780,7 +780,6 @@ virtual/httpd-php:5.6
90 # Brian Evans <grknight@g.o> (2019-10-01)
91 # Old slots for support of PHP <7
92 # Removal in 90 days. Bug 651784
93 -dev-php/pecl-stomp:0
94 dev-php/pecl-xdiff:0
95 dev-php/pecl-yaml:0