diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-07-31 18:57:19 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-07-31 19:06:40 +0200 |
commit | e6743d60d8af8d002c1ff7fac880561819bae080 (patch) | |
tree | 48d96e402141a167d77d4e7eb94b44ddecb19a5a /dev-perl/Pod-Strip/Pod-Strip-1.100.0.ebuild | |
parent | dev-perl/Pod-Simple-LaTeX: EAPI=8 bump (diff) | |
download | gentoo-e6743d60d8af8d002c1ff7fac880561819bae080.tar.gz gentoo-e6743d60d8af8d002c1ff7fac880561819bae080.tar.bz2 gentoo-e6743d60d8af8d002c1ff7fac880561819bae080.zip |
dev-perl/Pod-Strip: Version bump 1.100
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Pod-Strip/Pod-Strip-1.100.0.ebuild')
-rw-r--r-- | dev-perl/Pod-Strip/Pod-Strip-1.100.0.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/dev-perl/Pod-Strip/Pod-Strip-1.100.0.ebuild b/dev-perl/Pod-Strip/Pod-Strip-1.100.0.ebuild new file mode 100644 index 000000000000..c29c7989a3d9 --- /dev/null +++ b/dev-perl/Pod-Strip/Pod-Strip-1.100.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=DOMM +DIST_VERSION=1.100 +inherit perl-module + +DESCRIPTION="Remove POD from Perl code" + +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" +" +BDEPEND="${RDEPEND} + >=dev-perl/Module-Build-0.280.0 + test? ( + virtual/perl-File-Spec + virtual/perl-File-Temp + virtual/perl-Test-Simple + ) +" + +src_test() { + perl_rm_files t/99_pod.t t/99_pod_coverage.t + perl-module_src_test +} |