diff options
author | Dan Armak <danarmak@gentoo.org> | 2002-08-13 12:24:34 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2002-08-13 12:24:34 +0000 |
commit | 6d4511f7eb0d05f01c47c94951be05904d442aa6 (patch) | |
tree | 7b6d4f0787f2fbf45d31b05c78e12ce89e81a005 /eclass/kde-dist.eclass | |
parent | fix for installing outside the kde prefix: should use not /usr/kde/cvs (diff) | |
download | historical-6d4511f7eb0d05f01c47c94951be05904d442aa6.tar.gz historical-6d4511f7eb0d05f01c47c94951be05904d442aa6.tar.bz2 historical-6d4511f7eb0d05f01c47c94951be05904d442aa6.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-dist.eclass')
-rw-r--r-- | eclass/kde-dist.eclass | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/eclass/kde-dist.eclass b/eclass/kde-dist.eclass index 2703af8b3f2c..01fdff48464d 100644 --- a/eclass/kde-dist.eclass +++ b/eclass/kde-dist.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-dist.eclass,v 1.15 2002/07/18 14:07:15 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kde-dist.eclass,v 1.16 2002/08/13 12:24:34 danarmak Exp $ # This is the kde-dist eclass for >=2.2.1 kde base packages. Don't use for kdelibs though :-) # Don't use it for e.g. kdevelop, koffice because of their separate versionnig schemes. inherit kde-base kde.org @@ -10,8 +10,6 @@ INHERITED="$INHERITED $ECLASS" need-kde $PV -SLOT="${KDEMAJORVER}.${KDEMINORVER}" - # 3.1 prereleases [ "$PV" == "3.1_alpha1" ] && S=${WORKDIR}/${PN}-3.0.6 @@ -23,3 +21,4 @@ HOMEPAGE="http://www.kde.org/" LICENSE="GPL-2" +SLOT="$KDEMAJORVER.$KDEMINORVER" |