dev-perl/Parse-Distname: new package, add 0.50.0

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2023-06-19 02:42:18 +01:00
parent c50a8b49fb
commit 1b41a21597
3 changed files with 36 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST Parse-Distname-0.05.tar.gz 34192 BLAKE2B 47fbe94815648cd573e07b43c66a040af90d1bbd4de87a739938d010fa818c42a5ab9648c036814e17a69a44bd8b4470797e5c01f2847d531355129ecb88abcd SHA512 57896ecf281a321bee0c9ab8b297cb651dae779eb5948ff09bb15e56918049b11902063cf11560ad781f9768f977e0db85a0c59b2e5975cbc5140faf9e5cb498

View File

@@ -0,0 +1,23 @@
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=ISHIGAKI
DIST_VERSION=0.05
inherit perl-module
DESCRIPTION="Parse a distribution name"
SLOT="0"
KEYWORDS="~amd64"
BDEPEND="
dev-perl/ExtUtils-MakeMaker-CPANfile
virtual/perl-ExtUtils-MakeMaker
test? (
virtual/perl-JSON-PP
dev-perl/Test-Differences
>=dev-perl/Test-UseAllModules-0.170.0
)
"

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://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">Parse-Distname</remote-id>
<remote-id type="cpan-module">Parse::Distname</remote-id>
</upstream>
</pkgmetadata>