dev-perl/asa: Added at 1.30.0

Required for dev-perl/IO-Handle-Util

Package-Manager: portage-2.2.28
This commit is contained in:
Kent Fredric
2016-03-22 19:52:48 +13:00
committed by Andreas K. Hüttel
parent 1087678e5c
commit 2e167052ea
3 changed files with 37 additions and 0 deletions

1
dev-perl/asa/Manifest Normal file
View File

@@ -0,0 +1 @@
DIST asa-1.03.tar.gz 30840 SHA256 22827b5a726d14e879514b3407ea234ce510433b9c61d082d92ad9e11ea827f1 SHA512 22cbccb93c8c9e96ec6e2cfa159f20a5220d722eb369a3c28a9ebae246fa145fb915db5d043722d52894d45f58015cc549f6aa0ba1dd4cbe498ad73cee918a1c WHIRLPOOL a0e67d95a3b11ce7288ee07b75d72a6a0c72313bf96dc5ebe8f9edda22360714cbddb2c88ef5672b8868492fac35bc6bad9392de58f078b17218300e87999a13

View File

@@ -0,0 +1,24 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
DIST_AUTHOR=ADAMK
DIST_VERSION=1.03
inherit perl-module
DESCRIPTION="Lets your class/object say it works like something else"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RDEPEND=""
DEPEND="${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.420.0
test? (
>=virtual/perl-File-Spec-0.800.0
>=virtual/perl-Test-Simple-0.470.0
)
"

12
dev-perl/asa/metadata.xml Normal file
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">asa</remote-id>
<remote-id type="cpan-module">asa</remote-id>
</upstream>
</pkgmetadata>