commit:     a43e0ada41ed48ce8e5ac424cc10e4ac25506eff
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  1 16:08:32 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Oct  1 16:22:41 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a43e0ada

dev-perl/Test-Snapshot: new package, add 0.60.0

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-perl/Test-Snapshot/Manifest                    |  1 +
 dev-perl/Test-Snapshot/Test-Snapshot-0.60.0.ebuild | 22 ++++++++++++++++++++++
 dev-perl/Test-Snapshot/metadata.xml                | 12 ++++++++++++
 3 files changed, 35 insertions(+)

diff --git a/dev-perl/Test-Snapshot/Manifest b/dev-perl/Test-Snapshot/Manifest
new file mode 100644
index 000000000000..9879163b303e
--- /dev/null
+++ b/dev-perl/Test-Snapshot/Manifest
@@ -0,0 +1 @@
+DIST Test-Snapshot-0.06.tar.gz 7764 BLAKE2B 
660096b9e40508bfd725ae3ce595baf0a4147f6b40e5560af138bf427541242d8285826c074c06910cac7ff8853929cf02397fccaa52ee804826ab8407786da8
 SHA512 
e3a667672fd094ffe12c894aea011849e2147dacc6731c546a117d1da55ff86c082aec03c03cc5174ce8329a18ce202d8a4441f935d7f0124a293478a03b6dac

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>[email protected]</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>

Reply via email to