Gentoo Archives: gentoo-commits

From: "Andreas HAttel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/kdepim-runtime: ChangeLog kdepim-runtime-4.11.3.ebuild
Date: Tue, 05 Nov 2013 22:26:48
Message-Id: 20131105222254.8721720051@flycatcher.gentoo.org
1 dilfridge 13/11/05 22:22:54
2
3 Modified: ChangeLog
4 Added: kdepim-runtime-4.11.3.ebuild
5 Log:
6 Version bump KDE SC 4.11.3
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key EBE6A336BE19039C!)
9
10 Revision Changes Path
11 1.165 kde-base/kdepim-runtime/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdepim-runtime/ChangeLog?rev=1.165&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdepim-runtime/ChangeLog?rev=1.165&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdepim-runtime/ChangeLog?r1=1.164&r2=1.165
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/kde-base/kdepim-runtime/ChangeLog,v
20 retrieving revision 1.164
21 retrieving revision 1.165
22 diff -u -r1.164 -r1.165
23 --- ChangeLog 22 Oct 2013 21:13:54 -0000 1.164
24 +++ ChangeLog 5 Nov 2013 22:22:54 -0000 1.165
25 @@ -1,6 +1,12 @@
26 # ChangeLog for kde-base/kdepim-runtime
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-runtime/ChangeLog,v 1.164 2013/10/22 21:13:54 dilfridge Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-runtime/ChangeLog,v 1.165 2013/11/05 22:22:54 dilfridge Exp $
30 +
31 +*kdepim-runtime-4.11.3 (05 Nov 2013)
32 +
33 + 05 Nov 2013; Andreas K. Huettel <dilfridge@g.o>
34 + +kdepim-runtime-4.11.3.ebuild:
35 + Version bump KDE SC 4.11.3
36
37 *kdepim-runtime-4.11.2-r1 (22 Oct 2013)
38
39
40
41
42 1.1 kde-base/kdepim-runtime/kdepim-runtime-4.11.3.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdepim-runtime/kdepim-runtime-4.11.3.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdepim-runtime/kdepim-runtime-4.11.3.ebuild?rev=1.1&content-type=text/plain
46
47 Index: kdepim-runtime-4.11.3.ebuild
48 ===================================================================
49 # Copyright 1999-2013 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-runtime/kdepim-runtime-4.11.3.ebuild,v 1.1 2013/11/05 22:22:54 dilfridge Exp $
52
53 EAPI=5
54
55 KMNAME="kdepim-runtime"
56 inherit kde4-base
57
58 DESCRIPTION="KDE PIM runtime plugin collection"
59 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
60 IUSE="debug facebook google kolab"
61
62 RESTRICT="test"
63 # Would need test programs _testrunner and akonaditest from kdepimlibs, see bug 313233
64
65 DEPEND="
66 app-misc/strigi
67 >=app-office/akonadi-server-1.9.52
68 dev-libs/boost:=
69 dev-libs/libxml2:2
70 dev-libs/libxslt
71 >=dev-libs/shared-desktop-ontologies-0.11.0
72 $(add_kdebase_dep kdepimlibs)
73 x11-misc/shared-mime-info
74 facebook? ( net-libs/libkfbapi )
75 google? ( >=net-libs/libkgapi-2.0 )
76 kolab? ( net-libs/libkolab )
77 "
78 RDEPEND="${DEPEND}
79 $(add_kdebase_dep kdepim-icons)
80 !kde-misc/akonadi-google
81 !kde-misc/akonadi-facebook
82 "
83
84 src_configure() {
85 local mycmakeargs=(
86 $(cmake-utils_use_find_package facebook LibKFbAPI)
87 $(cmake-utils_use_find_package google LibKGAPI2)
88 $(cmake-utils_use_find_package kolab Libkolab)
89 $(cmake-utils_use_find_package kolab Libkolabxml)
90 )
91
92 kde4-base_src_configure
93 }