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/kdepim-runtime: ChangeLog kdepim-runtime-4.4.0.ebuild
Date: Tue, 09 Feb 2010 00:16:59
Message-Id: E1Nedmh-0001Dd-55@stork.gentoo.org
1 alexxy 10/02/09 00:16:55
2
3 Added: ChangeLog kdepim-runtime-4.4.0.ebuild
4 Log:
5 [kde-base/kdepim-runtime] Version bump to KDE SC 4.4.0
6 (Portage version: 2.2_rc62/cvs/Linux x86_64, RepoMan options: --force)
7
8 Revision Changes Path
9 1.1 kde-base/kdepim-runtime/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdepim-runtime/ChangeLog?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdepim-runtime/ChangeLog?rev=1.1&content-type=text/plain
13
14 Index: ChangeLog
15 ===================================================================
16 # ChangeLog for kde-base/kdepim-runtime
17 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
18 # $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-runtime/ChangeLog,v 1.1 2010/02/09 00:16:53 alexxy Exp $
19
20 *kdepim-runtime-4.4.0 (08 Feb 2010)
21
22 08 Feb 2010; Alexey Shvetsov <alexxy@g.o>
23 +kdepim-runtime-4.4.0.ebuild:
24 Version bump to KDE SC 4.4.0
25
26
27
28
29 1.1 kde-base/kdepim-runtime/kdepim-runtime-4.4.0.ebuild
30
31 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdepim-runtime/kdepim-runtime-4.4.0.ebuild?rev=1.1&view=markup
32 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdepim-runtime/kdepim-runtime-4.4.0.ebuild?rev=1.1&content-type=text/plain
33
34 Index: kdepim-runtime-4.4.0.ebuild
35 ===================================================================
36 # Copyright 1999-2010 Gentoo Foundation
37 # Distributed under the terms of the GNU General Public License v2
38 # $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-runtime/kdepim-runtime-4.4.0.ebuild,v 1.1 2010/02/09 00:16:53 alexxy Exp $
39
40 EAPI="2"
41
42 if [[ ${PV} = *9999* ]]; then
43 KMNAME="kdepim"
44 KMMODULE="runtime"
45 inherit kde4-meta
46 else
47 inherit kde4-base
48 fi
49
50 DESCRIPTION="KDE PIM runtime plugin collection"
51 KEYWORDS="~amd64 ~x86"
52 IUSE="debug"
53
54 DEPEND="
55 app-misc/strigi
56 >=app-office/akonadi-server-1.2.1
57 dev-libs/boost
58 dev-libs/libxml2:2
59 dev-libs/libxslt
60 $(add_kdebase_dep kdelibs 'semantic-desktop')
61 $(add_kdebase_dep kdepimlibs 'akonadi')
62 $(add_kdebase_dep libkdepim)
63 x11-misc/shared-mime-info
64 "
65 RDEPEND="${DEPEND}
66 $(add_kdebase_dep kdepim-icons)
67 "
68
69 add_blocker akonadi '<4.3.90'