Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Coro/
Date: Tue, 04 May 2021 21:31:58
Message-Id: 1620163881.4159ebc8a89afff3ba30c4a4e002ad76a979fe7c.dilfridge@gentoo
1 commit: 4159ebc8a89afff3ba30c4a4e002ad76a979fe7c
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 4 21:10:01 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Tue May 4 21:31:21 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4159ebc8
7
8 dev-perl/Coro: Version bump 6.57
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 dev-perl/Coro/Coro-6.570.0.ebuild | 44 +++++++++++++++++++++++++++++++++++++++
14 dev-perl/Coro/Manifest | 1 +
15 2 files changed, 45 insertions(+)
16
17 diff --git a/dev-perl/Coro/Coro-6.570.0.ebuild b/dev-perl/Coro/Coro-6.570.0.ebuild
18 new file mode 100644
19 index 00000000000..aa9e751109f
20 --- /dev/null
21 +++ b/dev-perl/Coro/Coro-6.570.0.ebuild
22 @@ -0,0 +1,44 @@
23 +# Copyright 1999-2021 Gentoo Authors
24 +# Distributed under the terms of the GNU General Public License v2
25 +
26 +EAPI=7
27 +
28 +DIST_AUTHOR=MLEHMANN
29 +DIST_VERSION=6.57
30 +DIST_EXAMPLES=( "eg/*" )
31 +inherit perl-module
32 +
33 +DESCRIPTION="The only real threads in perl"
34 +LICENSE="|| ( Artistic GPL-1+ ) LGPL-2.1+ || ( BSD-2 GPL-2+ )"
35 +SLOT="0"
36 +KEYWORDS="~amd64 ~x86"
37 +IUSE="+ev event"
38 +
39 +RDEPEND="
40 + >=dev-perl/AnyEvent-7
41 + ev? ( >=dev-perl/EV-4.0.0 )
42 + event? ( >=dev-perl/Event-1.80.0 )
43 + >=dev-perl/Guard-0.500.0
44 + virtual/perl-Scalar-List-Utils
45 + >=virtual/perl-Storable-2.150.0
46 + dev-perl/common-sense
47 +"
48 +BDEPEND="${RDEPEND}
49 + dev-perl/Canary-Stability
50 + >=virtual/perl-ExtUtils-MakeMaker-6.520.0
51 +"
52 +PATCHES=(
53 + "${FILESDIR}/6.514.0-ev-config.patch"
54 +)
55 +src_configure() {
56 + local myopts=()
57 + use ev && myopts+=("EV")
58 + use event && myopts+=( "Event" )
59 + GENTOO_OPTS="${myopts[@]}" perl-module_src_configure
60 +}
61 +src_compile() {
62 + mymake=(
63 + "OPTIMIZE=${CFLAGS}"
64 + )
65 + perl-module_src_compile
66 +}
67
68 diff --git a/dev-perl/Coro/Manifest b/dev-perl/Coro/Manifest
69 index 9ddbc008a92..eb6d78a4aa6 100644
70 --- a/dev-perl/Coro/Manifest
71 +++ b/dev-perl/Coro/Manifest
72 @@ -1 +1,2 @@
73 DIST Coro-6.55.tar.gz 195586 BLAKE2B b2f6f47f91fcb4af584896cd91c2631d5622556d63206eb1e7a5796cc3b7d0498d40021f06a8367402a34b0771b7ccc80776598a61811cc67d828828bb8a5f4a SHA512 47f22033e52d1734755d7f68175b86784c688a8b8e87d0ce0295e7fe9df9134d5ac9fce8915e8ea1d9355a6d1f3642c44c3c4d745e1e6afb0a9e61c15b47d41e
74 +DIST Coro-6.57.tar.gz 198128 BLAKE2B 1f4dc360fcf40aecaf283ca73b8ac29d9c905f2b6231ecbef708b3ae677a5fb483478521da5a550da37bf2df7f045bfe82de76d3feafab6b9b3c04ba8baebd84 SHA512 d5655c5df1d502c265b26e474f1423f9406029ce56254a92d78b51e14313f685575095e185758d743d78f3c74d758922ec57f714498cf982819c110d198d6f42