diff options
author | Hannes Mehnert <hannes@gentoo.org> | 2003-01-05 12:41:49 +0000 |
---|---|---|
committer | Hannes Mehnert <hannes@gentoo.org> | 2003-01-05 12:41:49 +0000 |
commit | f388fd1cec75a06ce8957d3b58e6e3d6a46710c5 (patch) | |
tree | 9593c3b20c27f2ec17c5aed187b28163023ca161 /eclass/kde.org.eclass | |
parent | added proper credit to author (diff) | |
download | historical-f388fd1cec75a06ce8957d3b58e6e3d6a46710c5.tar.gz historical-f388fd1cec75a06ce8957d3b58e6e3d6a46710c5.tar.bz2 historical-f388fd1cec75a06ce8957d3b58e6e3d6a46710c5.zip |
kde-3.1_rc6 changes
Diffstat (limited to 'eclass/kde.org.eclass')
-rw-r--r-- | eclass/kde.org.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/kde.org.eclass b/eclass/kde.org.eclass index c626450dcff0..a52142949899 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 # Author Dan Armak <danarmak@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/eclass/kde.org.eclass,v 1.24 2002/12/22 15:40:58 hannes Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kde.org.eclass,v 1.25 2003/01/05 12:41:49 hannes Exp $ # Contains the locations of ftp.kde.org packages and their mirrors ECLASS=kde.org @@ -19,6 +19,7 @@ case "$PV" in 3.1_rc2) SRC_PATH="unstable/kde-3.1-rc2/src/${P//3.1_rc2/3.0.98}.tar.bz2" ;; 3.1_rc3) SRC_PATH="unstable/kde-3.1-rc3/src/${P//3.1_rc3/3.0.99}.tar.bz2" ;; 3.1_rc5) SRC_PATH="unstable/kde-3.1-rc5/src/${P//_}.tar.bz2" ;; + 3.1_rc6) SRC_PATH="unstable/kde-3.1-rc6/src/${P//_}.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" |