commit: 2aebbf5e342c0ca0247ba49fce48b42ae83dbf94
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 17 16:34:40 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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 <asturm <AT> 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