From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 DB2A01582EF for ; Fri, 28 Feb 2025 19:34:50 +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 C43D634321D for ; Fri, 28 Feb 2025 19:34:50 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 684351103E1; Fri, 28 Feb 2025 19:34:26 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 57C771103E1 for ; Fri, 28 Feb 2025 19:34:26 +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 0EDCE34310B for ; Fri, 28 Feb 2025 19:34:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 86C6227FF for ; Fri, 28 Feb 2025 19:34:23 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1740771237.fbf001066bf6bd2c3488db9004649bf1ef7182a5.dilfridge@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.200-r1.ebuild dev-perl/Graph/Graph-0.973.200.ebuild dev-perl/Graph/Graph-0.973.300-r1.ebuild dev-perl/Graph/Graph-0.973.300.ebuild X-VCS-Directories: dev-perl/Graph/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: fbf001066bf6bd2c3488db9004649bf1ef7182a5 X-VCS-Branch: master Date: Fri, 28 Feb 2025 19:34:23 +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: 77adbacf-29e6-485e-b0de-fadfc8558988 X-Archives-Hash: 5abfd2d1fea33e5f71ed2a7ba6e53721 commit: fbf001066bf6bd2c3488db9004649bf1ef7182a5 Author: Andreas K. Hüttel gentoo org> AuthorDate: Fri Feb 28 19:32:17 2025 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Fri Feb 28 19:33:57 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbf00106 dev-perl/Graph: virtual/perl-Safe is going away Signed-off-by: Andreas K. Hüttel gentoo.org> dev-perl/Graph/{Graph-0.973.200.ebuild => Graph-0.973.200-r1.ebuild} | 3 +-- dev-perl/Graph/{Graph-0.973.300.ebuild => Graph-0.973.300-r1.ebuild} | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/dev-perl/Graph/Graph-0.973.200.ebuild b/dev-perl/Graph/Graph-0.973.200-r1.ebuild similarity index 90% rename from dev-perl/Graph/Graph-0.973.200.ebuild rename to dev-perl/Graph/Graph-0.973.200-r1.ebuild index 96569529a3ca..b78b19320b5b 100644 --- a/dev-perl/Graph/Graph-0.973.200.ebuild +++ b/dev-perl/Graph/Graph-0.973.200-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,7 +15,6 @@ KEYWORDS="~alpha amd64 ppc sparc x86" RDEPEND=" >=dev-perl/Heap-0.800.0 >=virtual/perl-Scalar-List-Utils-1.450.0 - virtual/perl-Safe >=dev-perl/Set-Object-1.400.0 >=virtual/perl-Storable-2.50.0 " diff --git a/dev-perl/Graph/Graph-0.973.300.ebuild b/dev-perl/Graph/Graph-0.973.300-r1.ebuild similarity index 96% rename from dev-perl/Graph/Graph-0.973.300.ebuild rename to dev-perl/Graph/Graph-0.973.300-r1.ebuild index bec46dfd4ff7..f1b40158c8ec 100644 --- a/dev-perl/Graph/Graph-0.973.300.ebuild +++ b/dev-perl/Graph/Graph-0.973.300-r1.ebuild @@ -15,7 +15,6 @@ KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" RDEPEND=" >=dev-perl/Heap-0.800.0 >=virtual/perl-Scalar-List-Utils-1.450.0 - virtual/perl-Safe >=dev-perl/Set-Object-1.400.0 >=virtual/perl-Storable-2.50.0 "