summaryrefslogtreecommitdiff
path: root/dev-perl/Test-Snapshot
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Test-Snapshot')
-rw-r--r--dev-perl/Test-Snapshot/Manifest3
-rw-r--r--dev-perl/Test-Snapshot/Test-Snapshot-0.60.0.ebuild22
-rw-r--r--dev-perl/Test-Snapshot/metadata.xml12
3 files changed, 37 insertions, 0 deletions
diff --git a/dev-perl/Test-Snapshot/Manifest b/dev-perl/Test-Snapshot/Manifest
new file mode 100644
index 000000000000..e0a5aff4d96e
--- /dev/null
+++ b/dev-perl/Test-Snapshot/Manifest
@@ -0,0 +1,3 @@
+DIST Test-Snapshot-0.06.tar.gz 7764 BLAKE2B 660096b9e40508bfd725ae3ce595baf0a4147f6b40e5560af138bf427541242d8285826c074c06910cac7ff8853929cf02397fccaa52ee804826ab8407786da8 SHA512 e3a667672fd094ffe12c894aea011849e2147dacc6731c546a117d1da55ff86c082aec03c03cc5174ce8329a18ce202d8a4441f935d7f0124a293478a03b6dac
+EBUILD Test-Snapshot-0.60.0.ebuild 381 BLAKE2B 1e99aa3e58869f0ead81cca4518e6d7b811ff86cc52f86ef99c4c6ce01d9e66db582e71be9cf7c72945a527aae0fe6c0fceead976668a4a063ac0abccd9a6653 SHA512 93a4148a8373d5d77ea9adece30a8b97ae9ffa84d18db1bb63b128d99b8f94db3755a2e313efe324386a47e04fea8fe362307fd44beb0e5990fab96bd31a6fff
+MISC metadata.xml 398 BLAKE2B b23582f4baee65e9a0d314c29a9dfe48ec1481d6b407f8fac0be01391c7f36afc0ab6c82ce2edf77e3a88c68737261cca8d4fc9bcb2d70616826daebf81b27be SHA512 20e40ec60c4b3f599a2fb675ff7db90b2b6baacf9e0ddc3a6cdd5b89398e4e3e93c98ba7c3cb81834385bf946434ccb387c8ffb34c6a1023a9d6a7e826d53807
diff --git a/dev-perl/Test-Snapshot/Test-Snapshot-0.60.0.ebuild b/dev-perl/Test-Snapshot/Test-Snapshot-0.60.0.ebuild
new file mode 100644
index 000000000000..efb3b7f66c84
--- /dev/null
+++ b/dev-perl/Test-Snapshot/Test-Snapshot-0.60.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR="ETJ"
+DIST_VERSION=0.06
+
+inherit perl-module
+
+DESCRIPTION="Test against data stored in automatically-named file"
+
+LICENSE="|| ( Artistic GPL-1+ )"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ dev-perl/Text-Diff
+"
+DEPEND="${RDEPEND}
+ test? ( dev-perl/Capture-Tiny )
+"
diff --git a/dev-perl/Test-Snapshot/metadata.xml b/dev-perl/Test-Snapshot/metadata.xml
new file mode 100644
index 000000000000..67d40479a3b0
--- /dev/null
+++ b/dev-perl/Test-Snapshot/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>arthurzam@gentoo.org</email>
+ <name>Arthur Zamarin</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="cpan">Test-Snapshot</remote-id>
+ <remote-id type="cpan-module">Test::Snapshot</remote-id>
+ </upstream>
+</pkgmetadata>