commit: 679616d6e4365b252e016f27b3b7ce16160dbaae Author: Kent Fredric <kentnl <AT> gentoo <DOT> org> AuthorDate: Sat Jan 30 14:44:55 2021 +0000 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org> CommitDate: Sat Jan 30 14:47:48 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=679616d6
dev-perl/App-CLI: Bump to version 0.520.0 Upstream: - Minor license tweaks (but still unclear) - Fix bug tracker metadata Bug: https://bugs.gentoo.org/721210 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org> dev-perl/App-CLI/App-CLI-0.520.0.ebuild | 36 +++++++++++++++++++++++++++++++++ dev-perl/App-CLI/Manifest | 1 + 2 files changed, 37 insertions(+) diff --git a/dev-perl/App-CLI/App-CLI-0.520.0.ebuild b/dev-perl/App-CLI/App-CLI-0.520.0.ebuild new file mode 100644 index 00000000000..bba67f20238 --- /dev/null +++ b/dev-perl/App-CLI/App-CLI-0.520.0.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=PTC +DIST_VERSION=0.52 +inherit perl-module + +DESCRIPTION="Dispatcher module for command line interface programs" + +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" +IUSE="test" +RESTRICT="!test? ( test )" + +PATCHES=("${FILESDIR}/${PN}-0.50-authortests.patch") +PERL_RM_FILES=( + "t/03-pod.t" + "t/99-kwalitee.t" +) +RDEPEND=" + dev-perl/Capture-Tiny + virtual/perl-Carp + dev-perl/Class-Load + >=virtual/perl-Getopt-Long-2.350.0 + virtual/perl-Locale-Maketext-Simple + virtual/perl-Pod-Simple + virtual/perl-Scalar-List-Utils +" +BDEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-Test-Simple + ) +" diff --git a/dev-perl/App-CLI/Manifest b/dev-perl/App-CLI/Manifest index 7ccd9e4dc09..c86afd19c4f 100644 --- a/dev-perl/App-CLI/Manifest +++ b/dev-perl/App-CLI/Manifest @@ -1 +1,2 @@ DIST App-CLI-0.50.tar.gz 15624 BLAKE2B 8411c8234101347a9a45a01e1cf61ddcacfeba5b24704f104f90ff021bc568b5ce9c46eca3cdddbf712a47a335d86346bf32e664d09d86dcd84ceca63469f178 SHA512 177e1a7b4724b7369df28a235c268ce5ac5103b3973995f68afd20ac6b2d37640049837624f472b29ea2eed9ec736bf25ae97af34a9dcd28b90b293e0139a572 +DIST App-CLI-0.52.tar.gz 15793 BLAKE2B 782804c433a03181299481ff31e346238318e9f0a9dc6fb24f6ee07f3fdbf8cc4feab9a8c888bf729f6da69f0a169d16f5b99ed2be94aa3798bc8e6a361e2f77 SHA512 1efa3ef4e4e6315d9c1498bc5b9d11bbe05e22c9bf50414dd6c62f0912fdfb4f832c52144736e34ecb6d592c05d53103bcb13953f37b461272ff06c2bed1c3a2
