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 5774315827B for ; Wed, 20 Aug 2025 11:30:43 +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 230A9340DE1 for ; Wed, 20 Aug 2025 11:30:43 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 14FE0110280; Wed, 20 Aug 2025 11:30:42 +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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 091C6110280 for ; Wed, 20 Aug 2025 11:30:41 +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 A916E340DE1 for ; Wed, 20 Aug 2025 11:30:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2195933AD for ; Wed, 20 Aug 2025 11:30:40 +0000 (UTC) From: "WANG Xuerui" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "WANG Xuerui" Message-ID: <1755689081.97e9af3fecf0c75c366adbf35630d2ee8b38ad47.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/thunderbird/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-client/thunderbird/thunderbird-142.0.ebuild X-VCS-Directories: mail-client/thunderbird/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: 97e9af3fecf0c75c366adbf35630d2ee8b38ad47 X-VCS-Branch: master Date: Wed, 20 Aug 2025 11:30:40 +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: 666764f9-1764-4d66-9acc-a1342d94fd9f X-Archives-Hash: 8db80542e5b5f926802a40ffb7ae47d9 commit: 97e9af3fecf0c75c366adbf35630d2ee8b38ad47 Author: WANG Xuerui gentoo org> AuthorDate: Wed Aug 20 10:13:00 2025 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Wed Aug 20 11:24:41 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97e9af3f mail-client/thunderbird: remove loong patchset for 142 All loong-specific patches have been upstream since Firefox/Thunderbird 142. Signed-off-by: WANG Xuerui gentoo.org> mail-client/thunderbird/thunderbird-142.0.ebuild | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/mail-client/thunderbird/thunderbird-142.0.ebuild b/mail-client/thunderbird/thunderbird-142.0.ebuild index 0a248f6dee3c..4b921e95c5fb 100644 --- a/mail-client/thunderbird/thunderbird-142.0.ebuild +++ b/mail-client/thunderbird/thunderbird-142.0.ebuild @@ -4,7 +4,6 @@ EAPI=8 FIREFOX_PATCHSET="firefox-141-patches-02t.tar.xz" -FIREFOX_LOONG_PATCHSET="firefox-139-loong-patches-02.tar.xz" LLVM_COMPAT=( 19 20 ) @@ -59,10 +58,7 @@ PATCH_URIS=( ) SRC_URI="${MOZ_SRC_BASE_URI}/source/${MOZ_P}.source.tar.xz -> ${MOZ_P_DISTFILES}.source.tar.xz - ${PATCH_URIS[@]} - loong? ( - https://dev.gentoo.org/~xen0n/distfiles/www-client/${MOZ_PN}/${FIREFOX_LOONG_PATCHSET} - )" + ${PATCH_URIS[@]}" S="${WORKDIR}/${PN}-${PV%_*}" if [[ -n ${MOZ_ESR} ]] ; then