mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-perl/Parse-Distname: new package, add 0.50.0
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
1
dev-perl/Parse-Distname/Manifest
Normal file
1
dev-perl/Parse-Distname/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST Parse-Distname-0.05.tar.gz 34192 BLAKE2B 47fbe94815648cd573e07b43c66a040af90d1bbd4de87a739938d010fa818c42a5ab9648c036814e17a69a44bd8b4470797e5c01f2847d531355129ecb88abcd SHA512 57896ecf281a321bee0c9ab8b297cb651dae779eb5948ff09bb15e56918049b11902063cf11560ad781f9768f977e0db85a0c59b2e5975cbc5140faf9e5cb498
|
||||
23
dev-perl/Parse-Distname/Parse-Distname-0.50.0.ebuild
Normal file
23
dev-perl/Parse-Distname/Parse-Distname-0.50.0.ebuild
Normal 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
|
||||
)
|
||||
"
|
||||
12
dev-perl/Parse-Distname/metadata.xml
Normal file
12
dev-perl/Parse-Distname/metadata.xml
Normal 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>
|
||||
Reference in New Issue
Block a user