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 72259138335 for ; Sun, 17 Mar 2019 18:31:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A789E0975; Sun, 17 Mar 2019 18:31:58 +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 D4628E0980 for ; Sun, 17 Mar 2019 18:31:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 0DA2C335D20 for ; Sun, 17 Mar 2019 18:31:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 593A0578 for ; Sun, 17 Mar 2019 18:31:53 +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: <1552838635.3464a0b588491a6780f62c1008e4bd4b0942ba10.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: 3464a0b588491a6780f62c1008e4bd4b0942ba10 X-VCS-Branch: master Date: Sun, 17 Mar 2019 18:31:53 +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: 500603e8-79dd-4968-970c-2beedea661c1 X-Archives-Hash: 9c18235bb2994e5eaa927ae9db2185f6 commit: 3464a0b588491a6780f62c1008e4bd4b0942ba10 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Mar 17 16:03:55 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Mar 17 16:03:55 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=3464a0b5 kde5.eclass: Drop obsolete KDEBASE=kdevelop HOMEPAGE switch Signed-off-by: Andreas Sturmlechner gentoo.org> eclass/kde5.eclass | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass index bfab5f0297..03d6b15c95 100644 --- a/eclass/kde5.eclass +++ b/eclass/kde5.eclass @@ -159,12 +159,7 @@ fi # a proper error message via pkg_nofetch. KDE_UNRELEASED=( ) -if [[ ${KDEBASE} = kdevelop ]]; then - HOMEPAGE="https://www.kdevelop.org/" -else - HOMEPAGE="https://kde.org/" -fi - +HOMEPAGE="https://kde.org/" LICENSE="GPL-2" SLOT=5