summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2018-04-25 18:56:22 +1200
committerKent Fredric <kentnl@gentoo.org>2018-04-25 19:07:39 +1200
commit0f044011197136e34dbca84b724e73f95cc59a99 (patch)
tree2963ffa08fe633d864283df77e3197ee430d9354 /dev-perl/Test-File-Contents/Test-File-Contents-0.230.0.ebuild
parentmedia-gfx/imagemagick: stable 7.0.7.28 for sparc (diff)
downloadgentoo-0f044011197136e34dbca84b724e73f95cc59a99.tar.gz
gentoo-0f044011197136e34dbca84b724e73f95cc59a99.tar.bz2
gentoo-0f044011197136e34dbca84b724e73f95cc59a99.zip
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
Diffstat (limited to 'dev-perl/Test-File-Contents/Test-File-Contents-0.230.0.ebuild')
-rw-r--r--dev-perl/Test-File-Contents/Test-File-Contents-0.230.0.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-perl/Test-File-Contents/Test-File-Contents-0.230.0.ebuild b/dev-perl/Test-File-Contents/Test-File-Contents-0.230.0.ebuild
new file mode 100644
index 000000000000..6d585726d37b
--- /dev/null
+++ b/dev-perl/Test-File-Contents/Test-File-Contents-0.230.0.ebuild
@@ -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
+"