From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EDB771382C5 for ; Sun, 18 Mar 2018 15:01:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB2DCE07C5; Sun, 18 Mar 2018 15:01:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B50CBE07C5 for ; Sun, 18 Mar 2018 15:01:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5B33E335D2E for ; Sun, 18 Mar 2018 15:01:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CD9A2242 for ; Sun, 18 Mar 2018 15:01:18 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1521385194.a91819c7ad8114eeef476859880c874f889cab1e.whissi@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-52.6.0.ebuild www-client/firefox-bin/firefox-bin-58.0.1.ebuild X-VCS-Directories: www-client/firefox-bin/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: a91819c7ad8114eeef476859880c874f889cab1e X-VCS-Branch: master Date: Sun, 18 Mar 2018 15:01:18 +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-Archives-Salt: d04b9db7-dafd-4650-b2b5-56c248f9833e X-Archives-Hash: 2620b96c6d4c4769d979f265ad9255f2 commit: a91819c7ad8114eeef476859880c874f889cab1e Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Mar 18 14:59:54 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Mar 18 14:59:54 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a91819c7 www-client/firefox-bin: HOMEPAGE updated Package-Manager: Portage-2.3.24, Repoman-2.3.6 www-client/firefox-bin/firefox-bin-52.6.0.ebuild | 2 +- www-client/firefox-bin/firefox-bin-58.0.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/www-client/firefox-bin/firefox-bin-52.6.0.ebuild b/www-client/firefox-bin/firefox-bin-52.6.0.ebuild index fe974f2962a..a2e43789eda 100644 --- a/www-client/firefox-bin/firefox-bin-52.6.0.ebuild +++ b/www-client/firefox-bin/firefox-bin-52.6.0.ebuild @@ -30,7 +30,7 @@ DESCRIPTION="Firefox Web Browser" SRC_URI="${SRC_URI} amd64? ( ${MOZ_HTTP_URI%/}/${MOZ_PV}/linux-x86_64/en-US/${MOZ_P}.tar.bz2 -> ${PN}_x86_64-${PV}.tar.bz2 ) x86? ( ${MOZ_HTTP_URI%/}/${MOZ_PV}/linux-i686/en-US/${MOZ_P}.tar.bz2 -> ${PN}_i686-${PV}.tar.bz2 )" -HOMEPAGE="http://www.mozilla.com/firefox" +HOMEPAGE="https://www.mozilla.org/en-US/firefox/" RESTRICT="strip mirror" KEYWORDS="-* amd64 x86" diff --git a/www-client/firefox-bin/firefox-bin-58.0.1.ebuild b/www-client/firefox-bin/firefox-bin-58.0.1.ebuild index e3d638ecc9d..e7d5b6da468 100644 --- a/www-client/firefox-bin/firefox-bin-58.0.1.ebuild +++ b/www-client/firefox-bin/firefox-bin-58.0.1.ebuild @@ -29,7 +29,7 @@ DESCRIPTION="Firefox Web Browser" SRC_URI="${SRC_URI} amd64? ( ${MOZ_HTTP_URI%/}/${MOZ_PV}/linux-x86_64/en-US/${MOZ_P}.tar.bz2 -> ${PN}_x86_64-${PV}.tar.bz2 ) x86? ( ${MOZ_HTTP_URI%/}/${MOZ_PV}/linux-i686/en-US/${MOZ_P}.tar.bz2 -> ${PN}_i686-${PV}.tar.bz2 )" -HOMEPAGE="http://www.mozilla.com/firefox" +HOMEPAGE="https://www.mozilla.org/en-US/firefox/" RESTRICT="strip mirror" KEYWORDS="-* ~amd64 ~x86"