From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5C33A138335 for ; Sun, 17 Mar 2019 18:31:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88397E095F; Sun, 17 Mar 2019 18:31:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5EAEAE0959 for ; Sun, 17 Mar 2019 18:31:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 64423335D19 for ; Sun, 17 Mar 2019 18:31:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B353456C for ; Sun, 17 Mar 2019 18:31:52 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1552836704.d1efe7ded0662d94cd56bebfd8c1b048a7d11b9b.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: eclass/ X-VCS-Repository: proj/kde X-VCS-Files: eclass/kde5.eclass X-VCS-Directories: eclass/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d1efe7ded0662d94cd56bebfd8c1b048a7d11b9b X-VCS-Branch: master Date: Sun, 17 Mar 2019 18:31:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e4b11fe2-9801-4f98-9869-e279fd826923 X-Archives-Hash: 1e7de7d8615f45151a3e845993269922 commit: d1efe7ded0662d94cd56bebfd8c1b048a7d11b9b Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Mar 17 15:31:44 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Mar 17 15:31:44 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d1efe7de kde5.eclass: Drop obsolete KMNAME=kdepim HOMEPAGE switch Signed-off-by: Andreas Sturmlechner gentoo.org> eclass/kde5.eclass | 2 -- 1 file changed, 2 deletions(-) diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass index 30147d4fc7..bfab5f0297 100644 --- a/eclass/kde5.eclass +++ b/eclass/kde5.eclass @@ -161,8 +161,6 @@ KDE_UNRELEASED=( ) if [[ ${KDEBASE} = kdevelop ]]; then HOMEPAGE="https://www.kdevelop.org/" -elif [[ ${KMNAME} = kdepim ]]; then - HOMEPAGE="https://kde.org/applications/office/kontact/" else HOMEPAGE="https://kde.org/" fi