Gentoo Archives: gentoo-commits

From: "Alexey Shvetsov (alexxy)" <alexxy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/akonadi: ChangeLog akonadi-4.1.4.ebuild
Date: Tue, 13 Jan 2009 21:02:22
Message-Id: E1LMqOy-0008Ko-GZ@stork.gentoo.org
1 alexxy 09/01/13 21:02:20
2
3 Modified: ChangeLog
4 Added: akonadi-4.1.4.ebuild
5 Log:
6 Bump kde to 4.1.4
7 (Portage version: 2.2_rc21/cvs/Linux 2.6.28-gentoo x86_64)
8
9 Revision Changes Path
10 1.5 kde-base/akonadi/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/akonadi/ChangeLog?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/akonadi/ChangeLog?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/akonadi/ChangeLog?r1=1.4&r2=1.5
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/kde-base/akonadi/ChangeLog,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- ChangeLog 16 Nov 2008 04:40:13 -0000 1.4
23 +++ ChangeLog 13 Jan 2009 21:02:20 -0000 1.5
24 @@ -1,6 +1,14 @@
25 # ChangeLog for kde-base/akonadi
26 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/kde-base/akonadi/ChangeLog,v 1.4 2008/11/16 04:40:13 vapier Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/kde-base/akonadi/ChangeLog,v 1.5 2009/01/13 21:02:20 alexxy Exp $
30 +
31 + 13 Jan 2009; Alexey Shvetsov <alexxy@g.o> +akonadi-4.1.4.ebuild:
32 + Bump to 4.1.4
33 +
34 +*akonadi-4.1.4 (13 Jan 2009)
35 +
36 + 13 Jan 2009; Alexey Shvetsov <alexxy@g.o> +akonadi-4.1.4.ebuild:
37 + Bump to 4.1.4
38
39 15 Nov 2008; Mike Frysinger <vapier@g.o> akonadi-4.1.3.ebuild:
40 Add ppc/ppc64 love #244306.
41
42
43
44 1.1 kde-base/akonadi/akonadi-4.1.4.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/akonadi/akonadi-4.1.4.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/akonadi/akonadi-4.1.4.ebuild?rev=1.1&content-type=text/plain
48
49 Index: akonadi-4.1.4.ebuild
50 ===================================================================
51 # Copyright 1999-2009 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/kde-base/akonadi/akonadi-4.1.4.ebuild,v 1.1 2009/01/13 21:02:20 alexxy Exp $
54
55 EAPI="2"
56
57 KMNAME=kdepim
58 inherit kde4-meta
59
60 DESCRIPTION="An extensible cross-desktop storage service for PIM data and meta data"
61 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
62 # add when libmapi becomes available with an ebuild
63 #exchange
64 IUSE="debug +nepomuk +plasma"
65
66 # add when libmapi becomes available with an ebuild
67 #exchange? ( net-libs/libmapi )
68 RDEPEND="app-misc/strigi[dbus,qt4]
69 app-office/akonadi-server
70 dev-libs/boost
71 dev-libs/libxslt
72 >=kde-base/kdemaildir-${PV}:${SLOT}
73 >=kde-base/libkdepim-${PV}:${SLOT}
74 >=x11-misc/shared-mime-info-0.20
75 nepomuk? ( >=kde-base/nepomuk-${PV}:${SLOT} )
76 plasma? ( kde-base/libplasma:${SLOT} )"
77 DEPEND="${RDEPEND}
78 dev-libs/libxml2"
79
80 KMEXTRACTONLY="libkdepim/
81 maildir/"
82
83 src_configure() {
84 # Set the dbus dirs, otherwise it searches in KDEDIR
85 mycmakeargs="${mycmakeargs}
86 -DAKONADI_DBUS_INTERFACES_INSTALL_DIR=/usr/share/dbus-1/interfaces
87 -DAKONADI_DBUS_SERVICES_INSTALL_DIR=/usr/share/dbus-1/services"
88 # replace with $(cmake-utils_use_with exchange OpenChange) when libmapi becomes available with an ebuild
89 mycmakeargs="${mycmakeargs}
90 -DWITH_LibXslt=ON
91 -DWITH_OpenChange=OFF
92 $(cmake-utils_use_with nepomuk Nepomuk)
93 $(cmake-utils_use_with plasma Plasma)"
94
95 kde4-meta_src_configure
96 }
97
98 src_test() {
99 # disable broken test
100 sed -i -e '/mailserializerplugintest/ s/^/#DO_NOT_RUN_TEST /' \
101 "${S}"/akonadi/plugins/tests/CMakeLists.txt || \
102 die "sed to disable mailserializerplugintest failed."
103
104 kde4-meta_src_test
105 }