dev-perl/Test-HTTP-Server-Simple: Add w/ version=0.110.0

Required by:
- dev-perl/CGI-Application-Server
- via dev-perl/Feed-Find (-r patch)

Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
This commit is contained in:
Kent Fredric 2020-08-22 01:49:33 +12:00
parent 174ac39905
commit 1ce19e3a17
No known key found for this signature in database
GPG Key ID: 75AE9219A81583B5
3 changed files with 37 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST Test-HTTP-Server-Simple-0.11.tar.gz 6597 BLAKE2B 866a743bce89c3b700b9aacff62b4685474c1fdf75b40f9254d3a00df0ac0e8abb4e95426d0b20948ccebed1a53244ff6a8e69f52870e135ea7400e3336af725 SHA512 6e8725a67de59e92ed6123f6bfe0830efdd2eb5ff1f6abf706771ce20cfcce936ae96120f405a01d536e43eb49610b1ab16c0e82a38b790c16a2232e5fac48eb

View File

@ -0,0 +1,24 @@
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DIST_AUTHOR=ALEXMV
DIST_VERSION=0.11
inherit perl-module
DESCRIPTION="Test::More functions for HTTP::Server::Simple"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="
dev-perl/HTTP-Server-Simple
>=virtual/perl-Test-Simple-1.40.0
"
BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
"
PERL_RM_FILES=(
t/pod-coverage.t
t/pod.t
)

View File

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