Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/zanshin/
Date: Sun, 31 Dec 2017 22:09:39
Message-Id: 1514758166.dc5dae24c3fe8abe756d14a586dad2cf7c110477.asturm@gentoo
1 commit: dc5dae24c3fe8abe756d14a586dad2cf7c110477
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 31 22:03:48 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 31 22:09:26 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc5dae24
7
8 kde-misc/zanshin: Add 0.4.1_p20171231 snapshot
9
10 Fixes build with >=kde-apps/kcalcore-17.12.0
11
12 Package-Manager: Portage-2.3.19, Repoman-2.3.6
13
14 kde-misc/zanshin/Manifest | 1 +
15 kde-misc/zanshin/zanshin-0.4.1_p20171231.ebuild | 63 +++++++++++++++++++++++++
16 2 files changed, 64 insertions(+)
17
18 diff --git a/kde-misc/zanshin/Manifest b/kde-misc/zanshin/Manifest
19 index 67c50a278ae..ac219537c36 100644
20 --- a/kde-misc/zanshin/Manifest
21 +++ b/kde-misc/zanshin/Manifest
22 @@ -1 +1,2 @@
23 DIST zanshin-0.4.1_p20170701.tar.xz 358700 BLAKE2B cda820dab0234568f94aa1511fbb542eca921a3bd78b4f3f85e5e14147c8326041163b76448982703a3e043e2f9f7d099f41208b6d09d6cf492e2c8d73e8079c SHA512 f4725e72e3444f16df18058abeb3edd3056a95eee47b6321171043e9445886caacc18ba7f7aa8b346e41c099e36c0ce068cf709dd03c2ed78f35bab30b2a56fa
24 +DIST zanshin-0.4.1_p20171231.tar.gz 490747 BLAKE2B 3c90f7213b5f588cea1c11754a5b49e1fa38172be62eb10025c803a554a7e5084daf0196ac3f3319abcedd1b2474dc12f4445e9a4b72ae7ffffa27f9682ce791 SHA512 ec5e2af0c4169de67838eee74cd8acc43265b0b7a368b9c5998cf96112d1294e35e31c57c9e52f7ec1c7f39a660d1d8665b70fe4b471bdea3e0ac14bad906603
25
26 diff --git a/kde-misc/zanshin/zanshin-0.4.1_p20171231.ebuild b/kde-misc/zanshin/zanshin-0.4.1_p20171231.ebuild
27 new file mode 100644
28 index 00000000000..70204ef4d2c
29 --- /dev/null
30 +++ b/kde-misc/zanshin/zanshin-0.4.1_p20171231.ebuild
31 @@ -0,0 +1,63 @@
32 +# Copyright 1999-2017 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=6
36 +
37 +COMMIT=6239128a6c6693e71def64e9782f31bdd9621d19
38 +KDE_APPS_MINIMAL="17.12.0"
39 +KDE_TEST="forceoptional"
40 +VIRTUALX_REQUIRED="test"
41 +inherit kde5 vcs-snapshot
42 +
43 +DESCRIPTION="Getting things done application by KDE"
44 +HOMEPAGE="https://zanshin.kde.org/"
45 +SRC_URI="https://github.com/KDE/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
46 +
47 +LICENSE="|| ( GPL-2 GPL-3 )"
48 +KEYWORDS="~amd64 ~x86"
49 +IUSE=""
50 +
51 +# FIXME: bundles libkdepim
52 +COMMON_DEPEND="
53 + $(add_frameworks_dep kcodecs)
54 + $(add_frameworks_dep kcompletion)
55 + $(add_frameworks_dep kconfig)
56 + $(add_frameworks_dep kconfigwidgets)
57 + $(add_frameworks_dep kcoreaddons)
58 + $(add_frameworks_dep kdelibs4support)
59 + $(add_frameworks_dep ki18n)
60 + $(add_frameworks_dep kio)
61 + $(add_frameworks_dep kitemmodels)
62 + $(add_frameworks_dep kitemviews)
63 + $(add_frameworks_dep kjobwidgets)
64 + $(add_frameworks_dep kparts)
65 + $(add_frameworks_dep krunner)
66 + $(add_frameworks_dep kwallet)
67 + $(add_frameworks_dep kwidgetsaddons)
68 + $(add_frameworks_dep kwindowsystem)
69 + $(add_frameworks_dep kxmlgui)
70 + $(add_kdeapps_dep akonadi)
71 + $(add_kdeapps_dep akonadi-calendar)
72 + $(add_kdeapps_dep akonadi-contacts)
73 + $(add_kdeapps_dep akonadi-notes)
74 + $(add_kdeapps_dep akonadi-search)
75 + $(add_kdeapps_dep kcalcore)
76 + $(add_kdeapps_dep kcontacts)
77 + $(add_kdeapps_dep kidentitymanagement)
78 + $(add_kdeapps_dep kldap)
79 + $(add_kdeapps_dep kmime)
80 + $(add_kdeapps_dep kontactinterface)
81 + $(add_qt_dep qtdbus)
82 + $(add_qt_dep qtdeclarative)
83 + $(add_qt_dep qtgui)
84 + $(add_qt_dep qtnetwork)
85 + $(add_qt_dep qtwidgets)
86 +"
87 +DEPEND="${COMMON_DEPEND}
88 + dev-libs/boost
89 + test? ( $(add_kdeapps_dep akonadi 'tools') )
90 +"
91 +RDEPEND="${COMMON_DEPEND}
92 + !kde-misc/zanshin:4
93 + $(add_kdeapps_dep kdepim-runtime)
94 +"