summaryrefslogtreecommitdiff
path: root/dev-perl/Test-File-Contents
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-perl/Test-File-Contents
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-perl/Test-File-Contents')
-rw-r--r--dev-perl/Test-File-Contents/Manifest3
-rw-r--r--dev-perl/Test-File-Contents/Test-File-Contents-0.230.0.ebuild23
-rw-r--r--dev-perl/Test-File-Contents/metadata.xml12
3 files changed, 38 insertions, 0 deletions
diff --git a/dev-perl/Test-File-Contents/Manifest b/dev-perl/Test-File-Contents/Manifest
new file mode 100644
index 000000000000..3c12848d1c46
--- /dev/null
+++ b/dev-perl/Test-File-Contents/Manifest
@@ -0,0 +1,3 @@
+DIST Test-File-Contents-0.23.tar.gz 10095 BLAKE2B 19d93050e7c607f0efcff4e2c5ecb034daa0d803f826218bc8764f268b73bed7427b11781e0468ef46184c85dd3b833e07af4d9c471b6c4aa09a94706cb16321 SHA512 8fe830e755660b32f79a82b84b55702a6dd2bd62136c456325340646fe11e82b5603fb3063fcbad393edaf68cabf84da79103be5ef4a5cb6de84ad8463de46db
+EBUILD Test-File-Contents-0.230.0.ebuild 466 BLAKE2B f2f99eb009901d3bc6dc1dccca5215578a503fbcacfdda7afd5c1fb92ded2a0da1e8517cf7e3ee7a65dc206da5572ca1c2ab078583863ba8627688b71309398b SHA512 99691cb4772150da79750dd7eb9c777d8e62002ca302d3a7086673b7517e9659179a0c298afb81caab918a202e8197b51c4451a845d331489233e475becb1919
+MISC metadata.xml 409 BLAKE2B da9c68a8100e7ada08ee09a7ab510ee0653ed876f53d3bfa260738d81ff8c662298d7ba40a9ed8299265553520e263ddd23696bfc6292374a45fb64de9c95b59 SHA512 c86a6942306972f0c1f0846ccbb5a73b8a74357ff29c9697039003c0d45047a45ceeadea3aa6d056f9908e5ee5e5d826f8d68bd7da0b1211c76d64a8c3d49f65
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
+"
diff --git a/dev-perl/Test-File-Contents/metadata.xml b/dev-perl/Test-File-Contents/metadata.xml
new file mode 100644
index 000000000000..7f8d500a626d
--- /dev/null
+++ b/dev-perl/Test-File-Contents/metadata.xml
@@ -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>