mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-perl/Test-Kit: Add w/v=2.150.0
Required by: - dev-perl/Pod-Readme (test) - via dev-perl/Dist-Zilla-Plugin-ReadmeFromPod - via dev-perl/Dist-Milla WHich may be useful for building dev-perl/App-cpanminus from git sources Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
This commit is contained in:
1
dev-perl/Test-Kit/Manifest
Normal file
1
dev-perl/Test-Kit/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST Test-Kit-2.15.tar.gz 18087 BLAKE2B d3175b5d9be51feb128ab57321d800caac9ccdba7ad7b5d7457552514143979c936e2cb9f7025ac75d1b01a2f80e34016c1d7fdb3f47d5781b002651e2c2c0d0 SHA512 ef798307e44c214f3b312b1bde3b48a39948c72c683a17b0e0ab7b097cbc991408a6382d06a94bbfa8cd0e6d92a4ba5339245463c249660f987dd8a5aef4691e
|
||||
37
dev-perl/Test-Kit/Test-Kit-2.150.0.ebuild
Normal file
37
dev-perl/Test-Kit/Test-Kit-2.150.0.ebuild
Normal file
@@ -0,0 +1,37 @@
|
||||
# Copyright 2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DIST_AUTHOR=KAORU
|
||||
DIST_VERSION=2.15
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="Build custom test packages with only the features you want"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
RDEPEND="
|
||||
virtual/perl-Exporter
|
||||
dev-perl/Hook-LexWrap
|
||||
dev-perl/Import-Into
|
||||
dev-perl/Module-Runtime
|
||||
virtual/perl-Scalar-List-Utils
|
||||
dev-perl/Sub-Delete
|
||||
virtual/perl-Test-Simple
|
||||
"
|
||||
BDEPEND="${RDEPEND}
|
||||
virtual/perl-ExtUtils-MakeMaker
|
||||
test? (
|
||||
dev-perl/Test-Exception
|
||||
dev-perl/Test-NoWarnings
|
||||
dev-perl/Test-Output
|
||||
>=virtual/perl-Test-Simple-0.920.0
|
||||
dev-perl/Test-Warn
|
||||
)
|
||||
"
|
||||
PERL_RM_FILES=(
|
||||
"t/author-pod-syntax.t"
|
||||
"t/release-cpan-changes.t"
|
||||
)
|
||||
12
dev-perl/Test-Kit/metadata.xml
Normal file
12
dev-perl/Test-Kit/metadata.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>perl@gentoo.org</email>
|
||||
<name>Gentoo Perl Project</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="cpan">Test-Kit</remote-id>
|
||||
<remote-id type="cpan-module">Test::Kit</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user