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 34E7A138334 for ; Sat, 7 Dec 2019 11:43:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57BB7E0815; Sat, 7 Dec 2019 11:43:34 +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 366DFE0815 for ; Sat, 7 Dec 2019 11:43:34 +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 F1E5F34D866 for ; Sat, 7 Dec 2019 11:43:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B6BDF8D0 for ; Sat, 7 Dec 2019 11:43:30 +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: <1575602754.0dbd8eaa4c6c3cfe4ee8f272e70ce22e68ec27ab.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: eclass/ X-VCS-Repository: proj/kde X-VCS-Files: eclass/kde.org.eclass X-VCS-Directories: eclass/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 0dbd8eaa4c6c3cfe4ee8f272e70ce22e68ec27ab X-VCS-Branch: master Date: Sat, 7 Dec 2019 11:43:30 +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: e90c391e-439f-4de9-b9ce-bb41d75af41c X-Archives-Hash: afc7ece50541da222df5cfd3c37b1f15 commit: 0dbd8eaa4c6c3cfe4ee8f272e70ce22e68ec27ab Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Dec 6 03:25:54 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Dec 6 03:25:54 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=0dbd8eaa 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 d1cdb1b15d..7482a48afc 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)