Gentoo Archives: gentoo-commits

From: "Wulf Krueger (philantrop)" <philantrop@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/kdepimlibs: ChangeLog kdepimlibs-4.0.3.ebuild
Date: Thu, 03 Apr 2008 20:59:22
Message-Id: E1JhWWl-0003kK-F2@stork.gentoo.org
1 philantrop 08/04/03 20:59:19
2
3 Modified: ChangeLog
4 Added: kdepimlibs-4.0.3.ebuild
5 Log:
6 Version bump to KDE 4.0.3. This is still not intended for mainstream so DO NOT KEYWORD IT without talking to the KDE herd first.
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.9 kde-base/kdepimlibs/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdepimlibs/ChangeLog?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdepimlibs/ChangeLog?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdepimlibs/ChangeLog?r1=1.8&r2=1.9
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/kde-base/kdepimlibs/ChangeLog,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- ChangeLog 20 Mar 2008 16:51:00 -0000 1.8
23 +++ ChangeLog 3 Apr 2008 20:59:18 -0000 1.9
24 @@ -1,6 +1,13 @@
25 # ChangeLog for kde-base/kdepimlibs
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepimlibs/ChangeLog,v 1.8 2008/03/20 16:51:00 ingmar Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepimlibs/ChangeLog,v 1.9 2008/04/03 20:59:18 philantrop Exp $
29 +
30 +*kdepimlibs-4.0.3 (03 Apr 2008)
31 +
32 + 03 Apr 2008; Wulf C. Krueger <philantrop@g.o>
33 + +kdepimlibs-4.0.3.ebuild:
34 + Version bump to KDE 4.0.3. This is still not intended for mainstream so DO
35 + NOT KEYWORD IT without talking to the KDE herd first.
36
37 20 Mar 2008; Ingmar Vanhassel <ingmar@g.o>
38 -kdepimlibs-4.0.1.ebuild:
39
40
41
42 1.1 kde-base/kdepimlibs/kdepimlibs-4.0.3.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdepimlibs/kdepimlibs-4.0.3.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdepimlibs/kdepimlibs-4.0.3.ebuild?rev=1.1&content-type=text/plain
46
47 Index: kdepimlibs-4.0.3.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/kde-base/kdepimlibs/kdepimlibs-4.0.3.ebuild,v 1.1 2008/04/03 20:59:18 philantrop Exp $
52
53 EAPI="1"
54
55 CPPUNIT_REQUIRED="optional"
56 inherit kde4-base
57
58 DESCRIPTION="Common library for KDE PIM apps."
59 HOMEPAGE="http://www.kde.org/"
60
61 KEYWORDS="~amd64 ~x86"
62 IUSE="debug htmlhandbook ldap sasl"
63 LICENSE="GPL-2 LGPL-2"
64
65 # Tests last checked in 4.0.3. Over 50% fails. A lot hang.
66 RESTRICT="test"
67
68 DEPEND="
69 >=app-crypt/gpgme-1.1.6
70 dev-libs/boost
71 dev-libs/libgpg-error
72 ldap? ( >=net-nds/openldap-2 )
73 sasl? ( >=dev-libs/cyrus-sasl-2 )"
74 RDEPEND="${DEPEND}"
75
76 src_compile() {
77 mycmakeargs="${mycmakeargs}
78 $(cmake-utils_use_with ldap Ldap)
79 $(cmake-utils_use_with sasl Sasl2)"
80 kde4-base_src_compile
81 }
82
83
84
85 --
86 gentoo-commits@l.g.o mailing list