summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Armak <danarmak@gentoo.org>2002-08-13 12:24:34 +0000
committerDan Armak <danarmak@gentoo.org>2002-08-13 12:24:34 +0000
commit7d8c2fd0525d5e688ab9b91fec77baba4104f92e (patch)
tree78f00d18ce8ee14ede6ea69fb82fb550374cee69 /eclass/kde.eclass
parentfix for installing outside the kde prefix: should use not /usr/kde/cvs (diff)
downloadgentoo-2-7d8c2fd0525d5e688ab9b91fec77baba4104f92e.tar.gz
gentoo-2-7d8c2fd0525d5e688ab9b91fec77baba4104f92e.tar.bz2
gentoo-2-7d8c2fd0525d5e688ab9b91fec77baba4104f92e.zip
big commit i've been working on for the last few days. the important part ebuild-wise is that kde apps now go into /usr; there have also been some SLOT changes (making things uniform). see the various postings.
Diffstat (limited to 'eclass/kde.eclass')
-rw-r--r--eclass/kde.eclass8
1 files changed, 7 insertions, 1 deletions
diff --git a/eclass/kde.eclass b/eclass/kde.eclass
index 736069bf8d7f..a109b8e7a7e3 100644
--- a/eclass/kde.eclass
+++ b/eclass/kde.eclass
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Dan Armak <danarmak@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/eclass/kde.eclass,v 1.51 2002/07/15 22:20:53 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kde.eclass,v 1.52 2002/08/13 12:24:34 danarmak Exp $
# The kde eclass is inherited by all kde-* eclasses. Few ebuilds inherit straight from here.
inherit base kde-functions
ECLASS=kde
@@ -9,10 +9,16 @@ INHERITED="$INHERITED $ECLASS"
newdepend /autotools
+newdepend "~kde-base/kde-env-3"
+
DESCRIPTION="Based on the $ECLASS eclass"
HOMEPAGE="http://www.kde.org/"
+
+# overridden in other places like ked-dist, kde-source and individual ebuilds
+SLOT="0"
+
kde_src_compile() {
debug-print-function $FUNCNAME $*