From 71ab5ff097538a6d73db4c7cfe76d8fe727496e0 Mon Sep 17 00:00:00 2001 From: Theo Chatzimichos Date: Thu, 8 Jan 2009 16:50:38 +0200 Subject: Revert "Reavertms play from kde-crazy." reavertm ordered this This reverts commit dfb8ec2a7c309ace4a45ac6942b8f130733cd989. --- eclass/kde4-functions.eclass | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'eclass/kde4-functions.eclass') 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 -- cgit v1.2.3