Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/calligra/
Date: Sun, 18 Jun 2017 12:08:34
Message-Id: 1497787696.88521ef42d1a163bfb8fdf2e869ae979293ad4fc.kensington@gentoo
1 commit: 88521ef42d1a163bfb8fdf2e869ae979293ad4fc
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 18 12:02:47 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 18 12:08:16 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88521ef4
7
8 app-office/calligra: use HTTPS
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 app-office/calligra/calligra-2.9.11-r1.ebuild | 2 +-
13 app-office/calligra/calligra-3.0.1.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-office/calligra/calligra-2.9.11-r1.ebuild b/app-office/calligra/calligra-2.9.11-r1.ebuild
17 index 9358071c626..ae488fe4583 100644
18 --- a/app-office/calligra/calligra-2.9.11-r1.ebuild
19 +++ b/app-office/calligra/calligra-2.9.11-r1.ebuild
20 @@ -15,7 +15,7 @@ WEBKIT_REQUIRED="optional"
21 inherit check-reqs kde4-base versionator
22
23 DESCRIPTION="KDE Office Suite"
24 -HOMEPAGE="http://www.calligra.org/"
25 +HOMEPAGE="https://www.calligra.org/"
26
27 case ${PV} in
28 2.[456789].[789]?)
29
30 diff --git a/app-office/calligra/calligra-3.0.1.ebuild b/app-office/calligra/calligra-3.0.1.ebuild
31 index 9469c2e3ccf..0861d3a9810 100644
32 --- a/app-office/calligra/calligra-3.0.1.ebuild
33 +++ b/app-office/calligra/calligra-3.0.1.ebuild
34 @@ -9,7 +9,7 @@ KDE_TEST="forceoptional-recursive"
35 inherit check-reqs kde5 versionator
36
37 DESCRIPTION="KDE Office Suite"
38 -HOMEPAGE="http://www.calligra.org/"
39 +HOMEPAGE="https://www.calligra.org/"
40 [[ ${KDE_BUILD_TYPE} == release ]] && SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
41
42 LICENSE="GPL-2"