diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-10-09 00:33:20 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-10-09 00:43:50 +0200 |
commit | 8a61272c11855ba9cf0f463bbe8cd356437a1085 (patch) | |
tree | 3129856a285c7d125e83cf457af7fbe30e23b966 /dev-perl/App-Cmd/App-Cmd-0.334.0.ebuild | |
parent | dev-perl/App-Cmd: Remove old (diff) | |
download | gentoo-8a61272c11855ba9cf0f463bbe8cd356437a1085.tar.gz gentoo-8a61272c11855ba9cf0f463bbe8cd356437a1085.tar.bz2 gentoo-8a61272c11855ba9cf0f463bbe8cd356437a1085.zip |
dev-perl/App-Cmd: Version bump 0.334
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/App-Cmd/App-Cmd-0.334.0.ebuild')
-rw-r--r-- | dev-perl/App-Cmd/App-Cmd-0.334.0.ebuild | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/dev-perl/App-Cmd/App-Cmd-0.334.0.ebuild b/dev-perl/App-Cmd/App-Cmd-0.334.0.ebuild new file mode 100644 index 000000000000..16150bfa3317 --- /dev/null +++ b/dev-perl/App-Cmd/App-Cmd-0.334.0.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=RJBS +DIST_VERSION=0.334 +inherit perl-module + +DESCRIPTION="Write command line apps with less suffering" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="minimal" + +RDEPEND=" + >=dev-perl/Capture-Tiny-0.130.0 + virtual/perl-Carp + >=dev-perl/Class-Load-0.60.0 + dev-perl/Data-OptList + >=virtual/perl-Getopt-Long-2.390.0 + >=dev-perl/Getopt-Long-Descriptive-0.84.0 + dev-perl/IO-TieCombine + dev-perl/Module-Pluggable + dev-perl/String-RewritePrefix + dev-perl/Sub-Exporter + dev-perl/Sub-Install + virtual/perl-parent +" +BDEPEND=" + ${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + !minimal? ( + >=virtual/perl-CPAN-Meta-2.120.900 + ) + virtual/perl-Data-Dumper + virtual/perl-File-Spec + virtual/perl-IPC-Cmd + dev-perl/Test-Fatal + >=virtual/perl-Test-Simple-0.960.0 + ) +" |