Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Mon, 01 Apr 2019 20:45:17
Message-Id: 1554151493.363f1ff00155fed8bdfef31b003417cf4da7054e.asturm@gentoo
1 commit: 363f1ff00155fed8bdfef31b003417cf4da7054e
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 17 15:31:44 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 1 20:44:53 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=363f1ff0
7
8 kde5.eclass: Drop obsolete KMNAME=kdepim HOMEPAGE switch
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 eclass/kde5.eclass | 2 --
13 1 file changed, 2 deletions(-)
14
15 diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
16 index d7b5eb7f15e..68bd5968cba 100644
17 --- a/eclass/kde5.eclass
18 +++ b/eclass/kde5.eclass
19 @@ -161,8 +161,6 @@ KDE_UNRELEASED=( )
20
21 if [[ ${KDEBASE} = kdevelop ]]; then
22 HOMEPAGE="https://www.kdevelop.org/"
23 -elif [[ ${KMNAME} = kdepim ]]; then
24 - HOMEPAGE="https://kde.org/applications/office/kontact/"
25 else
26 HOMEPAGE="https://kde.org/"
27 fi