You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-perl/Coro/Coro-6.511.0.ebuild

37 lines
845 B

# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DIST_AUTHOR=MLEHMANN
DIST_VERSION=6.511
inherit perl-module
DESCRIPTION="The only real threads in perl"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="vanilla"
RDEPEND="
>=dev-perl/AnyEvent-5
>=dev-perl/Guard-0.500.0
virtual/perl-Scalar-List-Utils
>=virtual/perl-Storable-2.150.0
dev-perl/common-sense
"
DEPEND="${RDEPEND}
dev-perl/Canary-Stability
>=virtual/perl-ExtUtils-MakeMaker-6.520.0
"
src_prepare() {
if ! use vanilla; then
elog "This release includes 3rd party patches for Perl 5.24 and 5.26 compatibility."
elog "Please do not contact upstream directly regarding problems arising from this."
eapply "${FILESDIR}/${PV}-argarray.patch"
eapply "${FILESDIR}/${PV}-padoffset.patch"
fi
perl-module_src_prepare
}