summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-11-18 21:29:26 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-11-18 21:54:32 +0100
commitcfbd16fd14252857a05d460689b57c0c40e37186 (patch)
tree3c4410b7a977ad61154b4ad6eb3fa0a0ef7faf67 /dev-perl/Moose-Autobox/Moose-Autobox-0.160.0-r1.ebuild
parentsys-fs/udev: add 249.6 (diff)
downloadgentoo-cfbd16fd14252857a05d460689b57c0c40e37186.tar.gz
gentoo-cfbd16fd14252857a05d460689b57c0c40e37186.tar.bz2
gentoo-cfbd16fd14252857a05d460689b57c0c40e37186.zip
dev-perl/Moose-Autobox: EAPI=8 bump
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/Moose-Autobox/Moose-Autobox-0.160.0-r1.ebuild')
-rw-r--r--dev-perl/Moose-Autobox/Moose-Autobox-0.160.0-r1.ebuild34
1 files changed, 34 insertions, 0 deletions
diff --git a/dev-perl/Moose-Autobox/Moose-Autobox-0.160.0-r1.ebuild b/dev-perl/Moose-Autobox/Moose-Autobox-0.160.0-r1.ebuild
new file mode 100644
index 000000000000..f02d662b4ee0
--- /dev/null
+++ b/dev-perl/Moose-Autobox/Moose-Autobox-0.160.0-r1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=ETHER
+DIST_VERSION=0.16
+inherit perl-module
+
+DESCRIPTION="Autoboxed wrappers for Native Perl datatypes"
+
+SLOT="0"
+KEYWORDS="amd64 ~x86"
+
+RDEPEND="
+ virtual/perl-Carp
+ virtual/perl-Data-Dumper
+ >=dev-perl/List-MoreUtils-0.70.0
+ >=dev-perl/Moose-0.420.0
+ virtual/perl-Scalar-List-Utils
+ dev-perl/Syntax-Keyword-Junction
+ >=dev-perl/autobox-2.230.0
+ dev-perl/namespace-autoclean
+ virtual/perl-parent
+"
+BDEPEND="${RDEPEND}
+ >=dev-perl/Module-Build-Tiny-0.34.0
+ test? (
+ virtual/perl-File-Spec
+ virtual/perl-Module-Metadata
+ dev-perl/Test-Exception
+ virtual/perl-Test-Simple
+ )
+"