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 69EB3138334 for ; Tue, 11 Sep 2018 11:55:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F31EFE0D3C; Tue, 11 Sep 2018 11:55:45 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 C9DFDE0C4D for ; Tue, 11 Sep 2018 11:55:45 +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 9AD2E335D4E for ; Tue, 11 Sep 2018 11:55:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C6A673D4 for ; Tue, 11 Sep 2018 11:55:41 +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: <1536666907.8223b39cb2e21826534bf57926177a8958131435.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/enigmail/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-plugins/enigmail/enigmail-2.0.8.ebuild x11-plugins/enigmail/enigmail-9999.ebuild X-VCS-Directories: x11-plugins/enigmail/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 8223b39cb2e21826534bf57926177a8958131435 X-VCS-Branch: master Date: Tue, 11 Sep 2018 11:55:41 +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: b1e4fe72-36bc-4db5-a44e-769603c18ec4 X-Archives-Hash: 11cbe61d25be91ee9c1b07979b61386a commit: 8223b39cb2e21826534bf57926177a8958131435 Author: Thomas Deutschmann gentoo org> AuthorDate: Tue Sep 11 11:55:07 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Tue Sep 11 11:55:07 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8223b39c x11-plugins/enigmail: use HTTPS Package-Manager: Portage-2.3.49, Repoman-2.3.10 x11-plugins/enigmail/enigmail-2.0.8.ebuild | 6 +++--- x11-plugins/enigmail/enigmail-9999.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/x11-plugins/enigmail/enigmail-2.0.8.ebuild b/x11-plugins/enigmail/enigmail-2.0.8.ebuild index b50ff47be19..bf24ee1477b 100644 --- a/x11-plugins/enigmail/enigmail-2.0.8.ebuild +++ b/x11-plugins/enigmail/enigmail-2.0.8.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 ) inherit python-any-r1 DESCRIPTION="Mozilla extension to provide GPG support in mail clients" -HOMEPAGE="http://www.enigmail.net/" +HOMEPAGE="https://www.enigmail.net/" SLOT="0" LICENSE="MPL-2.0 GPL-3" @@ -18,9 +18,9 @@ if [[ ${PV} == *9999 ]]; then S="${WORKDIR}/${P}" else if [[ ${PV} = *_beta* ]] ; then - SRC_URI="http://www.enigmail.net/download/beta/${P/_/-}.tar.gz" + SRC_URI="https://www.enigmail.net/download/beta/${P/_/-}.tar.gz" else - SRC_URI="http://www.enigmail.net/download/source/${P}.tar.gz" + SRC_URI="https://www.enigmail.net/download/source/${P}.tar.gz" KEYWORDS="~alpha amd64 ~arm ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux" fi S="${WORKDIR}/${PN}" diff --git a/x11-plugins/enigmail/enigmail-9999.ebuild b/x11-plugins/enigmail/enigmail-9999.ebuild index 7f808de531f..752b1acb863 100644 --- a/x11-plugins/enigmail/enigmail-9999.ebuild +++ b/x11-plugins/enigmail/enigmail-9999.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 ) inherit python-any-r1 DESCRIPTION="Mozilla extension to provide GPG support in mail clients" -HOMEPAGE="http://www.enigmail.net/" +HOMEPAGE="https://www.enigmail.net/" SLOT="0" LICENSE="MPL-2.0 GPL-3" @@ -18,9 +18,9 @@ if [[ ${PV} == *9999 ]]; then S="${WORKDIR}/${P}" else if [[ ${PV} = *_beta* ]] ; then - SRC_URI="http://www.enigmail.net/download/beta/${P/_/-}.tar.gz" + SRC_URI="https://www.enigmail.net/download/beta/${P/_/-}.tar.gz" else - SRC_URI="http://www.enigmail.net/download/source/${P}.tar.gz" + SRC_URI="https://www.enigmail.net/download/source/${P}.tar.gz" KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" fi S="${WORKDIR}/${PN}"