From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1726325-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 80C1E1582EF
	for <garchives@archives.gentoo.org>; Mon, 10 Mar 2025 08:52:36 +0000 (UTC)
Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	(Authenticated sender: relay-lists.gentoo.org@gentoo.org)
	by smtp.gentoo.org (Postfix) with ESMTPSA id 6D3AD343124
	for <garchives@archives.gentoo.org>; Mon, 10 Mar 2025 08:52:36 +0000 (UTC)
Received: from bobolink.gentoo.org (localhost [127.0.0.1])
	by bobolink.gentoo.org (Postfix) with ESMTP id E98861103C8;
	Mon, 10 Mar 2025 08:52:25 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by bobolink.gentoo.org (Postfix) with ESMTPS id E52631103C8
	for <gentoo-commits@lists.gentoo.org>; Mon, 10 Mar 2025 08:52:25 +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))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 9A8B1343123
	for <gentoo-commits@lists.gentoo.org>; Mon, 10 Mar 2025 08:52:25 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 7CB4D28B5
	for <gentoo-commits@lists.gentoo.org>; Mon, 10 Mar 2025 08:52:22 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org>
Message-ID: <1741596711.07ad0df559bb0b04b2605281e74316ce40ac9f2d.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Graph/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-perl/Graph/Graph-0.973.400.ebuild dev-perl/Graph/Manifest
X-VCS-Directories: dev-perl/Graph/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 07ad0df559bb0b04b2605281e74316ce40ac9f2d
X-VCS-Branch: master
Date: Mon, 10 Mar 2025 08:52:22 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: ce4a7505-b1b2-4302-876d-3a545fd11675
X-Archives-Hash: 42d509825decf8e2fb2a0ef2eb903fc6

commit:     07ad0df559bb0b04b2605281e74316ce40ac9f2d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 10 08:49:24 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 10 08:51:51 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07ad0df5

dev-perl/Graph: add 0.973.400

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Graph/Graph-0.973.400.ebuild | 26 ++++++++++++++++++++++++++
 dev-perl/Graph/Manifest               |  1 +
 2 files changed, 27 insertions(+)

diff --git a/dev-perl/Graph/Graph-0.973.400.ebuild b/dev-perl/Graph/Graph-0.973.400.ebuild
new file mode 100644
index 000000000000..10be0d38d07e
--- /dev/null
+++ b/dev-perl/Graph/Graph-0.973.400.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=ETJ
+DIST_VERSION=0.9734
+inherit perl-module
+
+DESCRIPTION="Data structure and ops for directed graphs"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
+
+RDEPEND="
+	>=dev-perl/Heap-0.800.0
+	>=virtual/perl-Scalar-List-Utils-1.450.0
+	>=dev-perl/Set-Object-1.400.0
+	>=virtual/perl-Storable-2.50.0
+"
+BDEPEND="
+	${RDEPEND}
+	test? (
+		>=virtual/perl-Test-Simple-0.820.0
+	)
+"

diff --git a/dev-perl/Graph/Manifest b/dev-perl/Graph/Manifest
index a95ae7f8bada..f5eaf4bbbca0 100644
--- a/dev-perl/Graph/Manifest
+++ b/dev-perl/Graph/Manifest
@@ -1,2 +1,3 @@
 DIST Graph-0.9732.tar.gz 150234 BLAKE2B 8c5bffe218d252e4e32796876ce43b7aa9e03b95cb70614af391325c82d44492649929fecf1dd556653fbfbacd8bac041a61cf9c21e993086e7fd5fe7d7d2acb SHA512 67d092b641942603c095af9305a919cc3b6dad811c6aa5dca55e85c2a8a7dc94c5957689eb473f03ab334611999d4b43902992f9d7596d9711cbd3f49beb4ac0
 DIST Graph-0.9733.tar.gz 151110 BLAKE2B f02e239cf3942b68e8c6642762dae76536294ed6808267d8f570878cfd583b9878d893d93dbe91fba7eb0146759c5b034753e68afe64d5cf0944370c3060d75a SHA512 00c41cd680a0a5cec15d47476165ee8410906410daf21c45fdf445ceb0b173f3f6bfb0eb9c9d22bff79935ea52f329a09589bcb56c9a50bfc4c52af2f7a48ebf
+DIST Graph-0.9734.tar.gz 151597 BLAKE2B fe408e52cf61e64b05f24fd96ab48ca0b4b191571bc6d97c7d29b3f52c2092e4bdc0e4556f814ea76dd4c0cf6f4de6b185a7c2936bfb821734b4e6869201b4b1 SHA512 3d444e03bc6ed7d36324f34c79c2d43269ad0204927db6e3630ca9ee919cf9f5bd0357f0322634529b99465a53d2d561991025a3f4d4ae346eadcfd3c0aa2b66