mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-perl/Carp-Assert-More: Bump to version 1.160.0
- EAPI6 - Parallel Tests - Do prototypal compile test Upstream: - Add many new assert functions - Rename assert_listref to assert_arrayref (+compat) Package-Manager: Portage-2.3.8, Repoman-2.3.3
This commit is contained in:
34
dev-perl/Carp-Assert-More/Carp-Assert-More-1.160.0.ebuild
Normal file
34
dev-perl/Carp-Assert-More/Carp-Assert-More-1.160.0.ebuild
Normal file
@@ -0,0 +1,34 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
DIST_AUTHOR=PETDANCE
|
||||
DIST_VERSION=1.16
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="convenience wrappers around Carp::Assert"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="
|
||||
virtual/perl-Carp
|
||||
dev-perl/Carp-Assert
|
||||
virtual/perl-Scalar-List-Utils
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
test? ( dev-perl/Test-Exception )"
|
||||
|
||||
src_test() {
|
||||
perl_rm_files t/pod-coverage.t t/pod.t
|
||||
perl-module_src_test
|
||||
local MODULES=(
|
||||
"Carp::Assert::More ${DIST_VERSION}"
|
||||
)
|
||||
for dep in "${MODULES[@]}"; do
|
||||
perl -Mblib="${S}" -M"${dep} ()" -e1 ||
|
||||
die "Could not load ${dep}"
|
||||
done
|
||||
}
|
||||
@@ -1 +1,2 @@
|
||||
DIST Carp-Assert-More-1.14.tar.gz 10304 SHA256 3f004cbfa53476d85ab604a1e09fc4a5d7b28898c52f9549bd17c385c9c40733 SHA512 0411908afd5cc45cedce83fb10e67f78f7513fa788421d9c4e0f0f0064bf6fdd7154c2414a449456ff4c600f31eba138fb4d3f94e68743af4b71f7368c30b398 WHIRLPOOL 747a1ddf1bd8973a7ebbeb3a673aae00a182969291f1a946597e801afc5dab1237c5b13c28f46297bd43d44b904929faf552d8337a9965f040f31d4d51827452
|
||||
DIST Carp-Assert-More-1.16.tar.gz 12290 SHA256 8ed01cdd95715c41b690ed3add4f121f5161b0fae09dff8cb227613ab46932f5 SHA512 9f81604574eab5a0a5003ad747ffec3a3dd33bc63e67d12697e4e30de8cb234a73e225f82a4d0f31576e19382cc2d6a402962f5fe1e4c5289e080ca23b30c0fe WHIRLPOOL e95875e85281a8e3cd3448cc842c9e6f49be1863e0e66b5b76f45c5603c861423d465defaa3080c5a15c630a45309ff397c8669f974328971524e776a25bd24a
|
||||
|
||||
Reference in New Issue
Block a user