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 59C8215827B for ; Wed, 13 Aug 2025 06:25:50 +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 44EC5340C15 for ; Wed, 13 Aug 2025 06:25:50 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 36582110280; Wed, 13 Aug 2025 06:25:49 +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 27142110280 for ; Wed, 13 Aug 2025 06:25:49 +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 C3375340C15 for ; Wed, 13 Aug 2025 06:25:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2ECF1333F for ; Wed, 13 Aug 2025 06:25:47 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1755066344.7e5e2d8cef87371cccf26e2a7adee4c87c1968e7.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/firefox-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/firefox-bin/firefox-bin-128.13.0.ebuild www-client/firefox-bin/firefox-bin-140.0.4.ebuild www-client/firefox-bin/firefox-bin-140.1.0.ebuild www-client/firefox-bin/firefox-bin-141.0.2.ebuild www-client/firefox-bin/firefox-bin-141.0.3.ebuild www-client/firefox-bin/firefox-bin-141.0.ebuild X-VCS-Directories: www-client/firefox-bin/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 7e5e2d8cef87371cccf26e2a7adee4c87c1968e7 X-VCS-Branch: master Date: Wed, 13 Aug 2025 06:25:47 +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: ba4c44b7-09ff-423c-89a0-eb8bafcd9cfd X-Archives-Hash: fb7b0a70bb520e4c8e60dd28068867e7 commit: 7e5e2d8cef87371cccf26e2a7adee4c87c1968e7 Author: Joonas Niilola gentoo org> AuthorDate: Wed Aug 13 06:23:15 2025 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Aug 13 06:25:44 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e5e2d8c www-client/firefox-bin: update HOMEPAGE Signed-off-by: Joonas Niilola gentoo.org> www-client/firefox-bin/firefox-bin-128.13.0.ebuild | 4 ++-- www-client/firefox-bin/firefox-bin-140.0.4.ebuild | 4 ++-- www-client/firefox-bin/firefox-bin-140.1.0.ebuild | 4 ++-- www-client/firefox-bin/firefox-bin-141.0.2.ebuild | 4 ++-- www-client/firefox-bin/firefox-bin-141.0.3.ebuild | 4 ++-- www-client/firefox-bin/firefox-bin-141.0.ebuild | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/www-client/firefox-bin/firefox-bin-128.13.0.ebuild b/www-client/firefox-bin/firefox-bin-128.13.0.ebuild index b9652518f8d3..63d3f2c7a24b 100644 --- a/www-client/firefox-bin/firefox-bin-128.13.0.ebuild +++ b/www-client/firefox-bin/firefox-bin-128.13.0.ebuild @@ -19,10 +19,10 @@ fi if [[ -n ${MOZ_ESR} ]] ; then # ESR releases have slightly different version numbers MOZ_PV="${MOZ_PV}esr" - HOMEPAGE="https://www.mozilla.com/firefox https://www.mozilla.org/firefox/enterprise/" + HOMEPAGE="https://www.firefox.com https://www.firefox.com/enterprise/" SLOT="esr" else - HOMEPAGE="https://www.mozilla.com/firefox" + HOMEPAGE="https://www.firefox.com" SLOT="rapid" fi diff --git a/www-client/firefox-bin/firefox-bin-140.0.4.ebuild b/www-client/firefox-bin/firefox-bin-140.0.4.ebuild index 1ef9b649682b..cdcbbe30ad41 100644 --- a/www-client/firefox-bin/firefox-bin-140.0.4.ebuild +++ b/www-client/firefox-bin/firefox-bin-140.0.4.ebuild @@ -19,10 +19,10 @@ fi if [[ -n ${MOZ_ESR} ]] ; then # ESR releases have slightly different version numbers MOZ_PV="${MOZ_PV}esr" - HOMEPAGE="https://www.mozilla.com/firefox https://www.mozilla.org/firefox/enterprise/" + HOMEPAGE="https://www.firefox.com https://www.firefox.com/enterprise/" SLOT="esr" else - HOMEPAGE="https://www.mozilla.com/firefox" + HOMEPAGE="https://www.firefox.com" SLOT="rapid" fi diff --git a/www-client/firefox-bin/firefox-bin-140.1.0.ebuild b/www-client/firefox-bin/firefox-bin-140.1.0.ebuild index 70cbcf96fe69..60c6d102ff35 100644 --- a/www-client/firefox-bin/firefox-bin-140.1.0.ebuild +++ b/www-client/firefox-bin/firefox-bin-140.1.0.ebuild @@ -19,10 +19,10 @@ fi if [[ -n ${MOZ_ESR} ]] ; then # ESR releases have slightly different version numbers MOZ_PV="${MOZ_PV}esr" - HOMEPAGE="https://www.mozilla.com/firefox https://www.mozilla.org/firefox/enterprise/" + HOMEPAGE="https://www.firefox.com https://www.firefox.com/enterprise/" SLOT="esr" else - HOMEPAGE="https://www.mozilla.com/firefox" + HOMEPAGE="https://www.firefox.com" SLOT="rapid" fi diff --git a/www-client/firefox-bin/firefox-bin-141.0.2.ebuild b/www-client/firefox-bin/firefox-bin-141.0.2.ebuild index 1ef9b649682b..cdcbbe30ad41 100644 --- a/www-client/firefox-bin/firefox-bin-141.0.2.ebuild +++ b/www-client/firefox-bin/firefox-bin-141.0.2.ebuild @@ -19,10 +19,10 @@ fi if [[ -n ${MOZ_ESR} ]] ; then # ESR releases have slightly different version numbers MOZ_PV="${MOZ_PV}esr" - HOMEPAGE="https://www.mozilla.com/firefox https://www.mozilla.org/firefox/enterprise/" + HOMEPAGE="https://www.firefox.com https://www.firefox.com/enterprise/" SLOT="esr" else - HOMEPAGE="https://www.mozilla.com/firefox" + HOMEPAGE="https://www.firefox.com" SLOT="rapid" fi diff --git a/www-client/firefox-bin/firefox-bin-141.0.3.ebuild b/www-client/firefox-bin/firefox-bin-141.0.3.ebuild index 1ef9b649682b..cdcbbe30ad41 100644 --- a/www-client/firefox-bin/firefox-bin-141.0.3.ebuild +++ b/www-client/firefox-bin/firefox-bin-141.0.3.ebuild @@ -19,10 +19,10 @@ fi if [[ -n ${MOZ_ESR} ]] ; then # ESR releases have slightly different version numbers MOZ_PV="${MOZ_PV}esr" - HOMEPAGE="https://www.mozilla.com/firefox https://www.mozilla.org/firefox/enterprise/" + HOMEPAGE="https://www.firefox.com https://www.firefox.com/enterprise/" SLOT="esr" else - HOMEPAGE="https://www.mozilla.com/firefox" + HOMEPAGE="https://www.firefox.com" SLOT="rapid" fi diff --git a/www-client/firefox-bin/firefox-bin-141.0.ebuild b/www-client/firefox-bin/firefox-bin-141.0.ebuild index 1ef9b649682b..cdcbbe30ad41 100644 --- a/www-client/firefox-bin/firefox-bin-141.0.ebuild +++ b/www-client/firefox-bin/firefox-bin-141.0.ebuild @@ -19,10 +19,10 @@ fi if [[ -n ${MOZ_ESR} ]] ; then # ESR releases have slightly different version numbers MOZ_PV="${MOZ_PV}esr" - HOMEPAGE="https://www.mozilla.com/firefox https://www.mozilla.org/firefox/enterprise/" + HOMEPAGE="https://www.firefox.com https://www.firefox.com/enterprise/" SLOT="esr" else - HOMEPAGE="https://www.mozilla.com/firefox" + HOMEPAGE="https://www.firefox.com" SLOT="rapid" fi