diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-09-21 16:34:50 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-09-21 16:34:50 +0000 |
commit | 8dc4214aeb5651685783b5ac01e2e6f3718b0a7d (patch) | |
tree | 3b0afb0e7942c3e5dac4efddac0d7c64ae6a80fd /eclass | |
parent | fix the grep for mydomain so that it takes only ^domain, as the word domain c... (diff) | |
download | gentoo-2-8dc4214aeb5651685783b5ac01e2e6f3718b0a7d.tar.gz gentoo-2-8dc4214aeb5651685783b5ac01e2e6f3718b0a7d.tar.bz2 gentoo-2-8dc4214aeb5651685783b5ac01e2e6f3718b0a7d.zip |
Prepare for beta1.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/kde-meta.eclass | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/kde-meta.eclass b/eclass/kde-meta.eclass index 24007e6799f7..0cfbd41c1f2a 100644 --- a/eclass/kde-meta.eclass +++ b/eclass/kde-meta.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-meta.eclass,v 1.48 2005/09/06 13:32:42 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kde-meta.eclass,v 1.49 2005/09/21 16:34:50 flameeyes Exp $ # # Author Dan Armak <danarmak@gentoo.org> # Simone Gotti <motaboy@gentoo.org> @@ -23,7 +23,8 @@ case "$PV" in 3.4.0_beta1) TARBALLDIRVER="3.3.91"; TARBALLVER="3.3.91" ;; 3.4.0_beta2) TARBALLDIRVER="3.3.92"; TARBALLVER="3.3.92" ;; 3.4.0_rc1) TARBALLDIRVER="3.4.0"; TARBALLVER="3.4.0-rc1" ;; - 3.5_alpha1) TARBALLDIRVER="3.4.90"; TARBALLVER="3.4.90" ;; + 3.5_alpha1) TARBALLDIRVER="3.4.90"; TARBALLVER="3.4.90" ;; + 3.5_beta1) TARBALLDIRVER="3.4.91"; TARBALLVER="3.4.91" ;; *) TARBALLDIRVER="$PV"; TARBALLVER="$PV" ;; esac if [ "${KMNAME}" = "koffice" ]; then |