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 BF0711582EF for ; Tue, 04 Mar 2025 22:45:56 +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 A9C57342FB1 for ; Tue, 04 Mar 2025 22:45:56 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id AA9CA1102D0; Tue, 04 Mar 2025 22:45:55 +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 A0D8C1102D0 for ; Tue, 04 Mar 2025 22:45:55 +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 52398342FAA for ; Tue, 04 Mar 2025 22:45:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DC5CB285A for ; Tue, 04 Mar 2025 22:45:53 +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: <1741128307.db16374a134b7a2532eb8a5d42f56106c70ea19d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/certbot/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/certbot/certbot-3.2.0-r100.ebuild X-VCS-Directories: app-crypt/certbot/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: db16374a134b7a2532eb8a5d42f56106c70ea19d X-VCS-Branch: master Date: Tue, 04 Mar 2025 22:45:53 +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: 811a3e43-65ba-4087-b52e-ceac4500aab7 X-Archives-Hash: 576dd8621a9c0ef1ac4a9ea418bc8cdd commit: db16374a134b7a2532eb8a5d42f56106c70ea19d Author: Thibaud CANALE thican net> AuthorDate: Mon Mar 3 14:15:48 2025 +0000 Commit: Sam James gentoo org> CommitDate: Tue Mar 4 22:45:07 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db16374a app-crypt/certbot: accept related transition packages The new merged app-crypt/certbot has blockers on all the old split modules like certbot-nginx, which leads to poor UX when users who have e.g. certbot-nginx in their world file now to try to upgrade. Add a dummy set of ebuilds for the old split modules to depend on the merged certbot with the right USE, which we can last-rite in a while. Signed-off-by: Thibaud CANALE thican.net> Signed-off-by: Sam James gentoo.org> app-crypt/certbot/certbot-3.2.0-r100.ebuild | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/app-crypt/certbot/certbot-3.2.0-r100.ebuild b/app-crypt/certbot/certbot-3.2.0-r100.ebuild index dd7cd3d9d641..c14b47d5ff54 100644 --- a/app-crypt/certbot/certbot-3.2.0-r100.ebuild +++ b/app-crypt/certbot/certbot-3.2.0-r100.ebuild @@ -71,15 +71,15 @@ BDEPEND=" # See each setup.py for dependencies # Also discard the previous related packages +# except their transition step RDEPEND=" - !app-crypt/acme - !app-crypt/certbot-apache - !app-crypt/certbot-nginx - !app-crypt/certbot-dns-dnsimple - !app-crypt/certbot-dns-nsone - !app-crypt/certbot-dns-cloudflare - !app-crypt/certbot-dns-desec - !app-crypt/certbot-dns-rfc2136 + !=dev-python/configargparse-1.5.3[${PYTHON_USEDEP}] @@ -137,6 +137,8 @@ RDEPEND=" selinux? ( sec-policy/selinux-certbot ) " # RDEPEND+=" +# !=dev-python/requests-toolbelt-0.3.0[${PYTHON_USEDEP}] # @TODO is still necessary? # certbot-dns-cloudflare? ( # # Available in GURU