mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-17 00:12:49 +03:00
dev-perl/Test-API: new package, add 0.10.0
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
parent
3a0142adda
commit
161c1e74fd
1
dev-perl/Test-API/Manifest
Normal file
1
dev-perl/Test-API/Manifest
Normal file
@ -0,0 +1 @@
|
|||||||
|
DIST Test-API-0.010.tar.gz 17623 BLAKE2B 191d345451ad4281373ccd5610a5cd1a1531221b90769bf7fb59efefa7d7753f49b6c959f559db9cb575bda10176d732d8b09ca9e7bb37a17572ba853c5688a8 SHA512 52d22fc23af83197ea795ebeb5d0e2380347bc78b25f7b325601ef168532f75eb04ddd61edbc8ab78dc6894375681885130d8008275b4345c779e6adcae9e732
|
||||||
13
dev-perl/Test-API/Test-API-0.10.0.ebuild
Normal file
13
dev-perl/Test-API/Test-API-0.10.0.ebuild
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
# Copyright 2025 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=8
|
||||||
|
|
||||||
|
DIST_AUTHOR=DAGOLDEN
|
||||||
|
DIST_VERSION=0.010
|
||||||
|
inherit perl-module
|
||||||
|
|
||||||
|
DESCRIPTION="Test a list of subroutines provided by a module"
|
||||||
|
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64"
|
||||||
12
dev-perl/Test-API/metadata.xml
Normal file
12
dev-perl/Test-API/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">Test-API</remote-id>
|
||||||
|
<remote-id type="cpan-module">Test::API</remote-id>
|
||||||
|
</upstream>
|
||||||
|
</pkgmetadata>
|
||||||
Loading…
x
Reference in New Issue
Block a user