summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Armak <danarmak@gentoo.org>2002-07-17 20:25:16 +0000
committerDan Armak <danarmak@gentoo.org>2002-07-17 20:25:16 +0000
commitefa9e56e0071436d07c06325d6706eb7851ac7c0 (patch)
tree32ab292f247fde163d68b6137ec3962585c66ba5 /eclass/kde.org.eclass
parentmasking gpc out of gcc3 profile (diff)
downloadhistorical-efa9e56e0071436d07c06325d6706eb7851ac7c0.tar.gz
historical-efa9e56e0071436d07c06325d6706eb7851ac7c0.tar.bz2
historical-efa9e56e0071436d07c06325d6706eb7851ac7c0.zip
changes and eclasses for upcomnig kde cvs ebuilds. they won't live in portage but there's no reason for the eclasses not to live here, makes it much more comfortable
Diffstat (limited to 'eclass/kde.org.eclass')
-rw-r--r--eclass/kde.org.eclass5
1 files changed, 4 insertions, 1 deletions
diff --git a/eclass/kde.org.eclass b/eclass/kde.org.eclass
index 7b3859a9a8fe..d1b056c68e63 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.10 2002/07/13 17:54:17 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kde.org.eclass,v 1.11 2002/07/17 20:25:16 danarmak Exp $
# Contains the locations of ftp.kde.org packages and their mirrors
ECLASS=kde.org
INHERITED="$INHERITED $ECLASS"
@@ -11,6 +11,9 @@ case "$PV" in
2.2.2) SRC_PATH="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*) 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"
+ return 0 ;;
*) die "$ECLASS: Error: unrecognized version $PV, could not set SRC_URI" ;;
esac