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-redis/
Date: Wed, 06 May 2020 14:58:26
Message-Id: 1588777039.6380ff78696925f0f4c05356849d74c811b0c7da.grknight@gentoo
1 commit: 6380ff78696925f0f4c05356849d74c811b0c7da
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 6 14:57:19 2020 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Wed May 6 14:57:19 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6380ff78
7
8 dev-php/pecl-redis: Drop old
9
10 Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
11
12 dev-php/pecl-redis/Manifest | 4 --
13 dev-php/pecl-redis/pecl-redis-3.1.6-r1.ebuild | 53 ------------------------
14 dev-php/pecl-redis/pecl-redis-4.2.0.ebuild | 59 ---------------------------
15 dev-php/pecl-redis/pecl-redis-4.3.0.ebuild | 58 --------------------------
16 dev-php/pecl-redis/pecl-redis-5.0.2.ebuild | 52 -----------------------
17 5 files changed, 226 deletions(-)
18
19 diff --git a/dev-php/pecl-redis/Manifest b/dev-php/pecl-redis/Manifest
20 index f1244d984b9..6099de3b699 100644
21 --- a/dev-php/pecl-redis/Manifest
22 +++ b/dev-php/pecl-redis/Manifest
23 @@ -1,6 +1,2 @@
24 -DIST redis-3.1.6.tgz 199920 BLAKE2B 00aa81cdbedc03b4a672a58be98d8f01d2076038622b9d1e9673c0628c096152f12f9f5ff540af639da73b4458fcb1fce9c1c8b49a95db48970bab07806ac8d0 SHA512 4263d150c93f11dd06587925ad9a3cd8fbba2e4a18b2f23e6adfaeb25d566a1c2d256551a50ae1b9c770fd0f9bc4c92f483c46d60be9d4f5b5ba056231b7d527
25 -DIST redis-4.2.0.tgz 235569 BLAKE2B 14089171b9654affeb8c2b3861a698a3ba8d6ac235238fed7e6799cf3f2f74b240facb408acbbc987cc2d5383f197564aa81d828bfe84f91fd1bbff8dbdf563c SHA512 b6325e5e1f9209a3431cbc236dab4578f796aa748481f9a3fcda6d297bf544b0f77269bc56c6e9ff32430dbe74bd08f6d22e9b04b0ecfb735aa562f680f56f8b
26 -DIST redis-4.3.0.tgz 241883 BLAKE2B 3f3ef7f67ba1167cb031e6816ee9f90d24eecc002064720e68a65bf8db16b0f826c90a5f3b7bed771f535aca8cbc9b62654fa2c234a42af8168baf0315a25c17 SHA512 30ce5863540485463704e6f90cff3a8d1f5bda34360c987e848ab290c8240f323b6eb2df1e90cc4c0922b3413652132d937488943f5db4e242c460c592da54ca
27 -DIST redis-5.0.2.tgz 243270 BLAKE2B 5c01dc23d5c86f407bddd6a54455f37427a5cae3786e393afc34fae23771062cae9cbe1b55a3c0578b5ecc1ada97328f63fe10e8e91af8fcd0f4b275850f0b50 SHA512 ea5601a520a95443abf5b2f17516ffe047ce50df721519a82b68124b9a406d52628697b486e37cd1ea2798a5ddce82549a516835a9d348925adedbdf5ef2d2b0
28 DIST redis-5.1.1.tgz 245205 BLAKE2B b7177be5282b081562a446b1b37c7b46ba0ef382e55f27989d5586346a10f842d050ee46e881e480ea6b768e1259458df565d02193eda13a95704cd5455c1ca2 SHA512 eb6aa538d2ae4115634fd5841e3ccccf788cad13b99e0485fb2af43def85e93328012e5cef66d1be4bdd494be6f68de329a066e41b710e434f94f3ed3401bfee
29 DIST redis-5.2.1.tgz 251570 BLAKE2B 297d6130469735a53f6dfb6ffea8c7c813363099eb76f25619f0cbb05cd06f5ecad9c0f30c370e33985523cf26488cf133aa0a48a99075bc6d5796309e3d914d SHA512 de90bf65cce0cb8c5ea28415e4f7bfff23c8bb3dc96ddca3158f94be2e4bd051e13ec3f34429b0e8ceb436096520e3998f544f377d5ef7d4d1df4edba7f66bc2
30
31 diff --git a/dev-php/pecl-redis/pecl-redis-3.1.6-r1.ebuild b/dev-php/pecl-redis/pecl-redis-3.1.6-r1.ebuild
32 deleted file mode 100644
33 index bbcdfa102de..00000000000
34 --- a/dev-php/pecl-redis/pecl-redis-3.1.6-r1.ebuild
35 +++ /dev/null
36 @@ -1,53 +0,0 @@
37 -# Copyright 1999-2020 Gentoo Authors
38 -# Distributed under the terms of the GNU General Public License v2
39 -
40 -EAPI=6
41 -
42 -PHP_EXT_NAME="redis"
43 -USE_PHP="php5-6 php7-0 php7-1 php7-2"
44 -DOCS=( arrays.markdown cluster.markdown README.markdown CREDITS )
45 -MY_P="${PN/pecl-/}-${PV/_rc/RC}"
46 -PHP_EXT_PECL_FILENAME="${MY_P}.tgz"
47 -PHP_EXT_S="${WORKDIR}/${MY_P}"
48 -
49 -inherit php-ext-pecl-r3
50 -
51 -DESCRIPTION="PHP extension for interfacing with Redis"
52 -LICENSE="PHP-3.01"
53 -SLOT="0"
54 -KEYWORDS="amd64 ~arm"
55 -IUSE="igbinary +session"
56 -
57 -DEPEND="
58 - php_targets_php5-6? ( dev-lang/php:5.6[session?] igbinary? ( dev-php/igbinary[php_targets_php5-6] ) )
59 - php_targets_php7-0? ( dev-lang/php:7.0[session?] igbinary? ( dev-php/igbinary[php_targets_php7-0] ) )
60 - php_targets_php7-1? ( dev-lang/php:7.1[session?] igbinary? ( dev-php/igbinary[php_targets_php7-1] ) )
61 - php_targets_php7-2? ( dev-lang/php:7.2[session?] igbinary? ( dev-php/igbinary[php_targets_php7-2] ) )
62 -"
63 -RDEPEND="${DEPEND} !dev-php/pecl-redis:7"
64 -
65 -# The test suite requires network access.
66 -RESTRICT=test
67 -
68 -S="${WORKDIR}/${MY_P}"
69 -
70 -src_configure() {
71 - local PHP_EXT_ECONF_ARGS=(
72 - --enable-redis
73 - $(use_enable igbinary redis-igbinary)
74 - $(use_enable session redis-session)
75 - )
76 - php-ext-source-r3_src_configure
77 -}
78 -
79 -src_test() {
80 - local slot
81 - for slot in $(php_get_slots); do
82 - php_init_slot_env "${slot}"
83 - # Run tests for Redis class
84 - ${PHPCLI} -d extension=modules/redis.so \
85 - tests/TestRedis.php \
86 - --class Redis \
87 - --host ${PECL_REDIS_HOST} || die 'test suite failed'
88 - done
89 -}
90
91 diff --git a/dev-php/pecl-redis/pecl-redis-4.2.0.ebuild b/dev-php/pecl-redis/pecl-redis-4.2.0.ebuild
92 deleted file mode 100644
93 index 8dbca16cb71..00000000000
94 --- a/dev-php/pecl-redis/pecl-redis-4.2.0.ebuild
95 +++ /dev/null
96 @@ -1,59 +0,0 @@
97 -# Copyright 1999-2020 Gentoo Authors
98 -# Distributed under the terms of the GNU General Public License v2
99 -
100 -EAPI=6
101 -
102 -PHP_EXT_NAME="redis"
103 -USE_PHP="php5-6 php7-0 php7-1 php7-2 php7-3"
104 -DOCS=( arrays.markdown cluster.markdown README.markdown CREDITS )
105 -MY_P="${PN/pecl-/}-${PV/_rc/RC}"
106 -PHP_EXT_PECL_FILENAME="${MY_P}.tgz"
107 -PHP_EXT_S="${WORKDIR}/${MY_P}"
108 -
109 -inherit php-ext-pecl-r3
110 -
111 -DESCRIPTION="PHP extension for interfacing with Redis"
112 -LICENSE="PHP-3.01"
113 -SLOT="0"
114 -KEYWORDS="amd64 ~arm"
115 -IUSE="igbinary +session"
116 -
117 -DEPEND="
118 - php_targets_php5-6? ( dev-lang/php:5.6[session?] igbinary? ( dev-php/igbinary[php_targets_php5-6] ) )
119 - php_targets_php7-0? ( dev-lang/php:7.0[session?] igbinary? ( dev-php/igbinary[php_targets_php7-0] ) )
120 - php_targets_php7-1? ( dev-lang/php:7.1[session?] igbinary? ( dev-php/igbinary[php_targets_php7-1] ) )
121 - php_targets_php7-2? ( dev-lang/php:7.2[session?] igbinary? ( dev-php/igbinary[php_targets_php7-2] ) )
122 - php_targets_php7-3? ( dev-lang/php:7.3[session?] igbinary? ( dev-php/igbinary[php_targets_php7-3] ) )
123 -"
124 -RDEPEND="${DEPEND} !dev-php/pecl-redis:7"
125 -
126 -# The test suite requires network access.
127 -RESTRICT=test
128 -
129 -S="${WORKDIR}/${MY_P}"
130 -
131 -src_configure() {
132 - local PHP_EXT_ECONF_ARGS=(
133 - --enable-redis
134 - $(use_enable igbinary redis-igbinary)
135 - $(use_enable session redis-session)
136 - )
137 - php-ext-source-r3_src_configure
138 -}
139 -
140 -src_test() {
141 - local slot
142 - for slot in $(php_get_slots); do
143 - php_init_slot_env "${slot}"
144 - # Run tests for Redis class
145 - ${PHPCLI} -d extension=modules/redis.so \
146 - tests/TestRedis.php \
147 - --class Redis \
148 - --host ${PECL_REDIS_HOST} || die 'test suite failed'
149 - done
150 -}
151 -
152 -pkg_postinst() {
153 - elog "The 4.0 release comes with breaking API changes."
154 - elog "Be sure to verify any applications upon upgrading."
155 -}
156
157 diff --git a/dev-php/pecl-redis/pecl-redis-4.3.0.ebuild b/dev-php/pecl-redis/pecl-redis-4.3.0.ebuild
158 deleted file mode 100644
159 index 1dfd74d7f0b..00000000000
160 --- a/dev-php/pecl-redis/pecl-redis-4.3.0.ebuild
161 +++ /dev/null
162 @@ -1,58 +0,0 @@
163 -# Copyright 1999-2020 Gentoo Authors
164 -# Distributed under the terms of the GNU General Public License v2
165 -
166 -EAPI=6
167 -
168 -PHP_EXT_NAME="redis"
169 -USE_PHP="php5-6 php7-1 php7-2 php7-3"
170 -DOCS=( arrays.markdown cluster.markdown README.markdown CREDITS )
171 -MY_P="${PN/pecl-/}-${PV/_rc/RC}"
172 -PHP_EXT_PECL_FILENAME="${MY_P}.tgz"
173 -PHP_EXT_S="${WORKDIR}/${MY_P}"
174 -
175 -inherit php-ext-pecl-r3
176 -
177 -DESCRIPTION="PHP extension for interfacing with Redis"
178 -LICENSE="PHP-3.01"
179 -SLOT="0"
180 -KEYWORDS="~amd64 ~arm"
181 -IUSE="igbinary +session"
182 -
183 -DEPEND="
184 - php_targets_php5-6? ( dev-lang/php:5.6[session?] igbinary? ( dev-php/igbinary[php_targets_php5-6] ) )
185 - php_targets_php7-1? ( dev-lang/php:7.1[session?] igbinary? ( dev-php/igbinary[php_targets_php7-1] ) )
186 - php_targets_php7-2? ( dev-lang/php:7.2[session?] igbinary? ( dev-php/igbinary[php_targets_php7-2] ) )
187 - php_targets_php7-3? ( dev-lang/php:7.3[session?] igbinary? ( dev-php/igbinary[php_targets_php7-3] ) )
188 -"
189 -RDEPEND="${DEPEND} !dev-php/pecl-redis:7"
190 -
191 -# The test suite requires network access.
192 -RESTRICT=test
193 -
194 -S="${WORKDIR}/${MY_P}"
195 -
196 -src_configure() {
197 - local PHP_EXT_ECONF_ARGS=(
198 - --enable-redis
199 - $(use_enable igbinary redis-igbinary)
200 - $(use_enable session redis-session)
201 - )
202 - php-ext-source-r3_src_configure
203 -}
204 -
205 -src_test() {
206 - local slot
207 - for slot in $(php_get_slots); do
208 - php_init_slot_env "${slot}"
209 - # Run tests for Redis class
210 - ${PHPCLI} -d extension=modules/redis.so \
211 - tests/TestRedis.php \
212 - --class Redis \
213 - --host ${PECL_REDIS_HOST} || die 'test suite failed'
214 - done
215 -}
216 -
217 -pkg_postinst() {
218 - elog "The 4.0 release comes with breaking API changes."
219 - elog "Be sure to verify any applications upon upgrading."
220 -}
221
222 diff --git a/dev-php/pecl-redis/pecl-redis-5.0.2.ebuild b/dev-php/pecl-redis/pecl-redis-5.0.2.ebuild
223 deleted file mode 100644
224 index 55f32f3d428..00000000000
225 --- a/dev-php/pecl-redis/pecl-redis-5.0.2.ebuild
226 +++ /dev/null
227 @@ -1,52 +0,0 @@
228 -# Copyright 1999-2020 Gentoo Authors
229 -# Distributed under the terms of the GNU General Public License v2
230 -
231 -EAPI=7
232 -
233 -PHP_EXT_NAME="redis"
234 -USE_PHP="php7-1 php7-2 php7-3 php7-4"
235 -PHP_EXT_NEEDED_USE="json?,session?"
236 -DOCS=( arrays.markdown cluster.markdown README.markdown CREDITS )
237 -MY_P="${PN/pecl-/}-${PV/_rc/RC}"
238 -PHP_EXT_PECL_FILENAME="${MY_P}.tgz"
239 -PHP_EXT_S="${WORKDIR}/${MY_P}"
240 -
241 -inherit php-ext-pecl-r3
242 -
243 -DESCRIPTION="PHP extension for interfacing with Redis"
244 -LICENSE="PHP-3.01"
245 -SLOT="0"
246 -KEYWORDS="~amd64 ~arm"
247 -IUSE="igbinary +json +session"
248 -
249 -DEPEND="
250 - igbinary? ( >=dev-php/igbinary-3.0.1-r1[php_targets_php7-1?,php_targets_php7-2?,php_targets_php7-3?,php_targets_php7-4?] )
251 -"
252 -RDEPEND="${DEPEND} !dev-php/pecl-redis:7"
253 -
254 -# The test suite requires network access.
255 -RESTRICT=test
256 -
257 -S="${WORKDIR}/${MY_P}"
258 -
259 -src_configure() {
260 - local PHP_EXT_ECONF_ARGS=(
261 - --enable-redis
262 - $(use_enable igbinary redis-igbinary)
263 - $(use_enable json redis-json)
264 - $(use_enable session redis-session)
265 - )
266 - php-ext-source-r3_src_configure
267 -}
268 -
269 -src_test() {
270 - local slot
271 - for slot in $(php_get_slots); do
272 - php_init_slot_env "${slot}"
273 - # Run tests for Redis class
274 - ${PHPCLI} -d extension=modules/redis.so \
275 - tests/TestRedis.php \
276 - --class Redis \
277 - --host ${PECL_REDIS_HOST} || die 'test suite failed'
278 - done
279 -}