diff options
author | Dan Armak <danarmak@gentoo.org> | 2002-08-13 12:35:11 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2002-08-13 12:35:11 +0000 |
commit | 561630f679ba39536eeb64b98f9e5acbf3e88c56 (patch) | |
tree | 4a15cd5f31d3168856337c11e731557e0ce69c44 /eclass/kde.org.eclass | |
parent | big commit i've been working on for the last few days. the important part ebu... (diff) | |
download | gentoo-2-561630f679ba39536eeb64b98f9e5acbf3e88c56.tar.gz gentoo-2-561630f679ba39536eeb64b98f9e5acbf3e88c56.tar.bz2 gentoo-2-561630f679ba39536eeb64b98f9e5acbf3e88c56.zip |
fix 3.1beta1 download urls
Diffstat (limited to 'eclass/kde.org.eclass')
-rw-r--r-- | eclass/kde.org.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/kde.org.eclass b/eclass/kde.org.eclass index 8e9d66080b40..b0392f5500a8 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.13 2002/08/13 12:24:34 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kde.org.eclass,v 1.14 2002/08/13 12:35:11 danarmak Exp $ # Contains the locations of ftp.kde.org packages and their mirrors ECLASS=kde.org INHERITED="$INHERITED $ECLASS" @@ -11,7 +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.1_beta1) SRC_PATH="unstable/kde-3.1-beta1/src/${P//3.1_beta1/3.0.7}.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" |