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-yaml/
Date: Tue, 18 Dec 2018 15:35:13
Message-Id: 1545147286.e8422330e64e7281e42beb973f22de8bd2cc108d.grknight@gentoo
1 commit: e8422330e64e7281e42beb973f22de8bd2cc108d
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 18 14:34:19 2018 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 18 15:34:46 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8422330
7
8 dev-php/pecl-yaml: Drop old
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
12
13 dev-php/pecl-yaml/Manifest | 4 ---
14 dev-php/pecl-yaml/pecl-yaml-1.3.0.ebuild | 46 -----------------------------
15 dev-php/pecl-yaml/pecl-yaml-1.3.1.ebuild | 50 --------------------------------
16 dev-php/pecl-yaml/pecl-yaml-2.0.0.ebuild | 44 ----------------------------
17 dev-php/pecl-yaml/pecl-yaml-2.0.2.ebuild | 44 ----------------------------
18 5 files changed, 188 deletions(-)
19
20 diff --git a/dev-php/pecl-yaml/Manifest b/dev-php/pecl-yaml/Manifest
21 index 0aaef6279ac..cf852730cb5 100644
22 --- a/dev-php/pecl-yaml/Manifest
23 +++ b/dev-php/pecl-yaml/Manifest
24 @@ -1,6 +1,2 @@
25 -DIST yaml-1.3.0.tgz 37075 BLAKE2B 90fc101dc5b1d040efbbda481d28a862dd4021d09cf1853644db8769b04ca7c986a38758247b6e61dd38bdae31f995fef04f7b381d303b3914b8126806e99ce8 SHA512 60f54db7cd22ef1dc31cb5b31950a138e0bd2cc436f9e667aaa69ddceb4dcd7aeea9ecca9d424cb6822c2300b382de8f10c07403f80df749192820b27881d96a
26 -DIST yaml-1.3.1.tgz 37263 BLAKE2B 4be9dad710a4b7b2ea3ed8222500bbf2c94807b1bed627c1460beb31b5745c1dd5484fed11d23bb7deec454fcbb5d88a93034c82f7fe978e6cbb26944c9f7c4f SHA512 67359e6b8d5b19ad594acd741dfb53006079fbdbdb7c3402be57c006f45c992158c505ad2bf0c52a1b997c9b9fac48724b1a44fc5744689b0f02b308324a4a4f
27 DIST yaml-1.3.2.tgz 37354 BLAKE2B a8124b0b24ba0686e028b27d9659f7c273435861cba23da321a650813aca28394659fe3083ae08f992f9813912352d0f198d3348dded58a465275b7de4c227d6 SHA512 d1761ebda34b48894a50b831969c928d8a1d3a8577c5213bea92a3de97ec4cf908ffabcc269b2cafae29e49143b8403c3b370c3bfc6d20548c4093a3cb132263
28 -DIST yaml-2.0.0.tgz 37960 BLAKE2B df325cb73c4788a3022661e841c9ab479a103bcee76d4f911d2ba673d7fa7344006d8ba9a22aed3a701accee49593d524ee506052ac30231f02463c34d7b51e9 SHA512 760c9f9f5738594e3ad55c030fa619bc891e1d5a8feb85bec2389e2fd4d6d4933fd13abf68c85eb1bb4cc3b6f4a66079ea75a2046c47fe4095b01a50c8e65eab
29 -DIST yaml-2.0.2.tgz 38495 BLAKE2B c992c72b7ba84ca3d953109a9d274c7c3b203f3ce75630860f40a43a565e9ffd92f1d831e386624351879598ee305a64cb3b4228eccfa58b4bf1db76f994cab9 SHA512 b3dd2098826cd7cdcfd1e5d97b9015de66812dc90e506e74a4a50a56afed5f9de0449465bb807a36a13170f479897cc62a9b108653aa7eb81895abd5966bde1a
30 DIST yaml-2.0.4.tgz 39071 BLAKE2B 3a5dba0f6a16087909f4673543d64946e5929a5ef4cc616df6a4225aa2d274b2b5492b00ab0e95ed93f808bc2a4dd0a2f6d60c8c2ded078af35c4499042488d6 SHA512 138e5b4566800fc7d624baf71bc585d6d432755046e598ae9f4099fa565727e04d79bb171289a53eb9e5daa416ffee1b0fb4967c84976ac6cd6fc01b0a05fbae
31
32 diff --git a/dev-php/pecl-yaml/pecl-yaml-1.3.0.ebuild b/dev-php/pecl-yaml/pecl-yaml-1.3.0.ebuild
33 deleted file mode 100644
34 index a09636e5e61..00000000000
35 --- a/dev-php/pecl-yaml/pecl-yaml-1.3.0.ebuild
36 +++ /dev/null
37 @@ -1,46 +0,0 @@
38 -# Copyright 1999-2016 Gentoo Foundation
39 -# Distributed under the terms of the GNU General Public License v2
40 -
41 -EAPI=6
42 -
43 -MY_PV="${PV/_beta/b}"
44 -PHP_EXT_PECL_FILENAME="yaml-${MY_PV}.tgz"
45 -PHP_EXT_NAME="yaml"
46 -PHP_EXT_INI="yes"
47 -PHP_EXT_ZENDEXT="no"
48 -DOCS=( CREDITS README )
49 -
50 -USE_PHP="php7-0 php5-6"
51 -
52 -inherit php-ext-pecl-r3
53 -
54 -USE_PHP="php5-6"
55 -
56 -S="${WORKDIR}/yaml-${MY_PV}"
57 -PHP_EXT_S="${S}"
58 -
59 -KEYWORDS="~amd64 ~x86"
60 -
61 -DESCRIPTION="YAML 1.1 (YAML Ain't Markup Language) serialization for PHP"
62 -LICENSE="MIT"
63 -SLOT="0"
64 -IUSE=""
65 -
66 -DEPEND=">=dev-libs/libyaml-0.1.0"
67 -RDEPEND="${DEPEND}"
68 -PDEPEND="php_targets_php7-0? ( dev-php/pecl-yaml:7 )"
69 -PHP_EXT_ECONF_ARGS=""
70 -
71 -src_prepare() {
72 - if use php_targets_php5-6 ; then
73 - php-ext-source-r3_src_prepare
74 - else
75 - default_src_prepare
76 - fi
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/dev-php/pecl-yaml/pecl-yaml-1.3.1.ebuild b/dev-php/pecl-yaml/pecl-yaml-1.3.1.ebuild
86 deleted file mode 100644
87 index b8e538af44b..00000000000
88 --- a/dev-php/pecl-yaml/pecl-yaml-1.3.1.ebuild
89 +++ /dev/null
90 @@ -1,50 +0,0 @@
91 -# Copyright 1999-2017 Gentoo Foundation
92 -# Distributed under the terms of the GNU General Public License v2
93 -
94 -EAPI=6
95 -
96 -MY_PV="${PV/_beta/b}"
97 -PHP_EXT_PECL_FILENAME="yaml-${MY_PV}.tgz"
98 -PHP_EXT_NAME="yaml"
99 -PHP_EXT_INI="yes"
100 -PHP_EXT_ZENDEXT="no"
101 -DOCS=( CREDITS README )
102 -
103 -USE_PHP="php7-0 php7-1 php7-2 php5-6"
104 -
105 -inherit php-ext-pecl-r3
106 -
107 -USE_PHP="php5-6"
108 -
109 -S="${WORKDIR}/yaml-${MY_PV}"
110 -PHP_EXT_S="${S}"
111 -
112 -KEYWORDS="~amd64 ~x86"
113 -
114 -DESCRIPTION="YAML 1.1 (YAML Ain't Markup Language) serialization for PHP"
115 -LICENSE="MIT"
116 -SLOT="0"
117 -IUSE=""
118 -
119 -DEPEND=">=dev-libs/libyaml-0.1.0"
120 -RDEPEND="${DEPEND}"
121 -PDEPEND="
122 - php_targets_php7-0? ( dev-php/pecl-yaml:7[php_targets_php7-0] )
123 - php_targets_php7-1? ( dev-php/pecl-yaml:7[php_targets_php7-1] )
124 - php_targets_php7-2? ( dev-php/pecl-yaml:7[php_targets_php7-2] )
125 -"
126 -PHP_EXT_ECONF_ARGS=""
127 -
128 -src_prepare() {
129 - if use php_targets_php5-6 ; then
130 - php-ext-source-r3_src_prepare
131 - else
132 - default_src_prepare
133 - fi
134 -}
135 -
136 -src_install() {
137 - if use php_targets_php5-6 ; then
138 - php-ext-pecl-r3_src_install
139 - fi
140 -}
141
142 diff --git a/dev-php/pecl-yaml/pecl-yaml-2.0.0.ebuild b/dev-php/pecl-yaml/pecl-yaml-2.0.0.ebuild
143 deleted file mode 100644
144 index cb318ec1f04..00000000000
145 --- a/dev-php/pecl-yaml/pecl-yaml-2.0.0.ebuild
146 +++ /dev/null
147 @@ -1,44 +0,0 @@
148 -# Copyright 1999-2016 Gentoo Foundation
149 -# Distributed under the terms of the GNU General Public License v2
150 -
151 -EAPI=6
152 -
153 -MY_PV="${PV/_rc/RC}"
154 -PHP_EXT_PECL_FILENAME="yaml-${MY_PV}.tgz"
155 -PHP_EXT_NAME="yaml"
156 -PHP_EXT_INI="yes"
157 -PHP_EXT_ZENDEXT="no"
158 -DOCS=( CREDITS README )
159 -
160 -USE_PHP="php7-0 php5-6"
161 -
162 -inherit php-ext-pecl-r3
163 -
164 -S="${WORKDIR}/yaml-${MY_PV}"
165 -PHP_EXT_S="${S}"
166 -USE_PHP="php7-0"
167 -
168 -KEYWORDS="~amd64 ~x86"
169 -
170 -DESCRIPTION="YAML 1.1 (YAML Ain't Markup Language) serialization for PHP"
171 -LICENSE="MIT"
172 -SLOT="7"
173 -IUSE=""
174 -
175 -DEPEND=">=dev-libs/libyaml-0.1.0"
176 -RDEPEND="${DEPEND} php_targets_php5-6? ( dev-php/pecl-yaml:0[php_targets_php5-6] )"
177 -PHP_EXT_ECONF_ARGS=""
178 -
179 -src_prepare() {
180 - if use php_targets_php7-0 ; then
181 - php-ext-source-r3_src_prepare
182 - else
183 - default_src_prepare
184 - fi
185 -}
186 -
187 -src_install() {
188 - if use php_targets_php7-0 ; then
189 - php-ext-pecl-r3_src_install
190 - fi
191 -}
192
193 diff --git a/dev-php/pecl-yaml/pecl-yaml-2.0.2.ebuild b/dev-php/pecl-yaml/pecl-yaml-2.0.2.ebuild
194 deleted file mode 100644
195 index bcd73c63148..00000000000
196 --- a/dev-php/pecl-yaml/pecl-yaml-2.0.2.ebuild
197 +++ /dev/null
198 @@ -1,44 +0,0 @@
199 -# Copyright 1999-2017 Gentoo Foundation
200 -# Distributed under the terms of the GNU General Public License v2
201 -
202 -EAPI=6
203 -
204 -MY_PV="${PV/_rc/RC}"
205 -PHP_EXT_PECL_FILENAME="yaml-${MY_PV}.tgz"
206 -PHP_EXT_NAME="yaml"
207 -PHP_EXT_INI="yes"
208 -PHP_EXT_ZENDEXT="no"
209 -DOCS=( CREDITS README )
210 -
211 -USE_PHP="php7-0 php7-1 php7-2 php5-6"
212 -
213 -inherit php-ext-pecl-r3
214 -
215 -S="${WORKDIR}/yaml-${MY_PV}"
216 -PHP_EXT_S="${S}"
217 -USE_PHP="php7-0 php7-1 php7-2"
218 -
219 -KEYWORDS="~amd64 ~x86"
220 -
221 -DESCRIPTION="YAML 1.1 (YAML Ain't Markup Language) serialization for PHP"
222 -LICENSE="MIT"
223 -SLOT="7"
224 -IUSE=""
225 -
226 -DEPEND=">=dev-libs/libyaml-0.1.0"
227 -RDEPEND="${DEPEND} php_targets_php5-6? ( dev-php/pecl-yaml:0[php_targets_php5-6] )"
228 -PHP_EXT_ECONF_ARGS=""
229 -
230 -src_prepare() {
231 - if use php_targets_php7-0 || use php_targets_php7-1 || use php_targets_php7-2 ; then
232 - php-ext-source-r3_src_prepare
233 - else
234 - default_src_prepare
235 - fi
236 -}
237 -
238 -src_install() {
239 - if use php_targets_php7-0 || use php_targets_php7-1 || use php_targets_php7-2 ; then
240 - php-ext-pecl-r3_src_install
241 - fi
242 -}