dev-perl/Type-Tie: Add w/ version 0.9.0

Required by newer Type::Tiny

Package-Manager: Portage-2.3.5, Repoman-2.3.2
This commit is contained in:
Kent Fredric
2017-06-04 20:40:05 +12:00
parent f3b42ad387
commit 11c97fdb65
3 changed files with 45 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST Type-Tie-0.009.tar.gz 18579 SHA256 565d9ec0a7f93095d5e68a8794a25c0b27e292007e04fdb77793f477da1463f3 SHA512 2c416cd22d1d4a7ec902470d0801d479a54f312d456982e51671ba7391d127297471f0f753df5cafef4b6e01c983cd9f8f69c99f03f571aad5c89036c642a6c6 WHIRLPOOL cf545fc739976646f843e5b6fcadce3cd269da2741fe748da9f9573a604a163cccd7027d4b67ba136ee3620101fa6896ed6e41344031e87706400028e6351500

View File

@@ -0,0 +1,28 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DIST_AUTHOR=TOBYINK
DIST_VERSION=0.009
inherit perl-module
DESCRIPTION="Tie a variable to a type constraint"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test minimal"
RDEPEND="
!minimal? (
dev-perl/Hash-FieldHash
)
>=dev-perl/Exporter-Tiny-0.26.0
"
DEPEND="${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.170.0
test? (
dev-perl/Test-Fatal
dev-perl/Test-Requires
>=virtual/perl-Test-Simple-0.960.0
)
"

View File

@@ -0,0 +1,16 @@
<?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">Type-Tie</remote-id>
<remote-id type="cpan-module">Type::Tie</remote-id>
<remote-id type="cpan-module">Type::Tie::ARRAY</remote-id>
<remote-id type="cpan-module">Type::Tie::BASE</remote-id>
<remote-id type="cpan-module">Type::Tie::HASH</remote-id>
<remote-id type="cpan-module">Type::Tie::SCALAR</remote-id>
</upstream>
</pkgmetadata>