summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Chatzimichos <tampakrap@gentoo.org>2010-12-28 16:08:03 +0200
committerTheo Chatzimichos <tampakrap@gentoo.org>2010-12-28 16:08:03 +0200
commitdf9a0431131b2a6bac0e3d11716ffc1a0f11fed3 (patch)
tree6b03be8ddf11563d1b77940575385923da77ad2b
parentc4372efa9a0e08c5fa5887d02b521385a602f100 (diff)
downloadkde-df9a0431131b2a6bac0e3d11716ffc1a0f11fed3.tar.gz
kde-df9a0431131b2a6bac0e3d11716ffc1a0f11fed3.tar.bz2
kde-df9a0431131b2a6bac0e3d11716ffc1a0f11fed3.zip
[eclass] I hope final commit regarding the kdepim 4.6beta3 mess
With this commit the right tarball gets extracted
-rw-r--r--eclass/kde4-meta.eclass10
1 files changed, 10 insertions, 0 deletions
diff --git a/eclass/kde4-meta.eclass b/eclass/kde4-meta.eclass
index f3567a19ebc..84360381f21 100644
--- a/eclass/kde4-meta.eclass
+++ b/eclass/kde4-meta.eclass
@@ -220,6 +220,16 @@ kde4-meta_src_extract() {
moduleprefix=apps/
KMTARPARAMS+=" --transform=s|apps/||"
;;
+ kdepim)
+ if [[ ${PV} == 4.5.93 ]] ; then
+ tarball="kdepim-4.6beta3.tar.${postfix}"
+ fi
+ ;;
+ kdepim-runtime)
+ if [[ ${PV} == 4.5.93 ]] ; then
+ tarball="kdepim-4.6beta3.tar.${postfix}"
+ fi
+ ;;
*)
# Create tarball name from module name (this is the default)
tarball="${KMNAME}-${PV}.tar.${postfix}"