summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-07-11 16:35:52 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-07-11 22:14:21 +0200
commit23eb0ab1b582ce2ac8d63d40e1bbd2243edb1f5b (patch)
tree98bad6b1fdc0f5b74adf35f601972f0160457cb4 /dev-perl/indirect
parentdev-perl/gtk2-gladexml: Version bump 1.008 (diff)
downloadgentoo-23eb0ab1b582ce2ac8d63d40e1bbd2243edb1f5b.tar.gz
gentoo-23eb0ab1b582ce2ac8d63d40e1bbd2243edb1f5b.tar.bz2
gentoo-23eb0ab1b582ce2ac8d63d40e1bbd2243edb1f5b.zip
dev-perl/indirect: Version bump 0.39
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/indirect')
-rw-r--r--dev-perl/indirect/Manifest1
-rw-r--r--dev-perl/indirect/indirect-0.390.0.ebuild23
2 files changed, 24 insertions, 0 deletions
diff --git a/dev-perl/indirect/Manifest b/dev-perl/indirect/Manifest
index b4c1305968a2..1efac7790881 100644
--- a/dev-perl/indirect/Manifest
+++ b/dev-perl/indirect/Manifest
@@ -1 +1,2 @@
DIST indirect-0.37.tar.gz 54892 BLAKE2B 28ccc890a61eb6c6ad0c164d408580f2959b4b41cdbd2231a34a136ed16b0af33f90d300b1146c68ca0cf14b2b6aa056e1e3a55e9bf1c290b3e5e737a454f668 SHA512 8d46ff62c86b23519b030474155f7d8aa4872a9a4a2bb1e3199ac506aee60343b4c572eae8fa41dc5148c115de3c80bcb7f21900ad30822dc9eb437033defe09
+DIST indirect-0.39.tar.gz 52231 BLAKE2B 8e2f9765ece6c2878e77eec2da0807b6e28c46868de213b99208bc5952443829a18083452abb806b37e4272029c16aa5db371bc757d944edb6b8f7710c06fcb2 SHA512 d3275a2cab2eeceef61756e08947d3072c0ce5cea2e8b70870c5fcbd9c63e56cf70568395002b7d02060cad3482f7f56723b1ad85fcf0a4c4ee2568b5035816c
diff --git a/dev-perl/indirect/indirect-0.390.0.ebuild b/dev-perl/indirect/indirect-0.390.0.ebuild
new file mode 100644
index 000000000000..a03713f87024
--- /dev/null
+++ b/dev-perl/indirect/indirect-0.390.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=VPIT
+DIST_VERSION=0.39
+inherit perl-module
+
+DESCRIPTION="Lexically warn about using the indirect method call syntax"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+RDEPEND="
+ virtual/perl-Carp
+ virtual/perl-XSLoader
+"
+BDEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ virtual/perl-Socket
+ test? ( virtual/perl-Test-Simple )
+"