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:
Sam James
2024-11-13 20:23:46 +00:00
parent 0288da0b91
commit e5e0e5efdf
3 changed files with 28 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST Test-Cmd-1.09.tar.gz 40032 BLAKE2B b1ef0475da5abc275c779279c156d6a9f6521ba0a3392a5ef68aa2ed28340edbf9fc048e3089a746e79142caf100b2cedd8d75a043ddd9993f347d40a1dfb098 SHA512 1f16d948e68542cb7e0d9e87ae3f5d357d96a80931c7da28d4517b6b2e081c1984bd5e2e68d5fed773eedf6df2107827ab1cb8e65801c41b0432fe7932d6ec1a

View 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"

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