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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0E43D15807B for ; Tue, 5 Nov 2024 08:05:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 13B8EE07D0; Tue, 5 Nov 2024 08:05:01 +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 F2CA7E07D0 for ; Tue, 5 Nov 2024 08:05:00 +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 CB0FC342F9B for ; Tue, 5 Nov 2024 08:04:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5FBE31A26 for ; Tue, 5 Nov 2024 08:04:58 +0000 (UTC) From: "Petr Vaněk" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Petr Vaněk" Message-ID: <1730793836.2717ce662c8844a23b66792ef591730cc7f96970.arkamar@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/checkpassword/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/checkpassword/checkpassword-0-r1.ebuild virtual/checkpassword/checkpassword-0-r2.ebuild X-VCS-Directories: virtual/checkpassword/ X-VCS-Committer: arkamar X-VCS-Committer-Name: Petr Vaněk X-VCS-Revision: 2717ce662c8844a23b66792ef591730cc7f96970 X-VCS-Branch: master Date: Tue, 5 Nov 2024 08:04:58 +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: 42505a48-9a16-40c0-9b9a-d926c58f8c00 X-Archives-Hash: 38b8c9210b4fa0de534a97597e89f0af commit: 2717ce662c8844a23b66792ef591730cc7f96970 Author: Petr Vaněk gentoo org> AuthorDate: Fri Oct 25 09:41:23 2024 +0000 Commit: Petr Vaněk gentoo org> CommitDate: Tue Nov 5 08:03:56 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2717ce66 virtual/checkpassword: remove nonexistent net-mail/cmd5checkpw dep The net-mail/cmd5checkpw was treecleaned in commit 5fb2f02da424 ("net-mail/cmd5checkpw: treeclean") almost two years ago. Bug: https://bugs.gentoo.org/833292 Closes: https://github.com/gentoo/gentoo/pull/39106 Signed-off-by: Petr Vaněk gentoo.org> .../{checkpassword-0-r1.ebuild => checkpassword-0-r2.ebuild} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/virtual/checkpassword/checkpassword-0-r1.ebuild b/virtual/checkpassword/checkpassword-0-r2.ebuild similarity index 84% rename from virtual/checkpassword/checkpassword-0-r1.ebuild rename to virtual/checkpassword/checkpassword-0-r2.ebuild index 4b9a21777d53..37b667669fb0 100644 --- a/virtual/checkpassword/checkpassword-0-r1.ebuild +++ b/virtual/checkpassword/checkpassword-0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,6 +11,5 @@ KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~m68k ~mips ppc64 ~s390 sparc x86" RDEPEND="|| ( net-mail/checkpassword net-mail/checkpassword-pam - net-mail/cmd5checkpw net-mail/vpopmail )"