summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Armak <danarmak@gentoo.org>2005-02-06 07:38:17 +0000
committerDan Armak <danarmak@gentoo.org>2005-02-06 07:38:17 +0000
commit195dfa3515cb3e6fd6a622ae327bbedaefda0fef (patch)
tree4e54b720cf549c846b7229c55163c7b56219c7c5 /eclass/kde.eclass
parentForgot to keyword. DOH! Here is the keyworded version. (diff)
downloadhistorical-195dfa3515cb3e6fd6a622ae327bbedaefda0fef.tar.gz
historical-195dfa3515cb3e6fd6a622ae327bbedaefda0fef.tar.bz2
historical-195dfa3515cb3e6fd6a622ae327bbedaefda0fef.zip
removed several ancient, no longer used functions from kde-functions.eclass.
the bit in kde.eclass is an unused call to one of these functions. also, removed the two checks that set KDEBASE in kde-meta and kde-functions, and substituted a single check in kde-functions that simply sets KDEBASE if CATEGORY==kde-base.
Diffstat (limited to 'eclass/kde.eclass')
-rw-r--r--eclass/kde.eclass5
1 files changed, 1 insertions, 4 deletions
diff --git a/eclass/kde.eclass b/eclass/kde.eclass
index f58d8b69d095..4b376377bdb4 100644
--- a/eclass/kde.eclass
+++ b/eclass/kde.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/kde.eclass,v 1.111 2005/02/03 15:38:03 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kde.eclass,v 1.112 2005/02/06 07:38:17 danarmak Exp $
#
# Author Dan Armak <danarmak@gentoo.org>
#
@@ -50,9 +50,6 @@ kde_src_unpack() {
touch $UIFILES
fi
- # shorthand for removing specified subdirectories fom the build process
- [ -n "$KDE_REMOVE_DIR" ] && kde_remove_dir $KDE_REMOVE_DIR
-
# temp fix for bug #78720, until the real bug in gcc gets fixed
# briefly, -fvisibility-inlines-hidden is broken on amd64
# this only applies to kde 3.4. the grep prevents us from removing configure unnecessarily.