commit:     47c510f6858c9c0c45992e5063f38850c2f8643f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  2 15:30:40 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jul  2 19:50:51 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47c510f6

kde-misc/zanshin: Add 0.4.1_p20170701 snapshot

This should be much improved over 0.4.1 - however:
To fix insta-crash at startup, the following commits are reverted:

b0a2c3c2b9e6c2122d84b869bdf810acfcbcdd8d
108a6e32fb799ffb2c98d0be898a255d3d19d001
99b5b22c89e77d642cae3ca4104b157d3e4e295b
a2826dab644d778ada9a13bddd5752c6c89032bc
...with the bad commit being one of:
a5bf42ec164d5f150eed09da151389e57b05439d
d782d8330fb97172486a495212c99d87edc30b60

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 kde-misc/zanshin/Manifest                       |  1 +
 kde-misc/zanshin/zanshin-0.4.1_p20170701.ebuild | 61 +++++++++++++++++++++++++
 2 files changed, 62 insertions(+)

diff --git a/kde-misc/zanshin/Manifest b/kde-misc/zanshin/Manifest
index 9330995aa3f..d35340e70ff 100644
--- a/kde-misc/zanshin/Manifest
+++ b/kde-misc/zanshin/Manifest
@@ -1,3 +1,4 @@
 DIST zanshin-0.2.1.tar.bz2 142281 SHA256 
dd9592750b793118dc6de46ebed8b76a9e00b0f193c2963ab880cf33b738b394 SHA512 
109620a0c1ab27360c213a440b3a3a123b466d1be6c5b745ab9d076fc768dec5f1b7cbeecfd1190c287cd35d8cf96d3ff32b380d29ddf6255f1f3c4ce2fdd7ae
 WHIRLPOOL 
440d6d84b1e3934a4861a07f965c95531590f96ee4d6603716906f908efdc6d4f0696bbc405fb228f79a1b73528cafa8be38b4dc4746c4c413d9225cac631cd2
 DIST zanshin-0.3.1.tar.bz2 353114 SHA256 
f4fb120499eb6f64e11aff714d44cc5fb4a70ccc4db3179a6926a0883eb362b2 SHA512 
6cd3576308ca73fba3913f09b80e4b7fadd9368105f10f7e9db09a865fbedafed9cc84680d8145f4852f75a63f025ddd5cb775a2876ed4b67841981f4d610cd0
 WHIRLPOOL 
831fd91ee827cfe8b01b0bc67e7adb75c8d4a3ccd6f5a3144727a15d0dc46430d2f4fc9924273cbbeffab510e53dd2244849efbd72c766558343e0de5021fc85
 DIST zanshin-0.4.1.tar.bz2 366671 SHA256 
5a1980e2021c8f494c70f035f91e87f710ebf1cdfcad9a5f8eadc24a38a998d2 SHA512 
05d79ad31ec2949b712e987a06957a4d173403ae35092cab24aff0c21e571192b7c89f92ecc2e8ccb34544a124542022cfe2dc13e74d4fbb1c22cfd7558a678d
 WHIRLPOOL 
e9a890a9ad2ab434038e19aaf35409f12e4ed22c19cb0eb084bdf373b846d767003d9b6abed834bd962bf6f77c606b569c3be7eec30b95970a20f7e8ceb19ac6
+DIST zanshin-0.4.1_p20170701.tar.xz 358700 SHA256 
483aaa50c5358a753ec46039e9d7d167d3a114528d290871884c3ff1994fca55 SHA512 
f4725e72e3444f16df18058abeb3edd3056a95eee47b6321171043e9445886caacc18ba7f7aa8b346e41c099e36c0ce068cf709dd03c2ed78f35bab30b2a56fa
 WHIRLPOOL 
17d8d41314ae543fd40fd1b8d3913bf4871e149315fd819fb65c51864a853a0e57ec279d9cafba81dacfb3379a2dfb0fb32a1a2d94a07d9c4e279c4c39855eb7

diff --git a/kde-misc/zanshin/zanshin-0.4.1_p20170701.ebuild 
b/kde-misc/zanshin/zanshin-0.4.1_p20170701.ebuild
new file mode 100644
index 00000000000..75d5107bcfc
--- /dev/null
+++ b/kde-misc/zanshin/zanshin-0.4.1_p20170701.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_TEST="forceoptional"
+VIRTUALX_REQUIRED="test"
+inherit kde5
+
+DESCRIPTION="Getting things done application by KDE"
+HOMEPAGE="https://zanshin.kde.org/";
+SRC_URI="https://dev.gentoo.org/~asturm/distfiles/${P}.tar.xz";
+
+LICENSE="|| ( GPL-2 GPL-3 )"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+# FIXME: bundles libkdepim
+COMMON_DEPEND="
+       $(add_frameworks_dep kcodecs)
+       $(add_frameworks_dep kcompletion)
+       $(add_frameworks_dep kconfig)
+       $(add_frameworks_dep kconfigwidgets)
+       $(add_frameworks_dep kcoreaddons)
+       $(add_frameworks_dep kdelibs4support)
+       $(add_frameworks_dep ki18n)
+       $(add_frameworks_dep kio)
+       $(add_frameworks_dep kitemmodels)
+       $(add_frameworks_dep kitemviews)
+       $(add_frameworks_dep kjobwidgets)
+       $(add_frameworks_dep kparts)
+       $(add_frameworks_dep krunner)
+       $(add_frameworks_dep kwallet)
+       $(add_frameworks_dep kwidgetsaddons)
+       $(add_frameworks_dep kwindowsystem)
+       $(add_frameworks_dep kxmlgui)
+       $(add_kdeapps_dep akonadi)
+       $(add_kdeapps_dep akonadi-calendar)
+       $(add_kdeapps_dep akonadi-contacts)
+       $(add_kdeapps_dep akonadi-notes)
+       $(add_kdeapps_dep akonadi-search)
+       $(add_kdeapps_dep kcalcore)
+       $(add_kdeapps_dep kcontacts)
+       $(add_kdeapps_dep kidentitymanagement)
+       $(add_kdeapps_dep kldap)
+       $(add_kdeapps_dep kmime)
+       $(add_kdeapps_dep kontactinterface)
+       $(add_qt_dep qtdbus)
+       $(add_qt_dep qtdeclarative)
+       $(add_qt_dep qtgui)
+       $(add_qt_dep qtnetwork)
+       $(add_qt_dep qtwidgets)
+"
+DEPEND="${COMMON_DEPEND}
+       dev-libs/boost
+       test? ( $(add_kdeapps_dep akonadi 'tools') )
+"
+RDEPEND="${COMMON_DEPEND}
+       !kde-misc/zanshin:4
+       $(add_kdeapps_dep kdepim-runtime)
+"

Reply via email to