summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-07-09 01:01:04 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-07-09 01:02:36 +0200
commitd5fdc71410a80bfb459dcb1a8b885b707be341db (patch)
tree00c62bf6950f7f70c88733be42066048fd73ba5c /dev-perl/MooX-HandlesVia
parentdev-perl/MooseX-Types-URI: Version bump 0.09 (diff)
downloadgentoo-d5fdc71410a80bfb459dcb1a8b885b707be341db.tar.gz
gentoo-d5fdc71410a80bfb459dcb1a8b885b707be341db.tar.bz2
gentoo-d5fdc71410a80bfb459dcb1a8b885b707be341db.zip
dev-perl/MooX-HandlesVia: Version bump 0.001009
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/MooX-HandlesVia')
-rw-r--r--dev-perl/MooX-HandlesVia/Manifest1
-rw-r--r--dev-perl/MooX-HandlesVia/MooX-HandlesVia-0.1.9.ebuild30
2 files changed, 31 insertions, 0 deletions
diff --git a/dev-perl/MooX-HandlesVia/Manifest b/dev-perl/MooX-HandlesVia/Manifest
index f32ef03d895e..d726b009961c 100644
--- a/dev-perl/MooX-HandlesVia/Manifest
+++ b/dev-perl/MooX-HandlesVia/Manifest
@@ -1 +1,2 @@
DIST MooX-HandlesVia-0.001008.tar.gz 24385 BLAKE2B 9d6a72a9b9bc3bd99a145904e4148bb2c4bce6150b67431402d409ddb81b732a57a11935a10f2ddf2184b0fb8a93d57f6482fdde61508f73b8867fbc92e24c4f SHA512 ad5dd6c5a05d6f44788e31a74d595c3a6c1b8bf62f51d59bab2d65f6963c2995205ad64f6930b103026d3497d3d2a83bd192b7566228c31bf944265e060703c0
+DIST MooX-HandlesVia-0.001009.tar.gz 24754 BLAKE2B 965da8297cb22e266b43c8bb79248db7122fca51e2ab98f6ef038463919b0e6128f0328cc3b02245031dbe3a3805963e3bf231c3ee5e959108fa8e821d500b4a SHA512 ea3521bf04c52db09068d4fa7cedd3642fd54fc40b5c88cde9340f0a3bb0da03f2aabbe22788a4f33ffedc628fc510c4fb57bdf3f7c9ce1b9316dd1408c2dd40
diff --git a/dev-perl/MooX-HandlesVia/MooX-HandlesVia-0.1.9.ebuild b/dev-perl/MooX-HandlesVia/MooX-HandlesVia-0.1.9.ebuild
new file mode 100644
index 000000000000..04f4f5a2c504
--- /dev/null
+++ b/dev-perl/MooX-HandlesVia/MooX-HandlesVia-0.1.9.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=TOBYINK
+DIST_VERSION=0.001009
+inherit perl-module
+
+DESCRIPTION="NativeTrait-like behavior for Moo"
+
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+
+RDEPEND="
+ dev-perl/Class-Method-Modifiers
+ >=dev-perl/Data-Perl-0.2.6
+ dev-perl/Module-Runtime
+ >=dev-perl/Moo-1.3.0
+ dev-perl/Role-Tiny
+"
+BDEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ >=dev-perl/MooX-Types-MooseLike-0.230.0
+ dev-perl/Test-Exception
+ dev-perl/Test-Fatal
+ virtual/perl-Test-Simple
+ )
+"