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/kontact: ChangeLog kontact-4.4.11.1-r1.ebuild
Date: Wed, 01 Aug 2012 22:46:39
Message-Id: 20120801224630.536222004C@flycatcher.gentoo.org
1 dilfridge 12/08/01 22:46:30
2
3 Modified: ChangeLog
4 Added: kontact-4.4.11.1-r1.ebuild
5 Log:
6 Add upstream bugfixes
7
8 (Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.220 kde-base/kontact/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kontact/ChangeLog?rev=1.220&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kontact/ChangeLog?rev=1.220&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kontact/ChangeLog?r1=1.219&r2=1.220
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/kde-base/kontact/ChangeLog,v
20 retrieving revision 1.219
21 retrieving revision 1.220
22 diff -u -r1.219 -r1.220
23 --- ChangeLog 1 Aug 2012 22:16:51 -0000 1.219
24 +++ ChangeLog 1 Aug 2012 22:46:30 -0000 1.220
25 @@ -1,6 +1,13 @@
26 # ChangeLog for kde-base/kontact
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kontact/ChangeLog,v 1.219 2012/08/01 22:16:51 johu Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kontact/ChangeLog,v 1.220 2012/08/01 22:46:30 dilfridge Exp $
30 +
31 +*kontact-4.4.11.1-r1 (01 Aug 2012)
32 +
33 + 01 Aug 2012; Andreas K. Huettel <dilfridge@g.o>
34 + +kontact-4.4.11.1-r1.ebuild,
35 + +files/4.4/0002-kontact-Only-start-akonadi-asynchronously-on-KDE-4.6.2.patch:
36 + Add upstream bugfixes
37
38 *kontact-4.9.0 (01 Aug 2012)
39
40
41
42
43 1.1 kde-base/kontact/kontact-4.4.11.1-r1.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kontact/kontact-4.4.11.1-r1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kontact/kontact-4.4.11.1-r1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: kontact-4.4.11.1-r1.ebuild
49 ===================================================================
50 # Copyright 1999-2012 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/kde-base/kontact/kontact-4.4.11.1-r1.ebuild,v 1.1 2012/08/01 22:46:30 dilfridge Exp $
53
54 EAPI=4
55
56 KMNAME="kdepim"
57 KDE_HANDBOOK=optional
58 inherit kde4-meta
59
60 DESCRIPTION="KDE personal information manager"
61 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
62 IUSE="debug"
63
64 DEPEND="
65 $(add_kdebase_dep kdepimlibs '' 4.6)
66 $(add_kdebase_dep libkdepim)
67 "
68 RDEPEND="${DEPEND}
69 $(add_kdebase_dep kdepim-runtime)
70 "
71
72 KMLOADLIBS="libkdepim"
73 KMSAVELIBS="true"
74
75 # We remove plugins that are related to external kdepim programs. This way
76 # kontact doesn't have to depend on all programs it has plugins for.
77 # kcontactmanager gone from kdesvn
78 #
79 # xml targets from kmail/ are being uncommented by kde4-meta.eclass
80 KMEXTRACTONLY="
81 kmail/
82 kontact/plugins/akregator/
83 kontact/plugins/kaddressbook/
84 kontact/plugins/kjots/
85 kontact/plugins/kmail/
86 kontact/plugins/knode/
87 kontact/plugins/knotes/
88 kontact/plugins/korganizer/
89 kontact/plugins/ktimetracker/
90 kontact/plugins/planner/
91 kontact/plugins/specialdates/
92 "
93
94 PATCHES=( "${FILESDIR}/4.4/"0002-*.patch )
95
96 src_unpack() {
97 if use handbook; then
98 KMEXTRA+="
99 doc/kontact-admin/
100 "
101 fi
102
103 kde4-meta_src_unpack
104 }