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 A8104138335 for ; Thu, 12 Dec 2019 17:28:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5497E0869; Thu, 12 Dec 2019 17:28:26 +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 A962BE0869 for ; Thu, 12 Dec 2019 17:28:26 +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 A31A434D26F for ; Thu, 12 Dec 2019 17:28:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 00D7E778 for ; Thu, 12 Dec 2019 17:28:22 +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: <1576171692.5fe9ff5d80c6a6fdecd43099749eda964720b51a.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/kde.org.eclass X-VCS-Directories: eclass/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 5fe9ff5d80c6a6fdecd43099749eda964720b51a X-VCS-Branch: master Date: Thu, 12 Dec 2019 17:28:22 +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: 882be282-ee05-403f-9131-08febe04345a X-Archives-Hash: 24d540e201e9a72d3ac0f142310e0ff6 commit: 5fe9ff5d80c6a6fdecd43099749eda964720b51a Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Dec 6 03:25:54 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Dec 12 17:28:12 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fe9ff5d kde.org.eclass: Drop KDE Frameworks 5.60 conditional Signed-off-by: Andreas Sturmlechner gentoo.org> eclass/kde.org.eclass | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/eclass/kde.org.eclass b/eclass/kde.org.eclass index d1cdb1b15dc..7482a48afc8 100644 --- a/eclass/kde.org.eclass +++ b/eclass/kde.org.eclass @@ -108,6 +108,7 @@ _kde.org_calculate_src_uri() { _src_uri+="stable/frameworks/$(ver_cut 1-2)/" case ${PN} in kdelibs4support | \ + kdesignerplugin | \ kdewebkit | \ khtml | \ kjs | \ @@ -116,9 +117,6 @@ _kde.org_calculate_src_uri() { kross) _src_uri+="portingAids/" ;; - kdesignerplugin) - [[ ${PV} = 5.60.* ]] || _src_uri+="portingAids/" - ;; esac ;; kde-plasma)