summaryrefslogtreecommitdiff
path: root/dev-perl/indirect
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-perl/indirect
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-perl/indirect')
-rw-r--r--dev-perl/indirect/Manifest5
-rw-r--r--dev-perl/indirect/indirect-0.360.0.ebuild26
-rw-r--r--dev-perl/indirect/indirect-0.370.0.ebuild24
-rw-r--r--dev-perl/indirect/metadata.xml12
4 files changed, 67 insertions, 0 deletions
diff --git a/dev-perl/indirect/Manifest b/dev-perl/indirect/Manifest
new file mode 100644
index 000000000000..17c351ecf8cc
--- /dev/null
+++ b/dev-perl/indirect/Manifest
@@ -0,0 +1,5 @@
+DIST indirect-0.36.tar.gz 48597 BLAKE2B f96ed76f1970855ed709a3e765334bcdfaae9966e574be011b2460c735511e2d92dae99add8efee00477c7f0454dc059d0c1d999438b4620dab4353dd900e102 SHA512 27f86702a2b3597e2bc20390130584324bfe86cc4d9f33a488b4788d6e1513ac19dfd4e1407f29b6f862172b020b3001a248450ad8dddb5a31e07220c0783ceb
+DIST indirect-0.37.tar.gz 54892 BLAKE2B 28ccc890a61eb6c6ad0c164d408580f2959b4b41cdbd2231a34a136ed16b0af33f90d300b1146c68ca0cf14b2b6aa056e1e3a55e9bf1c290b3e5e737a454f668 SHA512 8d46ff62c86b23519b030474155f7d8aa4872a9a4a2bb1e3199ac506aee60343b4c572eae8fa41dc5148c115de3c80bcb7f21900ad30822dc9eb437033defe09
+EBUILD indirect-0.360.0.ebuild 491 BLAKE2B 08a5fdf9426df57a0226fb3f9562add08406bcddaf987e607d680f52c122cd87718c95e06ce6d49148471def3a880ff03ad88043843c37893d840cf5720ea721 SHA512 14db46465fdb0ca15e50e19351bed34af8bd7ba9c740c8c7a4f704646faa18415b7e6a24ae10c85625af48bd1a378bfea787a5f8ebca762af590f27c85c47908
+EBUILD indirect-0.370.0.ebuild 464 BLAKE2B 72130233329da375ec130dbde4b5d37c7ffb7d994f1ac106886b9e72ccdb05c050a8a255b9ac2c733c0989c170ec19c64163ec00fe995780d5f5b5ea3f11aef3 SHA512 df27718ff3a0d814f7da2d44217913e6b34094ae26bbfb603e61657715591829a002670bed67d5c3ab35c64029c386325fb5a8a67f02b79300bdb59c5a89d0f4
+MISC metadata.xml 375 BLAKE2B e64e10776f8d36ac7082e4e29a8366449422117463193cc5308f4832da92f67a43cb91925fa9aae2f287a1aaf81dfa2eda1ec5e3467e467a02af762e0757b08c SHA512 7237dd49000e3cffe04121f726aa9453e0ef709b7f43d1d4c583bcd363c0732415fa79a49ab1e7cb864e35563480a20e750782719ff1f897ab8d57e80644b33d
diff --git a/dev-perl/indirect/indirect-0.360.0.ebuild b/dev-perl/indirect/indirect-0.360.0.ebuild
new file mode 100644
index 000000000000..ae32eb64cb87
--- /dev/null
+++ b/dev-perl/indirect/indirect-0.360.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+MODULE_AUTHOR=VPIT
+MODULE_VERSION=0.36
+inherit perl-module
+
+DESCRIPTION="Lexically warn about using the indirect method call syntax"
+
+SLOT="0"
+KEYWORDS="amd64 hppa ppc x86"
+IUSE="test"
+
+RDEPEND="
+ virtual/perl-Carp
+ virtual/perl-XSLoader
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ virtual/perl-Socket
+ test? ( virtual/perl-Test-Simple )
+"
+
+SRC_TEST="do parallel"
diff --git a/dev-perl/indirect/indirect-0.370.0.ebuild b/dev-perl/indirect/indirect-0.370.0.ebuild
new file mode 100644
index 000000000000..b65efd3a8b20
--- /dev/null
+++ b/dev-perl/indirect/indirect-0.370.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=VPIT
+DIST_VERSION=0.37
+inherit perl-module
+
+DESCRIPTION="Lexically warn about using the indirect method call syntax"
+
+SLOT="0"
+KEYWORDS="amd64 ~hppa ppc x86"
+IUSE="test"
+
+RDEPEND="
+ virtual/perl-Carp
+ virtual/perl-XSLoader
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ virtual/perl-Socket
+ test? ( virtual/perl-Test-Simple )
+"
diff --git a/dev-perl/indirect/metadata.xml b/dev-perl/indirect/metadata.xml
new file mode 100644
index 000000000000..0013f78d237f
--- /dev/null
+++ b/dev-perl/indirect/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>perl@gentoo.org</email>
+ <name>Gentoo Perl Project</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="cpan">indirect</remote-id>
+ <remote-id type="cpan-module">indirect</remote-id>
+ </upstream>
+</pkgmetadata>