Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-stomp/
Date: Fri, 06 Apr 2018 16:07:20
Message-Id: 1523030825.390671d7d1641f723b38672082773fd87e5d6129.grknight@gentoo
1 commit: 390671d7d1641f723b38672082773fd87e5d6129
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 6 16:07:05 2018 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 6 16:07:05 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=390671d7
7
8 dev-php/pecl-stomp: Drop old
9
10 Package-Manager: Portage-2.3.28, Repoman-2.3.9
11
12 dev-php/pecl-stomp/Manifest | 1 -
13 dev-php/pecl-stomp/pecl-stomp-2.0.0-r1.ebuild | 48 --------------------------
14 dev-php/pecl-stomp/pecl-stomp-2.0.1.ebuild | 49 ---------------------------
15 3 files changed, 98 deletions(-)
16
17 diff --git a/dev-php/pecl-stomp/Manifest b/dev-php/pecl-stomp/Manifest
18 index adcc9688417..12da5ede688 100644
19 --- a/dev-php/pecl-stomp/Manifest
20 +++ b/dev-php/pecl-stomp/Manifest
21 @@ -1,3 +1,2 @@
22 DIST stomp-1.0.9.tgz 23166 BLAKE2B 804fbe2703f5035a8faa744cddc84de5249b74186c22ab5e26c075a2f241262cadd237c7f566262fcdc25def846968a7788d80817743cdf53eb255cbc25053e1 SHA512 e3ab5bfb03c29edde63de4006b448e0204efbac5817b1443ee5b1a0249c2f96d58443847b878e838108b66e5307f6e803f807aff7430af748af4994bfca5199a
23 -DIST stomp-2.0.0.tgz 23422 BLAKE2B bff7aec9c59c0d812f00a8e6ba7beedb2c484b5b4337949c5463a97f8743f303633448706907eb076a1c1c40a0bc3911515f5236383444f387ec385631f1938b SHA512 f999762f842f19e920bca35175e65e20173c9ef5162eba3b79a7a2a70a52991c5d39f6d9dd6d9dfa081f1c2fb23e0dae5fa42224dcad4626666e5785076f1a12
24 DIST stomp-2.0.1.tgz 23494 BLAKE2B 3e9f042ffa4a8f54a0746db638ade4bf75febad0359e398894714c6c4d4b6bbaee65cfa384c379d14387026219f02013c6dbb7faba62ae11b4231215be7310ad SHA512 61cfacbd96f1061dc869ede6c1ca0f7bceb6120b28cc4a78fabcbace54a66ba540faf41ef72747b8bcc6a4ef98e405daac04e82bd4e079d90293f030684b04d3
25
26 diff --git a/dev-php/pecl-stomp/pecl-stomp-2.0.0-r1.ebuild b/dev-php/pecl-stomp/pecl-stomp-2.0.0-r1.ebuild
27 deleted file mode 100644
28 index 67d853f1c4e..00000000000
29 --- a/dev-php/pecl-stomp/pecl-stomp-2.0.0-r1.ebuild
30 +++ /dev/null
31 @@ -1,48 +0,0 @@
32 -# Copyright 1999-2017 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -USE_PHP="php5-6 php7-0"
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="php7-0"
44 -
45 -KEYWORDS="~amd64 ~x86"
46 -
47 -DESCRIPTION="PHP extension to communicate with Stomp message brokers"
48 -LICENSE="PHP-3.01"
49 -SLOT="7"
50 -IUSE="examples ssl test"
51 -
52 -DEPEND="${DEPEND}
53 - php_targets_php7-0? ( dev-lang/php:7.0[ssl?] )
54 -"
55 -
56 -RDEPEND="${DEPEND}
57 - php_targets_php5-6? ( dev-php/pecl-stomp:0 )"
58 -
59 -src_prepare() {
60 - if use php_targets_php7-0 ; then
61 - php-ext-source-r3_src_prepare
62 - else
63 - default_src_prepare
64 - fi
65 -}
66 -
67 -src_configure() {
68 - local PHP_EXT_ECONF_ARGS=(
69 - --enable-stomp
70 - --with-openssl-dir=$(usex ssl "${EPREFIX}/usr")
71 - )
72 - php-ext-source-r3_src_configure
73 -}
74 -
75 -src_install() {
76 - if use php_targets_php7-0 ; then
77 - php-ext-pecl-r3_src_install
78 - fi
79 -}
80
81 diff --git a/dev-php/pecl-stomp/pecl-stomp-2.0.1.ebuild b/dev-php/pecl-stomp/pecl-stomp-2.0.1.ebuild
82 deleted file mode 100644
83 index a5a0477007f..00000000000
84 --- a/dev-php/pecl-stomp/pecl-stomp-2.0.1.ebuild
85 +++ /dev/null
86 @@ -1,49 +0,0 @@
87 -# Copyright 1999-2017 Gentoo Foundation
88 -# Distributed under the terms of the GNU General Public License v2
89 -
90 -EAPI=6
91 -
92 -USE_PHP="php5-6 php7-0 php7-1"
93 -PHP_EXT_NAME="stomp"
94 -DOCS=( CREDITS doc/classes.php doc/functions.php )
95 -
96 -inherit php-ext-pecl-r3
97 -
98 -USE_PHP="php7-0 php7-1"
99 -
100 -KEYWORDS="~amd64 ~x86"
101 -
102 -DESCRIPTION="PHP extension to communicate with Stomp message brokers"
103 -LICENSE="PHP-3.01"
104 -SLOT="7"
105 -IUSE="examples ssl test"
106 -
107 -DEPEND="${DEPEND}
108 - php_targets_php7-0? ( dev-lang/php:7.0[ssl?] )
109 - php_targets_php7-1? ( dev-lang/php:7.1[ssl?] )
110 -"
111 -
112 -RDEPEND="${DEPEND}
113 - php_targets_php5-6? ( dev-php/pecl-stomp:0 )"
114 -
115 -src_prepare() {
116 - if use php_targets_php7-0 || use php_targets_php7-1 ; then
117 - php-ext-source-r3_src_prepare
118 - else
119 - default_src_prepare
120 - fi
121 -}
122 -
123 -src_configure() {
124 - local PHP_EXT_ECONF_ARGS=(
125 - --enable-stomp
126 - --with-openssl-dir=$(usex ssl "${EPREFIX}/usr")
127 - )
128 - php-ext-source-r3_src_configure
129 -}
130 -
131 -src_install() {
132 - if use php_targets_php7-0 || use php_targets_php7-1 ; then
133 - php-ext-pecl-r3_src_install
134 - fi
135 -}