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/kdepimlibs: ChangeLog kdepimlibs-4.1.4.ebuild
Date: Tue, 13 Jan 2009 21:46:47
Message-Id: E1LMr5x-0003qc-2W@stork.gentoo.org
1 alexxy 09/01/13 21:46:45
2
3 Modified: ChangeLog
4 Added: kdepimlibs-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.18 kde-base/kdepimlibs/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdepimlibs/ChangeLog?rev=1.18&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdepimlibs/ChangeLog?rev=1.18&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdepimlibs/ChangeLog?r1=1.17&r2=1.18
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/kde-base/kdepimlibs/ChangeLog,v
19 retrieving revision 1.17
20 retrieving revision 1.18
21 diff -u -r1.17 -r1.18
22 --- ChangeLog 16 Nov 2008 10:22:23 -0000 1.17
23 +++ ChangeLog 13 Jan 2009 21:46:44 -0000 1.18
24 @@ -1,6 +1,11 @@
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.17 2008/11/16 10:22:23 patrick Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepimlibs/ChangeLog,v 1.18 2009/01/13 21:46:44 alexxy Exp $
30 +
31 +*kdepimlibs-4.1.4 (13 Jan 2009)
32 +
33 + 13 Jan 2009; Alexey Shvetsov <alexxy@g.o> +kdepimlibs-4.1.4.ebuild:
34 + Bump to 4.1.4
35
36 16 Nov 2008; Patrick Lauer <patrick@g.o> Manifest:
37 Digest fix
38
39
40
41 1.1 kde-base/kdepimlibs/kdepimlibs-4.1.4.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdepimlibs/kdepimlibs-4.1.4.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdepimlibs/kdepimlibs-4.1.4.ebuild?rev=1.1&content-type=text/plain
45
46 Index: kdepimlibs-4.1.4.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/kde-base/kdepimlibs/kdepimlibs-4.1.4.ebuild,v 1.1 2009/01/13 21:46:44 alexxy Exp $
51
52 EAPI="2"
53
54 CPPUNIT_REQUIRED="optional"
55 inherit kde4-base
56
57 DESCRIPTION="Common library for KDE PIM apps."
58 HOMEPAGE="http://www.kde.org/"
59
60 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
61 IUSE="debug htmlhandbook ldap +sasl"
62 LICENSE="LGPL-2.1"
63 RESTRICT="test"
64
65 DEPEND="
66 app-office/akonadi-server
67 >=app-crypt/gpgme-1.1.6
68 dev-libs/boost
69 dev-libs/libgpg-error
70 ldap? ( >=net-nds/openldap-2 )
71 sasl? ( >=dev-libs/cyrus-sasl-2 )"
72 RDEPEND="${DEPEND}"
73
74 src_configure() {
75 mycmakeargs="${mycmakeargs}
76 $(cmake-utils_use_with ldap Ldap)
77 $(cmake-utils_use_with sasl Sasl2)"
78 kde4-base_src_configure
79 }