mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 12:58:16 -07:00
dev-perl/Coro: Version bump 6.57
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
44
dev-perl/Coro/Coro-6.570.0.ebuild
Normal file
44
dev-perl/Coro/Coro-6.570.0.ebuild
Normal file
@@ -0,0 +1,44 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DIST_AUTHOR=MLEHMANN
|
||||
DIST_VERSION=6.57
|
||||
DIST_EXAMPLES=( "eg/*" )
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="The only real threads in perl"
|
||||
LICENSE="|| ( Artistic GPL-1+ ) LGPL-2.1+ || ( BSD-2 GPL-2+ )"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="+ev event"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-perl/AnyEvent-7
|
||||
ev? ( >=dev-perl/EV-4.0.0 )
|
||||
event? ( >=dev-perl/Event-1.80.0 )
|
||||
>=dev-perl/Guard-0.500.0
|
||||
virtual/perl-Scalar-List-Utils
|
||||
>=virtual/perl-Storable-2.150.0
|
||||
dev-perl/common-sense
|
||||
"
|
||||
BDEPEND="${RDEPEND}
|
||||
dev-perl/Canary-Stability
|
||||
>=virtual/perl-ExtUtils-MakeMaker-6.520.0
|
||||
"
|
||||
PATCHES=(
|
||||
"${FILESDIR}/6.514.0-ev-config.patch"
|
||||
)
|
||||
src_configure() {
|
||||
local myopts=()
|
||||
use ev && myopts+=("EV")
|
||||
use event && myopts+=( "Event" )
|
||||
GENTOO_OPTS="${myopts[@]}" perl-module_src_configure
|
||||
}
|
||||
src_compile() {
|
||||
mymake=(
|
||||
"OPTIMIZE=${CFLAGS}"
|
||||
)
|
||||
perl-module_src_compile
|
||||
}
|
||||
@@ -1 +1,2 @@
|
||||
DIST Coro-6.55.tar.gz 195586 BLAKE2B b2f6f47f91fcb4af584896cd91c2631d5622556d63206eb1e7a5796cc3b7d0498d40021f06a8367402a34b0771b7ccc80776598a61811cc67d828828bb8a5f4a SHA512 47f22033e52d1734755d7f68175b86784c688a8b8e87d0ce0295e7fe9df9134d5ac9fce8915e8ea1d9355a6d1f3642c44c3c4d745e1e6afb0a9e61c15b47d41e
|
||||
DIST Coro-6.57.tar.gz 198128 BLAKE2B 1f4dc360fcf40aecaf283ca73b8ac29d9c905f2b6231ecbef708b3ae677a5fb483478521da5a550da37bf2df7f045bfe82de76d3feafab6b9b3c04ba8baebd84 SHA512 d5655c5df1d502c265b26e474f1423f9406029ce56254a92d78b51e14313f685575095e185758d743d78f3c74d758922ec57f714498cf982819c110d198d6f42
|
||||
|
||||
Reference in New Issue
Block a user