commit: 8223b39cb2e21826534bf57926177a8958131435 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Tue Sep 11 11:55:07 2018 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> 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}"
