Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/enigmail/
Date: Tue, 11 Sep 2018 11:55:48
Message-Id: 1536666907.8223b39cb2e21826534bf57926177a8958131435.whissi@gentoo
1 commit: 8223b39cb2e21826534bf57926177a8958131435
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 11 11:55:07 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 11 11:55:07 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8223b39c
7
8 x11-plugins/enigmail: use HTTPS
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.10
11
12 x11-plugins/enigmail/enigmail-2.0.8.ebuild | 6 +++---
13 x11-plugins/enigmail/enigmail-9999.ebuild | 6 +++---
14 2 files changed, 6 insertions(+), 6 deletions(-)
15
16 diff --git a/x11-plugins/enigmail/enigmail-2.0.8.ebuild b/x11-plugins/enigmail/enigmail-2.0.8.ebuild
17 index b50ff47be19..bf24ee1477b 100644
18 --- a/x11-plugins/enigmail/enigmail-2.0.8.ebuild
19 +++ b/x11-plugins/enigmail/enigmail-2.0.8.ebuild
20 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 )
21 inherit python-any-r1
22
23 DESCRIPTION="Mozilla extension to provide GPG support in mail clients"
24 -HOMEPAGE="http://www.enigmail.net/"
25 +HOMEPAGE="https://www.enigmail.net/"
26
27 SLOT="0"
28 LICENSE="MPL-2.0 GPL-3"
29 @@ -18,9 +18,9 @@ if [[ ${PV} == *9999 ]]; then
30 S="${WORKDIR}/${P}"
31 else
32 if [[ ${PV} = *_beta* ]] ; then
33 - SRC_URI="http://www.enigmail.net/download/beta/${P/_/-}.tar.gz"
34 + SRC_URI="https://www.enigmail.net/download/beta/${P/_/-}.tar.gz"
35 else
36 - SRC_URI="http://www.enigmail.net/download/source/${P}.tar.gz"
37 + SRC_URI="https://www.enigmail.net/download/source/${P}.tar.gz"
38 KEYWORDS="~alpha amd64 ~arm ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux"
39 fi
40 S="${WORKDIR}/${PN}"
41
42 diff --git a/x11-plugins/enigmail/enigmail-9999.ebuild b/x11-plugins/enigmail/enigmail-9999.ebuild
43 index 7f808de531f..752b1acb863 100644
44 --- a/x11-plugins/enigmail/enigmail-9999.ebuild
45 +++ b/x11-plugins/enigmail/enigmail-9999.ebuild
46 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 )
47 inherit python-any-r1
48
49 DESCRIPTION="Mozilla extension to provide GPG support in mail clients"
50 -HOMEPAGE="http://www.enigmail.net/"
51 +HOMEPAGE="https://www.enigmail.net/"
52
53 SLOT="0"
54 LICENSE="MPL-2.0 GPL-3"
55 @@ -18,9 +18,9 @@ if [[ ${PV} == *9999 ]]; then
56 S="${WORKDIR}/${P}"
57 else
58 if [[ ${PV} = *_beta* ]] ; then
59 - SRC_URI="http://www.enigmail.net/download/beta/${P/_/-}.tar.gz"
60 + SRC_URI="https://www.enigmail.net/download/beta/${P/_/-}.tar.gz"
61 else
62 - SRC_URI="http://www.enigmail.net/download/source/${P}.tar.gz"
63 + SRC_URI="https://www.enigmail.net/download/source/${P}.tar.gz"
64 KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
65 fi
66 S="${WORKDIR}/${PN}"