commit: 5e8fc41598026113a5407b1a2fce6f442bdc8b30 Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com> AuthorDate: Sun May 8 16:19:44 2016 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Sun May 8 20:37:23 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=5e8fc415
kde5.eclass: Set HOMEPAGE for KMNAME=kdepim Homepage is https://www.kde.org/applications/office/kontact/ Package-Manager: portage-2.2.28 eclass/kde5.eclass | 2 ++ kde-apps/calendarjanitor/calendarjanitor-16.04.0.ebuild | 1 - kde-apps/calendarjanitor/calendarjanitor-16.04.49.9999.ebuild | 1 - kde-apps/calendarjanitor/calendarjanitor-9999.ebuild | 1 - kde-apps/kdepim/kdepim-16.04.0.ebuild | 1 - kde-apps/kdepim/kdepim-16.04.49.9999.ebuild | 1 - 6 files changed, 2 insertions(+), 5 deletions(-) diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass index fed2b26..4228f13 100644 --- a/eclass/kde5.eclass +++ b/eclass/kde5.eclass @@ -145,6 +145,8 @@ KDE_UNRELEASED=( ) if [[ ${KDEBASE} = kdevelop ]]; then HOMEPAGE="https://www.kdevelop.org/" +elif [[ ${KMNAME} = kdepim ]]; then + HOMEPAGE="https://www.kde.org/applications/office/kontact/" else HOMEPAGE="https://www.kde.org/" fi diff --git a/kde-apps/calendarjanitor/calendarjanitor-16.04.0.ebuild b/kde-apps/calendarjanitor/calendarjanitor-16.04.0.ebuild index a56b0ec..5642c8e 100644 --- a/kde-apps/calendarjanitor/calendarjanitor-16.04.0.ebuild +++ b/kde-apps/calendarjanitor/calendarjanitor-16.04.0.ebuild @@ -10,7 +10,6 @@ KMNAME="kdepim" inherit kde5 DESCRIPTION="A tool to scan calendar data for buggy instances" -HOMEPAGE="https://www.kde.org/" KEYWORDS="~amd64 ~x86" IUSE="" diff --git a/kde-apps/calendarjanitor/calendarjanitor-16.04.49.9999.ebuild b/kde-apps/calendarjanitor/calendarjanitor-16.04.49.9999.ebuild index fbd527a..f604a9d 100644 --- a/kde-apps/calendarjanitor/calendarjanitor-16.04.49.9999.ebuild +++ b/kde-apps/calendarjanitor/calendarjanitor-16.04.49.9999.ebuild @@ -10,7 +10,6 @@ KMNAME="kdepim" inherit kde5 DESCRIPTION="A tool to scan calendar data for buggy instances" -HOMEPAGE="https://www.kde.org/" KEYWORDS="" IUSE="" diff --git a/kde-apps/calendarjanitor/calendarjanitor-9999.ebuild b/kde-apps/calendarjanitor/calendarjanitor-9999.ebuild index ba79e07..0630f6d 100644 --- a/kde-apps/calendarjanitor/calendarjanitor-9999.ebuild +++ b/kde-apps/calendarjanitor/calendarjanitor-9999.ebuild @@ -11,7 +11,6 @@ QT_MINIMAL="5.6.0" inherit kde5 DESCRIPTION="A tool to scan calendar data for buggy instances" -HOMEPAGE="https://www.kde.org/" KEYWORDS="" IUSE="" diff --git a/kde-apps/kdepim/kdepim-16.04.0.ebuild b/kde-apps/kdepim/kdepim-16.04.0.ebuild index e999920..1f9f36b 100644 --- a/kde-apps/kdepim/kdepim-16.04.0.ebuild +++ b/kde-apps/kdepim/kdepim-16.04.0.ebuild @@ -16,7 +16,6 @@ VIRTUALX_REQUIRED="test" inherit kde5 DESCRIPTION="Personal Information Management Suite" -HOMEPAGE="https://www.kde.org/applications/office/kontact/" KEYWORDS="~amd64 ~x86" IUSE="$(printf 'kdepim_features_%s ' ${PIM_FTS})" diff --git a/kde-apps/kdepim/kdepim-16.04.49.9999.ebuild b/kde-apps/kdepim/kdepim-16.04.49.9999.ebuild index 2d690fe..7fbd70e 100644 --- a/kde-apps/kdepim/kdepim-16.04.49.9999.ebuild +++ b/kde-apps/kdepim/kdepim-16.04.49.9999.ebuild @@ -15,7 +15,6 @@ VIRTUALX_REQUIRED="test" inherit kde5 DESCRIPTION="Personal Information Management Suite" -HOMEPAGE="https://www.kde.org/applications/office/kontact/" KEYWORDS="" IUSE="+kontact $(printf 'kdepim_features_%s ' ${PIM_FTS})"
