Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/kontact: kontact-4.3.5.ebuild ChangeLog
Date: Mon, 25 Jan 2010 16:32:36
Message-Id: E1NZRrY-0002fc-5a@stork.gentoo.org
1 scarabeus 10/01/25 16:32:28
2
3 Modified: ChangeLog
4 Added: kontact-4.3.5.ebuild
5 Log:
6 Version bump KDE 4.3.5
7 (Portage version: 2.2_rc61/cvs/Linux x86_64, RepoMan options: --force)
8
9 Revision Changes Path
10 1.144 kde-base/kontact/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kontact/ChangeLog?rev=1.144&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kontact/ChangeLog?rev=1.144&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kontact/ChangeLog?r1=1.143&r2=1.144
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/kde-base/kontact/ChangeLog,v
19 retrieving revision 1.143
20 retrieving revision 1.144
21 diff -u -r1.143 -r1.144
22 --- ChangeLog 23 Jan 2010 20:18:37 -0000 1.143
23 +++ ChangeLog 25 Jan 2010 16:32:27 -0000 1.144
24 @@ -1,6 +1,12 @@
25 # ChangeLog for kde-base/kontact
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kontact/ChangeLog,v 1.143 2010/01/23 20:18:37 abcd Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kontact/ChangeLog,v 1.144 2010/01/25 16:32:27 scarabeus Exp $
29 +
30 +*kontact-4.3.5 (25 Jan 2010)
31 +
32 + 25 Jan 2010; Tomáš Chvátal <scarabeus@g.o>
33 + +kontact-4.3.5.ebuild:
34 + Version bump
35
36 23 Jan 2010; Jonathan Callen <abcd@g.o> kontact-4.3.4.ebuild:
37 Keyword ~amd64-linux/~x86-linux
38
39
40
41 1.1 kde-base/kontact/kontact-4.3.5.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kontact/kontact-4.3.5.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kontact/kontact-4.3.5.ebuild?rev=1.1&content-type=text/plain
45
46 Index: kontact-4.3.5.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/kde-base/kontact/kontact-4.3.5.ebuild,v 1.1 2010/01/25 16:32:27 scarabeus Exp $
51
52 EAPI="2"
53
54 KMNAME="kdepim"
55 inherit kde4-meta
56
57 DESCRIPTION="KDE personal information manager"
58 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
59 IUSE="debug +handbook"
60
61 DEPEND="
62 app-crypt/gpgme
63 $(add_kdebase_dep kontactinterfaces)
64 $(add_kdebase_dep libkdepim)
65 "
66 RDEPEND="${DEPEND}
67 app-crypt/gnupg
68 "
69
70 KMLOADLIBS="libkdepim"
71 KMSAVELIBS="true"
72
73 # We remove plugins that are related to external kdepim programs. This way
74 # kontact doesn't have to depend on all programs it has plugins for.
75 #
76 # xml targets from kmail/ are being uncommented by kde4-meta.eclass
77 KMEXTRACTONLY="
78 kmail/
79 kontact/plugins/akregator/
80 kontact/plugins/kaddressbook/
81 kontact/plugins/kjots/
82 kontact/plugins/kmail/
83 kontact/plugins/knode/
84 kontact/plugins/knotes/
85 kontact/plugins/korganizer/
86 kontact/plugins/ktimetracker/
87 kontact/plugins/planner/
88 kontact/plugins/specialdates/
89 kontactinterfaces/
90 "