diff options
author | Caleb Tennis <caleb@gentoo.org> | 2004-08-10 13:58:11 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2004-08-10 13:58:11 +0000 |
commit | 48ead24a51e182a324540b13bddeb4bdd8c39582 (patch) | |
tree | 913641782a295ca1612120ba16b95a0450013252 | |
parent | Stable on sparc wrt security bug #59895. (Manifest recommit) (diff) | |
download | gentoo-2-48ead24a51e182a324540b13bddeb4bdd8c39582.tar.gz gentoo-2-48ead24a51e182a324540b13bddeb4bdd8c39582.tar.bz2 gentoo-2-48ead24a51e182a324540b13bddeb4bdd8c39582.zip |
add rc2 directories
-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 d5151957fb2e..2240010fcb51 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.56 2004/08/06 18:46:57 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kde-dist.eclass,v 1.57 2004/08/10 13:58:11 caleb Exp $ # # Author Dan Armak <danarmak@gentoo.org> # @@ -21,6 +21,7 @@ case "$PV" in 3.3.0_beta1) SRC_PATH="unstable/3.2.91/src/${PN}-${PV/3.3.0_beta1/3.2.91}.tar.bz2" ;; 3.3.0_beta2) SRC_PATH="unstable/3.2.92/src/${PN}-${PV/3.3.0_beta2/3.2.92}.tar.bz2" ;; 3.3.0_rc1) SRC_PATH="unstable/3.3.0rc1/src/${PN}-${PV/_/-}.tar.bz2" ;; + 3.3.0_rc2) SRC_PATH="unstable/3.3.0rc2/src/${PN}-${PV/_/-}.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" ;; @@ -35,6 +36,7 @@ need-kde $PV [ "$PV" == "3.3.0_beta1" ] && S=${WORKDIR}/${PN}-3.2.91 [ "$PV" == "3.3.0_beta2" ] && S=${WORKDIR}/${PN}-3.2.92 [ "$PV" == "3.3.0_rc1" ] && S=${WORKDIR}/${PN}-3.3.0 +[ "$PV" == "3.3.0_rc2" ] && S=${WORKDIR}/${PN}-3.3.0 DESCRIPTION="KDE ${PV} - " HOMEPAGE="http://www.kde.org/" |