summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Chatzimichos <tampakrap@gentoo.org>2010-12-29 17:56:34 +0000
committerTheo Chatzimichos <tampakrap@gentoo.org>2010-12-29 17:56:34 +0000
commita796fe40d435b3cbdaf21402b0a0f4c7e73062f6 (patch)
tree4f1ec96062a7ec6973e0f6574bdce07158c22c5f
parentStable on amd64 wrt bug #349697 (diff)
downloadhistorical-a796fe40d435b3cbdaf21402b0a0f4c7e73062f6.tar.gz
historical-a796fe40d435b3cbdaf21402b0a0f4c7e73062f6.tar.bz2
historical-a796fe40d435b3cbdaf21402b0a0f4c7e73062f6.zip
Previous commit broke kdepim installations for =! 4.6beta3, fixing
-rw-r--r--eclass/kde4-functions.eclass7
-rw-r--r--eclass/kde4-meta.eclass4
2 files changed, 5 insertions, 6 deletions
diff --git a/eclass/kde4-functions.eclass b/eclass/kde4-functions.eclass
index 3ed61cf4700e..2b553af4f92a 100644
--- a/eclass/kde4-functions.eclass
+++ b/eclass/kde4-functions.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/kde4-functions.eclass,v 1.40 2010/12/29 17:06:51 tampakrap Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kde4-functions.eclass,v 1.41 2010/12/29 17:56:34 tampakrap Exp $
inherit versionator
@@ -378,11 +378,8 @@ add_kdebase_dep() {
local FIXME_PV
if [[ ${KMNAME} = kdepim || ${PN} = kdepim-runtime ]] && [[ ${PV} = 4.4.6* || ${PV} = 4.4.7* || ${PV} = 4.4.8* || ${PV} = 4.4.9* ]] && [[ ${1} = kdelibs || ${1} = kdepimlibs ]]; then
FIXME_PV=4.4.5
- else
- FIXME_PV=${PV}
- fi
# FIXME remove hack when kdepim-4.6beta is gone
- if [[ ${KMNAME} = kdepim || ${PN} = kdepim-runtime ]] && [[ ${PV} = 4.5.93* ]] && [[ ${1} = kdelibs || ${1} = kdepimlibs ]]; then
+ elif [[ ${KMNAME} = kdepim || ${PN} = kdepim-runtime ]] && [[ ${PV} = 4.5.93* ]] && [[ ${1} = kdelibs || ${1} = kdepimlibs ]]; then
FIXME_PV=4.5.90
else
FIXME_PV=${PV}
diff --git a/eclass/kde4-meta.eclass b/eclass/kde4-meta.eclass
index 444cecfdedc2..97593ec693ec 100644
--- a/eclass/kde4-meta.eclass
+++ b/eclass/kde4-meta.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/kde4-meta.eclass,v 1.46 2010/12/29 17:06:51 tampakrap Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kde4-meta.eclass,v 1.47 2010/12/29 17:56:34 tampakrap Exp $
#
# @ECLASS: kde4-meta.eclass
# @MAINTAINER:
@@ -223,6 +223,8 @@ kde4-meta_src_extract() {
kdepim)
if [[ ${PV} == 4.5.93 ]] ; then
tarball="kdepim-4.6beta3.tar.${postfix}"
+ else
+ tarball="${KMNAME}-${PV}.tar.${postfix}"
fi
;;
*)