mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
dev-perl/Test-Cmd: new package, add 1.90.0
Bug: https://bugs.gentoo.org/941661 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
1
dev-perl/Test-Cmd/Manifest
Normal file
1
dev-perl/Test-Cmd/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST Test-Cmd-1.09.tar.gz 40032 BLAKE2B b1ef0475da5abc275c779279c156d6a9f6521ba0a3392a5ef68aa2ed28340edbf9fc048e3089a746e79142caf100b2cedd8d75a043ddd9993f347d40a1dfb098 SHA512 1f16d948e68542cb7e0d9e87ae3f5d357d96a80931c7da28d4517b6b2e081c1984bd5e2e68d5fed773eedf6df2107827ab1cb8e65801c41b0432fe7932d6ec1a
|
||||
15
dev-perl/Test-Cmd/Test-Cmd-1.90.0.ebuild
Normal file
15
dev-perl/Test-Cmd/Test-Cmd-1.90.0.ebuild
Normal file
@@ -0,0 +1,15 @@
|
||||
# Copyright 2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DIST_AUTHOR=NEILB
|
||||
DIST_VERSION=1.09
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="Module for portable testing of commands and scripts"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
BDEPEND="virtual/perl-ExtUtils-MakeMaker"
|
||||
12
dev-perl/Test-Cmd/metadata.xml
Normal file
12
dev-perl/Test-Cmd/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-Cmd</remote-id>
|
||||
<remote-id type="cpan-module">Test::Cmd</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user