summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-06-05 17:04:35 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-06-05 17:21:35 +0200
commit61ecf97c1f77a8671e43de315dae447d2cb6e2f4 (patch)
treef3942e5a32b649428d3456c803a8bdb72e321268 /dev-perl/Getopt-Mixed/Getopt-Mixed-1.120.0-r1.ebuild
parentdev-perl/Getopt-Long-Descriptive: Version bump 0.109 (diff)
downloadgentoo-61ecf97c1f77a8671e43de315dae447d2cb6e2f4.tar.gz
gentoo-61ecf97c1f77a8671e43de315dae447d2cb6e2f4.tar.bz2
gentoo-61ecf97c1f77a8671e43de315dae447d2cb6e2f4.zip
dev-perl/Getopt-Mixed: EAPI=7 bump
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Getopt-Mixed/Getopt-Mixed-1.120.0-r1.ebuild')
-rw-r--r--dev-perl/Getopt-Mixed/Getopt-Mixed-1.120.0-r1.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-perl/Getopt-Mixed/Getopt-Mixed-1.120.0-r1.ebuild b/dev-perl/Getopt-Mixed/Getopt-Mixed-1.120.0-r1.ebuild
new file mode 100644
index 000000000000..a0559a6b79d0
--- /dev/null
+++ b/dev-perl/Getopt-Mixed/Getopt-Mixed-1.120.0-r1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=CJM
+DIST_VERSION=1.12
+inherit perl-module
+
+DESCRIPTION="Getopt::Mixed is used for parsing mixed options"
+
+SLOT="0"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc sparc x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ virtual/perl-Carp
+ virtual/perl-Exporter
+"
+BDEPEND="${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.300.0
+ test? ( virtual/perl-Test-Simple )
+"