dev-perl/Test-InDistDir: new package, add 1.112.71

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2023-06-21 23:12:27 +01:00
parent a04db3488a
commit 48c93b4767
3 changed files with 32 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST Test-InDistDir-1.112071.tar.gz 5341 BLAKE2B 5757818ffb4b64ca025655cf1ea0a06762641fe975da08d2bb709dd7e948eccf6eca2bccf057d8a3186f49641852bc6480451ba003e62ab820ca153f63191ad8 SHA512 fb34181df5668ad460218cc26825bbdfd087047a84b20c2c665c020e9fc95b8040ccc48114f497bde55202231da9e7a1b8dc909806d1e230957f0e210ae61517

View File

@@ -0,0 +1,19 @@
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=MITHALDU
DIST_VERSION=1.112071
inherit perl-module
DESCRIPTION="Test environment setup for development with IDE"
LICENSE="WTFPL-2"
SLOT="0"
KEYWORDS="~amd64"
BDEPEND="
>=virtual/perl-ExtUtils-MakeMaker-6.300.0
virtual/perl-File-Temp
"

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