mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-perl/ExtUtils-CChecker: Bump to version 0.100.0
- EAPI6 - Parallel tests Upstream: - Add "config" passthrough constructor for ExtUtils::CBuilder Package-Manager: portage-2.3.3
This commit is contained in:
25
dev-perl/ExtUtils-CChecker/ExtUtils-CChecker-0.100.0.ebuild
Normal file
25
dev-perl/ExtUtils-CChecker/ExtUtils-CChecker-0.100.0.ebuild
Normal file
@@ -0,0 +1,25 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
DIST_AUTHOR=PEVANS
|
||||
DIST_VERSION=0.10
|
||||
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="Configure-time utilities for using C headers"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="virtual/perl-ExtUtils-CBuilder"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-perl/Module-Build
|
||||
test? ( dev-perl/Test-Fatal
|
||||
virtual/perl-Test-Simple )
|
||||
"
|
||||
src_test() {
|
||||
perl_rm_files t/99pod.t
|
||||
perl-module_src_test
|
||||
}
|
||||
@@ -1 +1,2 @@
|
||||
DIST ExtUtils-CChecker-0.09.tar.gz 21237 SHA256 ebf167e3f98b4b1ff8e7a5e98d084558b87d0b19442f5da33233ef6b2eb66ad7 SHA512 51068985b7c62af407a600dc665031966abf45775ac1e4ce97d49474af070df86622db47a1248aaa8f89e3544f4937665287162cf3f80cbc930bf56d57d8d6b3 WHIRLPOOL 827940320cf1acb1f3ea8d208fee43215227dedb5bda7ef068f32c5f64f966de55ab7e78aebd20701f5a0b704563685af8577fab535dfafd19ef5781b3d889ef
|
||||
DIST ExtUtils-CChecker-0.10.tar.gz 19496 SHA256 50bfe76870fc1510f56bae4fa2dce0165d9ac4af4e7320d6b8fda14dfea4be0b SHA512 8b43c559333d14d682a00a0fa956aff8b6b4209b7b442f330f9e8573b438dcd5a2d3b86582e2aad2f974c342acee3e79785b9816cb585807dba9b448a1626d4c WHIRLPOOL d47fc54af28d9060571757f640c10936ca52c49b864daf69dff3e6398d8d02ef4ed44269ad423151e98747456ebfc0d4051d1fe9fb560a0bf9bbdfbce25cdf8f
|
||||
|
||||
Reference in New Issue
Block a user