diff options
author | Caleb Tennis <caleb@gentoo.org> | 2004-05-25 01:03:24 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2004-05-25 01:03:24 +0000 |
commit | dcdd5e84fa0485f88eace10eff2917582cd84fe6 (patch) | |
tree | d9e089cb635042b3b6d612969c21f32d72627b83 /eclass | |
parent | add kde 3.3 alphas (diff) | |
download | gentoo-2-dcdd5e84fa0485f88eace10eff2917582cd84fe6.tar.gz gentoo-2-dcdd5e84fa0485f88eace10eff2917582cd84fe6.tar.bz2 gentoo-2-dcdd5e84fa0485f88eace10eff2917582cd84fe6.zip |
for new kde version
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/kde-dist.eclass | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/kde-dist.eclass b/eclass/kde-dist.eclass index be57e846834a..dc45bc5d9bac 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.49 2004/02/03 13:15:32 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kde-dist.eclass,v 1.50 2004/05/25 01:03:24 caleb Exp $ # # Author Dan Armak <danarmak@gentoo.org> # @@ -18,6 +18,7 @@ case "$PV" in 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.2.0) SRC_PATH="stable/3.2/src/${P}.tar.bz2" ;; + 3.3.0_alpha1) SRC_PATH="unstable/3.2.90/src/${PN}-${PV/3.3.0_alpha1/3.2.90}.tar.bz2" ;; 3*) SRC_PATH="stable/$PV/src/${P}.tar.bz2" ;; 5) SRC_URI="" # cvs ebuilds, no SRC_URI needed debug-print "$ECLASS: cvs detected" ;; @@ -29,7 +30,7 @@ debug-print "$ECLASS: finished, SRC_URI=$SRC_URI" need-kde $PV # 3.2 prereleases -[ "$PV" == "3.2.0_rc1" ] && S=${WORKDIR}/${PN}-3.1.95 +[ "$PV" == "3.3.0_alpha1" ] && S=${WORKDIR}/${PN}-3.2.90 DESCRIPTION="KDE ${PV} - " HOMEPAGE="http://www.kde.org/" |