dev-perl/Test-File-Contents: Add w/ version 0.230.0

Required for newer dev-perl/CSS-Packer

Package-Manager: Portage-2.3.29, Repoman-2.3.9
This commit is contained in:
Kent Fredric
2018-04-25 18:56:22 +12:00
parent 8c0de8cb50
commit 0f04401119
3 changed files with 36 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST Test-File-Contents-0.23.tar.gz 10095 BLAKE2B 19d93050e7c607f0efcff4e2c5ecb034daa0d803f826218bc8764f268b73bed7427b11781e0468ef46184c85dd3b833e07af4d9c471b6c4aa09a94706cb16321 SHA512 8fe830e755660b32f79a82b84b55702a6dd2bd62136c456325340646fe11e82b5603fb3063fcbad393edaf68cabf84da79103be5ef4a5cb6de84ad8463de46db

View File

@@ -0,0 +1,23 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DIST_AUTHOR=DWHEELER
DIST_VERSION=0.23
inherit perl-module
DESCRIPTION="Test routines for examining the contents of files"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RDEPEND="
virtual/perl-Digest-MD5
virtual/perl-File-Spec
>=virtual/perl-Test-Simple-0.700.0
>=dev-perl/Text-Diff-0.350.0
"
DEPEND="${RDEPEND}
>=dev-perl/Module-Build-0.300.0
"

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