dev-perl/Ref-Util-XS: Add w/ version 0.116.0

- Split out from dev-perl/Ref-Util
- Keywords transposed from there as this is the same code.

Package-Manager: Portage-2.3.5, Repoman-2.3.2
This commit is contained in:
Kent Fredric
2017-05-30 13:44:35 +12:00
parent a3b0fb200a
commit 84c63fc716
3 changed files with 40 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST Ref-Util-XS-0.116.tar.gz 71099 SHA256 cee4aa858f89a667f202c702d87c8c6e5d837341e64cd91cda94c570dafaad50 SHA512 1fdb0cfcd76cddb3007262b1535cb099e663b2baf86b94956bd0fcd2e86e76fea0b3fff3056cbe0b6096873c94de11e1ca34f9576b2206e2b1225d294de2a621 WHIRLPOOL 16ff8549bab8dbf03c9e6dced5e2debf161a75e15dfd1622751f1886b14872d909d8d493ea0e7ad3b2cc24bdb74aba616737bc577879b1e9eac8bf99bd0f16dc

View File

@@ -0,0 +1,27 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DIST_AUTHOR=XSAWYERX
DIST_VERSION=0.116
inherit perl-module
DESCRIPTION="XS Implementation for Ref::Util"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
LICENSE="MIT"
IUSE="test"
RDEPEND="
>=virtual/perl-Exporter-5.570.0
virtual/perl-XSLoader
"
DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
>=virtual/perl-CPAN-Meta-2.120.900
virtual/perl-File-Spec
>=virtual/perl-Test-Simple-0.960.0
)
"

View File

@@ -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">Ref-Util-XS</remote-id>
<remote-id type="cpan-module">Ref::Util::XS</remote-id>
</upstream>
</pkgmetadata>