dev-perl/CPAN-DistnameInfo: Added to tree

Previously maintained in ::perl-experimental by Torsten Veller and
myself since May 2009

Required for dev-perl/Dist-Metadata via dev-perl/CPAN-Mini-Inject

Package-Manager: Portage-2.3.8, Repoman-2.3.3
This commit is contained in:
Kent Fredric
2017-10-03 11:43:30 +13:00
parent d3573f00b1
commit a90bc388e2
3 changed files with 34 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DIST_AUTHOR=GBARR
DIST_VERSION=0.12
inherit perl-module
DESCRIPTION="Extract distribution name and version from a distribution filename"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RDEPEND=""
DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
virtual/perl-Test-Simple
)
"

View File

@@ -0,0 +1 @@
DIST CPAN-DistnameInfo-0.12.tar.gz 14523 SHA256 2f24fbe9f7eeacbc269d35fc61618322fc17be499ee0cd9018f370934a9f2435 SHA512 f52eb88b87ab732d13c2ee4e4770cf27c249d2b2446b51e75abe31f2a70b8dc7d8370f4c4426fa68cc8fa7a905668dfdcd1387cd98e239393bde90d1965929f1 WHIRLPOOL 7cb4c6a557bd6ca9c6214a7f47d224fdd17d0854928f24a56f4f9a13851dbfbea96f8833df68a1194294b9d8234f06174cf2e80cf0824cf7d7f3bc19069cb63f

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">CPAN-DistnameInfo</remote-id>
<remote-id type="cpan-module">CPAN::DistnameInfo</remote-id>
</upstream>
</pkgmetadata>