diff options
author | Caleb Tennis <caleb@gentoo.org> | 2003-12-03 22:16:04 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2003-12-03 22:16:04 +0000 |
commit | 1ef232e39442847cae496aac48383098e3ef9d44 (patch) | |
tree | 1f7d1b4f8e7ac91e4ac1a2f87892e72c9bdf5766 /eclass | |
parent | ver bump #34857 (diff) | |
download | historical-1ef232e39442847cae496aac48383098e3ef9d44.tar.gz historical-1ef232e39442847cae496aac48383098e3ef9d44.tar.bz2 historical-1ef232e39442847cae496aac48383098e3ef9d44.zip |
kde 3.2.0_beta2 changes
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/kde-dist.eclass | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/eclass/kde-dist.eclass b/eclass/kde-dist.eclass index 96f7b830e757..da96bddcc933 100644 --- a/eclass/kde-dist.eclass +++ b/eclass/kde-dist.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/kde-dist.eclass,v 1.45 2003/11/01 13:03:20 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kde-dist.eclass,v 1.46 2003/12/03 22:16:04 caleb Exp $ # # Author Dan Armak <danarmak@gentoo.org> # @@ -17,9 +17,8 @@ case "$PV" in 1*) SRC_PATH="stable/3.0.2/src/${P}.tar.bz2";; # backward compatibility for unmerging ebuilds 2.2.2a) SRC_PATH="2.2.2/src/${PN}-${PV/a/}.tar.bz2" ;; 2.2.2*) SRC_PATH="2.2.2/src/${P}.tar.bz2" ;; - 3.2.0_alpha1) SRC_PATH="unstable/3.1.91/src/${P//3.2.0_alpha1/3.1.91}.tar.bz2" ;; - 3.2.0_alpha2) SRC_PATH="unstable/3.1.92/src/${P//3.2.0_alpha2/3.1.92}.tar.bz2" ;; 3.2.0_beta1) SRC_PATH="unstable/3.1.93/src/${P//3.2.0_beta1/3.1.93}.tar.bz2" ;; + 3.2.0_beta2) SRC_PATH="unstable/3.1.94/src/${P//3.2.0_beta2/3.1.94}.tar.bz2" ;; 3.1.1a) SRC_PATH="stable/$PV/src/${PN}-3.1.1.tar.bz2" SRC_URI="$SRC_URI mirror://gentoo/${PN}-${PVR}.diff.bz2" ;; 3*) SRC_PATH="stable/$PV/src/${P}.tar.bz2" ;; @@ -33,9 +32,8 @@ debug-print "$ECLASS: finished, SRC_URI=$SRC_URI" need-kde $PV # 3.2 prereleases -[ "$PV" == "3.2.0_alpha1" ] && S=${WORKDIR}/${PN}-3.1.91 -[ "$PV" == "3.2.0_alpha2" ] && S=${WORKDIR}/${PN}-3.1.92 [ "$PV" == "3.2.0_beta1" ] && S=${WORKDIR}/${PN}-3.1.93 +[ "$PV" == "3.2.0_beta2" ] && S=${WORKDIR}/${PN}-3.1.94 [ "$PV" == "3.1_rc1" ] && S=${WORKDIR}/${PN}-3.0.9 [ "$PV" == "3.1_rc2" ] && S=${WORKDIR}/${PN}-3.0.98 [ "$PV" == "3.1_rc3" ] && S=${WORKDIR}/${PN}-3.0.99 |