summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-06-10 11:31:17 +0200
committerAaron Bauman <bman@gentoo.org>2018-06-11 12:26:54 -0400
commit2ad85c35316caa792f24ce96ab9785093d627985 (patch)
tree65a6d9622c1a7095a41bfff266d014eebf33ea31 /mail-client
parentnet-misc/icaclient: use HTTPs (diff)
downloadgentoo-2ad85c35316caa792f24ce96ab9785093d627985.tar.gz
gentoo-2ad85c35316caa792f24ce96ab9785093d627985.tar.bz2
gentoo-2ad85c35316caa792f24ce96ab9785093d627985.zip
mail-client/claws-mail: use HTTPs
Diffstat (limited to 'mail-client')
-rw-r--r--mail-client/claws-mail/claws-mail-3.15.0-r2.ebuild4
-rw-r--r--mail-client/claws-mail/claws-mail-3.15.1.ebuild6
-rw-r--r--mail-client/claws-mail/claws-mail-3.16.0.ebuild4
-rw-r--r--mail-client/claws-mail/claws-mail-9999.ebuild4
4 files changed, 9 insertions, 9 deletions
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