From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C9389158090 for ; Tue, 1 Oct 2024 16:23:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88B30E29AF; Tue, 1 Oct 2024 16:23:08 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 725E0E29AF for ; Tue, 1 Oct 2024 16:23:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9AF64343116 for ; Tue, 1 Oct 2024 16:23:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C80FA26E4 for ; Tue, 1 Oct 2024 16:23:05 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1727799761.a43e0ada41ed48ce8e5ac424cc10e4ac25506eff.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Snapshot/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Test-Snapshot/Manifest dev-perl/Test-Snapshot/Test-Snapshot-0.60.0.ebuild dev-perl/Test-Snapshot/metadata.xml X-VCS-Directories: dev-perl/Test-Snapshot/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: a43e0ada41ed48ce8e5ac424cc10e4ac25506eff X-VCS-Branch: master Date: Tue, 1 Oct 2024 16:23:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: acffbd6f-d195-4e24-8e75-83125a1f6b15 X-Archives-Hash: 49547e2bb958f3e07ad59c1d77877f4a commit: a43e0ada41ed48ce8e5ac424cc10e4ac25506eff Author: Arthur Zamarin gentoo org> AuthorDate: Tue Oct 1 16:08:32 2024 +0000 Commit: Arthur Zamarin gentoo 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 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 @@ + + + + + arthurzam@gentoo.org + Arthur Zamarin + + + Test-Snapshot + Test::Snapshot + +