From: Johannes Huber Date: Fri, 6 Jan 2017 09:03:17 +0000 (+0100) Subject: kde5.eclass: Drop obsolete kdepim S handling X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=9d7ccfcf873e75eefdd3d2a79931bd657b251b0d;p=gentoo.git kde5.eclass: Drop obsolete kdepim S handling --- diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass index ebdd790de334..2e1a55307ddb 100644 --- a/eclass/kde5.eclass +++ b/eclass/kde5.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -240,11 +240,6 @@ if [[ -n ${KMNAME} && ${KMNAME} != ${PN} && ${KDE_BUILD_TYPE} = release ]]; then S=${WORKDIR}/${KMNAME}-${PV} fi -# FIXME: Drop this when kdepim-16.08.x is no more -if [[ -n ${KMNAME} && ${KMNAME} != ${PN} && ${KMNAME} = kdepim ]]; then - S="${S}/${PN}" -fi - if [[ -n ${KDEBASE} && ${KDEBASE} = kdevelop && ${KDE_BUILD_TYPE} = release ]]; then if [[ -n ${KMNAME} ]]; then S=${WORKDIR}/${KMNAME}-${PV%.0} # kdevelop missing trailing .0 in first release