summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-03-11 18:57:10 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-03-11 18:57:10 +0000
commitc770f9b27d8488c465d88961a7e216c241823b52 (patch)
treea9eff24525cd49c5e097e324bb63c834148d595c /eclass
parentAdded a patch to avoid stripping during install. (diff)
downloadgentoo-2-c770f9b27d8488c465d88961a7e216c241823b52.tar.gz
gentoo-2-c770f9b27d8488c465d88961a7e216c241823b52.tar.bz2
gentoo-2-c770f9b27d8488c465d88961a7e216c241823b52.zip
Update kde-meta to allow downloading latest koffice beta (changed path scheme, again).
Diffstat (limited to 'eclass')
-rw-r--r--eclass/kde-meta.eclass15
1 files changed, 10 insertions, 5 deletions
diff --git a/eclass/kde-meta.eclass b/eclass/kde-meta.eclass
index 36282bac6b1a..c2eb46a8409c 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.67 2006/03/11 15:38:27 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kde-meta.eclass,v 1.68 2006/03/11 18:57:10 flameeyes Exp $
#
# Author Dan Armak <danarmak@gentoo.org>
# Simone Gotti <motaboy@gentoo.org>
@@ -109,11 +109,16 @@ elif [[ "$KMNAME" == "koffice" ]]; then
1.4.0)
SRC_PATH="mirror://kde/stable/koffice-1.4/src/koffice-$PV.tar.bz2"
;;
+ 1.5_beta2)
+ SRC_PATH="mirror://kde/unstable/koffice-${PV/_/-}/koffice-${TARBALLVER}.tar.bz2"
+ ;;
+ *)
+ # Identify beta and rc versions by underscore
+ if [[ ${PV/_/} != ${PV} ]]; then
+ SRC_PATH="mirror://kde/unstable/koffice-${PV/_/-}/src/koffice-${TARBALLVER}.tar.bz2"
+ fi
+ ;;
esac
- # Identify beta and rc versions by underscore
- if [[ ${PV/_/} != ${PV} ]]; then
- SRC_PATH="mirror://kde/unstable/koffice-${PV/_/-}/src/koffice-${TARBALLVER}.tar.bz2"
- fi
fi
# Common xdelta code