diff options
author | Gregorio Guidi <greg_g@gentoo.org> | 2005-09-21 15:32:24 +0000 |
---|---|---|
committer | Gregorio Guidi <greg_g@gentoo.org> | 2005-09-21 15:32:24 +0000 |
commit | 18184b487d504c67dfe7a25180ad08d227748ef6 (patch) | |
tree | 1e3051a7b9677f0d9d92e6daf08552235a175ee1 /eclass | |
parent | 2.4.6 stable for x86, cleanup (diff) | |
download | gentoo-2-18184b487d504c67dfe7a25180ad08d227748ef6.tar.gz gentoo-2-18184b487d504c67dfe7a25180ad08d227748ef6.tar.bz2 gentoo-2-18184b487d504c67dfe7a25180ad08d227748ef6.zip |
Update for KDE 3.5-beta1.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/kde-dist.eclass | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/kde-dist.eclass b/eclass/kde-dist.eclass index 165169a7291d..35215c880e74 100644 --- a/eclass/kde-dist.eclass +++ b/eclass/kde-dist.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/kde-dist.eclass,v 1.68 2005/08/24 22:54:14 greg_g Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kde-dist.eclass,v 1.69 2005/09/21 15:32:24 greg_g Exp $ # # Author Dan Armak <danarmak@gentoo.org> # @@ -19,6 +19,7 @@ case "${PV}" in 3.3.0) SRC_PATH="stable/3.3/src/${P}.tar.bz2" ;; 3.4.0) SRC_PATH="stable/3.4/src/${P}.tar.bz2" ;; 3.5_alpha1) SRC_PATH="unstable/${PV/_/-}/src/${PN}-3.4.90.tar.bz2" ;; + 3.5_beta1) SRC_PATH="unstable/${PV/_/-}/src/${PN}-3.4.91.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" ;; @@ -31,6 +32,7 @@ need-kde ${PV} # 3.5 prereleases [ "${PV}" == "3.5_alpha1" ] && S=${WORKDIR}/${PN}-3.4.90 +[ "${PV}" == "3.5_beta1" ] && S=${WORKDIR}/${PN}-3.4.91 DESCRIPTION="KDE ${PV} - " HOMEPAGE="http://www.kde.org/" |