Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/eix/
Date: Wed, 05 Aug 2020 15:18:43
Message-Id: 1596640705.b710697b947610e20842dd60ba48d5026420bc62.mgorny@gentoo
1 commit: b710697b947610e20842dd60ba48d5026420bc62
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 5 15:13:51 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 5 15:18:25 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b710697b
7
8 app-portage/eix: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-portage/eix/Manifest | 4 --
13 app-portage/eix/eix-0.33.11.ebuild | 107 ---------------------------------
14 app-portage/eix/eix-0.33.9-r1.ebuild | 107 ---------------------------------
15 app-portage/eix/eix-0.34.1.ebuild | 112 -----------------------------------
16 app-portage/eix/eix-0.34.2.ebuild | 108 ---------------------------------
17 5 files changed, 438 deletions(-)
18
19 diff --git a/app-portage/eix/Manifest b/app-portage/eix/Manifest
20 index 7db40e4ac8c..5b0f48d5d81 100644
21 --- a/app-portage/eix/Manifest
22 +++ b/app-portage/eix/Manifest
23 @@ -1,5 +1 @@
24 -DIST eix-0.33.11.tar.xz 623256 BLAKE2B 756feed85cb4f40ef9228a03d2a8b8470eb6017b00d93b364d67e3d11ecaacce2bb9c6afed388d9f70dfcb7a0b9ece13ca6ee523f5839b7d9bf80cf3b2721524 SHA512 2829d1482abfe479ae71e8b00da07abe74ba3090ba2a3f9d9a93437cb2d4d64213968bcd6c082a6703ec1d9c36dfcfaa0850172f3ffd4d256f553b98eeaf29e6
25 -DIST eix-0.33.9.tar.xz 627944 BLAKE2B cb4add12301a4f08b6ca052df92be34c8a448b386aa700e8ac7e1fbe8563cd76047994007ac94d8989747d843f70a5e1731b401510f58badd9811b30c2ce3be8 SHA512 7539a91d5b5343532ceab1f4aeb82a95413c39b1a57b9e7922032acc937cc8b839494fc40f3510218349561c6d50e89e1861d2fce5e60eabed2465316b28a756
26 -DIST eix-0.34.1.tar.xz 626484 BLAKE2B 3f33df9d3f45abc073d7b80a7a6b3574ef6c1372042cb1ec4f0b0213842bc48d8d5a76c005ece2c060a39b1c8778764eb1f6808e75bc10af6e366e33e10aa6c7 SHA512 86289d8dcb0cf87ad48c739aae637626f9e63200a48d019fc96e74f2851b2791a61741d5db72ceaf3e5a375fb0dbf9302b04f766c3def69bcaabb393545dc767
27 -DIST eix-0.34.2.tar.xz 626492 BLAKE2B 984411e459b18f0ade77569b1e972a8c59588a31ce6af4b998a5fa27f9d5a2cc75fe647641f0651f17b5e9b4dc5706444dc49bd09e9e070e666beb989403e303 SHA512 422123108c841dd7e02296fa38276e72c61c8cab5e9ebba1fd2cd23d2a4b2c68e1dc530e47428f0bc41e89983196c7b8319ee548789199e4673c04687bbc5aec
28 DIST eix-0.34.4.tar.xz 628516 BLAKE2B 0c7cb4d7cd13d7715ba35cc0edd38e549fd1d1618bfdcacb272ee8325a844276a6df59a701ab2b4ecc693e5dad2d95c96c000e96eb8bce72709baf22f3fa490f SHA512 a96714fba8324529bf63de63f9eb11cc76da05e3d43c5eedad49079b6e3a1960376bd5d3bc116dba49bc7f694c7588741e518438936abd4b37edfe0a097ecd3d
29
30 diff --git a/app-portage/eix/eix-0.33.11.ebuild b/app-portage/eix/eix-0.33.11.ebuild
31 deleted file mode 100644
32 index d3a156ca40f..00000000000
33 --- a/app-portage/eix/eix-0.33.11.ebuild
34 +++ /dev/null
35 @@ -1,107 +0,0 @@
36 -# Copyright 1999-2020 Gentoo Authors
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=7
40 -
41 -inherit autotools bash-completion-r1 flag-o-matic tmpfiles
42 -
43 -DESCRIPTION="Search and query ebuilds"
44 -HOMEPAGE="https://github.com/vaeth/eix/"
45 -SRC_URI="https://github.com/vaeth/eix/releases/download/v${PV}/${P}.tar.xz"
46 -
47 -LICENSE="GPL-2"
48 -SLOT="0"
49 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
50 -IUSE="debug doc nls sqlite"
51 -
52 -BOTHDEPEND="nls? ( virtual/libintl )
53 - sqlite? ( >=dev-db/sqlite-3:= )"
54 -RDEPEND="${BOTHDEPEND}
55 - >=app-shells/push-2.0-r1
56 - >=app-shells/quoter-3.0_p2-r1"
57 -DEPEND="${BOTHDEPEND}
58 - app-arch/xz-utils
59 - nls? ( sys-devel/gettext )"
60 -
61 -pkg_setup() {
62 - # remove stale cache file to prevent collisions
63 - local old_cache=${EROOT}/var/cache/${PN}
64 - if [[ -f ${old_cache} ]]; then
65 - rm "${old_cache}" || die
66 - fi
67 -}
68 -
69 -src_prepare() {
70 - default
71 - sed -i -e "s:/:${EPREFIX}/:" tmpfiles.d/eix.conf || die
72 -
73 - sed -e "/eixf_source=/s:push.sh:cat \"${EPREFIX}/usr/share/push/push.sh\":" \
74 - -e "/eixf_source=/s:quoter_pipe.sh:cat \"${EPREFIX}/usr/share/quoter/quoter_pipe.sh\":" \
75 - -i src/eix-functions.sh.in || die
76 - sed -e "s:'\$(bindir)/eix-functions.sh':cat \\\\\"${EPREFIX}/usr/share/eix/eix-functions\\\\\":" \
77 - -i src/Makefile.am || die
78 - eautoreconf
79 -}
80 -
81 -src_configure() {
82 - local myconf=(
83 - $(use_enable debug paranoic-asserts)
84 - $(use_enable nls)
85 - $(use_with doc extra-doc)
86 - $(use_with sqlite)
87 -
88 - # default configuration
89 - $(use_with prefix always-accept-keywords)
90 - --with-dep-default
91 - --with-required-use-default
92 -
93 - # paths
94 - --with-portage-rootpath="${ROOTPATH}"
95 - --with-eprefix-default="${EPREFIX}"
96 -
97 - # build a single executable with symlinks
98 - --disable-separate-binaries
99 - --disable-separate-tools
100 -
101 - # used purely to control/disrespect *FLAGS
102 - --disable-debugging
103 - --disable-new_dialect
104 - --disable-optimization
105 - --disable-strong-optimization
106 - --disable-security
107 - --disable-nopie-security
108 - --disable-strong-security
109 - )
110 -
111 - # https://github.com/vaeth/eix/issues/35
112 - append-cxxflags -std=c++14
113 -
114 - # work around https://github.com/vaeth/eix/issues/64, bug#687988
115 - local -x mv_fCXXFLAGS_cache='-mindirect-branch=thunk'
116 -
117 - econf "${myconf[@]}"
118 -}
119 -
120 -src_install() {
121 - default
122 - dobashcomp bash/eix
123 - dotmpfiles tmpfiles.d/eix.conf
124 -
125 - rm -r "${ED}"/usr/bin/eix-functions.sh || die
126 -
127 -}
128 -
129 -pkg_postinst() {
130 - tmpfiles_process eix.conf
131 -
132 - local obs=${EROOT}/var/cache/eix.previous
133 - if [[ -f ${obs} ]]; then
134 - ewarn "Found obsolete ${obs}, please remove it"
135 - fi
136 -}
137 -
138 -pkg_postrm() {
139 - if [[ ! -n ${REPLACED_BY_VERSION} ]]; then
140 - rm -rf "${EROOT}/var/cache/${PN}" || die
141 - fi
142 -}
143
144 diff --git a/app-portage/eix/eix-0.33.9-r1.ebuild b/app-portage/eix/eix-0.33.9-r1.ebuild
145 deleted file mode 100644
146 index d3a156ca40f..00000000000
147 --- a/app-portage/eix/eix-0.33.9-r1.ebuild
148 +++ /dev/null
149 @@ -1,107 +0,0 @@
150 -# Copyright 1999-2020 Gentoo Authors
151 -# Distributed under the terms of the GNU General Public License v2
152 -
153 -EAPI=7
154 -
155 -inherit autotools bash-completion-r1 flag-o-matic tmpfiles
156 -
157 -DESCRIPTION="Search and query ebuilds"
158 -HOMEPAGE="https://github.com/vaeth/eix/"
159 -SRC_URI="https://github.com/vaeth/eix/releases/download/v${PV}/${P}.tar.xz"
160 -
161 -LICENSE="GPL-2"
162 -SLOT="0"
163 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
164 -IUSE="debug doc nls sqlite"
165 -
166 -BOTHDEPEND="nls? ( virtual/libintl )
167 - sqlite? ( >=dev-db/sqlite-3:= )"
168 -RDEPEND="${BOTHDEPEND}
169 - >=app-shells/push-2.0-r1
170 - >=app-shells/quoter-3.0_p2-r1"
171 -DEPEND="${BOTHDEPEND}
172 - app-arch/xz-utils
173 - nls? ( sys-devel/gettext )"
174 -
175 -pkg_setup() {
176 - # remove stale cache file to prevent collisions
177 - local old_cache=${EROOT}/var/cache/${PN}
178 - if [[ -f ${old_cache} ]]; then
179 - rm "${old_cache}" || die
180 - fi
181 -}
182 -
183 -src_prepare() {
184 - default
185 - sed -i -e "s:/:${EPREFIX}/:" tmpfiles.d/eix.conf || die
186 -
187 - sed -e "/eixf_source=/s:push.sh:cat \"${EPREFIX}/usr/share/push/push.sh\":" \
188 - -e "/eixf_source=/s:quoter_pipe.sh:cat \"${EPREFIX}/usr/share/quoter/quoter_pipe.sh\":" \
189 - -i src/eix-functions.sh.in || die
190 - sed -e "s:'\$(bindir)/eix-functions.sh':cat \\\\\"${EPREFIX}/usr/share/eix/eix-functions\\\\\":" \
191 - -i src/Makefile.am || die
192 - eautoreconf
193 -}
194 -
195 -src_configure() {
196 - local myconf=(
197 - $(use_enable debug paranoic-asserts)
198 - $(use_enable nls)
199 - $(use_with doc extra-doc)
200 - $(use_with sqlite)
201 -
202 - # default configuration
203 - $(use_with prefix always-accept-keywords)
204 - --with-dep-default
205 - --with-required-use-default
206 -
207 - # paths
208 - --with-portage-rootpath="${ROOTPATH}"
209 - --with-eprefix-default="${EPREFIX}"
210 -
211 - # build a single executable with symlinks
212 - --disable-separate-binaries
213 - --disable-separate-tools
214 -
215 - # used purely to control/disrespect *FLAGS
216 - --disable-debugging
217 - --disable-new_dialect
218 - --disable-optimization
219 - --disable-strong-optimization
220 - --disable-security
221 - --disable-nopie-security
222 - --disable-strong-security
223 - )
224 -
225 - # https://github.com/vaeth/eix/issues/35
226 - append-cxxflags -std=c++14
227 -
228 - # work around https://github.com/vaeth/eix/issues/64, bug#687988
229 - local -x mv_fCXXFLAGS_cache='-mindirect-branch=thunk'
230 -
231 - econf "${myconf[@]}"
232 -}
233 -
234 -src_install() {
235 - default
236 - dobashcomp bash/eix
237 - dotmpfiles tmpfiles.d/eix.conf
238 -
239 - rm -r "${ED}"/usr/bin/eix-functions.sh || die
240 -
241 -}
242 -
243 -pkg_postinst() {
244 - tmpfiles_process eix.conf
245 -
246 - local obs=${EROOT}/var/cache/eix.previous
247 - if [[ -f ${obs} ]]; then
248 - ewarn "Found obsolete ${obs}, please remove it"
249 - fi
250 -}
251 -
252 -pkg_postrm() {
253 - if [[ ! -n ${REPLACED_BY_VERSION} ]]; then
254 - rm -rf "${EROOT}/var/cache/${PN}" || die
255 - fi
256 -}
257
258 diff --git a/app-portage/eix/eix-0.34.1.ebuild b/app-portage/eix/eix-0.34.1.ebuild
259 deleted file mode 100644
260 index d2aaec3c2f0..00000000000
261 --- a/app-portage/eix/eix-0.34.1.ebuild
262 +++ /dev/null
263 @@ -1,112 +0,0 @@
264 -# Copyright 1999-2020 Gentoo Authors
265 -# Distributed under the terms of the GNU General Public License v2
266 -
267 -EAPI=7
268 -
269 -inherit autotools bash-completion-r1 flag-o-matic tmpfiles
270 -
271 -DESCRIPTION="Search and query ebuilds"
272 -HOMEPAGE="https://github.com/vaeth/eix/"
273 -SRC_URI="https://github.com/vaeth/eix/releases/download/v${PV}/${P}.tar.xz"
274 -
275 -LICENSE="GPL-2"
276 -SLOT="0"
277 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
278 -IUSE="debug doc nls sqlite"
279 -
280 -BOTHDEPEND="nls? ( virtual/libintl )
281 - sqlite? ( >=dev-db/sqlite-3:= )"
282 -RDEPEND="${BOTHDEPEND}
283 - >=app-shells/push-2.0-r1
284 - >=app-shells/quoter-3.0_p2-r1"
285 -DEPEND="${BOTHDEPEND}
286 - app-arch/xz-utils
287 - nls? ( sys-devel/gettext )"
288 -
289 -pkg_setup() {
290 - # remove stale cache file to prevent collisions
291 - local old_cache=${EROOT}/var/cache/${PN}
292 - if [[ -f ${old_cache} ]]; then
293 - rm "${old_cache}" || die
294 - fi
295 -}
296 -
297 -src_prepare() {
298 - default
299 - sed -i -e "s:/:${EPREFIX}/:" tmpfiles.d/eix.conf || die
300 -
301 - sed -e "/eixf_source=/s:push.sh:cat \"${EPREFIX}/usr/share/push/push.sh\":" \
302 - -e "/eixf_source=/s:quoter_pipe.sh:cat \"${EPREFIX}/usr/share/quoter/quoter_pipe.sh\":" \
303 - -i src/eix-functions.sh.in || die
304 - sed -e "s:'\$(bindir)/eix-functions.sh':cat \\\\\"${EPREFIX}/usr/share/eix/eix-functions\\\\\":" \
305 - -i src/Makefile.am || die
306 -
307 - # workaround unconditional protobuf use
308 - # https://bugs.gentoo.org/724366
309 - sed -e '/eix-proto\.cc/d' -i src/Makefile.am || die
310 -
311 - eautoreconf
312 -}
313 -
314 -src_configure() {
315 - local myconf=(
316 - $(use_enable debug paranoic-asserts)
317 - $(use_enable nls)
318 - $(use_with doc extra-doc)
319 - $(use_with sqlite)
320 - --without-protobuf
321 -
322 - # default configuration
323 - $(use_with prefix always-accept-keywords)
324 - --with-dep-default
325 - --with-required-use-default
326 -
327 - # paths
328 - --with-portage-rootpath="${ROOTPATH}"
329 - --with-eprefix-default="${EPREFIX}"
330 -
331 - # build a single executable with symlinks
332 - --disable-separate-binaries
333 - --disable-separate-tools
334 -
335 - # used purely to control/disrespect *FLAGS
336 - --disable-debugging
337 - --disable-new_dialect
338 - --disable-optimization
339 - --disable-strong-optimization
340 - --disable-security
341 - --disable-nopie-security
342 - --disable-strong-security
343 - )
344 -
345 - # https://github.com/vaeth/eix/issues/35
346 - append-cxxflags -std=c++14
347 -
348 - # work around https://github.com/vaeth/eix/issues/64, bug#687988
349 - local -x mv_fCXXFLAGS_cache='-mindirect-branch=thunk'
350 -
351 - econf "${myconf[@]}"
352 -}
353 -
354 -src_install() {
355 - default
356 - dobashcomp bash/eix
357 - dotmpfiles tmpfiles.d/eix.conf
358 -
359 - rm -r "${ED}"/usr/bin/eix-functions.sh || die
360 -}
361 -
362 -pkg_postinst() {
363 - tmpfiles_process eix.conf
364 -
365 - local obs=${EROOT}/var/cache/eix.previous
366 - if [[ -f ${obs} ]]; then
367 - ewarn "Found obsolete ${obs}, please remove it"
368 - fi
369 -}
370 -
371 -pkg_postrm() {
372 - if [[ ! -n ${REPLACED_BY_VERSION} ]]; then
373 - rm -rf "${EROOT}/var/cache/${PN}" || die
374 - fi
375 -}
376
377 diff --git a/app-portage/eix/eix-0.34.2.ebuild b/app-portage/eix/eix-0.34.2.ebuild
378 deleted file mode 100644
379 index f6d4bed2e52..00000000000
380 --- a/app-portage/eix/eix-0.34.2.ebuild
381 +++ /dev/null
382 @@ -1,108 +0,0 @@
383 -# Copyright 1999-2020 Gentoo Authors
384 -# Distributed under the terms of the GNU General Public License v2
385 -
386 -EAPI=7
387 -
388 -inherit autotools bash-completion-r1 flag-o-matic tmpfiles
389 -
390 -DESCRIPTION="Search and query ebuilds"
391 -HOMEPAGE="https://github.com/vaeth/eix/"
392 -SRC_URI="https://github.com/vaeth/eix/releases/download/v${PV}/${P}.tar.xz"
393 -
394 -LICENSE="GPL-2"
395 -SLOT="0"
396 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
397 -IUSE="debug doc nls sqlite"
398 -
399 -BOTHDEPEND="nls? ( virtual/libintl )
400 - sqlite? ( >=dev-db/sqlite-3:= )"
401 -RDEPEND="${BOTHDEPEND}
402 - >=app-shells/push-2.0-r1
403 - >=app-shells/quoter-3.0_p2-r1"
404 -DEPEND="${BOTHDEPEND}
405 - app-arch/xz-utils
406 - nls? ( sys-devel/gettext )"
407 -
408 -pkg_setup() {
409 - # remove stale cache file to prevent collisions
410 - local old_cache=${EROOT}/var/cache/${PN}
411 - if [[ -f ${old_cache} ]]; then
412 - rm "${old_cache}" || die
413 - fi
414 -}
415 -
416 -src_prepare() {
417 - default
418 - sed -i -e "s:/:${EPREFIX}/:" tmpfiles.d/eix.conf || die
419 -
420 - sed -e "/eixf_source=/s:push.sh:cat \"${EPREFIX}/usr/share/push/push.sh\":" \
421 - -e "/eixf_source=/s:quoter_pipe.sh:cat \"${EPREFIX}/usr/share/quoter/quoter_pipe.sh\":" \
422 - -i src/eix-functions.sh.in || die
423 - sed -e "s:'\$(bindir)/eix-functions.sh':cat \\\\\"${EPREFIX}/usr/share/eix/eix-functions\\\\\":" \
424 - -i src/Makefile.am || die
425 -
426 - eautoreconf
427 -}
428 -
429 -src_configure() {
430 - local myconf=(
431 - $(use_enable debug paranoic-asserts)
432 - $(use_enable nls)
433 - $(use_with doc extra-doc)
434 - $(use_with sqlite)
435 - --without-protobuf
436 -
437 - # default configuration
438 - $(use_with prefix always-accept-keywords)
439 - --with-dep-default
440 - --with-required-use-default
441 -
442 - # paths
443 - --with-portage-rootpath="${ROOTPATH}"
444 - --with-eprefix-default="${EPREFIX}"
445 -
446 - # build a single executable with symlinks
447 - --disable-separate-binaries
448 - --disable-separate-tools
449 -
450 - # used purely to control/disrespect *FLAGS
451 - --disable-debugging
452 - --disable-new_dialect
453 - --disable-optimization
454 - --disable-strong-optimization
455 - --disable-security
456 - --disable-nopie-security
457 - --disable-strong-security
458 - )
459 -
460 - # https://github.com/vaeth/eix/issues/35
461 - append-cxxflags -std=c++14
462 -
463 - # work around https://github.com/vaeth/eix/issues/64, bug#687988
464 - local -x mv_fCXXFLAGS_cache='-mindirect-branch=thunk'
465 -
466 - econf "${myconf[@]}"
467 -}
468 -
469 -src_install() {
470 - default
471 - dobashcomp bash/eix
472 - dotmpfiles tmpfiles.d/eix.conf
473 -
474 - rm -r "${ED}"/usr/bin/eix-functions.sh || die
475 -}
476 -
477 -pkg_postinst() {
478 - tmpfiles_process eix.conf
479 -
480 - local obs=${EROOT}/var/cache/eix.previous
481 - if [[ -f ${obs} ]]; then
482 - ewarn "Found obsolete ${obs}, please remove it"
483 - fi
484 -}
485 -
486 -pkg_postrm() {
487 - if [[ ! -n ${REPLACED_BY_VERSION} ]]; then
488 - rm -rf "${EROOT}/var/cache/${PN}" || die
489 - fi
490 -}