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 331BD138334 for ; Sun, 17 Mar 2019 18:32:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3ADD6E0982; Sun, 17 Mar 2019 18:31:58 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 1271FE0982 for ; Sun, 17 Mar 2019 18:31:58 +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 8EAA7335D0A 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 8050C57B 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: <1552840480.2aebbf5e342c0ca0247ba49fce48b42ae83dbf94.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: 2aebbf5e342c0ca0247ba49fce48b42ae83dbf94 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: 4b3988f8-67aa-4cad-8c12-4efe6da33630 X-Archives-Hash: 621be45fd86a72f39c8b81812c577336 commit: 2aebbf5e342c0ca0247ba49fce48b42ae83dbf94 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Mar 17 16:34:40 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Mar 17 16:34:40 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=2aebbf5e kde5.eclass: Drop obsolete KDEBASE=kdevelop source dir switch Signed-off-by: Andreas Sturmlechner gentoo.org> eclass/kde5.eclass | 8 -------- 1 file changed, 8 deletions(-) diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass index 3bd78aa79a..7dda037017 100644 --- a/eclass/kde5.eclass +++ b/eclass/kde5.eclass @@ -275,14 +275,6 @@ if [[ -n ${KMNAME} && ${KMNAME} != ${PN} && ${KDE_BUILD_TYPE} = release ]]; then S=${WORKDIR}/${KMNAME}-${PV} fi -if [[ -n ${KDEBASE} && ${KDEBASE} = kdevelop && ${KDE_BUILD_TYPE} = release ]]; then - if [[ -n ${KMNAME} ]]; then - S=${WORKDIR}/${KMNAME}-${PV} - else - S=${WORKDIR}/${P} - fi -fi - _kde_is_unreleased() { local pair for pair in "${KDE_UNRELEASED[@]}" ; do