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 F12261381F3 for ; Sun, 4 Oct 2020 09:59:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4CBA6E0887; Sun, 4 Oct 2020 09:59:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 31EC0E0887 for ; Sun, 4 Oct 2020 09:59:51 +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 340C933D5A5 for ; Sun, 4 Oct 2020 09:59:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DBD2F343 for ; Sun, 4 Oct 2020 09:59:48 +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: <1601805580.207bcef50044579a6a6e01995e977e4f66ecfd5e.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/thunderbird-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-client/thunderbird-bin/thunderbird-bin-78.3.1.ebuild X-VCS-Directories: mail-client/thunderbird-bin/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 207bcef50044579a6a6e01995e977e4f66ecfd5e X-VCS-Branch: master Date: Sun, 4 Oct 2020 09:59:48 +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: 3cccbad4-22ee-4337-a156-5e1137422c35 X-Archives-Hash: 363b6c81027a05132e0334590c626b0b commit: 207bcef50044579a6a6e01995e977e4f66ecfd5e Author: Joonas Niilola gentoo org> AuthorDate: Sun Oct 4 09:59:14 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sun Oct 4 09:59:40 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=207bcef5 mail-client/thunderbird-bin: update HOMEPAGE and DESCRIPTION on 78 Closes: https://bugs.gentoo.org/746509 Signed-off-by: Joonas Niilola gentoo.org> mail-client/thunderbird-bin/thunderbird-bin-78.3.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mail-client/thunderbird-bin/thunderbird-bin-78.3.1.ebuild b/mail-client/thunderbird-bin/thunderbird-bin-78.3.1.ebuild index ab05ceddf1b..4c93b125747 100644 --- a/mail-client/thunderbird-bin/thunderbird-bin-78.3.1.ebuild +++ b/mail-client/thunderbird-bin/thunderbird-bin-78.3.1.ebuild @@ -25,8 +25,8 @@ MOZ_SRC_BASE_URI="https://archive.mozilla.org/pub/${MOZ_PN}/releases/${MOZ_PV}" SRC_URI="amd64? ( ${MOZ_SRC_BASE_URI}/linux-x86_64/en-US/${MOZ_P}.tar.bz2 -> ${PN}_x86_64-${PV}.tar.bz2 ) x86? ( ${MOZ_SRC_BASE_URI}/linux-i686/en-US/${MOZ_P}.tar.bz2 -> ${PN}_i686-${PV}.tar.bz2 )" -DESCRIPTION="Firefox Web Browser" -HOMEPAGE="https://www.mozilla.com/firefox" +DESCRIPTION="Thunderbird Mail Client" +HOMEPAGE="https://www.thunderbird.net/" KEYWORDS="-* amd64 x86" SLOT="0/$(ver_cut 1)"