diff options
author | Dan Armak <danarmak@gentoo.org> | 2002-07-21 11:51:42 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2002-07-21 11:51:42 +0000 |
commit | 5beac3de15a15a0c1e6efc1862de1d5a7b2e84fa (patch) | |
tree | e8e7d7e91517050f1373f6e031b4604ddae54bf8 /eclass | |
parent | Bumped ebuild to the newest release (diff) | |
download | gentoo-2-5beac3de15a15a0c1e6efc1862de1d5a7b2e84fa.tar.gz gentoo-2-5beac3de15a15a0c1e6efc1862de1d5a7b2e84fa.tar.bz2 gentoo-2-5beac3de15a15a0c1e6efc1862de1d5a7b2e84fa.zip |
ad backward compatibility for 1* version numbers so that ol versions of arts can be unmerged
Diffstat (limited to '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 3a88bbb3b8ca..baaffbcad7c5 100644 --- a/eclass/kde.org.eclass +++ b/eclass/kde.org.eclass @@ -1,13 +1,14 @@ # 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.11 2002/07/17 20:25:16 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kde.org.eclass,v 1.12 2002/07/21 11:51:42 danarmak Exp $ # Contains the locations of ftp.kde.org packages and their mirrors ECLASS=kde.org 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.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*) SRC_PATH="stable/$PV/src/${P}.tar.bz2" ;; |