Prepare for KOffice 1.5 rc1
authorCarsten Lohrke <carlo@gentoo.org>
Wed, 29 Mar 2006 14:55:53 +0000 (14:55 +0000)
committerCarsten Lohrke <carlo@gentoo.org>
Wed, 29 Mar 2006 14:55:53 +0000 (14:55 +0000)
eclass/kde-meta.eclass

index c2eb46a8409c261219898f0841093ea9acb3bb69..aca39777668f358445198f8689870f52abf7495f 100644 (file)
@@ -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.68 2006/03/11 18:57:10 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kde-meta.eclass,v 1.69 2006/03/29 14:55:53 carlo Exp $
 #
 # Author Dan Armak <danarmak@gentoo.org>
 # Simone Gotti <motaboy@gentoo.org>
@@ -29,6 +29,7 @@ if [[ "${KMNAME}" = "koffice" ]]; then
        case "$PV" in
                1.5_beta1)      TARBALLDIRVER="1.4.90"; TARBALLVER="1.4.90" ;;
                1.5_beta2)      TARBALLDIRVER="1.4.95"; TARBALLVER="1.4.95" ;;
+               1.5_rc1)        TARBALLDIRVER="1.5.0-rc1"; TARBALLVER="1.5.0-rc1" ;;
        esac
 fi