Gentoo Archives: gentoo-commits

From: "Theo Chatzimichos (tampakrap)" <tampakrap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: kde4-base.eclass kde4-functions.eclass
Date: Mon, 06 Dec 2010 10:17:16
Message-Id: 20101206101704.41FFD20054@flycatcher.gentoo.org
1 tampakrap 10/12/06 10:17:04
2
3 Modified: kde4-base.eclass kde4-functions.eclass
4 Log:
5 Add support for KDEPIM 4.4.8 in kde eclasses
6
7 Revision Changes Path
8 1.79 eclass/kde4-base.eclass
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/kde4-base.eclass?rev=1.79&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/kde4-base.eclass?rev=1.79&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/kde4-base.eclass?r1=1.78&r2=1.79
13
14 Index: kde4-base.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/kde4-base.eclass,v
17 retrieving revision 1.78
18 retrieving revision 1.79
19 diff -u -r1.78 -r1.79
20 --- kde4-base.eclass 2 Dec 2010 21:49:54 -0000 1.78
21 +++ kde4-base.eclass 6 Dec 2010 10:17:04 -0000 1.79
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2010 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/kde4-base.eclass,v 1.78 2010/12/02 21:49:54 alexxy Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/kde4-base.eclass,v 1.79 2010/12/06 10:17:04 tampakrap Exp $
27
28 # @ECLASS: kde4-base.eclass
29 # @MAINTAINER:
30 @@ -537,7 +537,7 @@
31 # Unstable KDE SC releases
32 SRC_URI="mirror://kde/unstable/${PV}/src/${_kmname_pv}.tar.bz2"
33 ;;
34 - 4.4.6 | 4.4.7)
35 + 4.4.6 | 4.4.7 | 4.4.8)
36 # Only kdepim here
37 SRC_URI="mirror://kde/stable/kdepim-${PV}/src/${_kmname_pv}.tar.bz2"
38 ;;
39
40
41
42 1.38 eclass/kde4-functions.eclass
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/kde4-functions.eclass?rev=1.38&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/kde4-functions.eclass?rev=1.38&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/kde4-functions.eclass?r1=1.37&r2=1.38
47
48 Index: kde4-functions.eclass
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/eclass/kde4-functions.eclass,v
51 retrieving revision 1.37
52 retrieving revision 1.38
53 diff -u -r1.37 -r1.38
54 --- kde4-functions.eclass 2 Dec 2010 21:49:54 -0000 1.37
55 +++ kde4-functions.eclass 6 Dec 2010 10:17:04 -0000 1.38
56 @@ -1,6 +1,6 @@
57 # Copyright 1999-2010 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/eclass/kde4-functions.eclass,v 1.37 2010/12/02 21:49:54 alexxy Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/eclass/kde4-functions.eclass,v 1.38 2010/12/06 10:17:04 tampakrap Exp $
61
62 inherit versionator
63
64 @@ -376,7 +376,7 @@
65 if [[ ${KDEBASE} = kde-base ]]; then
66 # FIXME remove hack when kdepim-4.4.{6,7} is gone
67 local FIXME_PV
68 - if [[ ${KMNAME} = kdepim || ${PN} = kdepim-runtime ]] && [[ ${PV} = 4.4.6* || ${PV} = 4.4.7* ]] && [[ ${1} = kdelibs || ${1} = kdepimlibs ]]; then
69 + if [[ ${KMNAME} = kdepim || ${PN} = kdepim-runtime ]] && [[ ${PV} = 4.4.6* || ${PV} = 4.4.7* || ${PV} = 4.4.8* ]] && [[ ${1} = kdelibs || ${1} = kdepimlibs ]]; then
70 FIXME_PV=4.4.5
71 else
72 FIXME_PV=${PV}