Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-base/kontact/
Date: Wed, 01 Jul 2015 15:05:07
Message-Id: 1435763085.f11f7e614f5545c18eecf7bd20b85d734212d0b0.dilfridge@gentoo
1 commit: f11f7e614f5545c18eecf7bd20b85d734212d0b0
2 Author: Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 1 15:04:45 2015 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 1 15:04:45 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f11f7e61
7
8 [kde-base/kontact] Add 4.4-noakonadi snapshot
9
10 Package-Manager: portage-2.2.20
11
12 kde-base/kontact/kontact-4.4.2015.06.ebuild | 53 +++++++++++++++++++++++++++++
13 1 file changed, 53 insertions(+)
14
15 diff --git a/kde-base/kontact/kontact-4.4.2015.06.ebuild b/kde-base/kontact/kontact-4.4.2015.06.ebuild
16 new file mode 100644
17 index 0000000..3109b8a
18 --- /dev/null
19 +++ b/kde-base/kontact/kontact-4.4.2015.06.ebuild
20 @@ -0,0 +1,53 @@
21 +# Copyright 1999-2014 Gentoo Foundation
22 +# Distributed under the terms of the GNU General Public License v2
23 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kontact/kontact-4.4.11.1-r1.ebuild,v 1.8 2014/03/20 21:55:30 dilfridge Exp $
24 +
25 +EAPI=5
26 +
27 +KMNAME="kdepim"
28 +KDE_HANDBOOK=optional
29 +inherit kde4-meta
30 +
31 +DESCRIPTION="KDE personal information manager (noakonadi branch)"
32 +KEYWORDS=""
33 +IUSE="debug"
34 +
35 +DEPEND="
36 + $(add_kdebase_dep kdepimlibs '' 4.6)
37 + $(add_kdebase_dep libkdepim)
38 +"
39 +RDEPEND="${DEPEND}
40 + $(add_kdebase_dep kdepim-runtime)
41 +"
42 +
43 +KMLOADLIBS="libkdepim"
44 +KMSAVELIBS="true"
45 +
46 +# We remove plugins that are related to external kdepim programs. This way
47 +# kontact doesn't have to depend on all programs it has plugins for.
48 +# kcontactmanager gone from kdesvn
49 +#
50 +# xml targets from kmail/ are being uncommented by kde4-meta.eclass
51 +KMEXTRACTONLY="
52 + kmail/
53 + kontact/plugins/akregator/
54 + kontact/plugins/kaddressbook/
55 + kontact/plugins/kjots/
56 + kontact/plugins/kmail/
57 + kontact/plugins/knode/
58 + kontact/plugins/knotes/
59 + kontact/plugins/korganizer/
60 + kontact/plugins/ktimetracker/
61 + kontact/plugins/planner/
62 + kontact/plugins/specialdates/
63 +"
64 +
65 +src_unpack() {
66 + if use handbook; then
67 + KMEXTRA+="
68 + doc/kontact-admin/
69 + "
70 + fi
71 +
72 + kde4-meta_src_unpack
73 +}