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: Fri, 28 Jan 2011 05:05:23
Message-Id: 20110128050513.4474520054@flycatcher.gentoo.org
1 tampakrap 11/01/28 05:05:13
2
3 Modified: kde4-base.eclass kde4-functions.eclass
4 Log:
5 Add KDEPIM 4.4.10 support
6
7 Revision Changes Path
8 1.84 eclass/kde4-base.eclass
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/kde4-base.eclass?rev=1.84&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/kde4-base.eclass?rev=1.84&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/kde4-base.eclass?r1=1.83&r2=1.84
13
14 Index: kde4-base.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/kde4-base.eclass,v
17 retrieving revision 1.83
18 retrieving revision 1.84
19 diff -u -r1.83 -r1.84
20 --- kde4-base.eclass 11 Jan 2011 13:15:46 -0000 1.83
21 +++ kde4-base.eclass 28 Jan 2011 05:05:13 -0000 1.84
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.83 2011/01/11 13:15:46 xarthisius Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/kde4-base.eclass,v 1.84 2011/01/28 05:05:13 tampakrap Exp $
27
28 # @ECLASS: kde4-base.eclass
29 # @MAINTAINER:
30 @@ -545,7 +545,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 | 4.4.8 | 4.4.9)
35 + 4.4.6 | 4.4.7 | 4.4.8 | 4.4.9 | 4.4.10)
36 # Only kdepim here
37 SRC_URI="mirror://kde/stable/kdepim-${PV}/src/${_kmname_pv}.tar.bz2"
38 ;;
39
40
41
42 1.43 eclass/kde4-functions.eclass
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/kde4-functions.eclass?rev=1.43&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/kde4-functions.eclass?rev=1.43&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/kde4-functions.eclass?r1=1.42&r2=1.43
47
48 Index: kde4-functions.eclass
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/eclass/kde4-functions.eclass,v
51 retrieving revision 1.42
52 retrieving revision 1.43
53 diff -u -r1.42 -r1.43
54 --- kde4-functions.eclass 3 Jan 2011 20:36:17 -0000 1.42
55 +++ kde4-functions.eclass 28 Jan 2011 05:05:13 -0000 1.43
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.42 2011/01/03 20:36:17 dilfridge Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/eclass/kde4-functions.eclass,v 1.43 2011/01/28 05:05:13 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.5 is gone
67 local FIXME_PV
68 - 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 || ${1} = oxygen-icons ]]; then
69 + if [[ ${KMNAME} = kdepim || ${PN} = kdepim-runtime ]] && [[ ${PV} = 4.4.6* || ${PV} = 4.4.7* || ${PV} = 4.4.8* || ${PV} = 4.4.9* || ${PV} = 4.4.10* ]] && [[ ${1} = kdelibs || ${1} = kdepimlibs || ${1} = oxygen-icons ]]; then
70 FIXME_PV=4.4.5
71 # FIXME remove hack when kdepim-4.6beta is gone
72 elif [[ ${KMNAME} = kdepim || ${PN} = kdepim-runtime ]] && [[ ${PV} = 4.5.93* ]] && [[ ${1} = kdelibs || ${1} = kdepimlibs || ${1} = oxygen-icons ]]; then