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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AC67A1584F2 for ; Wed, 19 Mar 2025 21:00:47 +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) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 9BFEE343148 for ; Wed, 19 Mar 2025 21:00:47 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 97A9711037F; Wed, 19 Mar 2025 21:00:46 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 bobolink.gentoo.org (Postfix) with ESMTPS id 8FE1611037F for ; Wed, 19 Mar 2025 21:00:46 +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 4618F343143 for ; Wed, 19 Mar 2025 21:00:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9DEC11C96 for ; Wed, 19 Mar 2025 21:00:44 +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: <1742417989.6d287fe10c509f309355a4d4852cf54089565825.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/gnutls/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/gnutls/gnutls-3.8.8.ebuild net-libs/gnutls/gnutls-3.8.9-r1.ebuild X-VCS-Directories: net-libs/gnutls/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6d287fe10c509f309355a4d4852cf54089565825 X-VCS-Branch: master Date: Wed, 19 Mar 2025 21:00:44 +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: 3b586bb3-7b34-4991-9168-ac4208413fcb X-Archives-Hash: 862e5e6587cbaa4c62e394760336de7c commit: 6d287fe10c509f309355a4d4852cf54089565825 Author: Sam James gentoo org> AuthorDate: Wed Mar 19 20:59:35 2025 +0000 Commit: Sam James gentoo org> CommitDate: Wed Mar 19 20:59:49 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d287fe1 net-libs/gnutls: drop stale S workaround Signed-off-by: Sam James gentoo.org> net-libs/gnutls/gnutls-3.8.8.ebuild | 4 ---- net-libs/gnutls/gnutls-3.8.9-r1.ebuild | 4 ---- 2 files changed, 8 deletions(-) diff --git a/net-libs/gnutls/gnutls-3.8.8.ebuild b/net-libs/gnutls/gnutls-3.8.8.ebuild index 97af7a7619d3..f370dd7989b4 100644 --- a/net-libs/gnutls/gnutls-3.8.8.ebuild +++ b/net-libs/gnutls/gnutls-3.8.8.ebuild @@ -10,10 +10,6 @@ DESCRIPTION="A secure communications library implementing the SSL, TLS and DTLS HOMEPAGE="https://www.gnutls.org/" SRC_URI="mirror://gnupg/gnutls/v$(ver_cut 1-2)/${P}.tar.xz" SRC_URI+=" verify-sig? ( mirror://gnupg/gnutls/v$(ver_cut 1-2)/${P}.tar.xz.sig )" -if [[ ${PV} == 3.8.7.1 ]] ; then - # Workaround for botched dist tarball - S="${WORKDIR}"/gnutls-3.8.7 -fi LICENSE="GPL-3 LGPL-2.1+" # As of 3.8.0, the C++ library is header-only, but we won't drop the subslot diff --git a/net-libs/gnutls/gnutls-3.8.9-r1.ebuild b/net-libs/gnutls/gnutls-3.8.9-r1.ebuild index 9aff6cdc0997..be423c1f2ca0 100644 --- a/net-libs/gnutls/gnutls-3.8.9-r1.ebuild +++ b/net-libs/gnutls/gnutls-3.8.9-r1.ebuild @@ -10,10 +10,6 @@ DESCRIPTION="A secure communications library implementing the SSL, TLS and DTLS HOMEPAGE="https://www.gnutls.org/" SRC_URI="mirror://gnupg/gnutls/v$(ver_cut 1-2)/${P}.tar.xz" SRC_URI+=" verify-sig? ( mirror://gnupg/gnutls/v$(ver_cut 1-2)/${P}.tar.xz.sig )" -if [[ ${PV} == 3.8.7.1 ]] ; then - # Workaround for botched dist tarball - S="${WORKDIR}"/gnutls-3.8.7 -fi LICENSE="GPL-3 LGPL-2.1+" # As of 3.8.0, the C++ library is header-only, but we won't drop the subslot