Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: app-office/calligraplan/, app-office/calligra/
Date: Fri, 22 May 2020 23:28:31
Message-Id: 1590190086.f0e8a8dcdcaf98b0fb0635efb2a977a1735de655.asturm@gentoo
1 commit: f0e8a8dcdcaf98b0fb0635efb2a977a1735de655
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 22 23:28:06 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri May 22 23:28:06 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f0e8a8dc
7
8 app-office: Really fix HOMEPAGE
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 app-office/calligra/calligra-9999.ebuild | 2 +-
14 app-office/calligraplan/calligraplan-9999.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/app-office/calligra/calligra-9999.ebuild b/app-office/calligra/calligra-9999.ebuild
18 index 840fe6daa4..abbe914de8 100644
19 --- a/app-office/calligra/calligra-9999.ebuild
20 +++ b/app-office/calligra/calligra-9999.ebuild
21 @@ -11,7 +11,7 @@ QTMIN=5.12.3
22 inherit check-reqs ecm kde.org
23
24 DESCRIPTION="KDE Office Suite"
25 -HOMEPAGE="https://www.calligra.org"
26 +HOMEPAGE="https://calligra.org/"
27
28 if [[ ${KDE_BUILD_TYPE} == release ]]; then
29 SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
30
31 diff --git a/app-office/calligraplan/calligraplan-9999.ebuild b/app-office/calligraplan/calligraplan-9999.ebuild
32 index b1d8b6026c..0998d0ed17 100644
33 --- a/app-office/calligraplan/calligraplan-9999.ebuild
34 +++ b/app-office/calligraplan/calligraplan-9999.ebuild
35 @@ -10,7 +10,7 @@ QTMIN=5.12.3
36 inherit ecm kde.org
37
38 DESCRIPTION="Project management application"
39 -HOMEPAGE="https://www.calligra.org"
40 +HOMEPAGE="https://calligra.org/"
41
42 if [[ ${KDE_BUILD_TYPE} == release ]]; then
43 SRC_URI="mirror://kde/unstable/calligra/${PN}-${PV}.tar.xz"