Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/claws-mail/
Date: Mon, 11 Jun 2018 16:28:18
Message-Id: 1528734414.2ad85c35316caa792f24ce96ab9785093d627985.bman@gentoo
1 commit: 2ad85c35316caa792f24ce96ab9785093d627985
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Jun 10 09:31:17 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 11 16:26:54 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ad85c35
7
8 mail-client/claws-mail: use HTTPs
9
10 mail-client/claws-mail/claws-mail-3.15.0-r2.ebuild | 4 ++--
11 mail-client/claws-mail/claws-mail-3.15.1.ebuild | 6 +++---
12 mail-client/claws-mail/claws-mail-3.16.0.ebuild | 4 ++--
13 mail-client/claws-mail/claws-mail-9999.ebuild | 4 ++--
14 4 files changed, 9 insertions(+), 9 deletions(-)
15
16 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
17 index 7aea37bf828..8ba2db39ab4 100644
18 --- a/mail-client/claws-mail/claws-mail-3.15.0-r2.ebuild
19 +++ b/mail-client/claws-mail/claws-mail-3.15.0-r2.ebuild
20 @@ -7,9 +7,9 @@ PYTHON_COMPAT=( python2_7 )
21 inherit autotools gnome2-utils python-single-r1 xdg-utils
22
23 DESCRIPTION="An email client (and news reader) based on GTK+"
24 -HOMEPAGE="http://www.claws-mail.org/"
25 +HOMEPAGE="https://www.claws-mail.org/"
26
27 -SRC_URI="http://www.claws-mail.org/download.php?file=releases/${P}.tar.xz"
28 +SRC_URI="https://www.claws-mail.org/download.php?file=releases/${P}.tar.xz"
29
30 SLOT="0"
31 LICENSE="GPL-3"
32
33 diff --git a/mail-client/claws-mail/claws-mail-3.15.1.ebuild b/mail-client/claws-mail/claws-mail-3.15.1.ebuild
34 index 519cd735f96..8a2d2a097e6 100644
35 --- a/mail-client/claws-mail/claws-mail-3.15.1.ebuild
36 +++ b/mail-client/claws-mail/claws-mail-3.15.1.ebuild
37 @@ -1,4 +1,4 @@
38 -# Copyright 1999-2017 Gentoo Foundation
39 +# Copyright 1999-2018 Gentoo Foundation
40 # Distributed under the terms of the GNU General Public License v2
41
42 EAPI=6
43 @@ -7,9 +7,9 @@ PYTHON_COMPAT=( python2_7 )
44 inherit autotools gnome2-utils python-single-r1 xdg-utils
45
46 DESCRIPTION="An email client (and news reader) based on GTK+"
47 -HOMEPAGE="http://www.claws-mail.org/"
48 +HOMEPAGE="https://www.claws-mail.org/"
49
50 -SRC_URI="http://www.claws-mail.org/download.php?file=releases/${P}.tar.xz"
51 +SRC_URI="https://www.claws-mail.org/download.php?file=releases/${P}.tar.xz"
52
53 SLOT="0"
54 LICENSE="GPL-3"
55
56 diff --git a/mail-client/claws-mail/claws-mail-3.16.0.ebuild b/mail-client/claws-mail/claws-mail-3.16.0.ebuild
57 index 34bad07efdf..db659cadd4a 100644
58 --- a/mail-client/claws-mail/claws-mail-3.16.0.ebuild
59 +++ b/mail-client/claws-mail/claws-mail-3.16.0.ebuild
60 @@ -7,9 +7,9 @@ PYTHON_COMPAT=( python2_7 )
61 inherit autotools gnome2-utils python-single-r1 xdg-utils
62
63 DESCRIPTION="An email client (and news reader) based on GTK+"
64 -HOMEPAGE="http://www.claws-mail.org/"
65 +HOMEPAGE="https://www.claws-mail.org/"
66
67 -SRC_URI="http://www.claws-mail.org/download.php?file=releases/${P}.tar.xz"
68 +SRC_URI="https://www.claws-mail.org/download.php?file=releases/${P}.tar.xz"
69
70 SLOT="0"
71 LICENSE="GPL-3"
72
73 diff --git a/mail-client/claws-mail/claws-mail-9999.ebuild b/mail-client/claws-mail/claws-mail-9999.ebuild
74 index 065ab0571e8..a7c026c215a 100644
75 --- a/mail-client/claws-mail/claws-mail-9999.ebuild
76 +++ b/mail-client/claws-mail/claws-mail-9999.ebuild
77 @@ -7,13 +7,13 @@ PYTHON_COMPAT=( python2_7 )
78 inherit autotools gnome2-utils python-single-r1 xdg-utils
79
80 DESCRIPTION="An email client (and news reader) based on GTK+"
81 -HOMEPAGE="http://www.claws-mail.org/"
82 +HOMEPAGE="https://www.claws-mail.org/"
83
84 if [[ "${PV}" == 9999 ]] ; then
85 inherit git-r3
86 EGIT_REPO_URI="git://git.claws-mail.org/claws.git"
87 else
88 - SRC_URI="http://www.claws-mail.org/download.php?file=releases/${P}.tar.xz"
89 + SRC_URI="https://www.claws-mail.org/download.php?file=releases/${P}.tar.xz"
90 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
91 fi