diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-01 19:08:32 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-01 19:22:41 +0300 |
commit | a43e0ada41ed48ce8e5ac424cc10e4ac25506eff (patch) | |
tree | 1d9001d1db3031ae288e951ac5942cf34452f2dd /dev-perl | |
parent | dev-perl/DBIx-SearchBuilder: add 1.820.0 (diff) | |
download | gentoo-a43e0ada41ed48ce8e5ac424cc10e4ac25506eff.tar.gz gentoo-a43e0ada41ed48ce8e5ac424cc10e4ac25506eff.tar.bz2 gentoo-a43e0ada41ed48ce8e5ac424cc10e4ac25506eff.zip |
dev-perl/Test-Snapshot: new package, add 0.60.0
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Test-Snapshot/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/Test-Snapshot/Test-Snapshot-0.60.0.ebuild | 22 | ||||
-rw-r--r-- | dev-perl/Test-Snapshot/metadata.xml | 12 |
3 files changed, 35 insertions, 0 deletions
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>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> |