From: Thomas Deutschmann Date: Tue, 11 Sep 2018 11:55:07 +0000 (+0200) Subject: x11-plugins/enigmail: use HTTPS X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=8223b39cb2e21826534bf57926177a8958131435;p=gentoo.git x11-plugins/enigmail: use HTTPS Package-Manager: Portage-2.3.49, Repoman-2.3.10 --- diff --git a/x11-plugins/enigmail/enigmail-2.0.8.ebuild b/x11-plugins/enigmail/enigmail-2.0.8.ebuild index b50ff47be19b..bf24ee1477be 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 7f808de531ff..752b1acb8637 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}"