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: Thu, 05 Apr 2018 23:38:43
Message-Id: 1522970743.aa5f521f93786ea56e33b501523b79731453976b.asturm@gentoo
1 commit: aa5f521f93786ea56e33b501523b79731453976b
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 5 23:25:38 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 5 23:25:43 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa5f521f
7
8 kde-misc/zanshin: Drop 0.4.1_p20170701 snapshot
9
10 Closes: https://bugs.gentoo.org/647552
11 Package-Manager: Portage-2.3.28, Repoman-2.3.9
12
13 kde-misc/zanshin/Manifest | 1 -
14 kde-misc/zanshin/zanshin-0.4.1_p20170701.ebuild | 61 -------------------------
15 2 files changed, 62 deletions(-)
16
17 diff --git a/kde-misc/zanshin/Manifest b/kde-misc/zanshin/Manifest
18 index 123c0168d7f..ad82d970037 100644
19 --- a/kde-misc/zanshin/Manifest
20 +++ b/kde-misc/zanshin/Manifest
21 @@ -1,2 +1 @@
22 -DIST zanshin-0.4.1_p20170701.tar.xz 358700 BLAKE2B cda820dab0234568f94aa1511fbb542eca921a3bd78b4f3f85e5e14147c8326041163b76448982703a3e043e2f9f7d099f41208b6d09d6cf492e2c8d73e8079c SHA512 f4725e72e3444f16df18058abeb3edd3056a95eee47b6321171043e9445886caacc18ba7f7aa8b346e41c099e36c0ce068cf709dd03c2ed78f35bab30b2a56fa
23 DIST zanshin-0.5.0.tar.xz 438300 BLAKE2B 323f7f8545ba59daf2e62af6873be47b81e62b808495757752e4a33e3b0816c63e0e08979695c33cc70b4aebcff6d30814b8cbb400fe64af5329e72501639399 SHA512 9e4f01ee622a07096b7cc234a6a2f0b35501497efb662af590d4c4fa3f55f21acc528bfae10e92da8107f26f3d5f4b777730512c97017c36cad96d6e6cb28e43
24
25 diff --git a/kde-misc/zanshin/zanshin-0.4.1_p20170701.ebuild b/kde-misc/zanshin/zanshin-0.4.1_p20170701.ebuild
26 deleted file mode 100644
27 index 1f41e1bd46f..00000000000
28 --- a/kde-misc/zanshin/zanshin-0.4.1_p20170701.ebuild
29 +++ /dev/null
30 @@ -1,61 +0,0 @@
31 -# Copyright 1999-2017 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -KDE_TEST="forceoptional"
37 -VIRTUALX_REQUIRED="test"
38 -inherit kde5
39 -
40 -DESCRIPTION="Getting things done application by KDE"
41 -HOMEPAGE="https://zanshin.kde.org/"
42 -SRC_URI="https://dev.gentoo.org/~asturm/distfiles/${P}.tar.xz"
43 -
44 -LICENSE="|| ( GPL-2 GPL-3 )"
45 -KEYWORDS="amd64 x86"
46 -IUSE=""
47 -
48 -# FIXME: bundles libkdepim
49 -COMMON_DEPEND="
50 - $(add_frameworks_dep kcodecs)
51 - $(add_frameworks_dep kcompletion)
52 - $(add_frameworks_dep kconfig)
53 - $(add_frameworks_dep kconfigwidgets)
54 - $(add_frameworks_dep kcoreaddons)
55 - $(add_frameworks_dep kdelibs4support)
56 - $(add_frameworks_dep ki18n)
57 - $(add_frameworks_dep kio)
58 - $(add_frameworks_dep kitemmodels)
59 - $(add_frameworks_dep kitemviews)
60 - $(add_frameworks_dep kjobwidgets)
61 - $(add_frameworks_dep kparts)
62 - $(add_frameworks_dep krunner)
63 - $(add_frameworks_dep kwallet)
64 - $(add_frameworks_dep kwidgetsaddons)
65 - $(add_frameworks_dep kwindowsystem)
66 - $(add_frameworks_dep kxmlgui)
67 - $(add_kdeapps_dep akonadi)
68 - $(add_kdeapps_dep akonadi-calendar)
69 - $(add_kdeapps_dep akonadi-contacts)
70 - $(add_kdeapps_dep akonadi-notes)
71 - $(add_kdeapps_dep akonadi-search)
72 - $(add_kdeapps_dep kcalcore)
73 - $(add_kdeapps_dep kcontacts)
74 - $(add_kdeapps_dep kidentitymanagement)
75 - $(add_kdeapps_dep kldap)
76 - $(add_kdeapps_dep kmime)
77 - $(add_kdeapps_dep kontactinterface)
78 - $(add_qt_dep qtdbus)
79 - $(add_qt_dep qtdeclarative)
80 - $(add_qt_dep qtgui)
81 - $(add_qt_dep qtnetwork)
82 - $(add_qt_dep qtwidgets)
83 -"
84 -DEPEND="${COMMON_DEPEND}
85 - dev-libs/boost
86 - test? ( $(add_kdeapps_dep akonadi 'tools') )
87 -"
88 -RDEPEND="${COMMON_DEPEND}
89 - !kde-misc/zanshin:4
90 - $(add_kdeapps_dep kdepim-runtime)
91 -"