Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/calibre/
Date: Fri, 30 Mar 2018 21:17:04
Message-Id: 1522444559.35cd7b07471ea35d7dde712da54d2d7c8bf639ea.zmedico@gentoo
1 commit: 35cd7b07471ea35d7dde712da54d2d7c8bf639ea
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Mar 30 20:32:26 2018 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 30 21:15:59 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35cd7b07
7
8 app-text/calibre: use HTTPS
9
10 Closes: https://github.com/gentoo/gentoo/pull/7724
11
12 app-text/calibre/calibre-2.78.0.ebuild | 4 ++--
13 app-text/calibre/calibre-3.15.0.ebuild | 4 ++--
14 app-text/calibre/calibre-3.8.0.ebuild | 4 ++--
15 3 files changed, 6 insertions(+), 6 deletions(-)
16
17 diff --git a/app-text/calibre/calibre-2.78.0.ebuild b/app-text/calibre/calibre-2.78.0.ebuild
18 index 4925b5e794f..cfab16f44ce 100644
19 --- a/app-text/calibre/calibre-2.78.0.ebuild
20 +++ b/app-text/calibre/calibre-2.78.0.ebuild
21 @@ -9,8 +9,8 @@ PYTHON_REQ_USE="sqlite,ssl"
22 inherit eutils bash-completion-r1 gnome2-utils multilib toolchain-funcs python-single-r1 xdg-utils
23
24 DESCRIPTION="Ebook management application"
25 -HOMEPAGE="http://calibre-ebook.com/"
26 -SRC_URI="http://download.calibre-ebook.com/${PV}/${P}.tar.xz"
27 +HOMEPAGE="https://calibre-ebook.com/"
28 +SRC_URI="https://download.calibre-ebook.com/${PV}/${P}.tar.xz"
29
30 LICENSE="
31 GPL-3+
32
33 diff --git a/app-text/calibre/calibre-3.15.0.ebuild b/app-text/calibre/calibre-3.15.0.ebuild
34 index 6b07541efaf..21301bcd085 100644
35 --- a/app-text/calibre/calibre-3.15.0.ebuild
36 +++ b/app-text/calibre/calibre-3.15.0.ebuild
37 @@ -9,8 +9,8 @@ PYTHON_REQ_USE="sqlite,ssl"
38 inherit eutils bash-completion-r1 gnome2-utils multilib toolchain-funcs python-single-r1 xdg-utils
39
40 DESCRIPTION="Ebook management application"
41 -HOMEPAGE="http://calibre-ebook.com/"
42 -SRC_URI="http://download.calibre-ebook.com/${PV}/${P}.tar.xz"
43 +HOMEPAGE="https://calibre-ebook.com/"
44 +SRC_URI="https://download.calibre-ebook.com/${PV}/${P}.tar.xz"
45
46 LICENSE="
47 GPL-3+
48
49 diff --git a/app-text/calibre/calibre-3.8.0.ebuild b/app-text/calibre/calibre-3.8.0.ebuild
50 index 9c035ba9386..18095fd34d2 100644
51 --- a/app-text/calibre/calibre-3.8.0.ebuild
52 +++ b/app-text/calibre/calibre-3.8.0.ebuild
53 @@ -9,8 +9,8 @@ PYTHON_REQ_USE="sqlite,ssl"
54 inherit eutils bash-completion-r1 gnome2-utils multilib toolchain-funcs python-single-r1 xdg-utils
55
56 DESCRIPTION="Ebook management application"
57 -HOMEPAGE="http://calibre-ebook.com/"
58 -SRC_URI="http://download.calibre-ebook.com/${PV}/${P}.tar.xz"
59 +HOMEPAGE="https://calibre-ebook.com/"
60 +SRC_URI="https://download.calibre-ebook.com/${PV}/${P}.tar.xz"
61
62 LICENSE="
63 GPL-3+