From: Michael Mair-Keimberger Date: Sun, 10 Jun 2018 09:31:17 +0000 (+0200) Subject: mail-client/claws-mail: use HTTPs X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=2ad85c35316caa792f24ce96ab9785093d627985;p=gentoo.git mail-client/claws-mail: use HTTPs --- diff --git a/mail-client/claws-mail/claws-mail-3.15.0-r2.ebuild b/mail-client/claws-mail/claws-mail-3.15.0-r2.ebuild index 7aea37bf8281..8ba2db39ab46 100644 --- a/mail-client/claws-mail/claws-mail-3.15.0-r2.ebuild +++ b/mail-client/claws-mail/claws-mail-3.15.0-r2.ebuild @@ -7,9 +7,9 @@ PYTHON_COMPAT=( python2_7 ) inherit autotools gnome2-utils python-single-r1 xdg-utils DESCRIPTION="An email client (and news reader) based on GTK+" -HOMEPAGE="http://www.claws-mail.org/" +HOMEPAGE="https://www.claws-mail.org/" -SRC_URI="http://www.claws-mail.org/download.php?file=releases/${P}.tar.xz" +SRC_URI="https://www.claws-mail.org/download.php?file=releases/${P}.tar.xz" SLOT="0" LICENSE="GPL-3" diff --git a/mail-client/claws-mail/claws-mail-3.15.1.ebuild b/mail-client/claws-mail/claws-mail-3.15.1.ebuild index 519cd735f964..8a2d2a097e6b 100644 --- a/mail-client/claws-mail/claws-mail-3.15.1.ebuild +++ b/mail-client/claws-mail/claws-mail-3.15.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,9 +7,9 @@ PYTHON_COMPAT=( python2_7 ) inherit autotools gnome2-utils python-single-r1 xdg-utils DESCRIPTION="An email client (and news reader) based on GTK+" -HOMEPAGE="http://www.claws-mail.org/" +HOMEPAGE="https://www.claws-mail.org/" -SRC_URI="http://www.claws-mail.org/download.php?file=releases/${P}.tar.xz" +SRC_URI="https://www.claws-mail.org/download.php?file=releases/${P}.tar.xz" SLOT="0" LICENSE="GPL-3" diff --git a/mail-client/claws-mail/claws-mail-3.16.0.ebuild b/mail-client/claws-mail/claws-mail-3.16.0.ebuild index 34bad07efdfb..db659cadd4a8 100644 --- a/mail-client/claws-mail/claws-mail-3.16.0.ebuild +++ b/mail-client/claws-mail/claws-mail-3.16.0.ebuild @@ -7,9 +7,9 @@ PYTHON_COMPAT=( python2_7 ) inherit autotools gnome2-utils python-single-r1 xdg-utils DESCRIPTION="An email client (and news reader) based on GTK+" -HOMEPAGE="http://www.claws-mail.org/" +HOMEPAGE="https://www.claws-mail.org/" -SRC_URI="http://www.claws-mail.org/download.php?file=releases/${P}.tar.xz" +SRC_URI="https://www.claws-mail.org/download.php?file=releases/${P}.tar.xz" SLOT="0" LICENSE="GPL-3" diff --git a/mail-client/claws-mail/claws-mail-9999.ebuild b/mail-client/claws-mail/claws-mail-9999.ebuild index 065ab0571e88..a7c026c215a2 100644 --- a/mail-client/claws-mail/claws-mail-9999.ebuild +++ b/mail-client/claws-mail/claws-mail-9999.ebuild @@ -7,13 +7,13 @@ PYTHON_COMPAT=( python2_7 ) inherit autotools gnome2-utils python-single-r1 xdg-utils DESCRIPTION="An email client (and news reader) based on GTK+" -HOMEPAGE="http://www.claws-mail.org/" +HOMEPAGE="https://www.claws-mail.org/" if [[ "${PV}" == 9999 ]] ; then inherit git-r3 EGIT_REPO_URI="git://git.claws-mail.org/claws.git" else - SRC_URI="http://www.claws-mail.org/download.php?file=releases/${P}.tar.xz" + SRC_URI="https://www.claws-mail.org/download.php?file=releases/${P}.tar.xz" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86" fi