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 775CC1581EE for ; Mon, 31 Mar 2025 21:11:17 +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 3E9FF34325C for ; Mon, 31 Mar 2025 21:11:17 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 1E25D1104B2; Mon, 31 Mar 2025 21:11:12 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 0F9BD1104B1 for ; Mon, 31 Mar 2025 21:11:12 +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 C04F1343056 for ; Mon, 31 Mar 2025 21:11:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 225A31DF6 for ; Mon, 31 Mar 2025 21:11:10 +0000 (UTC) From: "Sam James" 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" Message-ID: <1743455394.0f64faed03a1957ea70ed4746f1f9ef3d533a284.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/mpop/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/mpop/mpop-1.4.7-r1.ebuild net-mail/mpop/mpop-1.4.7.ebuild X-VCS-Directories: net-mail/mpop/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0f64faed03a1957ea70ed4746f1f9ef3d533a284 X-VCS-Branch: master Date: Mon, 31 Mar 2025 21:11:10 +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: db64d6fa-7315-40c6-ad11-844d4215219c X-Archives-Hash: 6e34d876ead95f698eb687d9c25ffce5 commit: 0f64faed03a1957ea70ed4746f1f9ef3d533a284 Author: Sam James gentoo org> AuthorDate: Mon Mar 31 21:02:53 2025 +0000 Commit: Sam James gentoo org> CommitDate: Mon Mar 31 21:09:54 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f64faed net-mail/mpop: move away from deprecated virtual/gsasl Signed-off-by: Sam James gentoo.org> net-mail/mpop/{mpop-1.4.7.ebuild => mpop-1.4.7-r1.ebuild} | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/net-mail/mpop/mpop-1.4.7.ebuild b/net-mail/mpop/mpop-1.4.7-r1.ebuild similarity index 86% rename from net-mail/mpop/mpop-1.4.7.ebuild rename to net-mail/mpop/mpop-1.4.7-r1.ebuild index 7e12850dd83b..ed615a5183b0 100644 --- a/net-mail/mpop/mpop-1.4.7.ebuild +++ b/net-mail/mpop/mpop-1.4.7-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,16 +16,19 @@ RDEPEND=" idn? ( net-dns/libidn2 ) keyring? ( app-crypt/libsecret ) nls? ( virtual/libintl ) - sasl? ( virtual/gsasl ) + sasl? ( net-misc/gsasl[client] ) ssl? ( gnutls? ( net-libs/gnutls:0=[idn?] ) !gnutls? ( - dev-libs/openssl:0= + dev-libs/openssl:= ) - )" -DEPEND="${RDEPEND} + ) +" +DEPEND=" + ${RDEPEND} nls? ( sys-devel/gettext ) - virtual/pkgconfig" + virtual/pkgconfig +" REQUIRED_USE="gnutls? ( ssl )"