diff options
Diffstat (limited to 'dev-perl/Switch')
-rw-r--r-- | dev-perl/Switch/Manifest | 3 | ||||
-rw-r--r-- | dev-perl/Switch/Switch-2.160.0-r1.ebuild | 19 | ||||
-rw-r--r-- | dev-perl/Switch/Switch-2.170.0.ebuild | 19 | ||||
-rw-r--r-- | dev-perl/Switch/metadata.xml | 9 |
4 files changed, 50 insertions, 0 deletions
diff --git a/dev-perl/Switch/Manifest b/dev-perl/Switch/Manifest new file mode 100644 index 000000000000..aa0f7c0fa231 --- /dev/null +++ b/dev-perl/Switch/Manifest @@ -0,0 +1,3 @@ +DIST Switch-2.16-rt60380.patch 577 SHA256 7a60421267c6ab17463dda884fe46b3a2ccdc3e65d864bcb06f5577fddb63e76 SHA512 a67fcf396744bc268c31df543da32c7ee0a78455ce3c430b84bcc1c3feea0ee1cc934a52f67d701a60358dac297c3182a09478b65daf3b898715141da1a57713 WHIRLPOOL fad351d9321f4e04387a858c087b84f8541595ec239518642b6f44422f9f997b8d9e716c89876c7c095b8bff90008cc8e8989e74d837df380f8adf6c12cd88f1 +DIST Switch-2.16.tar.gz 13185 SHA256 308c8f27f295906778186f14c6291923905730b46ba879c3a68fff81c37df9d8 SHA512 614916c3b813c5cc279e592778d24b4213218acbb94fb842b99969475d356f44f451d0ad7fd18b28899a38bdb070e491d32e22c7ee87bc45668606b9cb413f88 WHIRLPOOL dcbdf7f8abde45a8ca39519cf5878c7d3d481653aa3efa239828ca55fe7584816f4c0f479577bd18007327dbacf6cad84efde1a3a0f28644a3514e08b1f608eb +DIST Switch-2.17.tar.gz 14490 SHA256 31354975140fe6235ac130a109496491ad33dd42f9c62189e23f49f75f936d75 SHA512 8faf3585c7b8a0552c7de7fad7b0ab89a8c3f3d55cb090d5656ae0925f8d328d9b466bd5bcbca76eaeaf56eceab11654137ba8a9bb03f79b91f00338ab2483ab WHIRLPOOL 38743250921053fee7d44dd409087b7c2b437708849e6d029d5aeda371baab423e8f20c98cf2231103b60129e0fe0ec03e9507f3e81b0a0987a8ef2edf97dad3 diff --git a/dev-perl/Switch/Switch-2.160.0-r1.ebuild b/dev-perl/Switch/Switch-2.160.0-r1.ebuild new file mode 100644 index 000000000000..5484588d1fd8 --- /dev/null +++ b/dev-perl/Switch/Switch-2.160.0-r1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=RGARCIA +MODULE_VERSION=2.16 +inherit perl-module + +DESCRIPTION="A switch statement for Perl" +SRC_URI+=" http://dev.gentoo.org/~tove/distfiles/perl-core/Switch/Switch-2.16-rt60380.patch" + +SLOT="0" +KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux" +IUSE="" + +SRC_TEST="do" +PATCHES=( "${DISTDIR}"/Switch-2.16-rt60380.patch ) diff --git a/dev-perl/Switch/Switch-2.170.0.ebuild b/dev-perl/Switch/Switch-2.170.0.ebuild new file mode 100644 index 000000000000..188630b6b48d --- /dev/null +++ b/dev-perl/Switch/Switch-2.170.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=CHORNY +MODULE_VERSION=2.17 +inherit perl-module + +DESCRIPTION="A switch statement for Perl" +#SRC_URI+=" http://dev.gentoo.org/~tove/distfiles/perl-core/Switch/Switch-2.16-rt60380.patch" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~amd64-linux ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~arm ~x86-fbsd" +IUSE="" + +SRC_TEST="do" +#PATCHES=( "${DISTDIR}"/Switch-2.16-rt60380.patch ) diff --git a/dev-perl/Switch/metadata.xml b/dev-perl/Switch/metadata.xml new file mode 100644 index 000000000000..43572bee0b13 --- /dev/null +++ b/dev-perl/Switch/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> + <upstream> + <remote-id type="cpan">Switch</remote-id> + <remote-id type="cpan-module">Switch</remote-id> + </upstream> +</pkgmetadata> |