summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-06-18 23:20:20 +0100
committerSam James <sam@gentoo.org>2023-06-18 23:21:11 +0100
commit7633357dd06fa5b63bd8db99e4846980fc293cbd (patch)
tree0030d8c457b10115903666562c09b5dee5e19f44 /dev-perl/Sub-HandlesVia
parentdev-perl/Role-Hooks: new package, add 0.8.0 (diff)
downloadgentoo-7633357dd06fa5b63bd8db99e4846980fc293cbd.tar.gz
gentoo-7633357dd06fa5b63bd8db99e4846980fc293cbd.tar.bz2
gentoo-7633357dd06fa5b63bd8db99e4846980fc293cbd.zip
dev-perl/Sub-HandlesVia: add 0.50.0
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl/Sub-HandlesVia')
-rw-r--r--dev-perl/Sub-HandlesVia/Manifest1
-rw-r--r--dev-perl/Sub-HandlesVia/Sub-HandlesVia-0.50.0.ebuild30
2 files changed, 31 insertions, 0 deletions
diff --git a/dev-perl/Sub-HandlesVia/Manifest b/dev-perl/Sub-HandlesVia/Manifest
index 23171a0d855c..dd6d62d0b164 100644
--- a/dev-perl/Sub-HandlesVia/Manifest
+++ b/dev-perl/Sub-HandlesVia/Manifest
@@ -1 +1,2 @@
DIST Sub-HandlesVia-0.016.tar.gz 99771 BLAKE2B 6df80cb330356c79896d881e1c66317f57db49c5a843d8615effff08c5e0dc24698fe180c1d822ab96fc2d7c049fe9affa363a1e1ff09f484c2182835fe6d175 SHA512 91932d7c56e4fc1bb9e737282ee45ffdcc6d4143ee0307cbcbee9fb3b3953bd955b62bc20809cef61d4e643a4d246dbab062a636a46f951a93bdf2f22a1b04d2
+DIST Sub-HandlesVia-0.050000.tar.gz 176211 BLAKE2B e599bfc615e5b4f0cceac92510394cbe4f030ec946557b858066ef578b2d7918032d6828d381bc84ec36a0cf5973607e2d0cd446eda92f58e7506d006cacb419 SHA512 c91d356d0aa461d446157ebf4819350db13060dd0bcd383b06037a7e05fb36935d71348270aa9e72daf6031a79956a5887a14e284554d83e5e88665146c388e2
diff --git a/dev-perl/Sub-HandlesVia/Sub-HandlesVia-0.50.0.ebuild b/dev-perl/Sub-HandlesVia/Sub-HandlesVia-0.50.0.ebuild
new file mode 100644
index 000000000000..b38bc4349fb3
--- /dev/null
+++ b/dev-perl/Sub-HandlesVia/Sub-HandlesVia-0.50.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=TOBYINK
+DIST_VERSION=0.050000
+inherit perl-module
+
+DESCRIPTION="Alternative handles_via implementation"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ dev-perl/Class-Method-Modifiers
+ dev-perl/Exporter-Tiny
+ >=virtual/perl-Scalar-List-Utils-1.540.0
+ >=dev-perl/Role-Hooks-0.8.0
+ dev-perl/Role-Tiny
+ >=dev-perl/Type-Tiny-1.4.0
+"
+BDEPEND="
+ ${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.170.0
+ test? (
+ dev-perl/Test-Fatal
+ >=virtual/perl-Test-Simple-0.960.0
+ dev-perl/Test-Requires
+ )
+"