diff options
author | Hannes Mehnert <hannes@gentoo.org> | 2002-12-22 15:40:58 +0000 |
---|---|---|
committer | Hannes Mehnert <hannes@gentoo.org> | 2002-12-22 15:40:58 +0000 |
commit | 47fac793b7c26e3570219e8d0b47189b02e442a2 (patch) | |
tree | bb401234af09b397a82577de046be44b2013cd56 /eclass/kde.org.eclass | |
parent | New Version (diff) | |
download | gentoo-2-47fac793b7c26e3570219e8d0b47189b02e442a2.tar.gz gentoo-2-47fac793b7c26e3570219e8d0b47189b02e442a2.tar.bz2 gentoo-2-47fac793b7c26e3570219e8d0b47189b02e442a2.zip |
fixes SRC_URI for 2.2.2a-r1 ebuild (will come soon)
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 68332d56b8b1..52c52b8d9f55 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.23 2002/12/22 12:06:00 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kde.org.eclass,v 1.24 2002/12/22 15:40:58 hannes Exp $ # Contains the locations of ftp.kde.org packages and their mirrors ECLASS=kde.org @@ -10,6 +10,7 @@ INHERITED="$INHERITED $ECLASS" # kde 3.1 prereleases have tarball versions of 3.0.6 ff case "$PV" in 1*) SRC_PATH="stable/3.0.2/src/${P}.tar.bz2";; # backward compatibility for unmerging ebuilds + 2.2.2a) SRC_PATH="Attic/2.2.2/src/${PN}-${PV/a/}.tar.bz2" ;; 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_beta1/3.0.7}.tar.bz2" ;; |