summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
Diffstat (limited to 'eclass')
-rw-r--r--eclass/kde4-functions.eclass14
1 files changed, 1 insertions, 13 deletions
diff --git a/eclass/kde4-functions.eclass b/eclass/kde4-functions.eclass
index 27731ac6d93..456934a96a1 100644
--- a/eclass/kde4-functions.eclass
+++ b/eclass/kde4-functions.eclass
@@ -114,7 +114,7 @@ enable_selected_linguas() {
# ebuild overridable linguas directory definition
KDE_LINGUAS_DIR=${KDE_LINGUAS_DIR:=${S}/po}
cd "$KDE_LINGUAS_DIR" || die "wrong linguas dir specified"
-
+
# fix all various crazy sr@Latn variations
# this part is only ease for ebuilds, so there wont be any die when this
# fail at any point
@@ -150,18 +150,6 @@ enable_selected_linguas() {
done
}
-# FIXME: descripton too brief?
-# @FUNCTION: kdebase_toplevel_cmakelists
-# @DESCRIPTION:
-# replace includes for live ebuilds with optional requests
-kdebase_toplevel_cmakelist() {
- insert=$(sed -e '/macro_optional_find_package/!d' < "${ESVN_WC_PATH}"/CMakeLists.txt)
- at=$(sed -n '/^include[[:space:]]*(/=' < "${S}"/CMakeLists.txt | sed -n '$p')
- for line in ${insert}; do
- sed "${at}a${line}" -i "${S}"/CMakeLists.txt
- done
-}
-
# @FUNCTION: koffice_fix_libraries
# @DESCRIPTION:
# replace the weird koffice lib search with hardcoded one, so it