[gentoo-commits] repo/gentoo:master commit in: kde-misc/zanshin/

2024-01-06 Thread Arthur Zamarin
commit: fb90b17327e1f916636bbd2649f76f41989c440f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jan  6 12:30:16 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jan  6 12:30:16 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb90b173

kde-misc/zanshin: Stabilize 23.08.4 arm64, #920693

Signed-off-by: Arthur Zamarin  gentoo.org>

 kde-misc/zanshin/zanshin-23.08.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-misc/zanshin/zanshin-23.08.4.ebuild 
b/kde-misc/zanshin/zanshin-23.08.4.ebuild
index 89fb13e5987a..320c10e215bf 100644
--- a/kde-misc/zanshin/zanshin-23.08.4.ebuild
+++ b/kde-misc/zanshin/zanshin-23.08.4.ebuild
@@ -16,7 +16,7 @@ https://userbase.kde.org/Zanshin;
 
 LICENSE="|| ( GPL-2 GPL-3 )"
 SLOT="5"
-KEYWORDS="amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 arm64 ~ppc64 ~x86"
 IUSE=""
 
 RESTRICT="test" # bug 785844



[gentoo-commits] repo/gentoo:master commit in: kde-misc/zanshin/

2023-02-07 Thread Andreas Sturmlechner
commit: 10da22e44498279db3e46cdf694b800567540414
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Feb  5 22:55:03 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Feb  7 10:36:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10da22e4

kde-misc/zanshin: destabilize 22.08.3-r1 for ~x86

Bug: https://bugs.gentoo.org/893234
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-misc/zanshin/zanshin-22.08.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-misc/zanshin/zanshin-22.08.3-r1.ebuild 
b/kde-misc/zanshin/zanshin-22.08.3-r1.ebuild
index 9a43337ea084..1b71ef161c5f 100644
--- a/kde-misc/zanshin/zanshin-22.08.3-r1.ebuild
+++ b/kde-misc/zanshin/zanshin-22.08.3-r1.ebuild
@@ -17,7 +17,7 @@ https://userbase.kde.org/Zanshin;
 
 LICENSE="|| ( GPL-2 GPL-3 )"
 SLOT="5"
-KEYWORDS="amd64 arm64 ~ppc64 x86"
+KEYWORDS="amd64 arm64 ~ppc64 ~x86"
 IUSE=""
 
 RESTRICT="test" # bug 785844



[gentoo-commits] repo/gentoo:master commit in: kde-misc/zanshin/

2023-01-15 Thread Andreas Sturmlechner
commit: 2315d4d921e6c061dfdf561bb80c6cb0730a61e3
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jan 15 12:22:38 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jan 15 13:04:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2315d4d9

kde-misc/zanshin: Add kde-frameworks/kwindowsystem[X] usedep

Unconditional use of KX11Extras.

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../zanshin/{zanshin-22.08.3.ebuild => zanshin-22.08.3-r1.ebuild}| 5 +++--
 .../zanshin/{zanshin-22.12.1.ebuild => zanshin-22.12.1-r1.ebuild}| 3 ++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/kde-misc/zanshin/zanshin-22.08.3.ebuild 
b/kde-misc/zanshin/zanshin-22.08.3-r1.ebuild
similarity index 91%
rename from kde-misc/zanshin/zanshin-22.08.3.ebuild
rename to kde-misc/zanshin/zanshin-22.08.3-r1.ebuild
index 213c4ab02991..9a43337ea084 100644
--- a/kde-misc/zanshin/zanshin-22.08.3.ebuild
+++ b/kde-misc/zanshin/zanshin-22.08.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -22,6 +22,7 @@ IUSE=""
 
 RESTRICT="test" # bug 785844
 
+# kde-frameworks/kwindowsystem[X]: Unconditional use of KX11Extras
 COMMON_DEPEND="
>=dev-qt/qtdbus-${QTMIN}:5
>=dev-qt/qtgui-${QTMIN}:5
@@ -47,7 +48,7 @@ COMMON_DEPEND="
>=kde-frameworks/kparts-${KFMIN}:5
>=kde-frameworks/krunner-${KFMIN}:5
>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
+   >=kde-frameworks/kwindowsystem-${KFMIN}:5[X]
>=kde-frameworks/kxmlgui-${KFMIN}:5
 "
 DEPEND="${COMMON_DEPEND}

diff --git a/kde-misc/zanshin/zanshin-22.12.1.ebuild 
b/kde-misc/zanshin/zanshin-22.12.1-r1.ebuild
similarity index 93%
rename from kde-misc/zanshin/zanshin-22.12.1.ebuild
rename to kde-misc/zanshin/zanshin-22.12.1-r1.ebuild
index c2fc5fc6f67b..f16ddcfd478d 100644
--- a/kde-misc/zanshin/zanshin-22.12.1.ebuild
+++ b/kde-misc/zanshin/zanshin-22.12.1-r1.ebuild
@@ -22,6 +22,7 @@ IUSE=""
 
 RESTRICT="test" # bug 785844
 
+# kde-frameworks/kwindowsystem[X]: Unconditional use of KX11Extras
 COMMON_DEPEND="
>=dev-qt/qtdbus-${QTMIN}:5
>=dev-qt/qtgui-${QTMIN}:5
@@ -47,7 +48,7 @@ COMMON_DEPEND="
>=kde-frameworks/kparts-${KFMIN}:5
>=kde-frameworks/krunner-${KFMIN}:5
>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
+   >=kde-frameworks/kwindowsystem-${KFMIN}:5[X]
>=kde-frameworks/kxmlgui-${KFMIN}:5
 "
 DEPEND="${COMMON_DEPEND}



[gentoo-commits] repo/gentoo:master commit in: kde-misc/zanshin/, kde-misc/markdownpart/, dev-libs/kpublictransport/, ...

2022-08-15 Thread Andreas Sturmlechner
commit: a762b360e1c671c1000cf8629fe0584e28571a1e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Aug 15 13:41:20 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Aug 15 14:09:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a762b360

