summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorDirk Tilger <dirk.gentoo@miriup.de>2011-07-07 11:18:04 +0400
committerAndreas K. Huettel (dilfridge) <dilfridge@gentoo.org>2011-07-14 00:03:25 +0200
commit09ba52a457f1321a31ddea42526436e579a82494 (patch)
tree14e383e50bc4d9b3f284dc22dc2b9f83ccdaeb16 /eclass
parent71b342781179589c463f2919c39431c8f5d0c7a7 (diff)
downloadkde-09ba52a457f1321a31ddea42526436e579a82494.tar.gz
kde-09ba52a457f1321a31ddea42526436e579a82494.tar.bz2
kde-09ba52a457f1321a31ddea42526436e579a82494.zip
kdepim is not special anymore.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/kde4-base.eclass8
1 files changed, 6 insertions, 2 deletions
diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass
index c3c5e401ceb..4c77733e0b3 100644
--- a/eclass/kde4-base.eclass
+++ b/eclass/kde4-base.eclass
@@ -439,13 +439,17 @@ _calculate_src_uri() {
4.[456].8[05] | 4.[456].9[023568])
# Unstable KDE SC releases
SRC_URI="mirror://kde/unstable/${PV}/src/${_kmname_pv}.tar.bz2"
- # KDEPIM IS SPECIAL
- [[ ${KMNAME} == "kdepim" || ${KMNAME} == "kdepim-runtime" ]] && SRC_URI="mirror://kde/unstable/kdepim/${PV}/${_kmname_pv}.tar.bz2"
+ if ! version_is_at_least 4.6.80 ${PV}
+ then
+ # KDEPIM IS SPECIAL
+ [[ ${KMNAME} == "kdepim" || ${KMNAME} == "kdepim-runtime" ]] && SRC_URI="mirror://kde/unstable/kdepim/${PV}/${_kmname_pv}.tar.bz2"
+ fi
;;
*)
# Stable KDE SC releases
SRC_URI="mirror://kde/stable/${PV}/src/${_kmname_pv}.tar.bz2"
# KDEPIM IS SPECIAL
+ # TODO: It might not be with KDE 4.7 (see above)
[[ ${KMNAME} == "kdepim" || ${KMNAME} == "kdepim-runtime" ]] && SRC_URI="mirror://kde/stable/kdepim-${PV}/src/${_kmname_pv}.tar.bz2"
;;
esac