From 9d7ccfcf873e75eefdd3d2a79931bd657b251b0d Mon Sep 17 00:00:00 2001 From: Johannes Huber Date: Fri, 6 Jan 2017 10:03:17 +0100 Subject: kde5.eclass: Drop obsolete kdepim S handling --- eclass/kde5.eclass | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'eclass/kde5.eclass') 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 -- cgit v1.2.3-65-gdbad