summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-06-18 23:00:05 +0100
committerSam James <sam@gentoo.org>2023-06-18 23:13:18 +0100
commitf808e93d0ad67c8eb501c72dff351d540adc48d2 (patch)
tree34dbc6fe984ba63913c34dff0f28358c804dc846 /dev-perl/Sub-Install
parentdev-perl/Sub-Name: add 0.270.0 (diff)
downloadgentoo-f808e93d0ad67c8eb501c72dff351d540adc48d2.tar.gz
gentoo-f808e93d0ad67c8eb501c72dff351d540adc48d2.tar.bz2
gentoo-f808e93d0ad67c8eb501c72dff351d540adc48d2.zip
dev-perl/Sub-Install: add 0.929.0
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl/Sub-Install')
-rw-r--r--dev-perl/Sub-Install/Manifest1
-rw-r--r--dev-perl/Sub-Install/Sub-Install-0.929.0.ebuild26
2 files changed, 27 insertions, 0 deletions
diff --git a/dev-perl/Sub-Install/Manifest b/dev-perl/Sub-Install/Manifest
index 2ea87b8c050d..a9af58342170 100644
--- a/dev-perl/Sub-Install/Manifest
+++ b/dev-perl/Sub-Install/Manifest
@@ -1 +1,2 @@
DIST Sub-Install-0.928.tar.gz 18669 BLAKE2B cc5f6dbfd7d74299a4a8534c377b3f393bce9976ea86b4e026630101cd85935eb2f0cac74612dad8eabe9caab3a0744f1e33f23cab9ef8873ca762a25e990122 SHA512 3f25df9f5992075968830d4235e9f6520c526331b9180391e41483241d43253a61ad8dc381d77aaeb6c6fb841cfc5c097598e62abb46208894275c393a133ade
+DIST Sub-Install-0.929.tar.gz 21122 BLAKE2B e37c8f061c4e3d11ce3c70e9a23e4c86b12c1c980d4a887490076ad3e285780589ace2947ba4da7462ba1cde6e987c0299c6b2b9ebfa645cf2970bccd99af347 SHA512 f51992531607af97ff6b8700bf23a2918261d05f24886781f36e2676c130df5d109a42ad3d6f8d089a6ee2c050af27ec5fc2ef9610ee993eca6549866a4fe8d7
diff --git a/dev-perl/Sub-Install/Sub-Install-0.929.0.ebuild b/dev-perl/Sub-Install/Sub-Install-0.929.0.ebuild
new file mode 100644
index 000000000000..e0881abd1925
--- /dev/null
+++ b/dev-perl/Sub-Install/Sub-Install-0.929.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=RJBS
+DIST_VERSION=0.929
+inherit perl-module
+
+DESCRIPTION="Install subroutines into packages easily"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+
+RDEPEND="
+ virtual/perl-Carp
+ virtual/perl-Scalar-List-Utils
+"
+BDEPEND="
+ ${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.780.0
+ test? (
+ virtual/perl-File-Spec
+ >=virtual/perl-Test-Simple-0.960.0
+ )
+"