Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Coro/
Date: Thu, 06 Aug 2020 16:41:33
Message-Id: 1596731916.9c36e77c324401e54923291800228a5cebf61a24.kentnl@gentoo
1 commit: 9c36e77c324401e54923291800228a5cebf61a24
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 6 16:32:11 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 6 16:38:36 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c36e77c
7
8 dev-perl/Coro: Cleanup old 6.514.0{,-r1}
9
10 Package-Manager: Portage-2.3.103, Repoman-2.3.22
11 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
12
13 dev-perl/Coro/Coro-6.514.0-r1.ebuild | 44 ------------------------------------
14 dev-perl/Coro/Coro-6.514.0.ebuild | 38 -------------------------------
15 dev-perl/Coro/Manifest | 1 -
16 3 files changed, 83 deletions(-)
17
18 diff --git a/dev-perl/Coro/Coro-6.514.0-r1.ebuild b/dev-perl/Coro/Coro-6.514.0-r1.ebuild
19 deleted file mode 100644
20 index 83c430d2bd9..00000000000
21 --- a/dev-perl/Coro/Coro-6.514.0-r1.ebuild
22 +++ /dev/null
23 @@ -1,44 +0,0 @@
24 -# Copyright 1999-2020 Gentoo Authors
25 -# Distributed under the terms of the GNU General Public License v2
26 -
27 -EAPI=7
28 -
29 -DIST_AUTHOR=MLEHMANN
30 -DIST_VERSION=6.514
31 -DIST_EXAMPLES=( "eg/*" )
32 -inherit perl-module
33 -
34 -DESCRIPTION="The only real threads in perl"
35 -LICENSE="|| ( Artistic GPL-1+ ) LGPL-2.1+ || ( BSD-2 GPL-2+ )"
36 -SLOT="0"
37 -KEYWORDS="~amd64 ~x86"
38 -IUSE="+ev event"
39 -
40 -RDEPEND="
41 - >=dev-perl/AnyEvent-5
42 - ev? ( >=dev-perl/EV-4.0.0 )
43 - event? ( >=dev-perl/Event-0.890.0 )
44 - >=dev-perl/Guard-0.500.0
45 - virtual/perl-Scalar-List-Utils
46 - >=virtual/perl-Storable-2.150.0
47 - dev-perl/common-sense
48 -"
49 -DEPEND="${RDEPEND}
50 - dev-perl/Canary-Stability
51 - >=virtual/perl-ExtUtils-MakeMaker-6.520.0
52 -"
53 -PATCHES=(
54 - "${FILESDIR}/${PV}-ev-config.patch"
55 -)
56 -src_configure() {
57 - local myopts=()
58 - use ev && myopts+=("EV")
59 - use event && myopts+=( "Event" )
60 - GENTOO_OPTS="${myopts[@]}" perl-module_src_configure
61 -}
62 -src_compile() {
63 - mymake=(
64 - "OPTIMIZE=${CFLAGS}"
65 - )
66 - perl-module_src_compile
67 -}
68
69 diff --git a/dev-perl/Coro/Coro-6.514.0.ebuild b/dev-perl/Coro/Coro-6.514.0.ebuild
70 deleted file mode 100644
71 index 5cbecd4664f..00000000000
72 --- a/dev-perl/Coro/Coro-6.514.0.ebuild
73 +++ /dev/null
74 @@ -1,38 +0,0 @@
75 -# Copyright 1999-2017 Gentoo Foundation
76 -# Distributed under the terms of the GNU General Public License v2
77 -
78 -EAPI=6
79 -
80 -DIST_AUTHOR=MLEHMANN
81 -DIST_VERSION=6.514
82 -DIST_EXAMPLES=( "eg/*" )
83 -inherit perl-module
84 -
85 -DESCRIPTION="The only real threads in perl"
86 -
87 -SLOT="0"
88 -KEYWORDS="~amd64 ~x86"
89 -IUSE="+ev event"
90 -
91 -RDEPEND="
92 - >=dev-perl/AnyEvent-5
93 - ev? ( >=dev-perl/EV-4.0.0 )
94 - event? ( >=dev-perl/Event-0.890.0 )
95 - >=dev-perl/Guard-0.500.0
96 - virtual/perl-Scalar-List-Utils
97 - >=virtual/perl-Storable-2.150.0
98 - dev-perl/common-sense
99 -"
100 -DEPEND="${RDEPEND}
101 - dev-perl/Canary-Stability
102 - >=virtual/perl-ExtUtils-MakeMaker-6.520.0
103 -"
104 -PATCHES=(
105 - "${FILESDIR}/${PV}-ev-config.patch"
106 -)
107 -src_configure() {
108 - local myopts=()
109 - use ev && myopts+=("EV")
110 - use event && myopts+=( "Event" )
111 - GENTOO_OPTS="${myopts[@]}" perl-module_src_configure
112 -}
113
114 diff --git a/dev-perl/Coro/Manifest b/dev-perl/Coro/Manifest
115 index c245de2d104..9ddbc008a92 100644
116 --- a/dev-perl/Coro/Manifest
117 +++ b/dev-perl/Coro/Manifest
118 @@ -1,2 +1 @@
119 -DIST Coro-6.514.tar.gz 195122 BLAKE2B d512a990f54e22af20ea91165817d00bab20dcbe0e9111988f704799556cf246f96a40a8b59b56977edefbabf8830453662001ceb35eb4d0f1761ce7c3da3fb7 SHA512 340eea9bc2a33c40813f4852d3a12ff947426fd329a4867a36262a9ece936c9e43d36ba5e4355d1f8f91cb40690de3bb1637ab0b0651518c22fb17a34ee90b37
120 DIST Coro-6.55.tar.gz 195586 BLAKE2B b2f6f47f91fcb4af584896cd91c2631d5622556d63206eb1e7a5796cc3b7d0498d40021f06a8367402a34b0771b7ccc80776598a61811cc67d828828bb8a5f4a SHA512 47f22033e52d1734755d7f68175b86784c688a8b8e87d0ce0295e7fe9df9134d5ac9fce8915e8ea1d9355a6d1f3642c44c3c4d745e1e6afb0a9e61c15b47d41e