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 | 6b39538a32da3494dd819f036972275909fe152d (patch) | |
tree | f9d42c9e71ad827f7ff9c64809416dbc6bc8eabf /eclass | |
parent | big commit i've been working on for the last few days. the important part ebu... (diff) | |
download | historical-6b39538a32da3494dd819f036972275909fe152d.tar.gz historical-6b39538a32da3494dd819f036972275909fe152d.tar.bz2 historical-6b39538a32da3494dd819f036972275909fe152d.zip |
fix 3.1beta1 download urls
Diffstat (limited to '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 9fc48dd220f1..f8d1da2129ef 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="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" |