*/*: Drop obsolete KDE_GEAR meta variable

Amends commit 08f18cd6afe2360c6f9aa653a56d195432af63c9

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-accessibility/kontrast/kontrast-22.04.3.ebuild   | 1 -
 app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-22.04.3.ebuild | 1 -
 app-office/kalendar/kalendar-22.04.3.ebuild  | 1 -
 dev-libs/kopeninghours/kopeninghours-22.04.3.ebuild  | 1 -
 dev-libs/kosmindoormap/kosmindoormap-22.04.3.ebuild  | 1 -
 dev-libs/kpublictransport/kpublictransport-22.04.3.ebuild| 1 -
 dev-util/kdevelop-php/kdevelop-php-22.04.3.ebuild| 1 -
 dev-util/kdevelop-python/kdevelop-python-22.04.3.ebuild  | 1 -
 dev-util/kdevelop/kdevelop-22.04.3.ebuild| 1 -
 kde-misc/kdeconnect/kdeconnect-22.04.3.ebuild| 1 -
 kde-misc/kio-gdrive/kio-gdrive-22.04.3-r1.ebuild | 1 -
 kde-misc/markdownpart/markdownpart-22.04.3.ebuild| 1 -
 kde-misc/skanlite/skanlite-22.04.3.ebuild| 1 -
 kde-misc/zanshin/zanshin-22.04.3.ebuild  | 1 -
 media-gfx/skanpage/skanpage-22.04.3.ebuild   | 1 -
 media-sound/elisa/elisa-22.04.3.ebuild   | 1 -
 net-irc/konversation/konversation-22.04.3.ebuild | 1 -
 net-libs/libktorrent/libktorrent-22.04.3.ebuild  | 1 -
 net-p2p/ktorrent/ktorrent-22.04.3.ebuild | 1 -
 sys-block/partitionmanager/partitionmanager-22.04.3.ebuild   | 1 -
 sys-libs/kpmcore/kpmcore-22.04.3.ebuild  | 1 -
 www-client/falkon/falkon-22.04.3.ebuild  | 1 -
 22 files changed, 22 deletions(-)

diff --git a/app-accessibility/kontrast/kontrast-22.04.3.ebuild 
b/app-accessibility/kontrast/kontrast-22.04.3.ebuild
index 1d31cbd4c17f..f81ac73ff101 100644
--- a/app-accessibility/kontrast/kontrast-22.04.3.ebuild
+++ b/app-accessibility/kontrast/kontrast-22.04.3.ebuild
@@ -3,7 +3,6 @@
 
 EAPI=8
 
-KDE_GEAR="true"
 KFMIN=5.92.0
 QTMIN=5.15.4
 inherit ecm gear.kde.org

diff --git 
a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-22.04.3.ebuild 
b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-22.04.3.ebuild
index 5367b936adee..04822cd0a68f 100644
--- a/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-22.04.3.ebuild
+++ b/app-cdr/dolphin-plugins-mountiso/dolphin-plugins-mountiso-22.04.3.ebuild
@@ -4,7 +4,6 @@
 EAPI=8
 
 ECM_HANDBOOK="false"
-KDE_GEAR="true"
 KDE_ORG_CATEGORY="sdk"
 KDE_ORG_NAME="dolphin-plugins"
 MY_PLUGIN_NAME="mountiso"

diff --git a/app-office/kalendar/kalendar-22.04.3.ebuild 
b/app-office/kalendar/kalendar-22.04.3.ebuild
index 260f9247a98b..be2a45266d91 100644
--- a/app-office/kalendar/kalendar-22.04.3.ebuild
+++ b/app-office/kalendar/kalendar-22.04.3.ebuild
@@ -4,7 +4,6 @@
 EAPI=8
 
 KDE_ORG_CATEGORY="pim"
-KDE_GEAR="true"
 ECM_TEST="forceoptional"
 PVCUT=$(ver_cut 1-3)
 KFMIN=5.92.0

diff --git a/dev-libs/kopeninghours/kopeninghours-22.04.3.ebuild 
b/dev-libs/kopeninghours/kopeninghours-22.04.3.ebuild
index ad7fe95174fd..d315744b3f54 100644
--- a/dev-libs/kopeninghours/kopeninghours-22.04.3.ebuild
+++ b/dev-libs/kopeninghours/kopeninghours-22.04.3.ebuild
@@ -5,7 +5,6 @@ EAPI=8
 
 ECM_QTHELP="true"
 ECM_TEST="true"
-KDE_GEAR="true"
 PVCUT=$(ver_cut 1-3)
 KFMIN=5.92.0
 QTMIN=5.15.4

diff --git a/dev-libs/kosmindoormap/kosmindoormap-22.04.3.ebuild 
b/dev-libs/kosmindoormap/kosmindoormap-22.04.3.ebuild
index c6db946c356c..cded6c4e567b 100644
--- a/dev-libs/kosmindoormap/kosmindoormap-22.04.3.ebuild
+++ b/dev-libs/kosmindoormap/kosmindoormap-22.04.3.ebuild
@@ -4,7 +4,6 @@
 EAPI=8
 
 ECM_TEST="true"
-KDE_GEAR="true"
 PVCUT=$(ver_cut 1-3)
 KFMIN=5.92.0
 QTMIN=5.15.4

diff --git a/dev-libs/kpublictransport/kpublictransport-22.04.3.ebuild 
b/dev-libs/kpublictransport/kpublictransport-22.04.3.ebuild
index 5b761d6d6e7c..ae29ee206cf7 100644
--- a/dev-libs/kpublictransport/kpublictransport-22.04.3.ebuild
+++ b/dev-libs/kpublictransport/kpublictransport-22.04.3.ebuild
@@ -5,7 +5,6 @@ EAPI=8
 
 ECM_QTHELP="true"
 ECM_TEST="true"
-KDE_GEAR="true"
 KFMIN=5.92.0
 QTMIN=5.15.4
 inherit ecm gear.kde.org

diff --git a/dev-util/kdevelop-php/kdevelop-php-22.04.3.ebuild 
b/dev-util/kdevelop-php/kdevelop-php-22.04.3.ebuild
index d65073c578b8..9400448210d3 100644
--- a/dev-util/kdevelop-php/kdevelop-php-22.04.3.ebuild
+++ 

[gentoo-commits] repo/gentoo:master commit in: kde-misc/zanshin/

2022-03-16 Thread Andreas Sturmlechner
commit: a7d7c180aa4399eace5df9e7211b32900d709f72
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Mar 16 14:35:55 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Mar 16 14:35:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7d7c180

kde-misc/zanshin: Restrict tests, same as other akonadi revdeps...

Closes: https://bugs.gentoo.org/785844
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-misc/zanshin/zanshin-21.12.3.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/kde-misc/zanshin/zanshin-21.12.3.ebuild 
b/kde-misc/zanshin/zanshin-21.12.3.ebuild
index d5ff05a2aaa8..1c0070834fa9 100644
--- a/kde-misc/zanshin/zanshin-21.12.3.ebuild
+++ b/kde-misc/zanshin/zanshin-21.12.3.ebuild
@@ -21,6 +21,8 @@ SLOT="5"
 KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
 IUSE=""
 
+RESTRICT="test" # bug 785844
+
 COMMON_DEPEND="
>=dev-qt/qtdbus-${QTMIN}:5
>=dev-qt/qtgui-${QTMIN}:5



[gentoo-commits] repo/gentoo:master commit in: kde-misc/zanshin/files/, kde-misc/zanshin/

2021-12-29 Thread Andreas Sturmlechner
commit: dd7776f56d11cfc046d4a3d47641252ac223dd77
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Dec 28 16:47:48 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Dec 29 15:41:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd7776f5

kde-misc/zanshin: Drop 0.5.71-r2

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-misc/zanshin/Manifest  |  1 -
 .../files/zanshin-0.5.71-akonadi-20.07.80.patch| 24 
 .../zanshin-0.5.71-kontactinterface-20.07.80.patch | 58 ---
 kde-misc/zanshin/zanshin-0.5.71-r2.ebuild  | 67 --
 4 files changed, 150 deletions(-)

diff --git a/kde-misc/zanshin/Manifest b/kde-misc/zanshin/Manifest
index b228a9f822d0..e8842d60f0ce 100644
--- a/kde-misc/zanshin/Manifest
+++ b/kde-misc/zanshin/Manifest
@@ -1,2 +1 @@
-DIST zanshin-0.5.71.tar.xz 307872 BLAKE2B 
3b767af7527348177b7105126acedd47e222859985feb47f89066732293d77d89347ab105b3a8269717c5fc723f1b8bcd1a52e5242bf77828019e55a48e2db6a
 SHA512 
47b4fa8797dd50372dcf176198e1c80348cd1ba604d1ed61cd973956e54ba5551caea33c766d857bc3ad598bd0eae9882ffc315e13e6e3b9c1033d01c8e029d8
 DIST zanshin-21.12.0.tar.xz 350888 BLAKE2B 
5757193d46b8265701b3bcc1ed40254fd1a11da2d7e5734025138e442a2048039f573f2ffc028cf73bd57bbb348cd15cbecf87bc0c05b3dacb74775b2d3014ac
 SHA512 
02dd6aa99d9a7efd942bfdb2139cae17f0f89a231de4fc8945232d0faf5f6f856032d7ca5d33d7d940a3e43f735de483f17a2003aa3da65704cbbe718c71

diff --git a/kde-misc/zanshin/files/zanshin-0.5.71-akonadi-20.07.80.patch 
b/kde-misc/zanshin/files/zanshin-0.5.71-akonadi-20.07.80.patch
deleted file mode 100644
index 59afdfad7762..
--- a/kde-misc/zanshin/files/zanshin-0.5.71-akonadi-20.07.80.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From d37e34f78b3cb3ec5890ce22b0d15ad6e639f9be Mon Sep 17 00:00:00 2001
-From: Volker Krause 
-Date: Sat, 20 Jun 2020 09:44:44 +0200
-Subject: [PATCH] Build against a recent Akonadi
-

- tests/testlib/CMakeLists.txt | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/tests/testlib/CMakeLists.txt b/tests/testlib/CMakeLists.txt
-index 794ac2b2..9b786b77 100644
 a/tests/testlib/CMakeLists.txt
-+++ b/tests/testlib/CMakeLists.txt
-@@ -21,6 +21,7 @@ target_link_libraries(testlib
- KF5::AkonadiCore
- KF5::AkonadiXml
- KF5::CalendarCore
-+Qt5::DBus
- Qt5::Test
- )
- 
--- 
-GitLab
-

diff --git 
a/kde-misc/zanshin/files/zanshin-0.5.71-kontactinterface-20.07.80.patch 
b/kde-misc/zanshin/files/zanshin-0.5.71-kontactinterface-20.07.80.patch
deleted file mode 100644
index a5b39bbe6756..
--- a/kde-misc/zanshin/files/zanshin-0.5.71-kontactinterface-20.07.80.patch
+++ /dev/null
@@ -1,58 +0,0 @@
-From 4850c08998b33b37af99c3312d193b063b3e8174 Mon Sep 17 00:00:00 2001
-From: David Faure 
-Date: Sat, 11 Apr 2020 17:36:25 +0200
-Subject: [PATCH] Port to kontactinterface >= 5.14.42, with ifdefs
-

- src/zanshin/kontact/kontact_plugin.cpp | 7 +++
- src/zanshin/kontact/kontact_plugin.h   | 5 +
- 2 files changed, 12 insertions(+)
-
-diff --git a/src/zanshin/kontact/kontact_plugin.cpp 
b/src/zanshin/kontact/kontact_plugin.cpp
-index b03d9674..4b0d2f92 100644
 a/src/zanshin/kontact/kontact_plugin.cpp
-+++ b/src/zanshin/kontact/kontact_plugin.cpp
-@@ -33,9 +33,16 @@ Plugin::Plugin(KontactInterface::Core *core, const 
QVariantList&)
- setComponentName(QStringLiteral("zanshin"), QStringLiteral("zanshin"));
- }
- 
-+#if KONTACTINTERFACE_VERSION >= QT_VERSION_CHECK(5, 14, 42)
-+KParts::Part *Plugin::createPart()
-+{
-+return loadPart();
-+}
-+#else
- KParts::ReadOnlyPart *Plugin::createPart()
- {
- return loadPart();
- }
-+#endif
- 
- #include "kontact_plugin.moc"
-diff --git a/src/zanshin/kontact/kontact_plugin.h 
b/src/zanshin/kontact/kontact_plugin.h
-index 0d45564e..a270ba16 100644
 a/src/zanshin/kontact/kontact_plugin.h
-+++ b/src/zanshin/kontact/kontact_plugin.h
-@@ -25,6 +25,7 @@
- #define ZANSHIN_KONTACT_PLUGIN_H
- 
- #include 
-+#include 
- 
- class Plugin : public KontactInterface::Plugin
- {
-@@ -36,7 +37,11 @@ public:
- int weight() const override { return 449; }
- 
- protected:
-+#if KONTACTINTERFACE_VERSION >= QT_VERSION_CHECK(5, 14, 42)
-+KParts::Part *createPart() override;
-+#else
- KParts::ReadOnlyPart *createPart() override;
-+#endif
- };
- 
- #endif
--- 
-GitLab
-

diff --git a/kde-misc/zanshin/zanshin-0.5.71-r2.ebuild 
b/kde-misc/zanshin/zanshin-0.5.71-r2.ebuild
deleted file mode 100644
index 1bc6659d444a..
--- a/kde-misc/zanshin/zanshin-0.5.71-r2.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_TEST="forceoptional"
-KDE_APPS_MINIMAL=20.08.0
-KFMIN=5.60.0
-QTMIN=5.12.3
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Getting things done application by KDE"

[gentoo-commits] repo/gentoo:master commit in: kde-misc/zanshin/

2021-12-07 Thread Georgy Yakovlev
commit: baab6cc393f7368d5b4e4f0558e4614d59df2e65
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Tue Dec  7 19:48:53 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Tue Dec  7 19:51:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=baab6cc3

kde-misc/zanshin: Keyword 0.5.71-r2 ppc64, #824174

91% tests passed, 9 tests failed out of 100

Total Test time (real) =  15.04 sec

The following tests FAILED:
 10 - tests-features-workday-workdaydisplaycompletedfeature (Failed)
 46 - tests-units-akonadi-akonadiserializertest (Failed)
 51 - tests-units-akonadi-akonadistoragetest (Failed)
 52 - tests-units-akonadi-akonadicachingstorageintegrationtest (Failed)
 77 - tests-units-presentation-alltaskspagemodeltest (SEGFAULT)
 92 - tests-units-widgets-editorviewtest (Failed)
 96 - tests-units-widgets-pageviewtest (Failed)
 99 - tests-units-migrator-zanshin021migrationtest (Failed)
100 - tests-units-migrator-zanshincontextitemsmigrationtest (Failed)

Closes: https://bugs.gentoo.org/824174
Signed-off-by: Georgy Yakovlev  gentoo.org>

 kde-misc/zanshin/zanshin-0.5.71-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-misc/zanshin/zanshin-0.5.71-r2.ebuild 
b/kde-misc/zanshin/zanshin-0.5.71-r2.ebuild
index ca7732f2bfb1..1bc6659d444a 100644
--- a/kde-misc/zanshin/zanshin-0.5.71-r2.ebuild
+++ b/kde-misc/zanshin/zanshin-0.5.71-r2.ebuild
@@ -16,7 +16,7 @@ https://userbase.kde.org/Zanshin;
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then
SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
-   KEYWORDS="~amd64 ~arm64 ~x86"
+   KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
 fi
 
 LICENSE="|| ( GPL-2 GPL-3 )"



[gentoo-commits] repo/gentoo:master commit in: kde-misc/zanshin/

2021-11-25 Thread Sam James
commit: b6e8f06d0127e628f2ea8e5697d487014f7e1f31
Author: Sam James  gentoo  org>
AuthorDate: Fri Nov 26 04:23:00 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Nov 26 04:23:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6e8f06d

kde-misc/zanshin: Keyword 0.5.71-r2 arm64, #824174

Signed-off-by: Sam James  gentoo.org>

 kde-misc/zanshin/zanshin-0.5.71-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-misc/zanshin/zanshin-0.5.71-r2.ebuild 
b/kde-misc/zanshin/zanshin-0.5.71-r2.ebuild
index 3293a80aec11..ca7732f2bfb1 100644
--- a/kde-misc/zanshin/zanshin-0.5.71-r2.ebuild
+++ b/kde-misc/zanshin/zanshin-0.5.71-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -16,7 +16,7 @@ https://userbase.kde.org/Zanshin;
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then
SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="~amd64 ~arm64 ~x86"
 fi
 
 LICENSE="|| ( GPL-2 GPL-3 )"



[gentoo-commits] repo/gentoo:master commit in: kde-misc/zanshin/

2020-10-26 Thread Andreas Sturmlechner
commit: 4c20b890254bf28b39e6f45b54774cf0189a3b16
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Oct 26 13:25:12 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Oct 26 13:55:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c20b890

kde-misc/zanshin: Drop 0.5.71-r1

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-misc/zanshin/zanshin-0.5.71-r1.ebuild | 62 ---
 1 file changed, 62 deletions(-)

diff --git a/kde-misc/zanshin/zanshin-0.5.71-r1.ebuild 
b/kde-misc/zanshin/zanshin-0.5.71-r1.ebuild
deleted file mode 100644
index d864e26cf2b..000
--- a/kde-misc/zanshin/zanshin-0.5.71-r1.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_TEST="forceoptional"
-KFMIN=5.60.0
-QTMIN=5.12.3
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Getting things done application by KDE"
-HOMEPAGE="https://zanshin.kde.org/ https://userbase.kde.org/Zanshin
-https://kde.org/applications/utilities/org.kde.zanshin;
-
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
-   SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="|| ( GPL-2 GPL-3 )"
-SLOT="5"
-IUSE=""
-
-BDEPEND="
-   test? ( 

[gentoo-commits] repo/gentoo:master commit in: kde-misc/zanshin/, kde-misc/zanshin/files/

2020-08-13 Thread Andreas Sturmlechner
commit: 31bc42a28f46a27c1d2eaa8fdc91cdb7d516e36c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jul 15 17:07:49 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Aug 13 16:05:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31bc42a2

kde-misc/zanshin: Backport fixes for KDE PIM >=20.08.0

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../files/zanshin-0.5.71-akonadi-20.07.80.patch| 24 
 .../zanshin-0.5.71-kontactinterface-20.07.80.patch | 58 +++
 kde-misc/zanshin/zanshin-0.5.71-r2.ebuild  | 67 ++
 3 files changed, 149 insertions(+)

diff --git a/kde-misc/zanshin/files/zanshin-0.5.71-akonadi-20.07.80.patch 
b/kde-misc/zanshin/files/zanshin-0.5.71-akonadi-20.07.80.patch
new file mode 100644
index 000..59afdfad776
--- /dev/null
+++ b/kde-misc/zanshin/files/zanshin-0.5.71-akonadi-20.07.80.patch
@@ -0,0 +1,24 @@
+From d37e34f78b3cb3ec5890ce22b0d15ad6e639f9be Mon Sep 17 00:00:00 2001
+From: Volker Krause 
+Date: Sat, 20 Jun 2020 09:44:44 +0200
+Subject: [PATCH] Build against a recent Akonadi
+
+---
+ tests/testlib/CMakeLists.txt | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/tests/testlib/CMakeLists.txt b/tests/testlib/CMakeLists.txt
+index 794ac2b2..9b786b77 100644
+--- a/tests/testlib/CMakeLists.txt
 b/tests/testlib/CMakeLists.txt
+@@ -21,6 +21,7 @@ target_link_libraries(testlib
+ KF5::AkonadiCore
+ KF5::AkonadiXml
+ KF5::CalendarCore
++Qt5::DBus
+ Qt5::Test
+ )
+ 
+-- 
+GitLab
+

diff --git 
a/kde-misc/zanshin/files/zanshin-0.5.71-kontactinterface-20.07.80.patch 
b/kde-misc/zanshin/files/zanshin-0.5.71-kontactinterface-20.07.80.patch
new file mode 100644
index 000..a5b39bbe675
--- /dev/null
+++ b/kde-misc/zanshin/files/zanshin-0.5.71-kontactinterface-20.07.80.patch
@@ -0,0 +1,58 @@
+From 4850c08998b33b37af99c3312d193b063b3e8174 Mon Sep 17 00:00:00 2001
+From: David Faure 
+Date: Sat, 11 Apr 2020 17:36:25 +0200
+Subject: [PATCH] Port to kontactinterface >= 5.14.42, with ifdefs
+
+---
+ src/zanshin/kontact/kontact_plugin.cpp | 7 +++
+ src/zanshin/kontact/kontact_plugin.h   | 5 +
+ 2 files changed, 12 insertions(+)
+
+diff --git a/src/zanshin/kontact/kontact_plugin.cpp 
b/src/zanshin/kontact/kontact_plugin.cpp
+index b03d9674..4b0d2f92 100644
+--- a/src/zanshin/kontact/kontact_plugin.cpp
 b/src/zanshin/kontact/kontact_plugin.cpp
+@@ -33,9 +33,16 @@ Plugin::Plugin(KontactInterface::Core *core, const 
QVariantList&)
+ setComponentName(QStringLiteral("zanshin"), QStringLiteral("zanshin"));
+ }
+ 
++#if KONTACTINTERFACE_VERSION >= QT_VERSION_CHECK(5, 14, 42)
++KParts::Part *Plugin::createPart()
++{
++return loadPart();
++}
++#else
+ KParts::ReadOnlyPart *Plugin::createPart()
+ {
+ return loadPart();
+ }
++#endif
+ 
+ #include "kontact_plugin.moc"
+diff --git a/src/zanshin/kontact/kontact_plugin.h 
b/src/zanshin/kontact/kontact_plugin.h
+index 0d45564e..a270ba16 100644
+--- a/src/zanshin/kontact/kontact_plugin.h
 b/src/zanshin/kontact/kontact_plugin.h
+@@ -25,6 +25,7 @@
+ #define ZANSHIN_KONTACT_PLUGIN_H
+ 
+ #include 
++#include 
+ 
+ class Plugin : public KontactInterface::Plugin
+ {
+@@ -36,7 +37,11 @@ public:
+ int weight() const override { return 449; }
+ 
+ protected:
++#if KONTACTINTERFACE_VERSION >= QT_VERSION_CHECK(5, 14, 42)
++KParts::Part *createPart() override;
++#else
+ KParts::ReadOnlyPart *createPart() override;
++#endif
+ };
+ 
+ #endif
+-- 
+GitLab
+

diff --git a/kde-misc/zanshin/zanshin-0.5.71-r2.ebuild 
b/kde-misc/zanshin/zanshin-0.5.71-r2.ebuild
new file mode 100644
index 000..e8fe90d5d2c
--- /dev/null
+++ b/kde-misc/zanshin/zanshin-0.5.71-r2.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_TEST="forceoptional"
+KDE_APPS_MINIMAL=20.08.0
+KFMIN=5.60.0
+QTMIN=5.12.3
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="Getting things done application by KDE"
+HOMEPAGE="https://zanshin.kde.org/ https://userbase.kde.org/Zanshin
+https://kde.org/applications/utilities/org.kde.zanshin;
+
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+   SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="|| ( GPL-2 GPL-3 )"
+SLOT="5"
+IUSE=""
+
+BDEPEND="
+   test? ( >=kde-apps/akonadi-${KDE_APPS_MINIMAL}:5[tools] )
+"
+COMMON_DEPEND="
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=kde-apps/akonadi-${KDE_APPS_MINIMAL}:5
+   >=kde-apps/akonadi-calendar-${KDE_APPS_MINIMAL}:5
+   >=kde-apps/akonadi-contacts-${KDE_APPS_MINIMAL}:5
+   >=kde-apps/kmime-${KDE_APPS_MINIMAL}:5
+   >=kde-apps/kontactinterface-${KDE_APPS_MINIMAL}:5
+   

[gentoo-commits] repo/gentoo:master commit in: kde-misc/zanshin/

2020-07-15 Thread Andreas Sturmlechner
commit: ca56f3b8d349de3b84c8253d4cf63fb36f45dc64
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jul 15 17:03:18 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jul 15 17:08:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca56f3b8

kde-misc/zanshin: Restrict to KDE PIM <20.04.50

Upcoming Release Service 20.08 will break build.

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-misc/zanshin/zanshin-0.5.71-r1.ebuild | 15 +++
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/kde-misc/zanshin/zanshin-0.5.71-r1.ebuild 
b/kde-misc/zanshin/zanshin-0.5.71-r1.ebuild
index 7a3ae88bf30..d864e26cf2b 100644
--- a/kde-misc/zanshin/zanshin-0.5.71-r1.ebuild
+++ b/kde-misc/zanshin/zanshin-0.5.71-r1.ebuild
@@ -4,7 +4,6 @@
 EAPI=7
 
 ECM_TEST="forceoptional"
-KDE_APPS_MINIMAL=19.08.3
 KFMIN=5.60.0
 QTMIN=5.12.3
 VIRTUALX_REQUIRED="test"
@@ -24,18 +23,18 @@ SLOT="5"
 IUSE=""
 
 BDEPEND="
-   test? ( >=kde-apps/akonadi-${KDE_APPS_MINIMAL}:5[tools] )
+   test? ( 

[gentoo-commits] repo/gentoo:master commit in: kde-misc/zanshin/

2020-01-14 Thread Andreas Sturmlechner
commit: 63aa7d395928c22a2ac508df0c509993df6f8985
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jan 14 19:15:37 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jan 14 19:16:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63aa7d39

kde-misc/zanshin: Finally, a real release tarball

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-misc/zanshin/Manifest |  1 +
 kde-misc/zanshin/zanshin-0.5.71-r1.ebuild | 63 +++
 2 files changed, 64 insertions(+)

diff --git a/kde-misc/zanshin/Manifest b/kde-misc/zanshin/Manifest
index 533557d8c70..bbbca3d2755 100644
--- a/kde-misc/zanshin/Manifest
+++ b/kde-misc/zanshin/Manifest
@@ -1 +1,2 @@
 DIST zanshin-0.5.71.tar.gz 355173 BLAKE2B 
245ccde6b6a68ca0b7093525b2b3d0384b9222efbbb6366060a5061020c565dcd7e6b9b6e4fffadc164bae93783bdcf69e2d02b1df4c9cb382c473dc1a10152b
 SHA512 
c04f280066f97e3984988a86376b6e86b451d0fe5bab31eba4de03f2c2d15e65a3681d3f9f6895bf0750ccac4bf7a4666d742dd9c74028e689d732615cce3e97
+DIST zanshin-0.5.71.tar.xz 307872 BLAKE2B 
3b767af7527348177b7105126acedd47e222859985feb47f89066732293d77d89347ab105b3a8269717c5fc723f1b8bcd1a52e5242bf77828019e55a48e2db6a
 SHA512 
47b4fa8797dd50372dcf176198e1c80348cd1ba604d1ed61cd973956e54ba5551caea33c766d857bc3ad598bd0eae9882ffc315e13e6e3b9c1033d01c8e029d8

diff --git a/kde-misc/zanshin/zanshin-0.5.71-r1.ebuild 
b/kde-misc/zanshin/zanshin-0.5.71-r1.ebuild
new file mode 100644
index 000..7a3ae88bf30
--- /dev/null
+++ b/kde-misc/zanshin/zanshin-0.5.71-r1.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_TEST="forceoptional"
+KDE_APPS_MINIMAL=19.08.3
+KFMIN=5.60.0
+QTMIN=5.12.3
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="Getting things done application by KDE"
+HOMEPAGE="https://zanshin.kde.org/ https://userbase.kde.org/Zanshin
+https://kde.org/applications/utilities/org.kde.zanshin;
+
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+   SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="|| ( GPL-2 GPL-3 )"
+SLOT="5"
+IUSE=""
+
+BDEPEND="
+   test? ( >=kde-apps/akonadi-${KDE_APPS_MINIMAL}:5[tools] )
+"
+COMMON_DEPEND="
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=kde-apps/akonadi-${KDE_APPS_MINIMAL}:5
+   >=kde-apps/akonadi-calendar-${KDE_APPS_MINIMAL}:5
+   >=kde-apps/akonadi-contacts-${KDE_APPS_MINIMAL}:5
+   >=kde-apps/kmime-${KDE_APPS_MINIMAL}:5
+   >=kde-apps/kontactinterface-${KDE_APPS_MINIMAL}:5
+   >=kde-frameworks/kcalendarcore-${KFMIN}:5
+   >=kde-frameworks/kcodecs-${KFMIN}:5
+   >=kde-frameworks/kcompletion-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcontacts-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/kitemmodels-${KFMIN}:5
+   >=kde-frameworks/kitemviews-${KFMIN}:5
+   >=kde-frameworks/kjobwidgets-${KFMIN}:5
+   >=kde-frameworks/kparts-${KFMIN}:5
+   >=kde-frameworks/krunner-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/kwindowsystem-${KFMIN}:5
+   >=kde-frameworks/kxmlgui-${KFMIN}:5
+"
+DEPEND="${COMMON_DEPEND}
+   dev-libs/boost
+"
+RDEPEND="${COMMON_DEPEND}
+   !kde-misc/zanshin:4
+   >=kde-apps/kdepim-runtime-${KDE_APPS_MINIMAL}:5
+"



[gentoo-commits] repo/gentoo:master commit in: kde-misc/zanshin/

2020-01-14 Thread Andreas Sturmlechner
commit: 517d0ee3574538b66b80945262932dc6693c003a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jan 14 19:15:52 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jan 14 19:16:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=517d0ee3

kde-misc/zanshin: Drop 0.5.71 (r0)

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-misc/zanshin/Manifest  |  1 -
 kde-misc/zanshin/zanshin-0.5.71.ebuild | 62 --
 2 files changed, 63 deletions(-)

diff --git a/kde-misc/zanshin/Manifest b/kde-misc/zanshin/Manifest
index bbbca3d2755..50e2e51dd8b 100644
--- a/kde-misc/zanshin/Manifest
+++ b/kde-misc/zanshin/Manifest
@@ -1,2 +1 @@
-DIST zanshin-0.5.71.tar.gz 355173 BLAKE2B 
245ccde6b6a68ca0b7093525b2b3d0384b9222efbbb6366060a5061020c565dcd7e6b9b6e4fffadc164bae93783bdcf69e2d02b1df4c9cb382c473dc1a10152b
 SHA512 
c04f280066f97e3984988a86376b6e86b451d0fe5bab31eba4de03f2c2d15e65a3681d3f9f6895bf0750ccac4bf7a4666d742dd9c74028e689d732615cce3e97
 DIST zanshin-0.5.71.tar.xz 307872 BLAKE2B 
3b767af7527348177b7105126acedd47e222859985feb47f89066732293d77d89347ab105b3a8269717c5fc723f1b8bcd1a52e5242bf77828019e55a48e2db6a
 SHA512 
47b4fa8797dd50372dcf176198e1c80348cd1ba604d1ed61cd973956e54ba5551caea33c766d857bc3ad598bd0eae9882ffc315e13e6e3b9c1033d01c8e029d8

diff --git a/kde-misc/zanshin/zanshin-0.5.71.ebuild 
b/kde-misc/zanshin/zanshin-0.5.71.ebuild
deleted file mode 100644
index b3ccd806876..000
--- a/kde-misc/zanshin/zanshin-0.5.71.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_TEST="forceoptional"
-KDE_APPS_MINIMAL=19.08.3
-KFMIN=5.60.0
-QTMIN=5.12.3
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Getting things done application by KDE"
-HOMEPAGE="https://zanshin.kde.org/ https://userbase.kde.org/Zanshin
-https://kde.org/applications/utilities/org.kde.zanshin;
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
-   SRC_URI="https://github.com/KDE/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="|| ( GPL-2 GPL-3 )"
-SLOT="5"
-IUSE=""
-
-BDEPEND="
-   test? ( >=kde-apps/akonadi-${KDE_APPS_MINIMAL}:5[tools] )
-"
-COMMON_DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=kde-apps/akonadi-${KDE_APPS_MINIMAL}:5
-   >=kde-apps/akonadi-calendar-${KDE_APPS_MINIMAL}:5
-   >=kde-apps/akonadi-contacts-${KDE_APPS_MINIMAL}:5
-   >=kde-apps/kmime-${KDE_APPS_MINIMAL}:5
-   >=kde-apps/kontactinterface-${KDE_APPS_MINIMAL}:5
-   >=kde-frameworks/kcalendarcore-${KFMIN}:5
-   >=kde-frameworks/kcodecs-${KFMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcontacts-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kitemmodels-${KFMIN}:5
-   >=kde-frameworks/kitemviews-${KFMIN}:5
-   >=kde-frameworks/kjobwidgets-${KFMIN}:5
-   >=kde-frameworks/kparts-${KFMIN}:5
-   >=kde-frameworks/krunner-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-"
-DEPEND="${COMMON_DEPEND}
-   dev-libs/boost
-"
-RDEPEND="${COMMON_DEPEND}
-   !kde-misc/zanshin:4
-   >=kde-apps/kdepim-runtime-${KDE_APPS_MINIMAL}:5
-"



[gentoo-commits] repo/gentoo:master commit in: kde-misc/zanshin/files/, kde-misc/zanshin/

2019-12-08 Thread Andreas Sturmlechner
commit: 7d1ec4525c61e899f2167f1026da7e42e558e76d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Dec  8 12:20:10 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Dec  8 13:24:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d1ec452

kde-misc/zanshin: Drop 0.5.0-r1

Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-misc/zanshin/Manifest|  1 -
 kde-misc/zanshin/files/zanshin-0.5.0-cmake.patch | 25 -
 kde-misc/zanshin/zanshin-0.5.0-r1.ebuild | 64 
 3 files changed, 90 deletions(-)

diff --git a/kde-misc/zanshin/Manifest b/kde-misc/zanshin/Manifest
index ed54309907c..533557d8c70 100644
--- a/kde-misc/zanshin/Manifest
+++ b/kde-misc/zanshin/Manifest
@@ -1,2 +1 @@
-DIST zanshin-0.5.0.tar.xz 438300 BLAKE2B 
323f7f8545ba59daf2e62af6873be47b81e62b808495757752e4a33e3b0816c63e0e08979695c33cc70b4aebcff6d30814b8cbb400fe64af5329e72501639399
 SHA512 
9e4f01ee622a07096b7cc234a6a2f0b35501497efb662af590d4c4fa3f55f21acc528bfae10e92da8107f26f3d5f4b30512c97017c36cad96d6e6cb28e43
 DIST zanshin-0.5.71.tar.gz 355173 BLAKE2B 
245ccde6b6a68ca0b7093525b2b3d0384b9222efbbb6366060a5061020c565dcd7e6b9b6e4fffadc164bae93783bdcf69e2d02b1df4c9cb382c473dc1a10152b
 SHA512 
c04f280066f97e3984988a86376b6e86b451d0fe5bab31eba4de03f2c2d15e65a3681d3f9f6895bf0750ccac4bf7a4666d742dd9c74028e689d732615cce3e97

diff --git a/kde-misc/zanshin/files/zanshin-0.5.0-cmake.patch 
b/kde-misc/zanshin/files/zanshin-0.5.0-cmake.patch
deleted file mode 100644
index 6d6facbaeaa..000
--- a/kde-misc/zanshin/files/zanshin-0.5.0-cmake.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 87e98e6b0aa704558009574eed8d8bdf2bfa0fbb Mon Sep 17 00:00:00 2001
-From: Andreas Sturmlechner 
-Date: Sat, 22 Jun 2019 12:47:28 +0200
-Subject: [PATCH] Add missing KF5 dependency (fix broken cmake against >=19.04)
-
-Signed-off-by: Andreas Sturmlechner 

- CMakeLists.txt | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index a6191f54..960fc6c7 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -67,6 +67,7 @@ include_directories (
- 
- find_package(KF5 REQUIRED COMPONENTS
- AkonadiCalendar
-+AkonadiContact
- AkonadiNotes
- AkonadiSearch
- IdentityManagement
--- 
-2.22.0
-

diff --git a/kde-misc/zanshin/zanshin-0.5.0-r1.ebuild 
b/kde-misc/zanshin/zanshin-0.5.0-r1.ebuild
deleted file mode 100644
index 981efbc3be5..000
--- a/kde-misc/zanshin/zanshin-0.5.0-r1.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KDE_TEST="forceoptional"
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="Getting things done application by KDE"
-HOMEPAGE="https://zanshin.kde.org/;
-SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
-
-LICENSE="|| ( GPL-2 GPL-3 )"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-BDEPEND="
-   test? ( 

[gentoo-commits] repo/gentoo:master commit in: kde-misc/zanshin/

2019-12-02 Thread Andreas Sturmlechner
commit: b726cca8df003ca86c79422e3408cfc394bc42a3
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Dec  2 18:21:58 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Dec  2 19:17:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b726cca8

kde-misc/zanshin: 0.5.71 version bump

We use this tagged version as upstream was not able to deliver a release
compatible with kde-frameworks/kcalendarcore and kde-frameworks/kcontacts
in time. Consequently, package loses stable keywords.

Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-misc/zanshin/Manifest  |  1 +
 kde-misc/zanshin/zanshin-0.5.71.ebuild | 62 ++
 2 files changed, 63 insertions(+)

diff --git a/kde-misc/zanshin/Manifest b/kde-misc/zanshin/Manifest
index ad82d970037..ed54309907c 100644
--- a/kde-misc/zanshin/Manifest
+++ b/kde-misc/zanshin/Manifest
@@ -1 +1,2 @@
 DIST zanshin-0.5.0.tar.xz 438300 BLAKE2B 
323f7f8545ba59daf2e62af6873be47b81e62b808495757752e4a33e3b0816c63e0e08979695c33cc70b4aebcff6d30814b8cbb400fe64af5329e72501639399
 SHA512 
9e4f01ee622a07096b7cc234a6a2f0b35501497efb662af590d4c4fa3f55f21acc528bfae10e92da8107f26f3d5f4b30512c97017c36cad96d6e6cb28e43
+DIST zanshin-0.5.71.tar.gz 355173 BLAKE2B 
245ccde6b6a68ca0b7093525b2b3d0384b9222efbbb6366060a5061020c565dcd7e6b9b6e4fffadc164bae93783bdcf69e2d02b1df4c9cb382c473dc1a10152b
 SHA512 
c04f280066f97e3984988a86376b6e86b451d0fe5bab31eba4de03f2c2d15e65a3681d3f9f6895bf0750ccac4bf7a4666d742dd9c74028e689d732615cce3e97

diff --git a/kde-misc/zanshin/zanshin-0.5.71.ebuild 
b/kde-misc/zanshin/zanshin-0.5.71.ebuild
new file mode 100644
index 000..b3ccd806876
--- /dev/null
+++ b/kde-misc/zanshin/zanshin-0.5.71.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_TEST="forceoptional"
+KDE_APPS_MINIMAL=19.08.3
+KFMIN=5.60.0
+QTMIN=5.12.3
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="Getting things done application by KDE"
+HOMEPAGE="https://zanshin.kde.org/ https://userbase.kde.org/Zanshin
+https://kde.org/applications/utilities/org.kde.zanshin;
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+   SRC_URI="https://github.com/KDE/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="|| ( GPL-2 GPL-3 )"
+SLOT="5"
+IUSE=""
+
+BDEPEND="
+   test? ( >=kde-apps/akonadi-${KDE_APPS_MINIMAL}:5[tools] )
+"
+COMMON_DEPEND="
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=kde-apps/akonadi-${KDE_APPS_MINIMAL}:5
+   >=kde-apps/akonadi-calendar-${KDE_APPS_MINIMAL}:5
+   >=kde-apps/akonadi-contacts-${KDE_APPS_MINIMAL}:5
+   >=kde-apps/kmime-${KDE_APPS_MINIMAL}:5
+   >=kde-apps/kontactinterface-${KDE_APPS_MINIMAL}:5
+   >=kde-frameworks/kcalendarcore-${KFMIN}:5
+   >=kde-frameworks/kcodecs-${KFMIN}:5
+   >=kde-frameworks/kcompletion-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcontacts-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/kitemmodels-${KFMIN}:5
+   >=kde-frameworks/kitemviews-${KFMIN}:5
+   >=kde-frameworks/kjobwidgets-${KFMIN}:5
+   >=kde-frameworks/kparts-${KFMIN}:5
+   >=kde-frameworks/krunner-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/kwindowsystem-${KFMIN}:5
+   >=kde-frameworks/kxmlgui-${KFMIN}:5
+"
+DEPEND="${COMMON_DEPEND}
+   dev-libs/boost
+"
+RDEPEND="${COMMON_DEPEND}
+   !kde-misc/zanshin:4
+   >=kde-apps/kdepim-runtime-${KDE_APPS_MINIMAL}:5
+"



[gentoo-commits] repo/gentoo:master commit in: kde-misc/zanshin/

2019-07-27 Thread Andreas Sturmlechner
commit: 8cd6b35f3203a21872ec321cd49838cf28eb32b7
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jul 27 18:44:09 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jul 28 01:27:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cd6b35f

kde-misc/zanshin: EAPI-7 bump, restrict to <19.04.50:5

This version is incompatible with >=kde-apps/akonadi-19.07.80.

Package-Manager: Portage-2.3.49, Repoman-2.3.10
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-misc/zanshin/zanshin-0.5.0-r1.ebuild | 64 
 1 file changed, 64 insertions(+)

diff --git a/kde-misc/zanshin/zanshin-0.5.0-r1.ebuild 
b/kde-misc/zanshin/zanshin-0.5.0-r1.ebuild
new file mode 100644
index 000..981efbc3be5
--- /dev/null
+++ b/kde-misc/zanshin/zanshin-0.5.0-r1.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KDE_TEST="forceoptional"
+VIRTUALX_REQUIRED="test"
+inherit kde5
+
+DESCRIPTION="Getting things done application by KDE"
+HOMEPAGE="https://zanshin.kde.org/;
+SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
+
+LICENSE="|| ( GPL-2 GPL-3 )"
+KEYWORDS="amd64 x86"
+IUSE=""
+
+BDEPEND="
+   test? ( 

[gentoo-commits] repo/gentoo:master commit in: kde-misc/zanshin/

2019-07-27 Thread Andreas Sturmlechner
commit: 70342ea3941d462beea89508c5ec7bdf5dad1229
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jul 27 18:44:24 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jul 28 01:27:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70342ea3

kde-misc/zanshin: Drop 0.5.0 (r0)

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-misc/zanshin/zanshin-0.5.0.ebuild | 64 ---
 1 file changed, 64 deletions(-)

diff --git a/kde-misc/zanshin/zanshin-0.5.0.ebuild 
b/kde-misc/zanshin/zanshin-0.5.0.ebuild
deleted file mode 100644
index 96b3141c24e..000
--- a/kde-misc/zanshin/zanshin-0.5.0.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_APPS_MINIMAL="17.12.0"
-KDE_TEST="forceoptional"
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="Getting things done application by KDE"
-HOMEPAGE="https://zanshin.kde.org/;
-SRC_URI="mirror://kde/stable/${PN}/${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)
-"
-
-PATCHES=( "${FILESDIR}/${P}-cmake.patch" )



[gentoo-commits] repo/gentoo:master commit in: kde-misc/zanshin/files/, kde-misc/zanshin/

2019-06-22 Thread Andreas Sturmlechner
commit: b8a603506cb2bf061a03f12fc5e206073f903375
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jun 22 11:02:45 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jun 22 11:44:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8a60350

kde-misc/zanshin: Fix build against >=kde-apps/akonadi-19.04

Package-Manager: Portage-2.3.67, Repoman-2.3.15
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-misc/zanshin/files/zanshin-0.5.0-cmake.patch | 25 
 kde-misc/zanshin/zanshin-0.5.0.ebuild|  4 +++-
 2 files changed, 28 insertions(+), 1 deletion(-)

diff --git a/kde-misc/zanshin/files/zanshin-0.5.0-cmake.patch 
b/kde-misc/zanshin/files/zanshin-0.5.0-cmake.patch
new file mode 100644
index 000..6d6facbaeaa
--- /dev/null
+++ b/kde-misc/zanshin/files/zanshin-0.5.0-cmake.patch
@@ -0,0 +1,25 @@
+From 87e98e6b0aa704558009574eed8d8bdf2bfa0fbb Mon Sep 17 00:00:00 2001
+From: Andreas Sturmlechner 
+Date: Sat, 22 Jun 2019 12:47:28 +0200
+Subject: [PATCH] Add missing KF5 dependency (fix broken cmake against >=19.04)
+
+Signed-off-by: Andreas Sturmlechner 
+---
+ CMakeLists.txt | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index a6191f54..960fc6c7 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -67,6 +67,7 @@ include_directories (
+ 
+ find_package(KF5 REQUIRED COMPONENTS
+ AkonadiCalendar
++AkonadiContact
+ AkonadiNotes
+ AkonadiSearch
+ IdentityManagement
+-- 
+2.22.0
+

diff --git a/kde-misc/zanshin/zanshin-0.5.0.ebuild 
b/kde-misc/zanshin/zanshin-0.5.0.ebuild
index 3a8f084bb7b..96b3141c24e 100644
--- a/kde-misc/zanshin/zanshin-0.5.0.ebuild
+++ b/kde-misc/zanshin/zanshin-0.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -60,3 +60,5 @@ RDEPEND="${COMMON_DEPEND}
!kde-misc/zanshin:4
$(add_kdeapps_dep kdepim-runtime)
 "
+
+PATCHES=( "${FILESDIR}/${P}-cmake.patch" )



[gentoo-commits] repo/gentoo:master commit in: kde-misc/zanshin/

2018-04-05 Thread Andreas Sturmlechner
commit: aa5f521f93786ea56e33b501523b79731453976b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Apr  5 23:25:38 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Apr  5 23:25:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa5f521f

kde-misc/zanshin: Drop 0.4.1_p20170701 snapshot

Closes: https://bugs.gentoo.org/647552
Package-Manager: Portage-2.3.28, Repoman-2.3.9

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

diff --git a/kde-misc/zanshin/Manifest b/kde-misc/zanshin/Manifest
index 123c0168d7f..ad82d970037 100644
--- a/kde-misc/zanshin/Manifest
+++ b/kde-misc/zanshin/Manifest
@@ -1,2 +1 @@
-DIST zanshin-0.4.1_p20170701.tar.xz 358700 BLAKE2B 
cda820dab0234568f94aa1511fbb542eca921a3bd78b4f3f85e5e14147c8326041163b76448982703a3e043e2f9f7d099f41208b6d09d6cf492e2c8d73e8079c
 SHA512 
f4725e72e3444f16df18058abeb3edd3056a95eee47b6321171043e9445886caacc18ba7f7aa8b346e41c099e36c0ce068cf709dd03c2ed78f35bab30b2a56fa
 DIST zanshin-0.5.0.tar.xz 438300 BLAKE2B 
323f7f8545ba59daf2e62af6873be47b81e62b808495757752e4a33e3b0816c63e0e08979695c33cc70b4aebcff6d30814b8cbb400fe64af5329e72501639399
 SHA512 
9e4f01ee622a07096b7cc234a6a2f0b35501497efb662af590d4c4fa3f55f21acc528bfae10e92da8107f26f3d5f4b30512c97017c36cad96d6e6cb28e43

diff --git a/kde-misc/zanshin/zanshin-0.4.1_p20170701.ebuild 
b/kde-misc/zanshin/zanshin-0.4.1_p20170701.ebuild
deleted file mode 100644
index 1f41e1bd46f..000
--- a/kde-misc/zanshin/zanshin-0.4.1_p20170701.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# 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)
-"



[gentoo-commits] repo/gentoo:master commit in: kde-misc/zanshin/

2018-04-05 Thread Thomas Deutschmann
commit: 46ebaf8b5468201893a9e71787520ce55ff79e6d
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Apr  5 23:14:35 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Apr  5 23:16:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46ebaf8b

kde-misc/zanshin: x86 stable (bug #650670)

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 kde-misc/zanshin/zanshin-0.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-misc/zanshin/zanshin-0.5.0.ebuild 
b/kde-misc/zanshin/zanshin-0.5.0.ebuild
index 07e9896aa57..3a8f084bb7b 100644
--- a/kde-misc/zanshin/zanshin-0.5.0.ebuild
+++ b/kde-misc/zanshin/zanshin-0.5.0.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://zanshin.kde.org/;
 SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
 
 LICENSE="|| ( GPL-2 GPL-3 )"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 # FIXME: bundles libkdepim



[gentoo-commits] repo/gentoo:master commit in: kde-misc/zanshin/

2018-04-05 Thread Aaron Bauman
commit: 8faf1ed6bc65b09e1b03adc783e8bafefd67cfbb
Author: Aaron Bauman  gentoo  org>
AuthorDate: Thu Apr  5 21:13:52 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Thu Apr  5 21:15:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8faf1ed6

kde-misc/zanshin: amd64 stable

Bug: https://bugs.gentoo.org/650670
Package-Manager: Portage-2.3.28, Repoman-2.3.9

 kde-misc/zanshin/zanshin-0.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-misc/zanshin/zanshin-0.5.0.ebuild 
b/kde-misc/zanshin/zanshin-0.5.0.ebuild
index 281fb6c561a..07e9896aa57 100644
--- a/kde-misc/zanshin/zanshin-0.5.0.ebuild
+++ b/kde-misc/zanshin/zanshin-0.5.0.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://zanshin.kde.org/;
 SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
 
 LICENSE="|| ( GPL-2 GPL-3 )"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 # FIXME: bundles libkdepim



[gentoo-commits] repo/gentoo:master commit in: kde-misc/zanshin/

2018-01-03 Thread Andreas Sturmlechner
commit: 0012abc6273f02d8932dbf833522416694ee9dff
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jan  3 18:01:15 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jan  3 18:01:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0012abc6

kde-misc/zanshin: Drop obsolete snapshot

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 kde-misc/zanshin/Manifest   |  1 -
 kde-misc/zanshin/zanshin-0.4.1_p20171231.ebuild | 63 -
 2 files changed, 64 deletions(-)

diff --git a/kde-misc/zanshin/Manifest b/kde-misc/zanshin/Manifest
index ad4549f17a0..123c0168d7f 100644
--- a/kde-misc/zanshin/Manifest
+++ b/kde-misc/zanshin/Manifest
@@ -1,3 +1,2 @@
 DIST zanshin-0.4.1_p20170701.tar.xz 358700 BLAKE2B 
cda820dab0234568f94aa1511fbb542eca921a3bd78b4f3f85e5e14147c8326041163b76448982703a3e043e2f9f7d099f41208b6d09d6cf492e2c8d73e8079c
 SHA512 
f4725e72e3444f16df18058abeb3edd3056a95eee47b6321171043e9445886caacc18ba7f7aa8b346e41c099e36c0ce068cf709dd03c2ed78f35bab30b2a56fa
-DIST zanshin-0.4.1_p20171231.tar.gz 490747 BLAKE2B 
3c90f7213b5f588cea1c11754a5b49e1fa38172be62eb10025c803a554a7e5084daf0196ac3f3319abcedd1b2474dc12f4445e9a4b72ae7a27f9682ce791
 SHA512 
ec5e2af0c4169de67838eee74cd8acc43265b0b7a368b9c5998cf96112d1294e35e31c57c9e52f7ec1c7f39a660d1d8665b70fe4b471bdea3e0ac14bad906603
 DIST zanshin-0.5.0.tar.xz 438300 BLAKE2B 
323f7f8545ba59daf2e62af6873be47b81e62b808495757752e4a33e3b0816c63e0e08979695c33cc70b4aebcff6d30814b8cbb400fe64af5329e72501639399
 SHA512 
9e4f01ee622a07096b7cc234a6a2f0b35501497efb662af590d4c4fa3f55f21acc528bfae10e92da8107f26f3d5f4b30512c97017c36cad96d6e6cb28e43

diff --git a/kde-misc/zanshin/zanshin-0.4.1_p20171231.ebuild 
b/kde-misc/zanshin/zanshin-0.4.1_p20171231.ebuild
deleted file mode 100644
index 70204ef4d2c..000
--- a/kde-misc/zanshin/zanshin-0.4.1_p20171231.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-COMMIT=6239128a6c6693e71def64e9782f31bdd9621d19
-KDE_APPS_MINIMAL="17.12.0"
-KDE_TEST="forceoptional"
-VIRTUALX_REQUIRED="test"
-inherit kde5 vcs-snapshot
-
-DESCRIPTION="Getting things done application by KDE"
-HOMEPAGE="https://zanshin.kde.org/;
-SRC_URI="https://github.com/KDE/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
-
-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)
-"



[gentoo-commits] repo/gentoo:master commit in: kde-misc/zanshin/

2018-01-03 Thread Andreas Sturmlechner
commit: d52b3e9e15220d7580d77978975e6cfa6071fbd7
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jan  3 18:00:39 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jan  3 18:00:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d52b3e9e

kde-misc/zanshin: 0.5.0 version bump

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 kde-misc/zanshin/Manifest |  1 +
 kde-misc/zanshin/zanshin-0.5.0.ebuild | 62 +++
 2 files changed, 63 insertions(+)

diff --git a/kde-misc/zanshin/Manifest b/kde-misc/zanshin/Manifest
index ac219537c36..ad4549f17a0 100644
--- a/kde-misc/zanshin/Manifest
+++ b/kde-misc/zanshin/Manifest
@@ -1,2 +1,3 @@
 DIST zanshin-0.4.1_p20170701.tar.xz 358700 BLAKE2B 
cda820dab0234568f94aa1511fbb542eca921a3bd78b4f3f85e5e14147c8326041163b76448982703a3e043e2f9f7d099f41208b6d09d6cf492e2c8d73e8079c
 SHA512 
f4725e72e3444f16df18058abeb3edd3056a95eee47b6321171043e9445886caacc18ba7f7aa8b346e41c099e36c0ce068cf709dd03c2ed78f35bab30b2a56fa
 DIST zanshin-0.4.1_p20171231.tar.gz 490747 BLAKE2B 
3c90f7213b5f588cea1c11754a5b49e1fa38172be62eb10025c803a554a7e5084daf0196ac3f3319abcedd1b2474dc12f4445e9a4b72ae7a27f9682ce791
 SHA512 
ec5e2af0c4169de67838eee74cd8acc43265b0b7a368b9c5998cf96112d1294e35e31c57c9e52f7ec1c7f39a660d1d8665b70fe4b471bdea3e0ac14bad906603
+DIST zanshin-0.5.0.tar.xz 438300 BLAKE2B 
323f7f8545ba59daf2e62af6873be47b81e62b808495757752e4a33e3b0816c63e0e08979695c33cc70b4aebcff6d30814b8cbb400fe64af5329e72501639399
 SHA512 
9e4f01ee622a07096b7cc234a6a2f0b35501497efb662af590d4c4fa3f55f21acc528bfae10e92da8107f26f3d5f4b30512c97017c36cad96d6e6cb28e43

diff --git a/kde-misc/zanshin/zanshin-0.5.0.ebuild 
b/kde-misc/zanshin/zanshin-0.5.0.ebuild
new file mode 100644
index 000..281fb6c561a
--- /dev/null
+++ b/kde-misc/zanshin/zanshin-0.5.0.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_APPS_MINIMAL="17.12.0"
+KDE_TEST="forceoptional"
+VIRTUALX_REQUIRED="test"
+inherit kde5
+
+DESCRIPTION="Getting things done application by KDE"
+HOMEPAGE="https://zanshin.kde.org/;
+SRC_URI="mirror://kde/stable/${PN}/${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)
+"



[gentoo-commits] repo/gentoo:master commit in: kde-misc/zanshin/

2017-12-31 Thread Andreas Sturmlechner
commit: dc5dae24c3fe8abe756d14a586dad2cf7c110477
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Dec 31 22:03:48 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Dec 31 22:09:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc5dae24

kde-misc/zanshin: Add 0.4.1_p20171231 snapshot

Fixes build with >=kde-apps/kcalcore-17.12.0

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 kde-misc/zanshin/Manifest   |  1 +
 kde-misc/zanshin/zanshin-0.4.1_p20171231.ebuild | 63 +
 2 files changed, 64 insertions(+)

diff --git a/kde-misc/zanshin/Manifest b/kde-misc/zanshin/Manifest
index 67c50a278ae..ac219537c36 100644
--- a/kde-misc/zanshin/Manifest
+++ b/kde-misc/zanshin/Manifest
@@ -1 +1,2 @@
 DIST zanshin-0.4.1_p20170701.tar.xz 358700 BLAKE2B 
cda820dab0234568f94aa1511fbb542eca921a3bd78b4f3f85e5e14147c8326041163b76448982703a3e043e2f9f7d099f41208b6d09d6cf492e2c8d73e8079c
 SHA512 
f4725e72e3444f16df18058abeb3edd3056a95eee47b6321171043e9445886caacc18ba7f7aa8b346e41c099e36c0ce068cf709dd03c2ed78f35bab30b2a56fa
+DIST zanshin-0.4.1_p20171231.tar.gz 490747 BLAKE2B 
3c90f7213b5f588cea1c11754a5b49e1fa38172be62eb10025c803a554a7e5084daf0196ac3f3319abcedd1b2474dc12f4445e9a4b72ae7a27f9682ce791
 SHA512 
ec5e2af0c4169de67838eee74cd8acc43265b0b7a368b9c5998cf96112d1294e35e31c57c9e52f7ec1c7f39a660d1d8665b70fe4b471bdea3e0ac14bad906603

diff --git a/kde-misc/zanshin/zanshin-0.4.1_p20171231.ebuild 
b/kde-misc/zanshin/zanshin-0.4.1_p20171231.ebuild
new file mode 100644
index 000..70204ef4d2c
--- /dev/null
+++ b/kde-misc/zanshin/zanshin-0.4.1_p20171231.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+COMMIT=6239128a6c6693e71def64e9782f31bdd9621d19
+KDE_APPS_MINIMAL="17.12.0"
+KDE_TEST="forceoptional"
+VIRTUALX_REQUIRED="test"
+inherit kde5 vcs-snapshot
+
+DESCRIPTION="Getting things done application by KDE"
+HOMEPAGE="https://zanshin.kde.org/;
+SRC_URI="https://github.com/KDE/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+
+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)
+"



[gentoo-commits] repo/gentoo:master commit in: kde-misc/zanshin/

2017-08-17 Thread Michael Palimaka
commit: 26d0ffb2e4de980b0461745ad3005d492bc9c8a8
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Aug 17 14:43:41 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Aug 17 14:43:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26d0ffb2

kde-misc/zanshin: amd64/x86 stable

Gentoo-bug: 623588
Package-Manager: Portage-2.3.6, Repoman-2.3.3

 kde-misc/zanshin/zanshin-0.4.1_p20170701.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-misc/zanshin/zanshin-0.4.1_p20170701.ebuild 
b/kde-misc/zanshin/zanshin-0.4.1_p20170701.ebuild
index 75d5107bcfc..1f41e1bd46f 100644
--- a/kde-misc/zanshin/zanshin-0.4.1_p20170701.ebuild
+++ b/kde-misc/zanshin/zanshin-0.4.1_p20170701.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://zanshin.kde.org/;
 SRC_URI="https://dev.gentoo.org/~asturm/distfiles/${P}.tar.xz;
 
 LICENSE="|| ( GPL-2 GPL-3 )"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 # FIXME: bundles libkdepim



[gentoo-commits] repo/gentoo:master commit in: kde-misc/zanshin/

2017-07-02 Thread Andreas Sturmlechner
commit: 47c510f6858c9c0c45992e5063f38850c2f8643f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jul  2 15:30:40 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jul  2 19:50:51 2017 +
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 000..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)
+"



[gentoo-commits] repo/gentoo:master commit in: kde-misc/zanshin/

2017-07-02 Thread Andreas Sturmlechner
commit: c2836c8ae62812c73e7af53cf73cdd4324d1a9ce
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jul  2 19:48:59 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jul  2 19:50:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2836c8a

kde-misc/zanshin: Drop 0.4.1-r1

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 kde-misc/zanshin/Manifest|  1 -
 kde-misc/zanshin/zanshin-0.4.1-r1.ebuild | 58 
 2 files changed, 59 deletions(-)

diff --git a/kde-misc/zanshin/Manifest b/kde-misc/zanshin/Manifest
index d35340e70ff..d3e29556795 100644
--- a/kde-misc/zanshin/Manifest
+++ b/kde-misc/zanshin/Manifest
@@ -1,4 +1,3 @@
 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-r1.ebuild 
b/kde-misc/zanshin/zanshin-0.4.1-r1.ebuild
deleted file mode 100644
index 0c005a8e6e5..000
--- a/kde-misc/zanshin/zanshin-0.4.1-r1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2016 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/;
-[[ ${KDE_BUILD_TYPE} != live ]] && 
SRC_URI="http://files.kde.org/zanshin/${P}.tar.bz2;
-
-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 kxmlgui)
-   $(add_kdeapps_dep akonadi)
-   $(add_kdeapps_dep akonadi-calendar)
-   $(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)
-   dev-libs/boost
-"
-DEPEND="${COMMON_DEPEND}
-   test? ( $(add_kdeapps_dep akonadi 'tools') )
-"
-RDEPEND="${COMMON_DEPEND}
-   !kde-misc/zanshin:4
-   $(add_kdeapps_dep kdepim-runtime)
-"



[gentoo-commits] repo/gentoo:master commit in: kde-misc/zanshin/

2016-12-23 Thread Johannes Huber
commit: 902d3ee6b97c26552fd9aca69059178dd3d3b60c
Author: Johannes Huber  gentoo  org>
AuthorDate: Fri Dec 23 09:47:05 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Fri Dec 23 10:11:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=902d3ee6

kde-misc/zanshin: Drop CMAKE_MIN_VERSION

Covered by cmake-utils eclass now.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 kde-misc/zanshin/zanshin-0.4.1-r1.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kde-misc/zanshin/zanshin-0.4.1-r1.ebuild 
b/kde-misc/zanshin/zanshin-0.4.1-r1.ebuild
index 025035e..841b34f 100644
--- a/kde-misc/zanshin/zanshin-0.4.1-r1.ebuild
+++ b/kde-misc/zanshin/zanshin-0.4.1-r1.ebuild
@@ -4,7 +4,6 @@
 
 EAPI=6
 
-CMAKE_MIN_VERSION="3.2.0"
 KDE_TEST="forceoptional"
 VIRTUALX_REQUIRED="test"
 inherit kde5



[gentoo-commits] repo/gentoo:master commit in: kde-misc/zanshin/

2016-12-21 Thread Michael Palimaka
commit: 365500c9fde4ee752f62411d8e61e67c403fca82
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Tue Dec 20 20:30:02 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Wed Dec 21 12:32:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=365500c9

kde-misc/zanshin: Drop old

Package-Manager: portage-2.3.0

 kde-misc/zanshin/zanshin-0.4.1.ebuild | 59 ---
 1 file changed, 59 deletions(-)

diff --git a/kde-misc/zanshin/zanshin-0.4.1.ebuild 
b/kde-misc/zanshin/zanshin-0.4.1.ebuild
deleted file mode 100644
index 89c0891..
--- a/kde-misc/zanshin/zanshin-0.4.1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-CMAKE_MIN_VERSION="3.2.0"
-KDE_TEST="forceoptional"
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="Getting things done application by KDE"
-HOMEPAGE="https://zanshin.kde.org/;
-[[ ${KDE_BUILD_TYPE} != live ]] && 
SRC_URI="http://files.kde.org/zanshin/${P}.tar.bz2;
-
-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 kxmlgui)
-   $(add_kdeapps_dep akonadi)
-   $(add_kdeapps_dep akonadi-calendar)
-   $(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)
-   dev-libs/boost
-"
-DEPEND="${COMMON_DEPEND}
-   test? ( $(add_kdeapps_dep akonadi 'tools') )
-"
-RDEPEND="${COMMON_DEPEND}
-   !kde-misc/zanshin:4
-"



[gentoo-commits] repo/gentoo:master commit in: kde-misc/zanshin/

2016-12-21 Thread Michael Palimaka
commit: 5bfec586f35169bb33eecb287382f2c2b536857f
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Tue Dec 20 20:29:21 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Wed Dec 21 12:32:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bfec586

kde-misc/zanshin: Add missing RDEPEND

Needs kde-apps/kdepim-runtime for akonadi resources

Package-Manager: portage-2.3.0

 kde-misc/zanshin/zanshin-0.4.1-r1.ebuild | 60 
 1 file changed, 60 insertions(+)

diff --git a/kde-misc/zanshin/zanshin-0.4.1-r1.ebuild 
b/kde-misc/zanshin/zanshin-0.4.1-r1.ebuild
new file mode 100644
index ..025035e
--- /dev/null
+++ b/kde-misc/zanshin/zanshin-0.4.1-r1.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+CMAKE_MIN_VERSION="3.2.0"
+KDE_TEST="forceoptional"
+VIRTUALX_REQUIRED="test"
+inherit kde5
+
+DESCRIPTION="Getting things done application by KDE"
+HOMEPAGE="https://zanshin.kde.org/;
+[[ ${KDE_BUILD_TYPE} != live ]] && 
SRC_URI="http://files.kde.org/zanshin/${P}.tar.bz2;
+
+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 kxmlgui)
+   $(add_kdeapps_dep akonadi)
+   $(add_kdeapps_dep akonadi-calendar)
+   $(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)
+   dev-libs/boost
+"
+DEPEND="${COMMON_DEPEND}
+   test? ( $(add_kdeapps_dep akonadi 'tools') )
+"
+RDEPEND="${COMMON_DEPEND}
+   !kde-misc/zanshin:4
+   $(add_kdeapps_dep kdepim-runtime)
+"



[gentoo-commits] repo/gentoo:master commit in: kde-misc/zanshin/

2016-12-16 Thread Johannes Huber
commit: b93f6b5c3c9fb2bd342c60e7714a77f00a50a292
Author: Johannes Huber  gentoo  org>
AuthorDate: Fri Dec 16 19:09:11 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Fri Dec 16 19:09:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b93f6b5c

kde-misc/zanshin: Version bump 0.4.1

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 kde-misc/zanshin/Manifest |  1 +
 kde-misc/zanshin/zanshin-0.4.1.ebuild | 59 +++
 2 files changed, 60 insertions(+)

diff --git a/kde-misc/zanshin/Manifest b/kde-misc/zanshin/Manifest
index ab58110..9330995 100644
--- a/kde-misc/zanshin/Manifest
+++ b/kde-misc/zanshin/Manifest
@@ -1,2 +1,3 @@
 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

diff --git a/kde-misc/zanshin/zanshin-0.4.1.ebuild 
b/kde-misc/zanshin/zanshin-0.4.1.ebuild
new file mode 100644
index ..89c0891
--- /dev/null
+++ b/kde-misc/zanshin/zanshin-0.4.1.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+CMAKE_MIN_VERSION="3.2.0"
+KDE_TEST="forceoptional"
+VIRTUALX_REQUIRED="test"
+inherit kde5
+
+DESCRIPTION="Getting things done application by KDE"
+HOMEPAGE="https://zanshin.kde.org/;
+[[ ${KDE_BUILD_TYPE} != live ]] && 
SRC_URI="http://files.kde.org/zanshin/${P}.tar.bz2;
+
+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 kxmlgui)
+   $(add_kdeapps_dep akonadi)
+   $(add_kdeapps_dep akonadi-calendar)
+   $(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)
+   dev-libs/boost
+"
+DEPEND="${COMMON_DEPEND}
+   test? ( $(add_kdeapps_dep akonadi 'tools') )
+"
+RDEPEND="${COMMON_DEPEND}
+   !kde-misc/zanshin:4
+"



[gentoo-commits] repo/gentoo:master commit in: kde-misc/zanshin/

2016-06-01 Thread Johannes Huber
commit: fd00d60a32e9fbf079e1988598192f93b65b
Author: Johannes Huber  gentoo  org>
AuthorDate: Wed Jun  1 12:52:25 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Wed Jun  1 12:52:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd00d60a

kde-misc/zanshin: Remove 0.{2.2,3.0}

Package-Manager: portage-2.3.0_rc1

 kde-misc/zanshin/Manifest |  2 --
 kde-misc/zanshin/zanshin-0.2.2.ebuild | 25 -
 kde-misc/zanshin/zanshin-0.3.0.ebuild | 27 ---
 3 files changed, 54 deletions(-)

diff --git a/kde-misc/zanshin/Manifest b/kde-misc/zanshin/Manifest
index f126b49..ab58110 100644
--- a/kde-misc/zanshin/Manifest
+++ b/kde-misc/zanshin/Manifest
@@ -1,4 +1,2 @@
 DIST zanshin-0.2.1.tar.bz2 142281 SHA256 
dd9592750b793118dc6de46ebed8b76a9e00b0f193c2963ab880cf33b738b394 SHA512 
109620a0c1ab27360c213a440b3a3a123b466d1be6c5b745ab9d076fc768dec5f1b7cbeecfd1190c287cd35d8cf96d3ff32b380d29ddf6255f1f3c4ce2fdd7ae
 WHIRLPOOL 
440d6d84b1e3934a4861a07f965c95531590f96ee4d6603716906f908efdc6d4f0696bbc405fb228f79a1b73528cafa8be38b4dc4746c4c413d9225cac631cd2
-DIST zanshin-0.2.2.tar.bz2 142237 SHA256 
5c0250c4614a82b4282c209818d11ba31c1326bb0ad434b452a22797f045370b SHA512 
637b7e8a74a12700d35e678ac6e676070cc03e3576e6c82fb63b95f6cce3cd8b02639c3ef10a7738b47bbde62348f5cf8d7ba499fa281cd4ac22ef2951559be3
 WHIRLPOOL 
3f20f1a742a109f5c2e2955d4262802b36692d6430972ef995685d5ed59488ce301a565a451c33cf31ee529083301bd63f23efadc6790b01ffc256b1a4eec2bb
-DIST zanshin-0.3.0.tar.bz2 352593 SHA256 
4447ab7c334e764c6f6503a5747b88db075a09bb8ae787bea2caeff930fb8ec4 SHA512 
82efa2baad5cadae69e7edccefa2e7bd76f3e9d05b2c1fdc59cc8e965064549cfc3243bd18bb816a71f60f344de1fc383f2cb5292a4da5478478b1b9b6892ef2
 WHIRLPOOL 
9ddd344bd8eb57d6d9cce18b8eb57acb9eba24ed398b9d8d435882faf7e2a60739d8093d7006336c8032a1b6b70cf1b8a92c7e4d466d7a702c4afbd149c6
 DIST zanshin-0.3.1.tar.bz2 353114 SHA256 
f4fb120499eb6f64e11aff714d44cc5fb4a70ccc4db3179a6926a0883eb362b2 SHA512 
6cd3576308ca73fba3913f09b80e4b7fadd9368105f10f7e9db09a865fbedafed9cc84680d8145f4852f75a63f025ddd5cb775a2876ed4b67841981f4d610cd0
 WHIRLPOOL 
831fd91ee827cfe8b01b0bc67e7adb75c8d4a3ccd6f5a3144727a15d0dc46430d2f4fc9924273cbbeffab510e53dd2244849efbd72c766558343e0de5021fc85

diff --git a/kde-misc/zanshin/zanshin-0.2.2.ebuild 
b/kde-misc/zanshin/zanshin-0.2.2.ebuild
deleted file mode 100644
index ed22ce1..000
--- a/kde-misc/zanshin/zanshin-0.2.2.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-VIRTUALX_REQUIRED="test"
-inherit kde4-base
-
-DESCRIPTION="Todo management application for KDE"
-HOMEPAGE="https://zanshin.kde.org/;
-SRC_URI="https://files.kde.org/${PN}/${P}.tar.bz2;
-
-LICENSE="|| ( GPL-2 GPL-3 )"
-SLOT="4"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-RDEPEND="
-   $(add_kdeapps_dep kdepim-runtime '' 4.6.0)
-   dev-libs/boost
-"
-DEPEND=${RDEPEND}
-
-RESTRICT="test"

diff --git a/kde-misc/zanshin/zanshin-0.3.0.ebuild 
b/kde-misc/zanshin/zanshin-0.3.0.ebuild
deleted file mode 100644
index b6197cd..000
--- a/kde-misc/zanshin/zanshin-0.3.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-VIRTUALX_REQUIRED="test"
-inherit kde4-base
-
-DESCRIPTION="Todo management application for KDE"
-HOMEPAGE="https://zanshin.kde.org/;
-SRC_URI="https://files.kde.org/${PN}/${P}.tar.bz2;
-
-LICENSE="|| ( GPL-2 GPL-3 )"
-SLOT="4"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-RDEPEND="
-   $(add_kdeapps_dep kdepim-runtime '' 4.6.0)
-   $(add_kdeapps_dep kdepimlibs)
-   $(add_kdebase_dep baloo)
-   dev-libs/boost
-"
-DEPEND=${RDEPEND}
-
-RESTRICT="test"



[gentoo-commits] repo/gentoo:master commit in: kde-misc/zanshin/

2016-06-01 Thread Johannes Huber
commit: bdca516e9318b62ab5b3fd45bd6491aa72c76908
Author: Johannes Huber  gentoo  org>
AuthorDate: Wed Jun  1 12:50:17 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Wed Jun  1 12:52:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdca516e

kde-misc/zanshin: EAPI 6

Package-Manager: portage-2.3.0_rc1

 kde-misc/zanshin/zanshin-0.3.1.ebuild | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/kde-misc/zanshin/zanshin-0.3.1.ebuild 
b/kde-misc/zanshin/zanshin-0.3.1.ebuild
index 572794a..bb0dafb 100644
--- a/kde-misc/zanshin/zanshin-0.3.1.ebuild
+++ b/kde-misc/zanshin/zanshin-0.3.1.ebuild
@@ -2,12 +2,12 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 VIRTUALX_REQUIRED="test"
 inherit kde4-base
 
-DESCRIPTION="Todo management application for KDE"
+DESCRIPTION="Todo management application by KDE"
 HOMEPAGE="https://zanshin.kde.org/;
 SRC_URI="https://files.kde.org/${PN}/${P}.tar.bz2;
 
@@ -16,12 +16,12 @@ SLOT="4"
 KEYWORDS="~amd64 ~x86"
 IUSE="debug"
 
-RDEPEND="
+DEPEND="
$(add_kdeapps_dep kdepim-runtime '' 4.6.0)
$(add_kdeapps_dep kdepimlibs)
$(add_kdebase_dep baloo)
dev-libs/boost
 "
-DEPEND="${RDEPEND}"
+RDEPEND="${DEPEND}"
 
 RESTRICT="test"



[gentoo-commits] repo/gentoo:master commit in: kde-misc/zanshin/

2016-01-22 Thread Michael Palimaka
commit: 67dd110303e2eb234b6129d9d733ba905e58660d
Author: Michael Palimaka  gentoo  org>
AuthorDate: Fri Jan 22 13:17:49 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri Jan 22 13:18:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67dd1103

kde-misc/zanshin: version bump

Package-Manager: portage-2.2.27

 kde-misc/zanshin/Manifest |  1 +
 kde-misc/zanshin/zanshin-0.3.1.ebuild | 27 +++
 2 files changed, 28 insertions(+)

diff --git a/kde-misc/zanshin/Manifest b/kde-misc/zanshin/Manifest
index 089c96a..f126b49 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.2.2.tar.bz2 142237 SHA256 
5c0250c4614a82b4282c209818d11ba31c1326bb0ad434b452a22797f045370b SHA512 
637b7e8a74a12700d35e678ac6e676070cc03e3576e6c82fb63b95f6cce3cd8b02639c3ef10a7738b47bbde62348f5cf8d7ba499fa281cd4ac22ef2951559be3
 WHIRLPOOL 
3f20f1a742a109f5c2e2955d4262802b36692d6430972ef995685d5ed59488ce301a565a451c33cf31ee529083301bd63f23efadc6790b01ffc256b1a4eec2bb
 DIST zanshin-0.3.0.tar.bz2 352593 SHA256 
4447ab7c334e764c6f6503a5747b88db075a09bb8ae787bea2caeff930fb8ec4 SHA512 
82efa2baad5cadae69e7edccefa2e7bd76f3e9d05b2c1fdc59cc8e965064549cfc3243bd18bb816a71f60f344de1fc383f2cb5292a4da5478478b1b9b6892ef2
 WHIRLPOOL 
9ddd344bd8eb57d6d9cce18b8eb57acb9eba24ed398b9d8d435882faf7e2a60739d8093d7006336c8032a1b6b70cf1b8a92c7e4d466d7a702c4afbd149c6
+DIST zanshin-0.3.1.tar.bz2 353114 SHA256 
f4fb120499eb6f64e11aff714d44cc5fb4a70ccc4db3179a6926a0883eb362b2 SHA512 
6cd3576308ca73fba3913f09b80e4b7fadd9368105f10f7e9db09a865fbedafed9cc84680d8145f4852f75a63f025ddd5cb775a2876ed4b67841981f4d610cd0
 WHIRLPOOL 
831fd91ee827cfe8b01b0bc67e7adb75c8d4a3ccd6f5a3144727a15d0dc46430d2f4fc9924273cbbeffab510e53dd2244849efbd72c766558343e0de5021fc85

diff --git a/kde-misc/zanshin/zanshin-0.3.1.ebuild 
b/kde-misc/zanshin/zanshin-0.3.1.ebuild
new file mode 100644
index 000..572794a
--- /dev/null
+++ b/kde-misc/zanshin/zanshin-0.3.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+VIRTUALX_REQUIRED="test"
+inherit kde4-base
+
+DESCRIPTION="Todo management application for KDE"
+HOMEPAGE="https://zanshin.kde.org/;
+SRC_URI="https://files.kde.org/${PN}/${P}.tar.bz2;
+
+LICENSE="|| ( GPL-2 GPL-3 )"
+SLOT="4"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+RDEPEND="
+   $(add_kdeapps_dep kdepim-runtime '' 4.6.0)
+   $(add_kdeapps_dep kdepimlibs)
+   $(add_kdebase_dep baloo)
+   dev-libs/boost
+"
+DEPEND="${RDEPEND}"
+
+RESTRICT="test"



[gentoo-commits] repo/gentoo:master commit in: kde-misc/zanshin/

2016-01-01 Thread Michael Palimaka
commit: 25eda77a68298a6500234cfc8618a59bb54222e8
Author: Michael Palimaka  gentoo  org>
AuthorDate: Fri Jan  1 16:22:42 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri Jan  1 16:23:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25eda77a

kde-misc/zanshin: version bump

Package-Manager: portage-2.2.26

 kde-misc/zanshin/Manifest |  1 +
 kde-misc/zanshin/zanshin-0.3.0.ebuild | 27 +++
 2 files changed, 28 insertions(+)

diff --git a/kde-misc/zanshin/Manifest b/kde-misc/zanshin/Manifest
index c1dd8cf..089c96a 100644
--- a/kde-misc/zanshin/Manifest
+++ b/kde-misc/zanshin/Manifest
@@ -1,2 +1,3 @@
 DIST zanshin-0.2.1.tar.bz2 142281 SHA256 
dd9592750b793118dc6de46ebed8b76a9e00b0f193c2963ab880cf33b738b394 SHA512 
109620a0c1ab27360c213a440b3a3a123b466d1be6c5b745ab9d076fc768dec5f1b7cbeecfd1190c287cd35d8cf96d3ff32b380d29ddf6255f1f3c4ce2fdd7ae
 WHIRLPOOL 
440d6d84b1e3934a4861a07f965c95531590f96ee4d6603716906f908efdc6d4f0696bbc405fb228f79a1b73528cafa8be38b4dc4746c4c413d9225cac631cd2
 DIST zanshin-0.2.2.tar.bz2 142237 SHA256 
5c0250c4614a82b4282c209818d11ba31c1326bb0ad434b452a22797f045370b SHA512 
637b7e8a74a12700d35e678ac6e676070cc03e3576e6c82fb63b95f6cce3cd8b02639c3ef10a7738b47bbde62348f5cf8d7ba499fa281cd4ac22ef2951559be3
 WHIRLPOOL 
3f20f1a742a109f5c2e2955d4262802b36692d6430972ef995685d5ed59488ce301a565a451c33cf31ee529083301bd63f23efadc6790b01ffc256b1a4eec2bb
+DIST zanshin-0.3.0.tar.bz2 352593 SHA256 
4447ab7c334e764c6f6503a5747b88db075a09bb8ae787bea2caeff930fb8ec4 SHA512 
82efa2baad5cadae69e7edccefa2e7bd76f3e9d05b2c1fdc59cc8e965064549cfc3243bd18bb816a71f60f344de1fc383f2cb5292a4da5478478b1b9b6892ef2
 WHIRLPOOL 
9ddd344bd8eb57d6d9cce18b8eb57acb9eba24ed398b9d8d435882faf7e2a60739d8093d7006336c8032a1b6b70cf1b8a92c7e4d466d7a702c4afbd149c6

diff --git a/kde-misc/zanshin/zanshin-0.3.0.ebuild 
b/kde-misc/zanshin/zanshin-0.3.0.ebuild
new file mode 100644
index 000..b6197cd
--- /dev/null
+++ b/kde-misc/zanshin/zanshin-0.3.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+VIRTUALX_REQUIRED="test"
+inherit kde4-base
+
+DESCRIPTION="Todo management application for KDE"
+HOMEPAGE="https://zanshin.kde.org/;
+SRC_URI="https://files.kde.org/${PN}/${P}.tar.bz2;
+
+LICENSE="|| ( GPL-2 GPL-3 )"
+SLOT="4"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+RDEPEND="
+   $(add_kdeapps_dep kdepim-runtime '' 4.6.0)
+   $(add_kdeapps_dep kdepimlibs)
+   $(add_kdebase_dep baloo)
+   dev-libs/boost
+"
+DEPEND=${RDEPEND}
+
+RESTRICT="test"



[gentoo-commits] repo/gentoo:master commit in: kde-misc/zanshin/

2015-09-07 Thread Manuel Rüger
commit: 65c80ac55a555d4522f6aadf9258250db8d46d87
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Sep  8 00:28:55 2015 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Sep  8 00:28:55 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65c80ac5

kde-misc/zanshin: Version bump

Package-Manager: portage-2.2.20.1

 kde-misc/zanshin/Manifest |  1 +
 kde-misc/zanshin/zanshin-0.2.2.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/kde-misc/zanshin/Manifest b/kde-misc/zanshin/Manifest
index 9674a5e..c1dd8cf 100644
--- a/kde-misc/zanshin/Manifest
+++ b/kde-misc/zanshin/Manifest
@@ -1 +1,2 @@
 DIST zanshin-0.2.1.tar.bz2 142281 SHA256 
dd9592750b793118dc6de46ebed8b76a9e00b0f193c2963ab880cf33b738b394 SHA512 
109620a0c1ab27360c213a440b3a3a123b466d1be6c5b745ab9d076fc768dec5f1b7cbeecfd1190c287cd35d8cf96d3ff32b380d29ddf6255f1f3c4ce2fdd7ae
 WHIRLPOOL 
440d6d84b1e3934a4861a07f965c95531590f96ee4d6603716906f908efdc6d4f0696bbc405fb228f79a1b73528cafa8be38b4dc4746c4c413d9225cac631cd2
+DIST zanshin-0.2.2.tar.bz2 142237 SHA256 
5c0250c4614a82b4282c209818d11ba31c1326bb0ad434b452a22797f045370b SHA512 
637b7e8a74a12700d35e678ac6e676070cc03e3576e6c82fb63b95f6cce3cd8b02639c3ef10a7738b47bbde62348f5cf8d7ba499fa281cd4ac22ef2951559be3
 WHIRLPOOL 
3f20f1a742a109f5c2e2955d4262802b36692d6430972ef995685d5ed59488ce301a565a451c33cf31ee529083301bd63f23efadc6790b01ffc256b1a4eec2bb

diff --git a/kde-misc/zanshin/zanshin-0.2.2.ebuild 
b/kde-misc/zanshin/zanshin-0.2.2.ebuild
new file mode 100644
index 000..dde1c6e
--- /dev/null
+++ b/kde-misc/zanshin/zanshin-0.2.2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+VIRTUALX_REQUIRED="test"
+inherit kde4-base
+
+DESCRIPTION="Todo management application for KDE"
+HOMEPAGE="https://zanshin.kde.org/;
+SRC_URI="https://files.kde.org/${PN}/${P}.tar.bz2;
+
+LICENSE="|| ( GPL-2 GPL-3 )"
+SLOT="4"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+RDEPEND="
+   $(add_kdebase_dep kdepim-runtime '' 4.6.0)
+   dev-libs/boost
+"
+DEPEND=${RDEPEND}
+
+RESTRICT="test"