Skip to content

Commit

Permalink
dev-perl/Test-Compile: Add w/ version = 2.4.1
Browse files Browse the repository at this point in the history
Required by newer dev-perl/FileHandle-Unget

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Kent Fredric <[email protected]>
  • Loading branch information
kentfredric committed Sep 8, 2020
1 parent 1858f72 commit 547d871
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-perl/Test-Compile/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST Test-Compile-v2.4.1.tar.gz 18425 BLAKE2B 604626b07772241f0ab306b06de70223a25673fe944e66c1c031dfe0e55610f7ce1cc0222bfc839331b2f10bd63168100b9e07b1013dc8ca96d03bd53848d3dd SHA512 e6878fa16544be75581144d125f547a799cc79210b925b86f07ad236395026bdc197c22af1820e893f5887e53933f0ba827377ae133752f63076cb436b624aee
42 changes: 42 additions & 0 deletions dev-perl/Test-Compile/Test-Compile-2.4.1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DIST_AUTHOR=EGILES
DIST_VERSION=v2.4.1
inherit perl-module

DESCRIPTION="Check whether Perl files compile correctly"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="minimal test"
RESTRICT="!test? ( test )"

RDEPEND="
!minimal? (
dev-perl/Devel-CheckOS
)
>=virtual/perl-Exporter-5.680.0
dev-perl/UNIVERSAL-require
>=virtual/perl-parent-0.225.0
virtual/perl-version
"
DEPEND="dev-perl/Module-Build"
BDEPEND="${RDEPEND}
>=dev-perl/Module-Build-0.380.0
test? (
dev-perl/Test-Exception
dev-perl/Test-Warnings
virtual/perl-Test-Simple
)
"
PERL_RM_FILES=(
t/999-has-version.t
t/999-perlcritic.t
t/999-pod-coverage.t
t/999-pod.t
t/999-portability.t
t/999-synopsis.t
t/999-version.t
)
13 changes: 13 additions & 0 deletions dev-perl/Test-Compile/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?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-Compile</remote-id>
<remote-id type="cpan-module">Test::Compile</remote-id>
<remote-id type="cpan-module">Test::Compile::Internal</remote-id>
</upstream>
</pkgmetadata>

0 comments on commit 547d871

Please sign in to comment.