Skip to content

Commit

Permalink
dev-perl/Test-Kit: Add w/v=2.150.0
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
kentfredric committed May 3, 2020
1 parent 5a299aa commit a9ba3be
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-perl/Test-Kit/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST Test-Kit-2.15.tar.gz 18087 BLAKE2B d3175b5d9be51feb128ab57321d800caac9ccdba7ad7b5d7457552514143979c936e2cb9f7025ac75d1b01a2f80e34016c1d7fdb3f47d5781b002651e2c2c0d0 SHA512 ef798307e44c214f3b312b1bde3b48a39948c72c683a17b0e0ab7b097cbc991408a6382d06a94bbfa8cd0e6d92a4ba5339245463c249660f987dd8a5aef4691e
37 changes: 37 additions & 0 deletions dev-perl/Test-Kit/Test-Kit-2.150.0.ebuild
Original file line number Diff line number Diff line change
@@ -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 changes: 12 additions & 0 deletions dev-perl/Test-Kit/metadata.xml
Original file line number Diff line number Diff line change
@@ -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>[email protected]</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>

0 comments on commit a9ba3be

Please sign in to comment.