Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/akonadi-notes/
Date: Thu, 08 Oct 2015 13:07:44
Message-Id: 1444309640.5fa82b5d189664faaf12c353a53247ffe02d96a3.kensington@gentoo
1 commit: 5fa82b5d189664faaf12c353a53247ffe02d96a3
2 Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
3 AuthorDate: Tue Oct 6 09:36:50 2015 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 8 13:07:20 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=5fa82b5d
7
8 kde-apps/akonadi-notes: New package
9
10 Split out of kdepimlibs
11
12 Package-Manager: portage-2.2.22
13
14 kde-apps/akonadi-notes/akonadi-notes-9999.ebuild | 41 ++++++++++++++++++++++++
15 kde-apps/akonadi-notes/metadata.xml | 5 +++
16 2 files changed, 46 insertions(+)
17
18 diff --git a/kde-apps/akonadi-notes/akonadi-notes-9999.ebuild b/kde-apps/akonadi-notes/akonadi-notes-9999.ebuild
19 new file mode 100644
20 index 0000000..e8a7411
21 --- /dev/null
22 +++ b/kde-apps/akonadi-notes/akonadi-notes-9999.ebuild
23 @@ -0,0 +1,41 @@
24 +# Copyright 1999-2015 Gentoo Foundation
25 +# Distributed under the terms of the GNU General Public License v2
26 +# $Id$
27 +
28 +EAPI=5
29 +
30 +KDE_TEST=true
31 +KMNAME=kdepimlibs
32 +inherit kde5
33 +
34 +DESCRIPTION="Library for akonadi notes integration"
35 +KEYWORDS=""
36 +LICENSE="LGPL-2.1"
37 +IUSE=""
38 +
39 +# some akonadi tests time out, that probably needs more work as it's ~700 tests
40 +RESTRICT="test"
41 +
42 +COMMON_DEPEND="
43 + $(add_frameworks_dep ki18n)
44 + $(add_kdeapps_dep kmime)
45 + dev-qt/qtgui:5
46 + dev-qt/qtxml:5
47 +"
48 +DEPEND="${COMMON_DEPEND}
49 + $(add_kdeapps_dep libakonadi)
50 + sys-devel/gettext
51 +"
52 +RDEPEND="${COMMON_DEPEND}
53 + !kde-apps/kdepimlibs
54 + !kde-base/kdepimlibs:4
55 +"
56 +
57 +S="${WORKDIR}/${P}/${PN}"
58 +
59 +src_configure() {
60 + local mycmakeargs=(
61 + $(cmake-utils_use_build test TESTING)
62 + )
63 + kde5_src_configure
64 +}
65
66 diff --git a/kde-apps/akonadi-notes/metadata.xml b/kde-apps/akonadi-notes/metadata.xml
67 new file mode 100644
68 index 0000000..a23f444
69 --- /dev/null
70 +++ b/kde-apps/akonadi-notes/metadata.xml
71 @@ -0,0 +1,5 @@
72 +<?xml version="1.0" encoding="UTF-8"?>
73 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
74 +<pkgmetadata>
75 + <herd>kde</herd>
76 +</pkgmetadata>