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.org.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.org.eclass')
-rw-r--r--eclass/kde.org.eclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/kde.org.eclass b/eclass/kde.org.eclass
index baaffbcad7c5..8e9d66080b40 100644
--- a/eclass/kde.org.eclass
+++ b/eclass/kde.org.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.org.eclass,v 1.12 2002/07/21 11:51:42 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kde.org.eclass,v 1.13 2002/08/13 12:24:34 danarmak Exp $
# Contains the locations of ftp.kde.org packages and their mirrors
ECLASS=kde.org
INHERITED="$INHERITED $ECLASS"
@@ -11,6 +11,7 @@ case "$PV" in
1*) SRC_PATH="stable/3.0.2/src/${P}.tar.bz2";; # backward compatibility for unmerging ebuilds
2.2.2) SRC_PATH="Attic/2.2.2/src/${P}.tar.bz2" ;;
3.1_alpha1) SRC_PATH="unstable/kde-3.1-alpha1/src/${P//3.1_alpha1/3.0.6}.tar.bz2" ;;
+ 3.1_beta1) SRC_PATH="unstable/kde-3.1-beta1/src/${P//3.1_beta/3.0.6}.tar.bz2" ;;
3*) SRC_PATH="stable/$PV/src/${P}.tar.bz2" ;;
5) SRC_URI="" # cvs ebuilds, no SRC_URI needed
debug-print "$ECLASS: finished, cvs detected, SRC_URI=$SRC_URI"