[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/

2024-05-02 Thread Sam James
commit: d0a657afc975a63be7812210b6f4c7856dd1e88e
Author: Eli Schwartz  gmail  com>
AuthorDate: Fri May  3 03:33:40 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Fri May  3 03:34:25 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0a657af

app-office/kmymoney: mark as LTO-unsafe

Closes: https://bugs.gentoo.org/865943
Signed-off-by: Eli Schwartz  gmail.com>
Signed-off-by: Sam James  gentoo.org>

 app-office/kmymoney/kmymoney-5.1.3.ebuild | 9 +++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/app-office/kmymoney/kmymoney-5.1.3.ebuild 
b/app-office/kmymoney/kmymoney-5.1.3.ebuild
index 374d9b818d94..19b20ef57a96 100644
--- a/app-office/kmymoney/kmymoney-5.1.3.ebuild
+++ b/app-office/kmymoney/kmymoney-5.1.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -10,7 +10,7 @@ KFMIN=5.82.0
 QTMIN=5.15.5
 VIRTUALX_REQUIRED="test"
 VIRTUALDBUS_TEST="true"
-inherit ecm kde.org optfeature
+inherit ecm flag-o-matic kde.org optfeature
 
 DESCRIPTION="Personal finance manager based on KDE Frameworks"
 HOMEPAGE="https://kmymoney.org/;
@@ -93,6 +93,11 @@ pkg_setup() {
 }
 
 src_configure() {
+   # -Werror=odr
+   # https://bugs.gentoo.org/865943
+   # https://bugs.kde.org/show_bug.cgi?id=486486
+   filter-lto
+
local mycmakeargs=(
-DENABLE_OFXIMPORTER=ON
-DENABLE_WEBENGINE=ON



[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/files/, app-office/kmymoney/

2022-09-16 Thread Andreas Sturmlechner
commit: 255158d69c21f59e761ac132b19b0ad1761f1f70
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Sep 16 07:25:17 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Sep 16 07:59:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=255158d6

app-office/kmymoney: drop 5.1.2-r1

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

 app-office/kmymoney/Manifest   |   1 -
 .../files/kmymoney-5.1.2-akonadi-21.12.0.patch |  38 --
 app-office/kmymoney/kmymoney-5.1.2-r1.ebuild   | 135 -
 3 files changed, 174 deletions(-)

diff --git a/app-office/kmymoney/Manifest b/app-office/kmymoney/Manifest
index d589ec3043b6..339a3d985311 100644
--- a/app-office/kmymoney/Manifest
+++ b/app-office/kmymoney/Manifest
@@ -1,2 +1 @@
-DIST kmymoney-5.1.2.tar.xz 12640912 BLAKE2B 
72abd190914eef258e6745ca9835de14bdb2060b0d025f8bdb1bc0e12b773fc891b143fe36adb8b7afcc86498601f6e1a7f9485f9a11c875f4c75bfe01d93738
 SHA512 
38c60998be4e3ffb49091eb2085b293c2d5265f6582e980d2dc60a66a00862b6afd3e2152c752a9fb14a7bf8b6255a0c39b69b65e2f5c976f23d965e3a1cdf46
 DIST kmymoney-5.1.3.tar.xz 12647372 BLAKE2B 
09580873985bb41c39c649bdb863ee25f4356dfea18b64d45f3b6bd528fd57fc2b5fd32a6541c10ed519da0e905bf6853589e7cab0f4c3b4f2945cd7a3181dba
 SHA512 
2003f25b7df77691e5d3d0f450e0139b1e68336f59a4fc78af751c5b94ecfaf17a39ee1f58ed0c2cda642195c5277fbb63c87e857ebe9a6495dc7f88b9a38794

diff --git a/app-office/kmymoney/files/kmymoney-5.1.2-akonadi-21.12.0.patch 
b/app-office/kmymoney/files/kmymoney-5.1.2-akonadi-21.12.0.patch
deleted file mode 100644
index 2af212241ca6..
--- a/app-office/kmymoney/files/kmymoney-5.1.2-akonadi-21.12.0.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-From a06d2fe154f755c3af1e7f261cd631929b9da998 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?=C3=96mer=20Fad=C4=B1l=20USTA?= 
-Date: Sat, 2 Oct 2021 22:16:06 +0300
-Subject: [PATCH] Fix Compile for Newer Akonadi Builds
-

- kmymoney/mymoney/mymoneycontact.cpp | 11 ++-
- 1 file changed, 10 insertions(+), 1 deletion(-)
-
-diff --git a/kmymoney/mymoney/mymoneycontact.cpp 
b/kmymoney/mymoney/mymoneycontact.cpp
-index acc3575ef..a32357290 100644
 a/kmymoney/mymoney/mymoneycontact.cpp
-+++ b/kmymoney/mymoney/mymoneycontact.cpp
-@@ -8,11 +8,20 @@
- #include "mymoneycontact.h"
- 
- #ifdef ENABLE_ADDRESSBOOK
--#include 
- #include 
-+#include 
-+#include 
-+
-+#if AKONADI_VERSION >= QT_VERSION_CHECK(5, 18, 41)
-+#include 
-+#include 
-+#include 
-+#else
- #include 
- #include 
- #include 
-+#endif
-+
- #include 
- #include 
- #endif
--- 
-GitLab
-

diff --git a/app-office/kmymoney/kmymoney-5.1.2-r1.ebuild 
b/app-office/kmymoney/kmymoney-5.1.2-r1.ebuild
deleted file mode 100644
index 44c995198e83..
--- a/app-office/kmymoney/kmymoney-5.1.2-r1.ebuild
+++ /dev/null
@@ -1,135 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-EGIT_BRANCH="5.1"
-ECM_HANDBOOK="optional"
-ECM_TEST="forceoptional"
-KFMIN=5.74.0
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-VIRTUALDBUS_TEST="true"
-inherit ecm kde.org optfeature
-
-DESCRIPTION="Personal finance manager based on KDE Frameworks"
-HOMEPAGE="https://kmymoney.org/;
-
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
-   SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
-   KEYWORDS="amd64 x86"
-fi
-
-LICENSE="GPL-2"
-SLOT="5"
-IUSE="activities addressbook calendar hbci holidays"
-[[ ${KDE_BUILD_TYPE} = live ]] && IUSE+=" experimental"
-
-RDEPEND="
-   >=app-crypt/gpgme-1.7.1-r1:=[cxx]
-   >=app-office/libalkimia-7.0.0:=
-   dev-db/sqlcipher
-   dev-libs/gmp:0=[cxx(+)]
-   dev-libs/kdiagram:5
-   dev-libs/libgpg-error
-   dev-libs/libofx:=
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtprintsupport-${QTMIN}:5
-   >=dev-qt/qtsql-${QTMIN}:5
-   >=dev-qt/qtsvg-${QTMIN}:5
-   >=dev-qt/qtwebengine-${QTMIN}:5[widgets]
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtxml-${QTMIN}:5
-   >=kde-frameworks/karchive-${KFMIN}:5
-   >=kde-frameworks/kcmutils-${KFMIN}:5
-   >=kde-frameworks/kcodecs-${KFMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kitemmodels-${KFMIN}:5
-   >=kde-frameworks/kitemviews-${KFMIN}:5
-   >=kde-frameworks/kjobwidgets-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kservice-${KFMIN}:5
-   >=kde-frameworks/ktextwidgets-${KFMIN}:5
-   >=kde-frameworks/kwallet-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   

[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/

2022-09-16 Thread Agostino Sarubbo
commit: 4c6f58b27cb2c32a7a2cac3fe0fe5194243be0b8
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Sep 16 06:51:42 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Sep 16 06:51:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c6f58b2

app-office/kmymoney: Stabilize 5.1.3 x86, #868633

Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-office/kmymoney/kmymoney-5.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/kmymoney/kmymoney-5.1.3.ebuild 
b/app-office/kmymoney/kmymoney-5.1.3.ebuild
index 9ae2c2066d94..b5e6046e32a1 100644
--- a/app-office/kmymoney/kmymoney-5.1.3.ebuild
+++ b/app-office/kmymoney/kmymoney-5.1.3.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://kmymoney.org/;
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then
SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
-   KEYWORDS="amd64 ~x86"
+   KEYWORDS="amd64 x86"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/

2022-09-05 Thread Sam James
commit: 807f1967f128413436dcc3cc7509ec3cdc79cd82
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  6 02:18:39 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  6 02:18:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=807f1967

app-office/kmymoney: Stabilize 5.1.3 amd64, #868633

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

 app-office/kmymoney/kmymoney-5.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/kmymoney/kmymoney-5.1.3.ebuild 
b/app-office/kmymoney/kmymoney-5.1.3.ebuild
index 657b7f2731d0..9ae2c2066d94 100644
--- a/app-office/kmymoney/kmymoney-5.1.3.ebuild
+++ b/app-office/kmymoney/kmymoney-5.1.3.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://kmymoney.org/;
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then
SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 ~x86"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/files/, app-office/kmymoney/

2022-08-05 Thread Andreas Sturmlechner
commit: 8cdbb2a849e7dab47ca3af5f7737a521e5c1e65e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Aug  5 13:05:20 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Aug  5 15:10:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cdbb2a8

app-office/kmymoney: add 5.1.3

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

 app-office/kmymoney/Manifest   |   1 +
 .../kmymoney/files/kmymoney-5.1.3-cmake.patch  |  28 +
 app-office/kmymoney/kmymoney-5.1.3.ebuild  | 135 +
 3 files changed, 164 insertions(+)

diff --git a/app-office/kmymoney/Manifest b/app-office/kmymoney/Manifest
index 116a9b40e8c7..d589ec3043b6 100644
--- a/app-office/kmymoney/Manifest
+++ b/app-office/kmymoney/Manifest
@@ -1 +1,2 @@
 DIST kmymoney-5.1.2.tar.xz 12640912 BLAKE2B 
72abd190914eef258e6745ca9835de14bdb2060b0d025f8bdb1bc0e12b773fc891b143fe36adb8b7afcc86498601f6e1a7f9485f9a11c875f4c75bfe01d93738
 SHA512 
38c60998be4e3ffb49091eb2085b293c2d5265f6582e980d2dc60a66a00862b6afd3e2152c752a9fb14a7bf8b6255a0c39b69b65e2f5c976f23d965e3a1cdf46
+DIST kmymoney-5.1.3.tar.xz 12647372 BLAKE2B 
09580873985bb41c39c649bdb863ee25f4356dfea18b64d45f3b6bd528fd57fc2b5fd32a6541c10ed519da0e905bf6853589e7cab0f4c3b4f2945cd7a3181dba
 SHA512 
2003f25b7df77691e5d3d0f450e0139b1e68336f59a4fc78af751c5b94ecfaf17a39ee1f58ed0c2cda642195c5277fbb63c87e857ebe9a6495dc7f88b9a38794

diff --git a/app-office/kmymoney/files/kmymoney-5.1.3-cmake.patch 
b/app-office/kmymoney/files/kmymoney-5.1.3-cmake.patch
new file mode 100644
index ..da629c10f8a7
--- /dev/null
+++ b/app-office/kmymoney/files/kmymoney-5.1.3-cmake.patch
@@ -0,0 +1,28 @@
+From 32cfeb7380dbd886a79a6676544e11f3668f3f50 Mon Sep 17 00:00:00 2001
+From: Andreas Sturmlechner 
+Date: Fri, 5 Aug 2022 10:33:50 +0200
+Subject: [PATCH] Revert "Fix missing components"
+
+See also: https://invent.kde.org/office/kmymoney/-/issues/63
+
+This reverts commit 151357b7293d27a966dc9e36321847b31fb0f69d.
+---
+ CMakeLists.txt | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 9b49d5c2c..b30181da3 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -116,7 +116,7 @@ endif()
+ find_package(Qt5 5.6 REQUIRED COMPONENTS
+   Core DBus Widgets Svg Xml Test PrintSupport)
+ find_package(Qt5 5.6 OPTIONAL_COMPONENTS
+-  Sql Concurrent QuickWidgets WebEngineWidgets WebKitWidgets)
++  Sql Concurrent QuickWidgets)
+ 
+ find_package(KF5 5.2 REQUIRED COMPONENTS
+   ${REQ_KF5_COMPONENTS})
+-- 
+2.35.1
+

diff --git a/app-office/kmymoney/kmymoney-5.1.3.ebuild 
b/app-office/kmymoney/kmymoney-5.1.3.ebuild
new file mode 100644
index ..657b7f2731d0
--- /dev/null
+++ b/app-office/kmymoney/kmymoney-5.1.3.ebuild
@@ -0,0 +1,135 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+EGIT_BRANCH="5.1"
+ECM_HANDBOOK="optional"
+ECM_TEST="forceoptional"
+KFMIN=5.82.0
+QTMIN=5.15.5
+VIRTUALX_REQUIRED="test"
+VIRTUALDBUS_TEST="true"
+inherit ecm kde.org optfeature
+
+DESCRIPTION="Personal finance manager based on KDE Frameworks"
+HOMEPAGE="https://kmymoney.org/;
+
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+   SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-2"
+SLOT="5"
+IUSE="activities addressbook calendar hbci holidays"
+[[ ${KDE_BUILD_TYPE} = live ]] && IUSE+=" experimental"
+
+RDEPEND="
+   >=app-crypt/gpgme-1.7.1-r1:=[cxx]
+   >=app-office/libalkimia-7.0.0:=
+   dev-db/sqlcipher
+   dev-libs/gmp:0=[cxx(+)]
+   dev-libs/kdiagram:5
+   dev-libs/libgpg-error
+   dev-libs/libofx:=
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtprintsupport-${QTMIN}:5
+   >=dev-qt/qtsql-${QTMIN}:5
+   >=dev-qt/qtsvg-${QTMIN}:5
+   >=dev-qt/qtwebengine-${QTMIN}:5[widgets]
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=dev-qt/qtxml-${QTMIN}:5
+   >=kde-frameworks/karchive-${KFMIN}:5
+   >=kde-frameworks/kcmutils-${KFMIN}:5
+   >=kde-frameworks/kcodecs-${KFMIN}:5
+   >=kde-frameworks/kcompletion-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kiconthemes-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/kitemmodels-${KFMIN}:5
+   >=kde-frameworks/kitemviews-${KFMIN}:5
+   >=kde-frameworks/kjobwidgets-${KFMIN}:5
+   >=kde-frameworks/knotifications-${KFMIN}:5
+   >=kde-frameworks/kservice-${KFMIN}:5
+   >=kde-frameworks/ktextwidgets-${KFMIN}:5
+   >=kde-frameworks/kwallet-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/kxmlgui-${KFMIN}:5
+   

[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/

2022-02-17 Thread Sam James
commit: 382710710c6d0b4f87cc1e0f5f9f5f95db49d788
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 17 18:27:28 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 17 18:43:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38271071

app-office/kmymoney: add subslot dependency on gpgme

gpgme broke ABI

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

 app-office/kmymoney/{kmymoney-5.1.2.ebuild => kmymoney-5.1.2-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/kmymoney/kmymoney-5.1.2.ebuild 
b/app-office/kmymoney/kmymoney-5.1.2-r1.ebuild
similarity index 99%
rename from app-office/kmymoney/kmymoney-5.1.2.ebuild
rename to app-office/kmymoney/kmymoney-5.1.2-r1.ebuild
index 963c4c37aea9..44c995198e83 100644
--- a/app-office/kmymoney/kmymoney-5.1.2.ebuild
+++ b/app-office/kmymoney/kmymoney-5.1.2-r1.ebuild
@@ -26,7 +26,7 @@ IUSE="activities addressbook calendar hbci holidays"
 [[ ${KDE_BUILD_TYPE} = live ]] && IUSE+=" experimental"
 
 RDEPEND="
-   >=app-crypt/gpgme-1.7.1-r1[cxx]
+   >=app-crypt/gpgme-1.7.1-r1:=[cxx]
>=app-office/libalkimia-7.0.0:=
dev-db/sqlcipher
dev-libs/gmp:0=[cxx(+)]



[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/files/, app-office/kmymoney/

2022-02-10 Thread Andreas Sturmlechner
commit: 972b3ec622b6c26162d4e557d1ae5d1bb8d5010d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Feb 10 18:43:34 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Feb 10 20:09:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=972b3ec6

app-office/kmymoney: Fix build with >=kde-apps/akonadi-21.12.0

EAPI-8 bump.

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

 .../files/kmymoney-5.1.2-akonadi-21.12.0.patch | 38 ++
 app-office/kmymoney/kmymoney-5.1.2.ebuild  |  6 ++--
 2 files changed, 42 insertions(+), 2 deletions(-)

diff --git a/app-office/kmymoney/files/kmymoney-5.1.2-akonadi-21.12.0.patch 
b/app-office/kmymoney/files/kmymoney-5.1.2-akonadi-21.12.0.patch
new file mode 100644
index ..2af212241ca6
--- /dev/null
+++ b/app-office/kmymoney/files/kmymoney-5.1.2-akonadi-21.12.0.patch
@@ -0,0 +1,38 @@
+From a06d2fe154f755c3af1e7f261cd631929b9da998 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?=C3=96mer=20Fad=C4=B1l=20USTA?= 
+Date: Sat, 2 Oct 2021 22:16:06 +0300
+Subject: [PATCH] Fix Compile for Newer Akonadi Builds
+
+---
+ kmymoney/mymoney/mymoneycontact.cpp | 11 ++-
+ 1 file changed, 10 insertions(+), 1 deletion(-)
+
+diff --git a/kmymoney/mymoney/mymoneycontact.cpp 
b/kmymoney/mymoney/mymoneycontact.cpp
+index acc3575ef..a32357290 100644
+--- a/kmymoney/mymoney/mymoneycontact.cpp
 b/kmymoney/mymoney/mymoneycontact.cpp
+@@ -8,11 +8,20 @@
+ #include "mymoneycontact.h"
+ 
+ #ifdef ENABLE_ADDRESSBOOK
+-#include 
+ #include 
++#include 
++#include 
++
++#if AKONADI_VERSION >= QT_VERSION_CHECK(5, 18, 41)
++#include 
++#include 
++#include 
++#else
+ #include 
+ #include 
+ #include 
++#endif
++
+ #include 
+ #include 
+ #endif
+-- 
+GitLab
+

diff --git a/app-office/kmymoney/kmymoney-5.1.2.ebuild 
b/app-office/kmymoney/kmymoney-5.1.2.ebuild
index 6ad28d6b1537..963c4c37aea9 100644
--- a/app-office/kmymoney/kmymoney-5.1.2.ebuild
+++ b/app-office/kmymoney/kmymoney-5.1.2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 EGIT_BRANCH="5.1"
 ECM_HANDBOOK="optional"
@@ -81,6 +81,8 @@ DEPEND="${RDEPEND}
 "
 BDEPEND="virtual/pkgconfig"
 
+PATCHES=( "${FILESDIR}/${P}-akonadi-21.12.0.patch" )
+
 pkg_setup() {
ecm_pkg_setup
 



[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/

2021-08-03 Thread Andreas Sturmlechner
commit: 126b168408e4a07b50f994b34bcc2434135530c6
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Aug  3 14:05:35 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Aug  3 14:06:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=126b1684

app-office/kmymoney: Drop 5.1.1-r1

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

 app-office/kmymoney/Manifest |   1 -
 app-office/kmymoney/kmymoney-5.1.1-r1.ebuild | 132 ---
 2 files changed, 133 deletions(-)

diff --git a/app-office/kmymoney/Manifest b/app-office/kmymoney/Manifest
index 0bdcb15b825..116a9b40e8c 100644
--- a/app-office/kmymoney/Manifest
+++ b/app-office/kmymoney/Manifest
@@ -1,2 +1 @@
-DIST kmymoney-5.1.1.tar.xz 12059768 BLAKE2B 
8b41bce8804d757ba9c801c7b1eeb214a8983c4686a9663a4b5255460139593b7f70e29f08294df810a02eab4190dc6de852be091760981fd84ff8191fda82a3
 SHA512 
2ed3e47b2e65c9d9e5a11b55f0d425192331b21d64f8a4a4f8921fdd67eac219bf3ae1418026071218d823acc9a36905dc5c499cb0ae2af4ced0e32d1720bf59
 DIST kmymoney-5.1.2.tar.xz 12640912 BLAKE2B 
72abd190914eef258e6745ca9835de14bdb2060b0d025f8bdb1bc0e12b773fc891b143fe36adb8b7afcc86498601f6e1a7f9485f9a11c875f4c75bfe01d93738
 SHA512 
38c60998be4e3ffb49091eb2085b293c2d5265f6582e980d2dc60a66a00862b6afd3e2152c752a9fb14a7bf8b6255a0c39b69b65e2f5c976f23d965e3a1cdf46

diff --git a/app-office/kmymoney/kmymoney-5.1.1-r1.ebuild 
b/app-office/kmymoney/kmymoney-5.1.1-r1.ebuild
deleted file mode 100644
index 3129ca411a0..000
--- a/app-office/kmymoney/kmymoney-5.1.1-r1.ebuild
+++ /dev/null
@@ -1,132 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-EGIT_BRANCH="5.1"
-ECM_HANDBOOK="optional"
-ECM_TEST="forceoptional"
-KFMIN=5.74.0
-QTMIN=5.15.1
-VIRTUALX_REQUIRED="test"
-VIRTUALDBUS_TEST="true"
-inherit ecm kde.org optfeature
-
-DESCRIPTION="Personal finance manager based on KDE Frameworks"
-HOMEPAGE="https://kmymoney.org/;
-
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
-   SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
-   KEYWORDS="amd64 x86"
-fi
-
-LICENSE="GPL-2"
-SLOT="5"
-IUSE="activities addressbook calendar hbci holidays"
-[[ ${KDE_BUILD_TYPE} = live ]] && IUSE+=" experimental"
-
-BDEPEND="virtual/pkgconfig"
-RDEPEND="
-   >=app-crypt/gpgme-1.7.1-r1[cxx]
-   >=app-office/libalkimia-7.0.0:=
-   dev-db/sqlcipher
-   dev-libs/gmp:0=[cxx(+)]
-   dev-libs/kdiagram:5
-   dev-libs/libgpg-error
-   dev-libs/libofx:=
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtprintsupport-${QTMIN}:5
-   >=dev-qt/qtsql-${QTMIN}:5
-   >=dev-qt/qtsvg-${QTMIN}:5
-   >=dev-qt/qtwebengine-${QTMIN}:5[widgets]
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtxml-${QTMIN}:5
-   >=kde-frameworks/karchive-${KFMIN}:5
-   >=kde-frameworks/kcmutils-${KFMIN}:5
-   >=kde-frameworks/kcodecs-${KFMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kitemmodels-${KFMIN}:5
-   >=kde-frameworks/kitemviews-${KFMIN}:5
-   >=kde-frameworks/kjobwidgets-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kservice-${KFMIN}:5
-   >=kde-frameworks/ktextwidgets-${KFMIN}:5
-   >=kde-frameworks/kwallet-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-frameworks/sonnet-${KFMIN}:5
-   activities? ( >=kde-frameworks/kactivities-${KFMIN}:5 )
-   addressbook? (
-   kde-apps/akonadi:5
-   kde-apps/kidentitymanagement:5
-   >=kde-frameworks/kcontacts-${KFMIN}:5
-   )
-   calendar? ( dev-libs/libical:= )
-   hbci? (
-   >=net-libs/aqbanking-6.0.1
-   >=sys-libs/gwenhywfar-5.1.2:=[qt5]
-   )
-   holidays? ( >=kde-frameworks/kholidays-${KFMIN}:5 )
-"
-DEPEND="${RDEPEND}
-   dev-libs/boost
-"
-
-pkg_setup() {
-   ecm_pkg_setup
-
-   if [[ ${KDE_BUILD_TYPE} = live ]] && use experimental; then
-   ewarn "USE experimental set: Building unfinished features."
-   ewarn "This *will* chew up your data. You have been warned."
-   fi
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DENABLE_OFXIMPORTER=ON
-   -DENABLE_WEBENGINE=ON
-   -DENABLE_WEBOOB=OFF
-   -DUSE_QT_DESIGNER=OFF
-   $(cmake_use_find_package activities KF5Activities)
-   $(cmake_use_find_package addressbook 

[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/

2021-08-03 Thread Agostino Sarubbo
commit: c5940a052888ea496f27d2ea55de38b1824d32a6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Aug  3 12:04:37 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Aug  3 12:04:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5940a05

app-office/kmymoney: amd64 stable wrt bug #805062

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-office/kmymoney/kmymoney-5.1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/kmymoney/kmymoney-5.1.2.ebuild 
b/app-office/kmymoney/kmymoney-5.1.2.ebuild
index d52c1f7e96d..6ad28d6b153 100644
--- a/app-office/kmymoney/kmymoney-5.1.2.ebuild
+++ b/app-office/kmymoney/kmymoney-5.1.2.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://kmymoney.org/;
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then
SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
-   KEYWORDS="~amd64 x86"
+   KEYWORDS="amd64 x86"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/

2021-08-02 Thread Sam James
commit: 0145f776755e86b0b553fb0f804e25063a1e423b
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug  2 12:16:07 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug  2 12:16:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0145f776

app-office/kmymoney: Stabilize 5.1.2 x86, #805062

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

 app-office/kmymoney/kmymoney-5.1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/kmymoney/kmymoney-5.1.2.ebuild 
b/app-office/kmymoney/kmymoney-5.1.2.ebuild
index e8053a4a0dd..d52c1f7e96d 100644
--- a/app-office/kmymoney/kmymoney-5.1.2.ebuild
+++ b/app-office/kmymoney/kmymoney-5.1.2.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://kmymoney.org/;
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then
SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="~amd64 x86"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/

2021-06-28 Thread Andreas Sturmlechner
commit: bf3bab89d5ef4266ff707c66f4f74445903cb921
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Jun 28 10:45:48 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jun 28 12:32:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf3bab89

app-office/kmymoney: 5.1.2 version bump

See also: https://kmymoney.org/2021/06/23/kmymoney-5-1-2-released.html

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

 app-office/kmymoney/Manifest  |   1 +
 app-office/kmymoney/kmymoney-5.1.2.ebuild | 133 ++
 2 files changed, 134 insertions(+)

diff --git a/app-office/kmymoney/Manifest b/app-office/kmymoney/Manifest
index d8a8df26769..0bdcb15b825 100644
--- a/app-office/kmymoney/Manifest
+++ b/app-office/kmymoney/Manifest
@@ -1 +1,2 @@
 DIST kmymoney-5.1.1.tar.xz 12059768 BLAKE2B 
8b41bce8804d757ba9c801c7b1eeb214a8983c4686a9663a4b5255460139593b7f70e29f08294df810a02eab4190dc6de852be091760981fd84ff8191fda82a3
 SHA512 
2ed3e47b2e65c9d9e5a11b55f0d425192331b21d64f8a4a4f8921fdd67eac219bf3ae1418026071218d823acc9a36905dc5c499cb0ae2af4ced0e32d1720bf59
+DIST kmymoney-5.1.2.tar.xz 12640912 BLAKE2B 
72abd190914eef258e6745ca9835de14bdb2060b0d025f8bdb1bc0e12b773fc891b143fe36adb8b7afcc86498601f6e1a7f9485f9a11c875f4c75bfe01d93738
 SHA512 
38c60998be4e3ffb49091eb2085b293c2d5265f6582e980d2dc60a66a00862b6afd3e2152c752a9fb14a7bf8b6255a0c39b69b65e2f5c976f23d965e3a1cdf46

diff --git a/app-office/kmymoney/kmymoney-5.1.2.ebuild 
b/app-office/kmymoney/kmymoney-5.1.2.ebuild
new file mode 100644
index 000..e8053a4a0dd
--- /dev/null
+++ b/app-office/kmymoney/kmymoney-5.1.2.ebuild
@@ -0,0 +1,133 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+EGIT_BRANCH="5.1"
+ECM_HANDBOOK="optional"
+ECM_TEST="forceoptional"
+KFMIN=5.74.0
+QTMIN=5.15.2
+VIRTUALX_REQUIRED="test"
+VIRTUALDBUS_TEST="true"
+inherit ecm kde.org optfeature
+
+DESCRIPTION="Personal finance manager based on KDE Frameworks"
+HOMEPAGE="https://kmymoney.org/;
+
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+   SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-2"
+SLOT="5"
+IUSE="activities addressbook calendar hbci holidays"
+[[ ${KDE_BUILD_TYPE} = live ]] && IUSE+=" experimental"
+
+RDEPEND="
+   >=app-crypt/gpgme-1.7.1-r1[cxx]
+   >=app-office/libalkimia-7.0.0:=
+   dev-db/sqlcipher
+   dev-libs/gmp:0=[cxx(+)]
+   dev-libs/kdiagram:5
+   dev-libs/libgpg-error
+   dev-libs/libofx:=
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtprintsupport-${QTMIN}:5
+   >=dev-qt/qtsql-${QTMIN}:5
+   >=dev-qt/qtsvg-${QTMIN}:5
+   >=dev-qt/qtwebengine-${QTMIN}:5[widgets]
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=dev-qt/qtxml-${QTMIN}:5
+   >=kde-frameworks/karchive-${KFMIN}:5
+   >=kde-frameworks/kcmutils-${KFMIN}:5
+   >=kde-frameworks/kcodecs-${KFMIN}:5
+   >=kde-frameworks/kcompletion-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kiconthemes-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/kitemmodels-${KFMIN}:5
+   >=kde-frameworks/kitemviews-${KFMIN}:5
+   >=kde-frameworks/kjobwidgets-${KFMIN}:5
+   >=kde-frameworks/knotifications-${KFMIN}:5
+   >=kde-frameworks/kservice-${KFMIN}:5
+   >=kde-frameworks/ktextwidgets-${KFMIN}:5
+   >=kde-frameworks/kwallet-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/kxmlgui-${KFMIN}:5
+   >=kde-frameworks/sonnet-${KFMIN}:5
+   activities? ( >=kde-frameworks/kactivities-${KFMIN}:5 )
+   addressbook? (
+   kde-apps/akonadi:5
+   kde-apps/kidentitymanagement:5
+   >=kde-frameworks/kcontacts-${KFMIN}:5
+   )
+   calendar? ( dev-libs/libical:= )
+   hbci? (
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=net-libs/aqbanking-6.0.1
+   >=sys-libs/gwenhywfar-5.1.2:=[qt5]
+   )
+   holidays? ( >=kde-frameworks/kholidays-${KFMIN}:5 )
+"
+DEPEND="${RDEPEND}
+   dev-libs/boost
+"
+BDEPEND="virtual/pkgconfig"
+
+pkg_setup() {
+   ecm_pkg_setup
+
+   if [[ ${KDE_BUILD_TYPE} = live ]] && use experimental; then
+   ewarn "USE experimental set: Building unfinished features."
+   ewarn "This *will* chew up your data. You have been warned."
+   fi
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DENABLE_OFXIMPORTER=ON
+   -DENABLE_WEBENGINE=ON
+   -DENABLE_WEBOOB=OFF # ported to Py3; not yet re-added in Gentoo
+ 

[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/

2021-06-18 Thread David Seifert
commit: 6350de18c0a824dfba7e3ffb3283f3153e6058f3
Author: David Seifert  gentoo  org>
AuthorDate: Fri Jun 18 13:15:00 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Jun 18 13:15:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6350de18

app-office/kmymoney: Depend on dev-libs/gmp[cxx(+)]

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: David Seifert  gentoo.org>

 app-office/kmymoney/{kmymoney-5.1.1.ebuild => kmymoney-5.1.1-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/kmymoney/kmymoney-5.1.1.ebuild 
b/app-office/kmymoney/kmymoney-5.1.1-r1.ebuild
similarity index 99%
rename from app-office/kmymoney/kmymoney-5.1.1.ebuild
rename to app-office/kmymoney/kmymoney-5.1.1-r1.ebuild
index 55fe1033ec3..3129ca411a0 100644
--- a/app-office/kmymoney/kmymoney-5.1.1.ebuild
+++ b/app-office/kmymoney/kmymoney-5.1.1-r1.ebuild
@@ -30,7 +30,7 @@ RDEPEND="
>=app-crypt/gpgme-1.7.1-r1[cxx]
>=app-office/libalkimia-7.0.0:=
dev-db/sqlcipher
-   dev-libs/gmp:0=[cxx]
+   dev-libs/gmp:0=[cxx(+)]
dev-libs/kdiagram:5
dev-libs/libgpg-error
dev-libs/libofx:=



[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/

2021-02-02 Thread Andreas Sturmlechner
commit: 0d8e4813baf4314734593c63509f0cef559a89eb
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Feb  3 00:21:37 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Feb  3 00:24:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d8e4813

app-office/kmymoney: Drop 5.0.0

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

 app-office/kmymoney/Manifest  |   1 -
 app-office/kmymoney/kmymoney-5.1.0.ebuild | 123 --
 app-office/kmymoney/metadata.xml  |   1 -
 3 files changed, 125 deletions(-)

diff --git a/app-office/kmymoney/Manifest b/app-office/kmymoney/Manifest
index 62dad7356e2..d8a8df26769 100644
--- a/app-office/kmymoney/Manifest
+++ b/app-office/kmymoney/Manifest
@@ -1,2 +1 @@
-DIST kmymoney-5.1.0.tar.xz 12005824 BLAKE2B 
4eaeefba29d4df85c485d8d94db80b418c0086f6cac81295f1251e3d4883a78c71d0401286a918831ee2a39571a70583675ee303775bffdbe11d5624bbf6
 SHA512 
143161efd708ae05923d68510945c24f08d85cd6482b3e6015c6061bc28c80e095ca56b768e595bfae50ea3340855e021dde5c715546c0641f94adcd91639334
 DIST kmymoney-5.1.1.tar.xz 12059768 BLAKE2B 
8b41bce8804d757ba9c801c7b1eeb214a8983c4686a9663a4b5255460139593b7f70e29f08294df810a02eab4190dc6de852be091760981fd84ff8191fda82a3
 SHA512 
2ed3e47b2e65c9d9e5a11b55f0d425192331b21d64f8a4a4f8921fdd67eac219bf3ae1418026071218d823acc9a36905dc5c499cb0ae2af4ced0e32d1720bf59

diff --git a/app-office/kmymoney/kmymoney-5.1.0.ebuild 
b/app-office/kmymoney/kmymoney-5.1.0.ebuild
deleted file mode 100644
index d953ee08b6b..000
--- a/app-office/kmymoney/kmymoney-5.1.0.ebuild
+++ /dev/null
@@ -1,123 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-EGIT_BRANCH="5.1"
-ECM_HANDBOOK="optional"
-ECM_TEST="forceoptional"
-KFMIN=5.60.0
-QTMIN=5.12.3
-VIRTUALX_REQUIRED="test"
-VIRTUALDBUS_TEST="true"
-inherit ecm kde.org
-
-DESCRIPTION="Personal finance manager based on KDE Frameworks"
-HOMEPAGE="https://kmymoney.org;
-
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
-   SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
-   KEYWORDS="amd64 x86"
-fi
-
-LICENSE="GPL-2"
-SLOT="5"
-IUSE="activities addressbook calendar hbci holidays quotes"
-[[ ${KDE_BUILD_TYPE} = live ]] && IUSE+=" experimental"
-
-BDEPEND="virtual/pkgconfig"
-COMMON_DEPEND="
-   >=app-crypt/gpgme-1.7.1-r1[cxx]
-   >=app-office/libalkimia-7.0.0:=
-   dev-db/sqlcipher
-   dev-libs/gmp:0=[cxx]
-   dev-libs/kdiagram:5
-   dev-libs/libgpg-error
-   dev-libs/libofx:=
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtprintsupport-${QTMIN}:5
-   >=dev-qt/qtsql-${QTMIN}:5
-   >=dev-qt/qtsvg-${QTMIN}:5
-   >=dev-qt/qtwebengine-${QTMIN}:5[widgets]
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtxml-${QTMIN}:5
-   >=kde-frameworks/karchive-${KFMIN}:5
-   >=kde-frameworks/kcmutils-${KFMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kcodecs-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kitemmodels-${KFMIN}:5
-   >=kde-frameworks/kitemviews-${KFMIN}:5
-   >=kde-frameworks/kjobwidgets-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kservice-${KFMIN}:5
-   >=kde-frameworks/ktextwidgets-${KFMIN}:5
-   >=kde-frameworks/kwallet-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-frameworks/sonnet-${KFMIN}:5
-   activities? ( >=kde-frameworks/kactivities-${KFMIN}:5 )
-   addressbook? (
-   kde-apps/akonadi:5
-   kde-apps/kidentitymanagement:5
-   >=kde-frameworks/kcontacts-${KFMIN}:5
-   )
-   calendar? ( dev-libs/libical:= )
-   hbci? (
-   >=net-libs/aqbanking-6.0.1
-   >=sys-libs/gwenhywfar-5.1.2:=[qt5]
-   )
-   holidays? ( >=kde-frameworks/kholidays-${KFMIN}:5 )
-"
-DEPEND="${COMMON_DEPEND}
-   dev-libs/boost
-"
-RDEPEND="${COMMON_DEPEND}
-   !app-office/kmymoney:4
-   quotes? ( dev-perl/Finance-Quote )
-"
-
-pkg_setup() {
-   ecm_pkg_setup
-
-   if [[ ${KDE_BUILD_TYPE} = live ]] && use experimental; then
-   ewarn "USE experimental set: Building unfinished features."
-   ewarn "This *will* chew up your data. You have been warned."
-   fi
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DENABLE_OFXIMPORTER=ON
-   -DENABLE_WEBENGINE=ON
-   -DENABLE_WEBOOB=OFF
-   

[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/

2021-02-02 Thread Sam James
commit: a06ce4d816205368574ef82225c1519bc759ff13
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  2 23:44:04 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  2 23:44:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a06ce4d8

app-office/kmymoney: Stabilize 5.1.1 x86, #767169

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

 app-office/kmymoney/kmymoney-5.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/kmymoney/kmymoney-5.1.1.ebuild 
b/app-office/kmymoney/kmymoney-5.1.1.ebuild
index ff7be37222e..9c1afb82785 100644
--- a/app-office/kmymoney/kmymoney-5.1.1.ebuild
+++ b/app-office/kmymoney/kmymoney-5.1.1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://kmymoney.org/;
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then
SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
-   KEYWORDS="amd64 ~x86"
+   KEYWORDS="amd64 x86"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/

2021-01-27 Thread Sam James
commit: 671bca9d2a7953259c153eefcbaa5ab29595e9b8
Author: Sam James  gentoo  org>
AuthorDate: Wed Jan 27 19:55:21 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jan 27 19:55:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=671bca9d

app-office/kmymoney: Stabilize 5.1.1 amd64, #767169

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

 app-office/kmymoney/kmymoney-5.1.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-office/kmymoney/kmymoney-5.1.1.ebuild 
b/app-office/kmymoney/kmymoney-5.1.1.ebuild
index 79899dc65af..ff7be37222e 100644
--- a/app-office/kmymoney/kmymoney-5.1.1.ebuild
+++ b/app-office/kmymoney/kmymoney-5.1.1.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
@@ -17,7 +17,7 @@ HOMEPAGE="https://kmymoney.org/;
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then
SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 ~x86"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/

2020-12-22 Thread Andreas Sturmlechner
commit: 06b0d8a809f73fb68fe2683677a533c300130705
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Dec 22 10:06:52 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Dec 22 11:18:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06b0d8a8

app-office/kmymoney: 5.1.1 version bump

- Dropping IUSE=quotes, using optfeature instead
- Minor: Fix HOMEPAGE, some better sorting

See also: https://kmymoney.org/2020/12/20/kmymoney-5-1-1-released.html

Reported-by: Jack Ostroff  users.sourceforge.net>
Closes: https://bugs.gentoo.org/758839
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-office/kmymoney/Manifest  |   1 +
 app-office/kmymoney/kmymoney-5.1.1.ebuild | 133 ++
 2 files changed, 134 insertions(+)

diff --git a/app-office/kmymoney/Manifest b/app-office/kmymoney/Manifest
index 83cfafc91fa..62dad7356e2 100644
--- a/app-office/kmymoney/Manifest
+++ b/app-office/kmymoney/Manifest
@@ -1 +1,2 @@
 DIST kmymoney-5.1.0.tar.xz 12005824 BLAKE2B 
4eaeefba29d4df85c485d8d94db80b418c0086f6cac81295f1251e3d4883a78c71d0401286a918831ee2a39571a70583675ee303775bffdbe11d5624bbf6
 SHA512 
143161efd708ae05923d68510945c24f08d85cd6482b3e6015c6061bc28c80e095ca56b768e595bfae50ea3340855e021dde5c715546c0641f94adcd91639334
+DIST kmymoney-5.1.1.tar.xz 12059768 BLAKE2B 
8b41bce8804d757ba9c801c7b1eeb214a8983c4686a9663a4b5255460139593b7f70e29f08294df810a02eab4190dc6de852be091760981fd84ff8191fda82a3
 SHA512 
2ed3e47b2e65c9d9e5a11b55f0d425192331b21d64f8a4a4f8921fdd67eac219bf3ae1418026071218d823acc9a36905dc5c499cb0ae2af4ced0e32d1720bf59

diff --git a/app-office/kmymoney/kmymoney-5.1.1.ebuild 
b/app-office/kmymoney/kmymoney-5.1.1.ebuild
new file mode 100644
index 000..79899dc65af
--- /dev/null
+++ b/app-office/kmymoney/kmymoney-5.1.1.ebuild
@@ -0,0 +1,133 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+EGIT_BRANCH="5.1"
+ECM_HANDBOOK="optional"
+ECM_TEST="forceoptional"
+KFMIN=5.74.0
+QTMIN=5.15.1
+VIRTUALX_REQUIRED="test"
+VIRTUALDBUS_TEST="true"
+inherit ecm kde.org optfeature
+
+DESCRIPTION="Personal finance manager based on KDE Frameworks"
+HOMEPAGE="https://kmymoney.org/;
+
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+   SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-2"
+SLOT="5"
+IUSE="activities addressbook calendar hbci holidays"
+[[ ${KDE_BUILD_TYPE} = live ]] && IUSE+=" experimental"
+
+BDEPEND="virtual/pkgconfig"
+RDEPEND="
+   >=app-crypt/gpgme-1.7.1-r1[cxx]
+   >=app-office/libalkimia-7.0.0:=
+   dev-db/sqlcipher
+   dev-libs/gmp:0=[cxx]
+   dev-libs/kdiagram:5
+   dev-libs/libgpg-error
+   dev-libs/libofx:=
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtprintsupport-${QTMIN}:5
+   >=dev-qt/qtsql-${QTMIN}:5
+   >=dev-qt/qtsvg-${QTMIN}:5
+   >=dev-qt/qtwebengine-${QTMIN}:5[widgets]
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=dev-qt/qtxml-${QTMIN}:5
+   >=kde-frameworks/karchive-${KFMIN}:5
+   >=kde-frameworks/kcmutils-${KFMIN}:5
+   >=kde-frameworks/kcodecs-${KFMIN}:5
+   >=kde-frameworks/kcompletion-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kiconthemes-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/kitemmodels-${KFMIN}:5
+   >=kde-frameworks/kitemviews-${KFMIN}:5
+   >=kde-frameworks/kjobwidgets-${KFMIN}:5
+   >=kde-frameworks/knotifications-${KFMIN}:5
+   >=kde-frameworks/kservice-${KFMIN}:5
+   >=kde-frameworks/ktextwidgets-${KFMIN}:5
+   >=kde-frameworks/kwallet-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/kxmlgui-${KFMIN}:5
+   >=kde-frameworks/sonnet-${KFMIN}:5
+   activities? ( >=kde-frameworks/kactivities-${KFMIN}:5 )
+   addressbook? (
+   kde-apps/akonadi:5
+   kde-apps/kidentitymanagement:5
+   >=kde-frameworks/kcontacts-${KFMIN}:5
+   )
+   calendar? ( dev-libs/libical:= )
+   hbci? (
+   >=net-libs/aqbanking-6.0.1
+   >=sys-libs/gwenhywfar-5.1.2:=[qt5]
+   )
+   holidays? ( >=kde-frameworks/kholidays-${KFMIN}:5 )
+"
+DEPEND="${RDEPEND}
+   dev-libs/boost
+"
+
+pkg_setup() {
+   ecm_pkg_setup
+
+   if [[ ${KDE_BUILD_TYPE} = live ]] && use experimental; then
+   ewarn "USE experimental set: Building unfinished features."
+   ewarn "This *will* chew up your data. You have been warned."
+   fi
+}
+
+src_configure() {
+   local mycmakeargs=(
+   

[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/

2020-10-26 Thread Andreas Sturmlechner
commit: 0cc6f3ae2e063f27f542c31b1317e340a341ef44
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Sep 17 17:31:41 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Oct 26 16:09:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cc6f3ae

app-office/kmymoney: Drop IUSE=webkit

kdewebkit--, qtwebkit--

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

 app-office/kmymoney/kmymoney-5.1.0.ebuild | 10 +++---
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/app-office/kmymoney/kmymoney-5.1.0.ebuild 
b/app-office/kmymoney/kmymoney-5.1.0.ebuild
index b4054dec610..d953ee08b6b 100644
--- a/app-office/kmymoney/kmymoney-5.1.0.ebuild
+++ b/app-office/kmymoney/kmymoney-5.1.0.ebuild
@@ -22,7 +22,7 @@ fi
 
 LICENSE="GPL-2"
 SLOT="5"
-IUSE="activities addressbook calendar hbci holidays quotes webkit"
+IUSE="activities addressbook calendar hbci holidays quotes"
 [[ ${KDE_BUILD_TYPE} = live ]] && IUSE+=" experimental"
 
 BDEPEND="virtual/pkgconfig"
@@ -40,6 +40,7 @@ COMMON_DEPEND="
>=dev-qt/qtprintsupport-${QTMIN}:5
>=dev-qt/qtsql-${QTMIN}:5
>=dev-qt/qtsvg-${QTMIN}:5
+   >=dev-qt/qtwebengine-${QTMIN}:5[widgets]
>=dev-qt/qtwidgets-${QTMIN}:5
>=dev-qt/qtxml-${QTMIN}:5
>=kde-frameworks/karchive-${KFMIN}:5
@@ -74,11 +75,6 @@ COMMON_DEPEND="
>=sys-libs/gwenhywfar-5.1.2:=[qt5]
)
holidays? ( >=kde-frameworks/kholidays-${KFMIN}:5 )
-   webkit? (
-   >=dev-qt/qtwebkit-5.212.0_pre20180120:5
-   >=kde-frameworks/kdewebkit-${KFMIN}:5
-   )
-   !webkit? ( >=dev-qt/qtwebengine-${QTMIN}:5[widgets] )
 "
 DEPEND="${COMMON_DEPEND}
dev-libs/boost
@@ -100,6 +96,7 @@ pkg_setup() {
 src_configure() {
local mycmakeargs=(
-DENABLE_OFXIMPORTER=ON
+   -DENABLE_WEBENGINE=ON
-DENABLE_WEBOOB=OFF
-DUSE_QT_DESIGNER=OFF
$(cmake_use_find_package activities KF5Activities)
@@ -109,7 +106,6 @@ src_configure() {
-DENABLE_LIBICAL=$(usex calendar)
-DENABLE_KBANKING=$(usex hbci)
$(cmake_use_find_package holidays KF5Holidays)
-   -DENABLE_WEBENGINE=$(usex !webkit)
)
[[ ${KDE_BUILD_TYPE} = live ]] &&
mycmakeargs+=( -DENABLE_UNFINISHEDFEATURES=$(usex experimental) 
)



[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/

2020-08-16 Thread Andreas Sturmlechner
commit: 492b6c576ad4ad5073cc77d8ce5f72dc790497c4
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Aug 16 21:13:03 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Aug 16 22:25:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=492b6c57

app-office/kmymoney: Drop 5.0.8-r1

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

 app-office/kmymoney/Manifest |   1 -
 app-office/kmymoney/kmymoney-5.0.8-r1.ebuild | 129 ---
 app-office/kmymoney/metadata.xml |   1 -
 3 files changed, 131 deletions(-)

diff --git a/app-office/kmymoney/Manifest b/app-office/kmymoney/Manifest
index d900b032f23..83cfafc91fa 100644
--- a/app-office/kmymoney/Manifest
+++ b/app-office/kmymoney/Manifest
@@ -1,2 +1 @@
-DIST kmymoney-5.0.8.tar.xz 11753276 BLAKE2B 
0c4967b3f39ec675b9bd7e8e81e230c7f5efa574671138db57396984add802d9b6c28e383eaaddb4ee8d486e6dcc2b0ac54f5cf1129aa4dafb9bd1cf4235914f
 SHA512 
f332327dd40cc5667cd0141bd8e0c9cd81a2d996a4d482b2976f6bbd258cc27c73b2190d4631b8e0b9ee9d435ef8934312da399234830eb51b3e4ec942350988
 DIST kmymoney-5.1.0.tar.xz 12005824 BLAKE2B 
4eaeefba29d4df85c485d8d94db80b418c0086f6cac81295f1251e3d4883a78c71d0401286a918831ee2a39571a70583675ee303775bffdbe11d5624bbf6
 SHA512 
143161efd708ae05923d68510945c24f08d85cd6482b3e6015c6061bc28c80e095ca56b768e595bfae50ea3340855e021dde5c715546c0641f94adcd91639334

diff --git a/app-office/kmymoney/kmymoney-5.0.8-r1.ebuild 
b/app-office/kmymoney/kmymoney-5.0.8-r1.ebuild
deleted file mode 100644
index 51b2398057d..000
--- a/app-office/kmymoney/kmymoney-5.0.8-r1.ebuild
+++ /dev/null
@@ -1,129 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python2_7 )
-
-ECM_HANDBOOK="optional"
-ECM_TEST="forceoptional"
-KFMIN=5.60.0
-QTMIN=5.12.3
-VIRTUALX_REQUIRED="test"
-VIRTUALDBUS_TEST="true"
-inherit ecm kde.org python-single-r1
-
-DESCRIPTION="Personal finance manager based on KDE Frameworks"
-HOMEPAGE="https://kmymoney.org;
-
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
-   SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
-   KEYWORDS="amd64 x86"
-fi
-
-LICENSE="GPL-2"
-SLOT="5"
-IUSE="activities addressbook calendar hbci holidays ofx quotes webkit weboob"
-
-REQUIRED_USE="weboob? ( ${PYTHON_REQUIRED_USE} )"
-
-BDEPEND="virtual/pkgconfig"
-COMMON_DEPEND="
-   >=app-crypt/gpgme-1.7.1-r1[cxx]
-   >=app-office/libalkimia-7.0.0:=
-   dev-libs/gmp:0=[cxx]
-   dev-libs/kdiagram:5
-   dev-libs/libgpg-error
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtprintsupport-${QTMIN}:5
-   >=dev-qt/qtsql-${QTMIN}:5
-   >=dev-qt/qtsvg-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtxml-${QTMIN}:5
-   >=kde-frameworks/karchive-${KFMIN}:5
-   >=kde-frameworks/kcmutils-${KFMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kcodecs-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kitemmodels-${KFMIN}:5
-   >=kde-frameworks/kitemviews-${KFMIN}:5
-   >=kde-frameworks/kjobwidgets-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kservice-${KFMIN}:5
-   >=kde-frameworks/ktextwidgets-${KFMIN}:5
-   >=kde-frameworks/kwallet-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-frameworks/sonnet-${KFMIN}:5
-   activities? ( >=kde-frameworks/kactivities-${KFMIN}:5 )
-   addressbook? (
-   >=kde-frameworks/kcontacts-${KFMIN}:5
-   kde-apps/akonadi:5
-   kde-apps/kidentitymanagement:5
-   )
-   calendar? ( dev-libs/libical:= )
-   hbci? (
-   >=net-libs/aqbanking-6.0.1
-   >=sys-libs/gwenhywfar-5.1.2:=[qt5]
-   )
-   holidays? ( >=kde-frameworks/kholidays-${KFMIN}:5 )
-   ofx? ( dev-libs/libofx )
-   webkit? (
-   >=kde-frameworks/kdewebkit-${KFMIN}:5
-   >=dev-qt/qtwebkit-5.212.0_pre20180120:5
-   )
-   !webkit? ( >=dev-qt/qtwebengine-${QTMIN}:5[widgets] )
-   weboob? (
-   ${PYTHON_DEPS}
-   >=dev-qt/qtconcurrent-${QTMIN}:5
-   $(python_gen_cond_dep '
-   www-client/weboob[${PYTHON_MULTI_USEDEP}]
-   ')
-   )
-"
-DEPEND="${COMMON_DEPEND}
-   dev-libs/boost
-"
-RDEPEND="${COMMON_DEPEND}
-   !app-office/kmymoney:4
-   quotes? ( dev-perl/Finance-Quote )
-"
-
-pkg_setup() {
-   use weboob 

[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/

2020-08-12 Thread Agostino Sarubbo
commit: 153aae79fdcb3e7305fd69305d372bf1d2753eff
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Aug 12 06:00:53 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Aug 12 06:00:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=153aae79

app-office/kmymoney: x86 stable wrt bug #732596

Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-office/kmymoney/kmymoney-5.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/kmymoney/kmymoney-5.1.0.ebuild 
b/app-office/kmymoney/kmymoney-5.1.0.ebuild
index ef9d0f3b1b0..b4054dec610 100644
--- a/app-office/kmymoney/kmymoney-5.1.0.ebuild
+++ b/app-office/kmymoney/kmymoney-5.1.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://kmymoney.org;
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then
SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
-   KEYWORDS="amd64 ~x86"
+   KEYWORDS="amd64 x86"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/

2020-08-11 Thread Agostino Sarubbo
commit: c2ca081835c21e1c540ed07df9c505bab4e0161d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Aug 11 11:00:13 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Aug 11 11:00:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2ca0818

app-office/kmymoney: amd64 stable wrt bug #732596

Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-office/kmymoney/kmymoney-5.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/kmymoney/kmymoney-5.1.0.ebuild 
b/app-office/kmymoney/kmymoney-5.1.0.ebuild
index f43a35d8d49..ef9d0f3b1b0 100644
--- a/app-office/kmymoney/kmymoney-5.1.0.ebuild
+++ b/app-office/kmymoney/kmymoney-5.1.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://kmymoney.org;
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then
SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 ~x86"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/

2020-06-28 Thread Andreas Sturmlechner
commit: 81a7e1035f409497a0c08aa9c24e063fb5cc5d3b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jun 28 16:38:37 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jun 28 16:46:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81a7e103

app-office/kmymoney: 5.1.0 version bump

Closes: https://bugs.gentoo.org/728236
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-office/kmymoney/Manifest  |   1 +
 app-office/kmymoney/kmymoney-5.1.0.ebuild | 127 ++
 2 files changed, 128 insertions(+)

diff --git a/app-office/kmymoney/Manifest b/app-office/kmymoney/Manifest
index cc9fb7907eb..d900b032f23 100644
--- a/app-office/kmymoney/Manifest
+++ b/app-office/kmymoney/Manifest
@@ -1 +1,2 @@
 DIST kmymoney-5.0.8.tar.xz 11753276 BLAKE2B 
0c4967b3f39ec675b9bd7e8e81e230c7f5efa574671138db57396984add802d9b6c28e383eaaddb4ee8d486e6dcc2b0ac54f5cf1129aa4dafb9bd1cf4235914f
 SHA512 
f332327dd40cc5667cd0141bd8e0c9cd81a2d996a4d482b2976f6bbd258cc27c73b2190d4631b8e0b9ee9d435ef8934312da399234830eb51b3e4ec942350988
+DIST kmymoney-5.1.0.tar.xz 12005824 BLAKE2B 
4eaeefba29d4df85c485d8d94db80b418c0086f6cac81295f1251e3d4883a78c71d0401286a918831ee2a39571a70583675ee303775bffdbe11d5624bbf6
 SHA512 
143161efd708ae05923d68510945c24f08d85cd6482b3e6015c6061bc28c80e095ca56b768e595bfae50ea3340855e021dde5c715546c0641f94adcd91639334

diff --git a/app-office/kmymoney/kmymoney-5.1.0.ebuild 
b/app-office/kmymoney/kmymoney-5.1.0.ebuild
new file mode 100644
index 000..f43a35d8d49
--- /dev/null
+++ b/app-office/kmymoney/kmymoney-5.1.0.ebuild
@@ -0,0 +1,127 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+EGIT_BRANCH="5.1"
+ECM_HANDBOOK="optional"
+ECM_TEST="forceoptional"
+KFMIN=5.60.0
+QTMIN=5.12.3
+VIRTUALX_REQUIRED="test"
+VIRTUALDBUS_TEST="true"
+inherit ecm kde.org
+
+DESCRIPTION="Personal finance manager based on KDE Frameworks"
+HOMEPAGE="https://kmymoney.org;
+
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+   SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-2"
+SLOT="5"
+IUSE="activities addressbook calendar hbci holidays quotes webkit"
+[[ ${KDE_BUILD_TYPE} = live ]] && IUSE+=" experimental"
+
+BDEPEND="virtual/pkgconfig"
+COMMON_DEPEND="
+   >=app-crypt/gpgme-1.7.1-r1[cxx]
+   >=app-office/libalkimia-7.0.0:=
+   dev-db/sqlcipher
+   dev-libs/gmp:0=[cxx]
+   dev-libs/kdiagram:5
+   dev-libs/libgpg-error
+   dev-libs/libofx:=
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtprintsupport-${QTMIN}:5
+   >=dev-qt/qtsql-${QTMIN}:5
+   >=dev-qt/qtsvg-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=dev-qt/qtxml-${QTMIN}:5
+   >=kde-frameworks/karchive-${KFMIN}:5
+   >=kde-frameworks/kcmutils-${KFMIN}:5
+   >=kde-frameworks/kcompletion-${KFMIN}:5
+   >=kde-frameworks/kcodecs-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/kiconthemes-${KFMIN}:5
+   >=kde-frameworks/kitemmodels-${KFMIN}:5
+   >=kde-frameworks/kitemviews-${KFMIN}:5
+   >=kde-frameworks/kjobwidgets-${KFMIN}:5
+   >=kde-frameworks/knotifications-${KFMIN}:5
+   >=kde-frameworks/kservice-${KFMIN}:5
+   >=kde-frameworks/ktextwidgets-${KFMIN}:5
+   >=kde-frameworks/kwallet-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/kxmlgui-${KFMIN}:5
+   >=kde-frameworks/sonnet-${KFMIN}:5
+   activities? ( >=kde-frameworks/kactivities-${KFMIN}:5 )
+   addressbook? (
+   kde-apps/akonadi:5
+   kde-apps/kidentitymanagement:5
+   >=kde-frameworks/kcontacts-${KFMIN}:5
+   )
+   calendar? ( dev-libs/libical:= )
+   hbci? (
+   >=net-libs/aqbanking-6.0.1
+   >=sys-libs/gwenhywfar-5.1.2:=[qt5]
+   )
+   holidays? ( >=kde-frameworks/kholidays-${KFMIN}:5 )
+   webkit? (
+   >=dev-qt/qtwebkit-5.212.0_pre20180120:5
+   >=kde-frameworks/kdewebkit-${KFMIN}:5
+   )
+   !webkit? ( >=dev-qt/qtwebengine-${QTMIN}:5[widgets] )
+"
+DEPEND="${COMMON_DEPEND}
+   dev-libs/boost
+"
+RDEPEND="${COMMON_DEPEND}
+   !app-office/kmymoney:4
+   quotes? ( dev-perl/Finance-Quote )
+"
+
+pkg_setup() {
+   ecm_pkg_setup
+
+   if [[ ${KDE_BUILD_TYPE} = live ]] && use experimental; then
+   ewarn "USE experimental set: Building unfinished features."
+   ewarn "This *will* chew up your data. You have been warned."
+   fi
+}
+
+src_configure() {
+   

[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/

2020-05-27 Thread Andreas Sturmlechner
commit: 8fd2621aab5e22f03b76bf37d2ced5ed7714eb4d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Mar 26 21:56:28 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed May 27 21:30:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fd2621a

app-office/kmymoney: Fix USE-dep on dev-libs/gmp[cxx]

Reported-by: Thomas Capricelli  freehackers.org>
Closes: https://bugs.gentoo.org/714924
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-office/kmymoney/kmymoney-5.0.8-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/kmymoney/kmymoney-5.0.8-r1.ebuild 
b/app-office/kmymoney/kmymoney-5.0.8-r1.ebuild
index 3ec213f7944..51b2398057d 100644
--- a/app-office/kmymoney/kmymoney-5.0.8-r1.ebuild
+++ b/app-office/kmymoney/kmymoney-5.0.8-r1.ebuild
@@ -31,7 +31,7 @@ BDEPEND="virtual/pkgconfig"
 COMMON_DEPEND="
>=app-crypt/gpgme-1.7.1-r1[cxx]
>=app-office/libalkimia-7.0.0:=
-   dev-libs/gmp:0=
+   dev-libs/gmp:0=[cxx]
dev-libs/kdiagram:5
dev-libs/libgpg-error
>=dev-qt/qtdbus-${QTMIN}:5



[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/

2020-02-15 Thread Andreas Sturmlechner
commit: b9648aeef87e99d58bc1a72d6eecf02d7131df00
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Feb 14 14:07:02 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Feb 15 10:32:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9648aee

app-office/kmymoney: Drop 5.0.7-r1

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

 app-office/kmymoney/Manifest |   1 -
 app-office/kmymoney/kmymoney-5.0.7-r1.ebuild | 129 ---
 2 files changed, 130 deletions(-)

diff --git a/app-office/kmymoney/Manifest b/app-office/kmymoney/Manifest
index 8ec98e6932e..cc9fb7907eb 100644
--- a/app-office/kmymoney/Manifest
+++ b/app-office/kmymoney/Manifest
@@ -1,2 +1 @@
-DIST kmymoney-5.0.7.tar.xz 11667088 BLAKE2B 
4d523bb9ea5d41dc6aa6e52b0b982384c6e6ad3cf6981e961f137320a36fc395136b81dfd3b8c8085375c46dc9affaa5b746f9250cce72a6c8ad6af669e5109c
 SHA512 
af0663bc7ac3fe59a8c7db09942bbb8a182ea5f7ee3bdc05e7ed449c7172040de2282997db95fcce823f7d3d8f6f2b43229b5e4ba3b349eb8ea3b2756636f6ed
 DIST kmymoney-5.0.8.tar.xz 11753276 BLAKE2B 
0c4967b3f39ec675b9bd7e8e81e230c7f5efa574671138db57396984add802d9b6c28e383eaaddb4ee8d486e6dcc2b0ac54f5cf1129aa4dafb9bd1cf4235914f
 SHA512 
f332327dd40cc5667cd0141bd8e0c9cd81a2d996a4d482b2976f6bbd258cc27c73b2190d4631b8e0b9ee9d435ef8934312da399234830eb51b3e4ec942350988

diff --git a/app-office/kmymoney/kmymoney-5.0.7-r1.ebuild 
b/app-office/kmymoney/kmymoney-5.0.7-r1.ebuild
deleted file mode 100644
index 611c550390a..000
--- a/app-office/kmymoney/kmymoney-5.0.7-r1.ebuild
+++ /dev/null
@@ -1,129 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python2_7 )
-
-ECM_HANDBOOK="optional"
-ECM_TEST="forceoptional"
-KFMIN=5.60.0
-QTMIN=5.12.3
-VIRTUALX_REQUIRED="test"
-VIRTUALDBUS_TEST="true"
-inherit ecm kde.org python-single-r1
-
-DESCRIPTION="Personal finance manager based on KDE Frameworks"
-HOMEPAGE="https://kmymoney.org;
-
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
-   SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
-   KEYWORDS="amd64 x86"
-fi
-
-LICENSE="GPL-2"
-SLOT="5"
-IUSE="activities addressbook calendar hbci holidays ofx quotes webkit weboob"
-
-REQUIRED_USE="weboob? ( ${PYTHON_REQUIRED_USE} )"
-
-BDEPEND="virtual/pkgconfig"
-COMMON_DEPEND="
-   >=app-crypt/gpgme-1.7.1-r1[cxx]
-   >=app-office/libalkimia-7.0.0:=
-   dev-libs/gmp:0=
-   dev-libs/kdiagram:5
-   dev-libs/libgpg-error
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtprintsupport-${QTMIN}:5
-   >=dev-qt/qtsql-${QTMIN}:5
-   >=dev-qt/qtsvg-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtxml-${QTMIN}:5
-   >=kde-frameworks/karchive-${KFMIN}:5
-   >=kde-frameworks/kcmutils-${KFMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kcodecs-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kitemmodels-${KFMIN}:5
-   >=kde-frameworks/kitemviews-${KFMIN}:5
-   >=kde-frameworks/kjobwidgets-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kservice-${KFMIN}:5
-   >=kde-frameworks/ktextwidgets-${KFMIN}:5
-   >=kde-frameworks/kwallet-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-frameworks/sonnet-${KFMIN}:5
-   activities? ( >=kde-frameworks/kactivities-${KFMIN}:5 )
-   addressbook? (
-   >=kde-frameworks/kcontacts-${KFMIN}:5
-   kde-apps/akonadi:5
-   kde-apps/kidentitymanagement:5
-   )
-   calendar? ( dev-libs/libical:= )
-   hbci? (
-   >=net-libs/aqbanking-5.99.40_beta
-   >=sys-libs/gwenhywfar-4.99.22_rc6:=[qt5]
-   )
-   holidays? ( >=kde-frameworks/kholidays-${KFMIN}:5 )
-   ofx? ( dev-libs/libofx )
-   webkit? (
-   >=kde-frameworks/kdewebkit-${KFMIN}:5
-   >=dev-qt/qtwebkit-5.212.0_pre20180120:5
-   )
-   !webkit? ( >=dev-qt/qtwebengine-${QTMIN}:5[widgets] )
-   weboob? (
-   ${PYTHON_DEPS}
-   >=dev-qt/qtconcurrent-${QTMIN}:5
-   $(python_gen_cond_dep '
-   www-client/weboob[${PYTHON_MULTI_USEDEP}]
-   ')
-   )
-"
-DEPEND="${COMMON_DEPEND}
-   dev-libs/boost
-"
-RDEPEND="${COMMON_DEPEND}
-   !app-office/kmymoney:4
-   quotes? ( dev-perl/Finance-Quote )
-"
-
-pkg_setup() {
-   use weboob && python_setup
-   ecm_pkg_setup
-}
-

[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/

2020-02-13 Thread Agostino Sarubbo
commit: 7b45b46eff9492041d973d0b278abb4b37f1b923
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Feb 13 12:45:43 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Feb 13 12:45:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b45b46e

app-office/kmymoney: x86 stable wrt bug #707954

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-office/kmymoney/kmymoney-5.0.8-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/kmymoney/kmymoney-5.0.8-r1.ebuild 
b/app-office/kmymoney/kmymoney-5.0.8-r1.ebuild
index b1446f406c7..3ec213f7944 100644
--- a/app-office/kmymoney/kmymoney-5.0.8-r1.ebuild
+++ b/app-office/kmymoney/kmymoney-5.0.8-r1.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="https://kmymoney.org;
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then
SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
-   KEYWORDS="amd64 ~x86"
+   KEYWORDS="amd64 x86"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/

2020-02-09 Thread Michał Górny
commit: 91b7478baa9934ee7053f55b40bc39afebc1970c
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Feb  7 11:26:29 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Feb  9 16:10:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91b7478b

app-office/kmymoney: Switch to PYTHON_MULTI_USEDEP API

Signed-off-by: Michał Górny  gentoo.org>

 .../kmymoney/{kmymoney-5.0.7.ebuild => kmymoney-5.0.7-r1.ebuild}| 6 --
 .../kmymoney/{kmymoney-5.0.8.ebuild => kmymoney-5.0.8-r1.ebuild}| 4 +++-
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/app-office/kmymoney/kmymoney-5.0.7.ebuild 
b/app-office/kmymoney/kmymoney-5.0.7-r1.ebuild
similarity index 96%
rename from app-office/kmymoney/kmymoney-5.0.7.ebuild
rename to app-office/kmymoney/kmymoney-5.0.7-r1.ebuild
index 75cc141e722..611c550390a 100644
--- a/app-office/kmymoney/kmymoney-5.0.7.ebuild
+++ b/app-office/kmymoney/kmymoney-5.0.7-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -83,7 +83,9 @@ COMMON_DEPEND="
weboob? (
${PYTHON_DEPS}
>=dev-qt/qtconcurrent-${QTMIN}:5
-   www-client/weboob[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   www-client/weboob[${PYTHON_MULTI_USEDEP}]
+   ')
)
 "
 DEPEND="${COMMON_DEPEND}

diff --git a/app-office/kmymoney/kmymoney-5.0.8.ebuild 
b/app-office/kmymoney/kmymoney-5.0.8-r1.ebuild
similarity index 97%
rename from app-office/kmymoney/kmymoney-5.0.8.ebuild
rename to app-office/kmymoney/kmymoney-5.0.8-r1.ebuild
index d0eb2a74db5..b1446f406c7 100644
--- a/app-office/kmymoney/kmymoney-5.0.8.ebuild
+++ b/app-office/kmymoney/kmymoney-5.0.8-r1.ebuild
@@ -83,7 +83,9 @@ COMMON_DEPEND="
weboob? (
${PYTHON_DEPS}
>=dev-qt/qtconcurrent-${QTMIN}:5
-   www-client/weboob[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   www-client/weboob[${PYTHON_MULTI_USEDEP}]
+   ')
)
 "
 DEPEND="${COMMON_DEPEND}



[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/

2020-02-08 Thread Mikle Kolyada
commit: dec255e777b6fba4e3f1180d8223bfe44fac78a7
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Feb  8 13:54:24 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Feb  8 13:54:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dec255e7

app-office/kmymoney: amd64 stable wrt bug #707954

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 app-office/kmymoney/kmymoney-5.0.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/kmymoney/kmymoney-5.0.8.ebuild 
b/app-office/kmymoney/kmymoney-5.0.8.ebuild
index 62e386a0457..d0eb2a74db5 100644
--- a/app-office/kmymoney/kmymoney-5.0.8.ebuild
+++ b/app-office/kmymoney/kmymoney-5.0.8.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="https://kmymoney.org;
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then
SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 ~x86"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/

2020-01-19 Thread Andreas Sturmlechner
commit: 61892c925e0667414d87a523209ea648d53567fc
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jan 19 21:40:47 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jan 19 22:07:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61892c92

app-office/kmymoney: 5.0.8 version bump

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

 app-office/kmymoney/Manifest  |   1 +
 app-office/kmymoney/kmymoney-5.0.8.ebuild | 127 ++
 2 files changed, 128 insertions(+)

diff --git a/app-office/kmymoney/Manifest b/app-office/kmymoney/Manifest
index 897a1abef65..8ec98e6932e 100644
--- a/app-office/kmymoney/Manifest
+++ b/app-office/kmymoney/Manifest
@@ -1 +1,2 @@
 DIST kmymoney-5.0.7.tar.xz 11667088 BLAKE2B 
4d523bb9ea5d41dc6aa6e52b0b982384c6e6ad3cf6981e961f137320a36fc395136b81dfd3b8c8085375c46dc9affaa5b746f9250cce72a6c8ad6af669e5109c
 SHA512 
af0663bc7ac3fe59a8c7db09942bbb8a182ea5f7ee3bdc05e7ed449c7172040de2282997db95fcce823f7d3d8f6f2b43229b5e4ba3b349eb8ea3b2756636f6ed
+DIST kmymoney-5.0.8.tar.xz 11753276 BLAKE2B 
0c4967b3f39ec675b9bd7e8e81e230c7f5efa574671138db57396984add802d9b6c28e383eaaddb4ee8d486e6dcc2b0ac54f5cf1129aa4dafb9bd1cf4235914f
 SHA512 
f332327dd40cc5667cd0141bd8e0c9cd81a2d996a4d482b2976f6bbd258cc27c73b2190d4631b8e0b9ee9d435ef8934312da399234830eb51b3e4ec942350988

diff --git a/app-office/kmymoney/kmymoney-5.0.8.ebuild 
b/app-office/kmymoney/kmymoney-5.0.8.ebuild
new file mode 100644
index 000..62e386a0457
--- /dev/null
+++ b/app-office/kmymoney/kmymoney-5.0.8.ebuild
@@ -0,0 +1,127 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 )
+
+ECM_HANDBOOK="optional"
+ECM_TEST="forceoptional"
+KFMIN=5.60.0
+QTMIN=5.12.3
+VIRTUALX_REQUIRED="test"
+VIRTUALDBUS_TEST="true"
+inherit ecm kde.org python-single-r1
+
+DESCRIPTION="Personal finance manager based on KDE Frameworks"
+HOMEPAGE="https://kmymoney.org;
+
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+   SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-2"
+SLOT="5"
+IUSE="activities addressbook calendar hbci holidays ofx quotes webkit weboob"
+
+REQUIRED_USE="weboob? ( ${PYTHON_REQUIRED_USE} )"
+
+BDEPEND="virtual/pkgconfig"
+COMMON_DEPEND="
+   >=app-crypt/gpgme-1.7.1-r1[cxx]
+   >=app-office/libalkimia-7.0.0:=
+   dev-libs/gmp:0=
+   dev-libs/kdiagram:5
+   dev-libs/libgpg-error
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtprintsupport-${QTMIN}:5
+   >=dev-qt/qtsql-${QTMIN}:5
+   >=dev-qt/qtsvg-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=dev-qt/qtxml-${QTMIN}:5
+   >=kde-frameworks/karchive-${KFMIN}:5
+   >=kde-frameworks/kcmutils-${KFMIN}:5
+   >=kde-frameworks/kcompletion-${KFMIN}:5
+   >=kde-frameworks/kcodecs-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/kiconthemes-${KFMIN}:5
+   >=kde-frameworks/kitemmodels-${KFMIN}:5
+   >=kde-frameworks/kitemviews-${KFMIN}:5
+   >=kde-frameworks/kjobwidgets-${KFMIN}:5
+   >=kde-frameworks/knotifications-${KFMIN}:5
+   >=kde-frameworks/kservice-${KFMIN}:5
+   >=kde-frameworks/ktextwidgets-${KFMIN}:5
+   >=kde-frameworks/kwallet-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/kxmlgui-${KFMIN}:5
+   >=kde-frameworks/sonnet-${KFMIN}:5
+   activities? ( >=kde-frameworks/kactivities-${KFMIN}:5 )
+   addressbook? (
+   >=kde-frameworks/kcontacts-${KFMIN}:5
+   kde-apps/akonadi:5
+   kde-apps/kidentitymanagement:5
+   )
+   calendar? ( dev-libs/libical:= )
+   hbci? (
+   >=net-libs/aqbanking-6.0.1
+   >=sys-libs/gwenhywfar-5.1.2:=[qt5]
+   )
+   holidays? ( >=kde-frameworks/kholidays-${KFMIN}:5 )
+   ofx? ( dev-libs/libofx )
+   webkit? (
+   >=kde-frameworks/kdewebkit-${KFMIN}:5
+   >=dev-qt/qtwebkit-5.212.0_pre20180120:5
+   )
+   !webkit? ( >=dev-qt/qtwebengine-${QTMIN}:5[widgets] )
+   weboob? (
+   ${PYTHON_DEPS}
+   >=dev-qt/qtconcurrent-${QTMIN}:5
+   www-client/weboob[${PYTHON_USEDEP}]
+   )
+"
+DEPEND="${COMMON_DEPEND}
+   dev-libs/boost
+"
+RDEPEND="${COMMON_DEPEND}
+   !app-office/kmymoney:4
+   quotes? ( dev-perl/Finance-Quote )
+"
+
+pkg_setup() {
+   use weboob && python_setup
+   ecm_pkg_setup
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DUSE_QT_DESIGNER=OFF
+  

[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/, app-office/kmymoney/files/

2019-12-02 Thread Andreas Sturmlechner
commit: 9b32e473d0a82de08c6a1656f0d409bc8c797cd7
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Dec  2 17:16:53 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Dec  3 05:03:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b32e473

app-office/kmymoney: Drop 5.0.5

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

 app-office/kmymoney/Manifest   |   1 -
 .../files/kmymoney-5.0.5-missing-header.patch  |  24 
 app-office/kmymoney/kmymoney-5.0.5.ebuild  | 125 -
 3 files changed, 150 deletions(-)

diff --git a/app-office/kmymoney/Manifest b/app-office/kmymoney/Manifest
index e0ef22397c2..897a1abef65 100644
--- a/app-office/kmymoney/Manifest
+++ b/app-office/kmymoney/Manifest
@@ -1,2 +1 @@
-DIST kmymoney-5.0.5.tar.xz 11706112 BLAKE2B 
7c0e51ad2404a88affd7b99c8ca59b813b646a7d995b5d7f6db311c8813f2966d14b34271f3d9de73d07c763fb191e9f4c0737e64feb35a62cd719856c20bab1
 SHA512 
ba8033b974b93d47cd2a732a352025715845d3dff016a49babb6b724d5e9b726f84f5e2a1f1f42765a6ff35a00d3d995397f2831981d48cb8468d1407030584c
 DIST kmymoney-5.0.7.tar.xz 11667088 BLAKE2B 
4d523bb9ea5d41dc6aa6e52b0b982384c6e6ad3cf6981e961f137320a36fc395136b81dfd3b8c8085375c46dc9affaa5b746f9250cce72a6c8ad6af669e5109c
 SHA512 
af0663bc7ac3fe59a8c7db09942bbb8a182ea5f7ee3bdc05e7ed449c7172040de2282997db95fcce823f7d3d8f6f2b43229b5e4ba3b349eb8ea3b2756636f6ed

diff --git a/app-office/kmymoney/files/kmymoney-5.0.5-missing-header.patch 
b/app-office/kmymoney/files/kmymoney-5.0.5-missing-header.patch
deleted file mode 100644
index d365607aecf..000
--- a/app-office/kmymoney/files/kmymoney-5.0.5-missing-header.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From b48fc8588f1fd98b116fce21ebfda6416f558146 Mon Sep 17 00:00:00 2001
-From: Luca Beltrame 
-Date: Sun, 21 Jul 2019 09:10:44 +0200
-Subject: Fix build with Qt 5.13
-
-Yet another case of QMap no longer being included.

- kmymoney/plugins/kmymoneyplugin.h | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/kmymoney/plugins/kmymoneyplugin.h 
b/kmymoney/plugins/kmymoneyplugin.h
-index abd6b64..ccff5d3 100644
 a/kmymoney/plugins/kmymoneyplugin.h
-+++ b/kmymoney/plugins/kmymoneyplugin.h
-@@ -25,6 +25,7 @@
- // 

- // QT Includes
- 
-+#include 
- #include 
- 
- // 

--- 
-cgit v1.1

diff --git a/app-office/kmymoney/kmymoney-5.0.5.ebuild 
b/app-office/kmymoney/kmymoney-5.0.5.ebuild
deleted file mode 100644
index 44508ca3d7d..000
--- a/app-office/kmymoney/kmymoney-5.0.5.ebuild
+++ /dev/null
@@ -1,125 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python2_7 )
-
-KDE_HANDBOOK="optional"
-KDE_TEST="forceoptional"
-VIRTUALX_REQUIRED="test"
-VIRTUALDBUS_TEST="true"
-inherit kde5 python-single-r1
-
-DESCRIPTION="Personal finance manager based on KDE Frameworks"
-HOMEPAGE="https://kmymoney.org;
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
-   SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
-   KEYWORDS="amd64 x86"
-fi
-
-LICENSE="GPL-2"
-IUSE="activities addressbook calendar hbci holidays ofx quotes webkit weboob"
-
-REQUIRED_USE="weboob? ( ${PYTHON_REQUIRED_USE} )"
-
-BDEPEND="virtual/pkgconfig"
-COMMON_DEPEND="
-   $(add_frameworks_dep karchive)
-   $(add_frameworks_dep kcmutils)
-   $(add_frameworks_dep kcompletion)
-   $(add_frameworks_dep kcodecs)
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep kiconthemes)
-   $(add_frameworks_dep kitemmodels)
-   $(add_frameworks_dep kitemviews)
-   $(add_frameworks_dep kjobwidgets)
-   $(add_frameworks_dep knotifications)
-   $(add_frameworks_dep kservice)
-   $(add_frameworks_dep ktextwidgets)
-   $(add_frameworks_dep kwallet)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kxmlgui)
-   $(add_frameworks_dep sonnet)
-   $(add_qt_dep qtdbus)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtnetwork)
-   $(add_qt_dep qtprintsupport)
-   $(add_qt_dep qtsql)
-   $(add_qt_dep qtsvg)
-   $(add_qt_dep qtwidgets)
-   $(add_qt_dep qtxml)
-   >=app-crypt/gpgme-1.7.1-r1[cxx]
-   >=app-office/libalkimia-6.0.0
-   dev-libs/gmp:0=
-   dev-libs/kdiagram:5
-   dev-libs/libgpg-error
-   activities? ( $(add_frameworks_dep kactivities) )
-   addressbook? (
-   $(add_kdeapps_dep akonadi)
-   $(add_kdeapps_dep kcontacts)
-   $(add_kdeapps_dep kidentitymanagement)
-   )
-   calendar? ( dev-libs/libical:= )
-   hbci? 

[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/

2019-12-02 Thread Mikle Kolyada
commit: 6f2596f480451183cb71ff44f290b6ed467fe69c
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Dec  2 16:30:38 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Dec  2 16:30:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f2596f4

app-office/kmymoney: x86 stable wrt bug #700038

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Mikle Kolyada  gentoo.org>

 app-office/kmymoney/kmymoney-5.0.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/kmymoney/kmymoney-5.0.7.ebuild 
b/app-office/kmymoney/kmymoney-5.0.7.ebuild
index ab7ff530126..dcb9282ee91 100644
--- a/app-office/kmymoney/kmymoney-5.0.7.ebuild
+++ b/app-office/kmymoney/kmymoney-5.0.7.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="https://kmymoney.org;
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then
SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
-   KEYWORDS="amd64 ~x86"
+   KEYWORDS="amd64 x86"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/

2019-12-02 Thread Mikle Kolyada
commit: e33f0b63ae460f1a479a93a8521c42f6438bf9de
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Dec  2 16:10:18 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Dec  2 16:12:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e33f0b63

app-office/kmymoney: amd64 stable wrt bug #700038

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 app-office/kmymoney/kmymoney-5.0.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/kmymoney/kmymoney-5.0.7.ebuild 
b/app-office/kmymoney/kmymoney-5.0.7.ebuild
index d152f89f7ec..ab7ff530126 100644
--- a/app-office/kmymoney/kmymoney-5.0.7.ebuild
+++ b/app-office/kmymoney/kmymoney-5.0.7.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="https://kmymoney.org;
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then
SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 ~x86"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/

2019-11-13 Thread Andreas Sturmlechner
commit: a29ed8ed51aa31067ac86ee6fbd7741ae154723d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Nov 13 21:24:46 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Nov 13 21:24:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a29ed8ed

app-office/kmymoney: Drop 5.0.6-r1

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

 app-office/kmymoney/Manifest |   1 -
 app-office/kmymoney/kmymoney-5.0.6-r1.ebuild | 126 ---
 2 files changed, 127 deletions(-)

diff --git a/app-office/kmymoney/Manifest b/app-office/kmymoney/Manifest
index 099f76c9d88..e0ef22397c2 100644
--- a/app-office/kmymoney/Manifest
+++ b/app-office/kmymoney/Manifest
@@ -1,3 +1,2 @@
 DIST kmymoney-5.0.5.tar.xz 11706112 BLAKE2B 
7c0e51ad2404a88affd7b99c8ca59b813b646a7d995b5d7f6db311c8813f2966d14b34271f3d9de73d07c763fb191e9f4c0737e64feb35a62cd719856c20bab1
 SHA512 
ba8033b974b93d47cd2a732a352025715845d3dff016a49babb6b724d5e9b726f84f5e2a1f1f42765a6ff35a00d3d995397f2831981d48cb8468d1407030584c
-DIST kmymoney-5.0.6.tar.xz 11713976 BLAKE2B 
bfc4aacff79f0c92145257e7398271385f80d9ac7460b35f691c1e45dc115ebe91418a98a1a5e6a6c0cdc376beff7b92c8f7d7a29af3d2529503e7db4dc4b77a
 SHA512 
237918b0844d5d9129d086f403090acf21be6e2ba1f41d575ff9de514a9ddcb7bd616da1377ecc34c4436e12481e425615ab640e7549c783d9010b22c0460480
 DIST kmymoney-5.0.7.tar.xz 11667088 BLAKE2B 
4d523bb9ea5d41dc6aa6e52b0b982384c6e6ad3cf6981e961f137320a36fc395136b81dfd3b8c8085375c46dc9affaa5b746f9250cce72a6c8ad6af669e5109c
 SHA512 
af0663bc7ac3fe59a8c7db09942bbb8a182ea5f7ee3bdc05e7ed449c7172040de2282997db95fcce823f7d3d8f6f2b43229b5e4ba3b349eb8ea3b2756636f6ed

diff --git a/app-office/kmymoney/kmymoney-5.0.6-r1.ebuild 
b/app-office/kmymoney/kmymoney-5.0.6-r1.ebuild
deleted file mode 100644
index 5d59ded0b0f..000
--- a/app-office/kmymoney/kmymoney-5.0.6-r1.ebuild
+++ /dev/null
@@ -1,126 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python2_7 )
-
-KDE_HANDBOOK="optional"
-KDE_TEST="forceoptional"
-VIRTUALX_REQUIRED="test"
-VIRTUALDBUS_TEST="true"
-inherit kde5 python-single-r1
-
-DESCRIPTION="Personal finance manager based on KDE Frameworks"
-HOMEPAGE="https://kmymoney.org;
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
-   SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="GPL-2"
-IUSE="activities addressbook calendar hbci holidays ofx quotes webkit weboob"
-
-REQUIRED_USE="weboob? ( ${PYTHON_REQUIRED_USE} )"
-
-BDEPEND="virtual/pkgconfig"
-COMMON_DEPEND="
-   $(add_frameworks_dep karchive)
-   $(add_frameworks_dep kcmutils)
-   $(add_frameworks_dep kcompletion)
-   $(add_frameworks_dep kcodecs)
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep kiconthemes)
-   $(add_frameworks_dep kitemmodels)
-   $(add_frameworks_dep kitemviews)
-   $(add_frameworks_dep kjobwidgets)
-   $(add_frameworks_dep knotifications)
-   $(add_frameworks_dep kservice)
-   $(add_frameworks_dep ktextwidgets)
-   $(add_frameworks_dep kwallet)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kxmlgui)
-   $(add_frameworks_dep sonnet)
-   $(add_qt_dep qtdbus)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtnetwork)
-   $(add_qt_dep qtprintsupport)
-   $(add_qt_dep qtsql)
-   $(add_qt_dep qtsvg)
-   $(add_qt_dep qtwidgets)
-   $(add_qt_dep qtxml)
-   >=app-crypt/gpgme-1.7.1-r1[cxx]
-   >=app-office/libalkimia-7.0.0:=
-   dev-libs/gmp:0=
-   dev-libs/kdiagram:5
-   dev-libs/libgpg-error
-   activities? ( $(add_frameworks_dep kactivities) )
-   addressbook? (
-   || (
-   $(add_frameworks_dep kcontacts)
-   $(add_kdeapps_dep kcontacts)
-   )
-   $(add_kdeapps_dep akonadi)
-   $(add_kdeapps_dep kidentitymanagement)
-   )
-   calendar? ( dev-libs/libical:= )
-   hbci? (
-   >=net-libs/aqbanking-5.8.2
-   >=sys-libs/gwenhywfar-4.20.2[qt5]
-   )
-   holidays? ( $(add_frameworks_dep kholidays) )
-   ofx? ( dev-libs/libofx )
-   webkit? (
-   $(add_frameworks_dep kdewebkit)
-   >=dev-qt/qtwebkit-5.212.0_pre20180120:5
-   )
-   !webkit? ( $(add_qt_dep qtwebengine 'widgets') )
-   weboob? (
-   ${PYTHON_DEPS}
-   $(add_qt_dep qtconcurrent)
-   www-client/weboob[${PYTHON_USEDEP}]
-   )
-"
-DEPEND="${COMMON_DEPEND}
-   dev-libs/boost
-"
-RDEPEND="${COMMON_DEPEND}
-   !app-office/kmymoney:4
-   quotes? ( 

[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/

2019-11-13 Thread Andreas Sturmlechner
commit: db49d55d083f5a563015bda8da41101bc2eb5908
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Nov 13 21:21:37 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Nov 13 21:24:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db49d55d

app-office/kmymoney: Port to ecm and kde.org, restore KEYWORDS

Closes: https://bugs.gentoo.org/692732
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-office/kmymoney/kmymoney-5.0.7.ebuild | 93 ---
 1 file changed, 47 insertions(+), 46 deletions(-)

diff --git a/app-office/kmymoney/kmymoney-5.0.7.ebuild 
b/app-office/kmymoney/kmymoney-5.0.7.ebuild
index 326c361fbcd..d152f89f7ec 100644
--- a/app-office/kmymoney/kmymoney-5.0.7.ebuild
+++ b/app-office/kmymoney/kmymoney-5.0.7.ebuild
@@ -5,83 +5,84 @@ EAPI=7
 
 PYTHON_COMPAT=( python2_7 )
 
-KDE_HANDBOOK="optional"
-KDE_TEST="forceoptional"
+ECM_HANDBOOK="optional"
+ECM_TEST="forceoptional"
+KFMIN=5.60.0
+QTMIN=5.12.3
 VIRTUALX_REQUIRED="test"
 VIRTUALDBUS_TEST="true"
-inherit kde5 python-single-r1
+inherit ecm kde.org python-single-r1
 
 DESCRIPTION="Personal finance manager based on KDE Frameworks"
 HOMEPAGE="https://kmymoney.org;
+
 if [[ ${KDE_BUILD_TYPE} = release ]]; then
SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
-#  KEYWORDS="~amd64 ~x86"
+   KEYWORDS="~amd64 ~x86"
 fi
 
 LICENSE="GPL-2"
+SLOT="5"
 IUSE="activities addressbook calendar hbci holidays ofx quotes webkit weboob"
 
 REQUIRED_USE="weboob? ( ${PYTHON_REQUIRED_USE} )"
 
 BDEPEND="virtual/pkgconfig"
 COMMON_DEPEND="
-   $(add_frameworks_dep karchive)
-   $(add_frameworks_dep kcmutils)
-   $(add_frameworks_dep kcompletion)
-   $(add_frameworks_dep kcodecs)
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep kiconthemes)
-   $(add_frameworks_dep kitemmodels)
-   $(add_frameworks_dep kitemviews)
-   $(add_frameworks_dep kjobwidgets)
-   $(add_frameworks_dep knotifications)
-   $(add_frameworks_dep kservice)
-   $(add_frameworks_dep ktextwidgets)
-   $(add_frameworks_dep kwallet)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kxmlgui)
-   $(add_frameworks_dep sonnet)
-   $(add_qt_dep qtdbus)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtnetwork)
-   $(add_qt_dep qtprintsupport)
-   $(add_qt_dep qtsql)
-   $(add_qt_dep qtsvg)
-   $(add_qt_dep qtwidgets)
-   $(add_qt_dep qtxml)
>=app-crypt/gpgme-1.7.1-r1[cxx]
>=app-office/libalkimia-7.0.0:=
dev-libs/gmp:0=
dev-libs/kdiagram:5
dev-libs/libgpg-error
-   activities? ( $(add_frameworks_dep kactivities) )
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtprintsupport-${QTMIN}:5
+   >=dev-qt/qtsql-${QTMIN}:5
+   >=dev-qt/qtsvg-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=dev-qt/qtxml-${QTMIN}:5
+   >=kde-frameworks/karchive-${KFMIN}:5
+   >=kde-frameworks/kcmutils-${KFMIN}:5
+   >=kde-frameworks/kcompletion-${KFMIN}:5
+   >=kde-frameworks/kcodecs-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/kiconthemes-${KFMIN}:5
+   >=kde-frameworks/kitemmodels-${KFMIN}:5
+   >=kde-frameworks/kitemviews-${KFMIN}:5
+   >=kde-frameworks/kjobwidgets-${KFMIN}:5
+   >=kde-frameworks/knotifications-${KFMIN}:5
+   >=kde-frameworks/kservice-${KFMIN}:5
+   >=kde-frameworks/ktextwidgets-${KFMIN}:5
+   >=kde-frameworks/kwallet-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/kxmlgui-${KFMIN}:5
+   >=kde-frameworks/sonnet-${KFMIN}:5
+   activities? ( >=kde-frameworks/kactivities-${KFMIN}:5 )
addressbook? (
-   || (
-   $(add_frameworks_dep kcontacts)
-   $(add_kdeapps_dep kcontacts)
-   )
-   $(add_kdeapps_dep akonadi)
-   $(add_kdeapps_dep kidentitymanagement)
+   >=kde-frameworks/kcontacts-${KFMIN}:5
+   kde-apps/akonadi:5
+   kde-apps/kidentitymanagement:5
)
calendar? ( dev-libs/libical:= )
hbci? (
>=net-libs/aqbanking-5.99.40_beta
>=sys-libs/gwenhywfar-4.99.22_rc6:=[qt5]
)
-   holidays? ( $(add_frameworks_dep kholidays) )
+   holidays? ( >=kde-frameworks/kholidays-${KFMIN}:5 )
ofx? ( dev-libs/libofx )
webkit? (
-   

[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/

2019-10-13 Thread Andreas Sturmlechner
commit: dab48048ff99e95be82d153103c558cddb651588
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Oct 13 13:27:15 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Oct 13 13:41:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dab48048

app-office/kmymoney: 5.0.7 version bump w/o keywords

Depends on pre-release versions.

Closes: https://bugs.gentoo.org/695636
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-office/kmymoney/Manifest  |   1 +
 app-office/kmymoney/kmymoney-5.0.7.ebuild | 126 ++
 2 files changed, 127 insertions(+)

diff --git a/app-office/kmymoney/Manifest b/app-office/kmymoney/Manifest
index ff9651ab9b1..099f76c9d88 100644
--- a/app-office/kmymoney/Manifest
+++ b/app-office/kmymoney/Manifest
@@ -1,2 +1,3 @@
 DIST kmymoney-5.0.5.tar.xz 11706112 BLAKE2B 
7c0e51ad2404a88affd7b99c8ca59b813b646a7d995b5d7f6db311c8813f2966d14b34271f3d9de73d07c763fb191e9f4c0737e64feb35a62cd719856c20bab1
 SHA512 
ba8033b974b93d47cd2a732a352025715845d3dff016a49babb6b724d5e9b726f84f5e2a1f1f42765a6ff35a00d3d995397f2831981d48cb8468d1407030584c
 DIST kmymoney-5.0.6.tar.xz 11713976 BLAKE2B 
bfc4aacff79f0c92145257e7398271385f80d9ac7460b35f691c1e45dc115ebe91418a98a1a5e6a6c0cdc376beff7b92c8f7d7a29af3d2529503e7db4dc4b77a
 SHA512 
237918b0844d5d9129d086f403090acf21be6e2ba1f41d575ff9de514a9ddcb7bd616da1377ecc34c4436e12481e425615ab640e7549c783d9010b22c0460480
+DIST kmymoney-5.0.7.tar.xz 11667088 BLAKE2B 
4d523bb9ea5d41dc6aa6e52b0b982384c6e6ad3cf6981e961f137320a36fc395136b81dfd3b8c8085375c46dc9affaa5b746f9250cce72a6c8ad6af669e5109c
 SHA512 
af0663bc7ac3fe59a8c7db09942bbb8a182ea5f7ee3bdc05e7ed449c7172040de2282997db95fcce823f7d3d8f6f2b43229b5e4ba3b349eb8ea3b2756636f6ed

diff --git a/app-office/kmymoney/kmymoney-5.0.7.ebuild 
b/app-office/kmymoney/kmymoney-5.0.7.ebuild
new file mode 100644
index 000..326c361fbcd
--- /dev/null
+++ b/app-office/kmymoney/kmymoney-5.0.7.ebuild
@@ -0,0 +1,126 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 )
+
+KDE_HANDBOOK="optional"
+KDE_TEST="forceoptional"
+VIRTUALX_REQUIRED="test"
+VIRTUALDBUS_TEST="true"
+inherit kde5 python-single-r1
+
+DESCRIPTION="Personal finance manager based on KDE Frameworks"
+HOMEPAGE="https://kmymoney.org;
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+   SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
+#  KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-2"
+IUSE="activities addressbook calendar hbci holidays ofx quotes webkit weboob"
+
+REQUIRED_USE="weboob? ( ${PYTHON_REQUIRED_USE} )"
+
+BDEPEND="virtual/pkgconfig"
+COMMON_DEPEND="
+   $(add_frameworks_dep karchive)
+   $(add_frameworks_dep kcmutils)
+   $(add_frameworks_dep kcompletion)
+   $(add_frameworks_dep kcodecs)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep kiconthemes)
+   $(add_frameworks_dep kitemmodels)
+   $(add_frameworks_dep kitemviews)
+   $(add_frameworks_dep kjobwidgets)
+   $(add_frameworks_dep knotifications)
+   $(add_frameworks_dep kservice)
+   $(add_frameworks_dep ktextwidgets)
+   $(add_frameworks_dep kwallet)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kxmlgui)
+   $(add_frameworks_dep sonnet)
+   $(add_qt_dep qtdbus)
+   $(add_qt_dep qtgui)
+   $(add_qt_dep qtnetwork)
+   $(add_qt_dep qtprintsupport)
+   $(add_qt_dep qtsql)
+   $(add_qt_dep qtsvg)
+   $(add_qt_dep qtwidgets)
+   $(add_qt_dep qtxml)
+   >=app-crypt/gpgme-1.7.1-r1[cxx]
+   >=app-office/libalkimia-7.0.0:=
+   dev-libs/gmp:0=
+   dev-libs/kdiagram:5
+   dev-libs/libgpg-error
+   activities? ( $(add_frameworks_dep kactivities) )
+   addressbook? (
+   || (
+   $(add_frameworks_dep kcontacts)
+   $(add_kdeapps_dep kcontacts)
+   )
+   $(add_kdeapps_dep akonadi)
+   $(add_kdeapps_dep kidentitymanagement)
+   )
+   calendar? ( dev-libs/libical:= )
+   hbci? (
+   >=net-libs/aqbanking-5.99.40_beta
+   >=sys-libs/gwenhywfar-4.99.22_rc6:=[qt5]
+   )
+   holidays? ( $(add_frameworks_dep kholidays) )
+   ofx? ( dev-libs/libofx )
+   webkit? (
+   $(add_frameworks_dep kdewebkit)
+   >=dev-qt/qtwebkit-5.212.0_pre20180120:5
+   )
+   !webkit? ( $(add_qt_dep qtwebengine 'widgets') )
+   weboob? (
+   ${PYTHON_DEPS}
+   $(add_qt_dep qtconcurrent)
+   www-client/weboob[${PYTHON_USEDEP}]
+   )
+"
+DEPEND="${COMMON_DEPEND}
+   dev-libs/boost

[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/

2019-10-13 Thread Andreas Sturmlechner
commit: 66e508b4012efc7e68de44f354009936eb7fb3e8
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Oct 13 11:17:26 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Oct 13 11:18:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66e508b4

app-office/kmymoney: Accept kde-frameworks/kcontacts

Closes: https://bugs.gentoo.org/697618
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../kmymoney/{kmymoney-5.0.6.ebuild => kmymoney-5.0.6-r1.ebuild}| 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/app-office/kmymoney/kmymoney-5.0.6.ebuild 
b/app-office/kmymoney/kmymoney-5.0.6-r1.ebuild
similarity index 97%
rename from app-office/kmymoney/kmymoney-5.0.6.ebuild
rename to app-office/kmymoney/kmymoney-5.0.6-r1.ebuild
index e7469b83564..5d59ded0b0f 100644
--- a/app-office/kmymoney/kmymoney-5.0.6.ebuild
+++ b/app-office/kmymoney/kmymoney-5.0.6-r1.ebuild
@@ -3,7 +3,6 @@
 
 EAPI=7
 
-EGIT_BRANCH="5.0"
 PYTHON_COMPAT=( python2_7 )
 
 KDE_HANDBOOK="optional"
@@ -61,8 +60,11 @@ COMMON_DEPEND="
dev-libs/libgpg-error
activities? ( $(add_frameworks_dep kactivities) )
addressbook? (
+   || (
+   $(add_frameworks_dep kcontacts)
+   $(add_kdeapps_dep kcontacts)
+   )
$(add_kdeapps_dep akonadi)
-   $(add_kdeapps_dep kcontacts)
$(add_kdeapps_dep kidentitymanagement)
)
calendar? ( dev-libs/libical:= )



[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/

2019-09-18 Thread Andreas Sturmlechner
commit: 2476a04b61f3d2fef92af5bd188593dcc6ba6e5c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Sep 18 18:11:41 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Sep 18 18:13:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2476a04b

app-office/kmymoney: Re-add USE hbci

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

 app-office/kmymoney/kmymoney-5.0.6.ebuild | 8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/app-office/kmymoney/kmymoney-5.0.6.ebuild 
b/app-office/kmymoney/kmymoney-5.0.6.ebuild
index 86b2bc4fc86..e7469b83564 100644
--- a/app-office/kmymoney/kmymoney-5.0.6.ebuild
+++ b/app-office/kmymoney/kmymoney-5.0.6.ebuild
@@ -20,7 +20,7 @@ if [[ ${KDE_BUILD_TYPE} = release ]]; then
 fi
 
 LICENSE="GPL-2"
-IUSE="activities addressbook calendar holidays ofx quotes webkit weboob"
+IUSE="activities addressbook calendar hbci holidays ofx quotes webkit weboob"
 
 REQUIRED_USE="weboob? ( ${PYTHON_REQUIRED_USE} )"
 
@@ -66,6 +66,10 @@ COMMON_DEPEND="
$(add_kdeapps_dep kidentitymanagement)
)
calendar? ( dev-libs/libical:= )
+   hbci? (
+   >=net-libs/aqbanking-5.8.2
+   >=sys-libs/gwenhywfar-4.20.2[qt5]
+   )
holidays? ( $(add_frameworks_dep kholidays) )
ofx? ( dev-libs/libofx )
webkit? (
@@ -99,8 +103,8 @@ src_configure() {
$(cmake-utils_use_find_package addressbook KF5Akonadi)
$(cmake-utils_use_find_package addressbook KF5Contacts)
$(cmake-utils_use_find_package addressbook 
KF5IdentityManagement)
-   -DENABLE_KBANKING=OFF
-DENABLE_LIBICAL=$(usex calendar)
+   -DENABLE_KBANKING=$(usex hbci)
$(cmake-utils_use_find_package holidays KF5Holidays)
-DENABLE_OFXIMPORTER=$(usex ofx)
-DENABLE_WEBENGINE=$(usex !webkit)



[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/

2019-08-27 Thread Andreas Sturmlechner
commit: 5f93871d92ec7871023bebaa0a2cee5be95e2c3d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Aug 27 19:52:52 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Aug 27 19:58:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f93871d

app-office/kmymoney: Drop duplicate KEYWORDS line

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

 app-office/kmymoney/kmymoney-5.0.6.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/app-office/kmymoney/kmymoney-5.0.6.ebuild 
b/app-office/kmymoney/kmymoney-5.0.6.ebuild
index 28de2025ae6..86b2bc4fc86 100644
--- a/app-office/kmymoney/kmymoney-5.0.6.ebuild
+++ b/app-office/kmymoney/kmymoney-5.0.6.ebuild
@@ -20,7 +20,6 @@ if [[ ${KDE_BUILD_TYPE} = release ]]; then
 fi
 
 LICENSE="GPL-2"
-KEYWORDS=""
 IUSE="activities addressbook calendar holidays ofx quotes webkit weboob"
 
 REQUIRED_USE="weboob? ( ${PYTHON_REQUIRED_USE} )"



[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/

2019-08-24 Thread Andreas Sturmlechner
commit: 0e435ecb320861c8ffa16e2a914cb477910ae32c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Aug 24 09:05:06 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug 24 09:06:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e435ecb

app-office/kmymoney: Add back KEYWORDS to 5.0.6

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

 app-office/kmymoney/kmymoney-5.0.6.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-office/kmymoney/kmymoney-5.0.6.ebuild 
b/app-office/kmymoney/kmymoney-5.0.6.ebuild
index 1ef55340784..28de2025ae6 100644
--- a/app-office/kmymoney/kmymoney-5.0.6.ebuild
+++ b/app-office/kmymoney/kmymoney-5.0.6.ebuild
@@ -16,6 +16,7 @@ DESCRIPTION="Personal finance manager based on KDE Frameworks"
 HOMEPAGE="https://kmymoney.org;
 if [[ ${KDE_BUILD_TYPE} = release ]]; then
SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
+   KEYWORDS="~amd64 ~x86"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/

2019-08-22 Thread Andreas Sturmlechner
commit: a47e541f0ff302ac9c73ceb1602ef45acd849e01
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Aug 22 16:46:15 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Aug 22 16:51:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a47e541f

app-office/kmymoney: 5.0.6 version bump

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

 app-office/kmymoney/Manifest  |   1 +
 app-office/kmymoney/kmymoney-5.0.6.ebuild | 120 ++
 2 files changed, 121 insertions(+)

diff --git a/app-office/kmymoney/Manifest b/app-office/kmymoney/Manifest
index 84b77c05338..ff9651ab9b1 100644
--- a/app-office/kmymoney/Manifest
+++ b/app-office/kmymoney/Manifest
@@ -1 +1,2 @@
 DIST kmymoney-5.0.5.tar.xz 11706112 BLAKE2B 
7c0e51ad2404a88affd7b99c8ca59b813b646a7d995b5d7f6db311c8813f2966d14b34271f3d9de73d07c763fb191e9f4c0737e64feb35a62cd719856c20bab1
 SHA512 
ba8033b974b93d47cd2a732a352025715845d3dff016a49babb6b724d5e9b726f84f5e2a1f1f42765a6ff35a00d3d995397f2831981d48cb8468d1407030584c
+DIST kmymoney-5.0.6.tar.xz 11713976 BLAKE2B 
bfc4aacff79f0c92145257e7398271385f80d9ac7460b35f691c1e45dc115ebe91418a98a1a5e6a6c0cdc376beff7b92c8f7d7a29af3d2529503e7db4dc4b77a
 SHA512 
237918b0844d5d9129d086f403090acf21be6e2ba1f41d575ff9de514a9ddcb7bd616da1377ecc34c4436e12481e425615ab640e7549c783d9010b22c0460480

diff --git a/app-office/kmymoney/kmymoney-5.0.6.ebuild 
b/app-office/kmymoney/kmymoney-5.0.6.ebuild
new file mode 100644
index 000..1ef55340784
--- /dev/null
+++ b/app-office/kmymoney/kmymoney-5.0.6.ebuild
@@ -0,0 +1,120 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+EGIT_BRANCH="5.0"
+PYTHON_COMPAT=( python2_7 )
+
+KDE_HANDBOOK="optional"
+KDE_TEST="forceoptional"
+VIRTUALX_REQUIRED="test"
+VIRTUALDBUS_TEST="true"
+inherit kde5 python-single-r1
+
+DESCRIPTION="Personal finance manager based on KDE Frameworks"
+HOMEPAGE="https://kmymoney.org;
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+   SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
+fi
+
+LICENSE="GPL-2"
+KEYWORDS=""
+IUSE="activities addressbook calendar holidays ofx quotes webkit weboob"
+
+REQUIRED_USE="weboob? ( ${PYTHON_REQUIRED_USE} )"
+
+BDEPEND="virtual/pkgconfig"
+COMMON_DEPEND="
+   $(add_frameworks_dep karchive)
+   $(add_frameworks_dep kcmutils)
+   $(add_frameworks_dep kcompletion)
+   $(add_frameworks_dep kcodecs)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep kiconthemes)
+   $(add_frameworks_dep kitemmodels)
+   $(add_frameworks_dep kitemviews)
+   $(add_frameworks_dep kjobwidgets)
+   $(add_frameworks_dep knotifications)
+   $(add_frameworks_dep kservice)
+   $(add_frameworks_dep ktextwidgets)
+   $(add_frameworks_dep kwallet)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kxmlgui)
+   $(add_frameworks_dep sonnet)
+   $(add_qt_dep qtdbus)
+   $(add_qt_dep qtgui)
+   $(add_qt_dep qtnetwork)
+   $(add_qt_dep qtprintsupport)
+   $(add_qt_dep qtsql)
+   $(add_qt_dep qtsvg)
+   $(add_qt_dep qtwidgets)
+   $(add_qt_dep qtxml)
+   >=app-crypt/gpgme-1.7.1-r1[cxx]
+   >=app-office/libalkimia-7.0.0:=
+   dev-libs/gmp:0=
+   dev-libs/kdiagram:5
+   dev-libs/libgpg-error
+   activities? ( $(add_frameworks_dep kactivities) )
+   addressbook? (
+   $(add_kdeapps_dep akonadi)
+   $(add_kdeapps_dep kcontacts)
+   $(add_kdeapps_dep kidentitymanagement)
+   )
+   calendar? ( dev-libs/libical:= )
+   holidays? ( $(add_frameworks_dep kholidays) )
+   ofx? ( dev-libs/libofx )
+   webkit? (
+   $(add_frameworks_dep kdewebkit)
+   >=dev-qt/qtwebkit-5.212.0_pre20180120:5
+   )
+   !webkit? ( $(add_qt_dep qtwebengine 'widgets') )
+   weboob? (
+   ${PYTHON_DEPS}
+   $(add_qt_dep qtconcurrent)
+   www-client/weboob[${PYTHON_USEDEP}]
+   )
+"
+DEPEND="${COMMON_DEPEND}
+   dev-libs/boost
+"
+RDEPEND="${COMMON_DEPEND}
+   !app-office/kmymoney:4
+   quotes? ( dev-perl/Finance-Quote )
+"
+
+pkg_setup() {
+   use weboob && python_setup
+   kde5_pkg_setup
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DUSE_QT_DESIGNER=OFF
+   $(cmake-utils_use_find_package activities KF5Activities)
+   $(cmake-utils_use_find_package addressbook KF5Akonadi)
+   $(cmake-utils_use_find_package addressbook KF5Contacts)
+   $(cmake-utils_use_find_package addressbook 
KF5IdentityManagement)
+   -DENABLE_KBANKING=OFF
+   

[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/

2019-08-14 Thread Andreas Sturmlechner
commit: bd3239f161898a5d21b57b9286a3752d57c226ea
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Aug 14 12:54:43 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Aug 14 13:00:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd3239f1

app-office/kmymoney: 5.0.5 amd64 stable

Closes: https://bugs.gentoo.org/691606
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-office/kmymoney/kmymoney-5.0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/kmymoney/kmymoney-5.0.5.ebuild 
b/app-office/kmymoney/kmymoney-5.0.5.ebuild
index 36c5f7aadd4..44508ca3d7d 100644
--- a/app-office/kmymoney/kmymoney-5.0.5.ebuild
+++ b/app-office/kmymoney/kmymoney-5.0.5.ebuild
@@ -15,7 +15,7 @@ DESCRIPTION="Personal finance manager based on KDE Frameworks"
 HOMEPAGE="https://kmymoney.org;
 if [[ ${KDE_BUILD_TYPE} = release ]]; then
SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
-   KEYWORDS="~amd64 x86"
+   KEYWORDS="amd64 x86"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/

2019-08-14 Thread Andreas Sturmlechner
commit: 07dc138f649d270e5464ee5c8ce6c94bcdf87114
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Aug 14 12:55:24 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Aug 14 13:00:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07dc138f

app-office/kmymoney: Drop 5.0.4

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

 app-office/kmymoney/Manifest  |   1 -
 app-office/kmymoney/kmymoney-5.0.4.ebuild | 123 --
 2 files changed, 124 deletions(-)

diff --git a/app-office/kmymoney/Manifest b/app-office/kmymoney/Manifest
index 665c885fe90..84b77c05338 100644
--- a/app-office/kmymoney/Manifest
+++ b/app-office/kmymoney/Manifest
@@ -1,2 +1 @@
-DIST kmymoney-5.0.4.tar.xz 11708760 BLAKE2B 
62fd279039ef41078fddfc4a69d9a8e7c425965114ad91464ef94f7e8f72f07ed9cc16989d1ed6ee01fdc8cdd274afb231fbfe43e8a5e0c8d17c33aa17fcb70b
 SHA512 
406460f33b32941796e8b0a2fb21f783db6c2444b35b0402647e688b78ecccb82401a7a1fa7c008ffd840cbd88c82db91e367be917f9ab7b231a0208b439b91f
 DIST kmymoney-5.0.5.tar.xz 11706112 BLAKE2B 
7c0e51ad2404a88affd7b99c8ca59b813b646a7d995b5d7f6db311c8813f2966d14b34271f3d9de73d07c763fb191e9f4c0737e64feb35a62cd719856c20bab1
 SHA512 
ba8033b974b93d47cd2a732a352025715845d3dff016a49babb6b724d5e9b726f84f5e2a1f1f42765a6ff35a00d3d995397f2831981d48cb8468d1407030584c

diff --git a/app-office/kmymoney/kmymoney-5.0.4.ebuild 
b/app-office/kmymoney/kmymoney-5.0.4.ebuild
deleted file mode 100644
index f2f2db1d8a0..000
--- a/app-office/kmymoney/kmymoney-5.0.4.ebuild
+++ /dev/null
@@ -1,123 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python2_7 )
-
-KDE_HANDBOOK="optional"
-KDE_TEST="forceoptional"
-VIRTUALX_REQUIRED="test"
-VIRTUALDBUS_TEST="true"
-inherit kde5 python-single-r1
-
-DESCRIPTION="Personal finance manager based on KDE Frameworks"
-HOMEPAGE="https://kmymoney.org;
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
-   SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
-fi
-
-LICENSE="GPL-2"
-KEYWORDS="amd64 x86"
-IUSE="activities addressbook calendar hbci holidays ofx quotes webkit weboob"
-
-REQUIRED_USE="weboob? ( ${PYTHON_REQUIRED_USE} )"
-
-BDEPEND="virtual/pkgconfig"
-COMMON_DEPEND="
-   $(add_frameworks_dep karchive)
-   $(add_frameworks_dep kcmutils)
-   $(add_frameworks_dep kcompletion)
-   $(add_frameworks_dep kcodecs)
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep kiconthemes)
-   $(add_frameworks_dep kitemmodels)
-   $(add_frameworks_dep kitemviews)
-   $(add_frameworks_dep kjobwidgets)
-   $(add_frameworks_dep knotifications)
-   $(add_frameworks_dep kservice)
-   $(add_frameworks_dep ktextwidgets)
-   $(add_frameworks_dep kwallet)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kxmlgui)
-   $(add_frameworks_dep sonnet)
-   $(add_qt_dep qtdbus)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtnetwork)
-   $(add_qt_dep qtprintsupport)
-   $(add_qt_dep qtsql)
-   $(add_qt_dep qtsvg)
-   $(add_qt_dep qtwidgets)
-   $(add_qt_dep qtxml)
-   >=app-crypt/gpgme-1.7.1-r1[cxx]
-   >=app-office/libalkimia-6.0.0
-   dev-libs/gmp:0=
-   dev-libs/kdiagram:5
-   dev-libs/libgpg-error
-   activities? ( $(add_frameworks_dep kactivities) )
-   addressbook? (
-   $(add_kdeapps_dep akonadi)
-   $(add_kdeapps_dep kcontacts)
-   $(add_kdeapps_dep kidentitymanagement)
-   )
-   calendar? ( dev-libs/libical:= )
-   hbci? (
-   >=net-libs/aqbanking-5.6.5
-   >=sys-libs/gwenhywfar-4.15.3-r1[qt5]
-   )
-   holidays? ( $(add_frameworks_dep kholidays) )
-   ofx? ( dev-libs/libofx )
-   webkit? (
-   $(add_frameworks_dep kdewebkit)
-   >=dev-qt/qtwebkit-5.212.0_pre20180120:5
-   )
-   !webkit? ( $(add_qt_dep qtwebengine 'widgets') )
-   weboob? (
-   ${PYTHON_DEPS}
-   $(add_qt_dep qtconcurrent)
-   www-client/weboob[${PYTHON_USEDEP}]
-   )
-"
-DEPEND="${COMMON_DEPEND}
-   dev-libs/boost
-"
-RDEPEND="${COMMON_DEPEND}
-   !app-office/kmymoney:4
-   quotes? ( dev-perl/Finance-Quote )
-"
-
-pkg_setup() {
-   use weboob && python_setup
-   kde5_pkg_setup
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DUSE_QT_DESIGNER=OFF
-   $(cmake-utils_use_find_package activities KF5Activities)
-   $(cmake-utils_use_find_package addressbook KF5Akonadi)
-   $(cmake-utils_use_find_package addressbook KF5Contacts)
-   

[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/files/, app-office/kmymoney/

2019-08-11 Thread Andreas Sturmlechner
commit: 115c7151193fee87da50340202ffd39e1b8f3c57
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Aug 11 08:13:13 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Aug 11 08:19:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=115c7151

app-office/kmymoney: Fix missing header with Frameworks 5.61

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

 .../files/kmymoney-5.0.5-missing-header.patch  | 24 ++
 app-office/kmymoney/kmymoney-5.0.5.ebuild  |  2 ++
 2 files changed, 26 insertions(+)

diff --git a/app-office/kmymoney/files/kmymoney-5.0.5-missing-header.patch 
b/app-office/kmymoney/files/kmymoney-5.0.5-missing-header.patch
new file mode 100644
index 000..d365607aecf
--- /dev/null
+++ b/app-office/kmymoney/files/kmymoney-5.0.5-missing-header.patch
@@ -0,0 +1,24 @@
+From b48fc8588f1fd98b116fce21ebfda6416f558146 Mon Sep 17 00:00:00 2001
+From: Luca Beltrame 
+Date: Sun, 21 Jul 2019 09:10:44 +0200
+Subject: Fix build with Qt 5.13
+
+Yet another case of QMap no longer being included.
+---
+ kmymoney/plugins/kmymoneyplugin.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/kmymoney/plugins/kmymoneyplugin.h 
b/kmymoney/plugins/kmymoneyplugin.h
+index abd6b64..ccff5d3 100644
+--- a/kmymoney/plugins/kmymoneyplugin.h
 b/kmymoney/plugins/kmymoneyplugin.h
+@@ -25,6 +25,7 @@
+ // 

+ // QT Includes
+ 
++#include 
+ #include 
+ 
+ // 

+-- 
+cgit v1.1

diff --git a/app-office/kmymoney/kmymoney-5.0.5.ebuild 
b/app-office/kmymoney/kmymoney-5.0.5.ebuild
index 8ab83390352..96a0d4c95e4 100644
--- a/app-office/kmymoney/kmymoney-5.0.5.ebuild
+++ b/app-office/kmymoney/kmymoney-5.0.5.ebuild
@@ -90,6 +90,8 @@ RDEPEND="${COMMON_DEPEND}
quotes? ( dev-perl/Finance-Quote )
 "
 
+PATCHES=( "${FILESDIR}"/${P}-missing-header.patch )
+
 pkg_setup() {
use weboob && python_setup
kde5_pkg_setup



[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/

2019-07-10 Thread Andreas Sturmlechner
commit: e1ee13f22113f6beaa257ec4f55efcb7420b520b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jul 10 09:31:08 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jul 10 10:36:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1ee13f2

app-office/kmymoney: 5.0.5 version bump

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

 app-office/kmymoney/Manifest  |   1 +
 app-office/kmymoney/kmymoney-5.0.5.ebuild | 123 ++
 2 files changed, 124 insertions(+)

diff --git a/app-office/kmymoney/Manifest b/app-office/kmymoney/Manifest
index 81df6f2943a..665c885fe90 100644
--- a/app-office/kmymoney/Manifest
+++ b/app-office/kmymoney/Manifest
@@ -1 +1,2 @@
 DIST kmymoney-5.0.4.tar.xz 11708760 BLAKE2B 
62fd279039ef41078fddfc4a69d9a8e7c425965114ad91464ef94f7e8f72f07ed9cc16989d1ed6ee01fdc8cdd274afb231fbfe43e8a5e0c8d17c33aa17fcb70b
 SHA512 
406460f33b32941796e8b0a2fb21f783db6c2444b35b0402647e688b78ecccb82401a7a1fa7c008ffd840cbd88c82db91e367be917f9ab7b231a0208b439b91f
+DIST kmymoney-5.0.5.tar.xz 11706112 BLAKE2B 
7c0e51ad2404a88affd7b99c8ca59b813b646a7d995b5d7f6db311c8813f2966d14b34271f3d9de73d07c763fb191e9f4c0737e64feb35a62cd719856c20bab1
 SHA512 
ba8033b974b93d47cd2a732a352025715845d3dff016a49babb6b724d5e9b726f84f5e2a1f1f42765a6ff35a00d3d995397f2831981d48cb8468d1407030584c

diff --git a/app-office/kmymoney/kmymoney-5.0.5.ebuild 
b/app-office/kmymoney/kmymoney-5.0.5.ebuild
new file mode 100644
index 000..8ab83390352
--- /dev/null
+++ b/app-office/kmymoney/kmymoney-5.0.5.ebuild
@@ -0,0 +1,123 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 )
+
+KDE_HANDBOOK="optional"
+KDE_TEST="forceoptional"
+VIRTUALX_REQUIRED="test"
+VIRTUALDBUS_TEST="true"
+inherit kde5 python-single-r1
+
+DESCRIPTION="Personal finance manager based on KDE Frameworks"
+HOMEPAGE="https://kmymoney.org;
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+   SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-2"
+IUSE="activities addressbook calendar hbci holidays ofx quotes webkit weboob"
+
+REQUIRED_USE="weboob? ( ${PYTHON_REQUIRED_USE} )"
+
+BDEPEND="virtual/pkgconfig"
+COMMON_DEPEND="
+   $(add_frameworks_dep karchive)
+   $(add_frameworks_dep kcmutils)
+   $(add_frameworks_dep kcompletion)
+   $(add_frameworks_dep kcodecs)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep kiconthemes)
+   $(add_frameworks_dep kitemmodels)
+   $(add_frameworks_dep kitemviews)
+   $(add_frameworks_dep kjobwidgets)
+   $(add_frameworks_dep knotifications)
+   $(add_frameworks_dep kservice)
+   $(add_frameworks_dep ktextwidgets)
+   $(add_frameworks_dep kwallet)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kxmlgui)
+   $(add_frameworks_dep sonnet)
+   $(add_qt_dep qtdbus)
+   $(add_qt_dep qtgui)
+   $(add_qt_dep qtnetwork)
+   $(add_qt_dep qtprintsupport)
+   $(add_qt_dep qtsql)
+   $(add_qt_dep qtsvg)
+   $(add_qt_dep qtwidgets)
+   $(add_qt_dep qtxml)
+   >=app-crypt/gpgme-1.7.1-r1[cxx]
+   >=app-office/libalkimia-6.0.0
+   dev-libs/gmp:0=
+   dev-libs/kdiagram:5
+   dev-libs/libgpg-error
+   activities? ( $(add_frameworks_dep kactivities) )
+   addressbook? (
+   $(add_kdeapps_dep akonadi)
+   $(add_kdeapps_dep kcontacts)
+   $(add_kdeapps_dep kidentitymanagement)
+   )
+   calendar? ( dev-libs/libical:= )
+   hbci? (
+   >=net-libs/aqbanking-5.6.5
+   >=sys-libs/gwenhywfar-4.15.3-r1[qt5]
+   )
+   holidays? ( $(add_frameworks_dep kholidays) )
+   ofx? ( dev-libs/libofx )
+   webkit? (
+   $(add_frameworks_dep kdewebkit)
+   >=dev-qt/qtwebkit-5.212.0_pre20180120:5
+   )
+   !webkit? ( $(add_qt_dep qtwebengine 'widgets') )
+   weboob? (
+   ${PYTHON_DEPS}
+   $(add_qt_dep qtconcurrent)
+   www-client/weboob[${PYTHON_USEDEP}]
+   )
+"
+DEPEND="${COMMON_DEPEND}
+   dev-libs/boost
+"
+RDEPEND="${COMMON_DEPEND}
+   !app-office/kmymoney:4
+   quotes? ( dev-perl/Finance-Quote )
+"
+
+pkg_setup() {
+   use weboob && python_setup
+   kde5_pkg_setup
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DUSE_QT_DESIGNER=OFF
+   $(cmake-utils_use_find_package activities KF5Activities)
+   $(cmake-utils_use_find_package addressbook KF5Akonadi)
+   $(cmake-utils_use_find_package addressbook KF5Contacts)
+   

[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/

2019-06-05 Thread Andreas Sturmlechner
commit: 260f4049e314f88bd49c897394460ea90da461fd
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jun  5 16:53:33 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jun  5 16:54:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=260f4049

app-office/kmymoney: Disable broken qsqlcipher-test

Needs kmymoney installed to succeed.

Closes: https://bugs.gentoo.org/673052
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-office/kmymoney/kmymoney-5.0.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-office/kmymoney/kmymoney-5.0.4.ebuild 
b/app-office/kmymoney/kmymoney-5.0.4.ebuild
index 1d8243bf1c6..f2f2db1d8a0 100644
--- a/app-office/kmymoney/kmymoney-5.0.4.ebuild
+++ b/app-office/kmymoney/kmymoney-5.0.4.ebuild
@@ -114,9 +114,9 @@ src_configure() {
 }
 
 src_test() {
-   # bug: 652636
+   # bug 652636; bug 673052: needs kmymoney installed to succeed
local myctestargs=(
-   -E "(reports-chart-test)"
+   -E "(reports-chart-test|qsqlcipher-test)"
)
 
kde5_src_test



[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/

2019-06-04 Thread Andreas Sturmlechner
commit: f8bce9d5fbcdd29591d15d928f9eeffb8c35243d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jun  4 21:56:19 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jun  4 21:56:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8bce9d5

app-office/kmymoney: Drop 5.0.3

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

 app-office/kmymoney/Manifest  |   1 -
 app-office/kmymoney/kmymoney-5.0.3.ebuild | 125 --
 2 files changed, 126 deletions(-)

diff --git a/app-office/kmymoney/Manifest b/app-office/kmymoney/Manifest
index f1f0efb11be..81df6f2943a 100644
--- a/app-office/kmymoney/Manifest
+++ b/app-office/kmymoney/Manifest
@@ -1,2 +1 @@
-DIST kmymoney-5.0.3.tar.xz 11690060 BLAKE2B 
beb836c4753caa81ee3a06f12fce65fd584fbeaa228cba087b77284e0f3ecce8b88b030466198db62fdf23af26cee5caad59eb845653006d700cf68a0793231f
 SHA512 
9f8aaa26a3cb3f5eb2a61936ecc54f97096f98d4f0ffbfbfb6adbe099a559f797d997b1d23bb7f18d31d76182f8fa8601a70176a4bc16f5cdf2fac0af8903fc0
 DIST kmymoney-5.0.4.tar.xz 11708760 BLAKE2B 
62fd279039ef41078fddfc4a69d9a8e7c425965114ad91464ef94f7e8f72f07ed9cc16989d1ed6ee01fdc8cdd274afb231fbfe43e8a5e0c8d17c33aa17fcb70b
 SHA512 
406460f33b32941796e8b0a2fb21f783db6c2444b35b0402647e688b78ecccb82401a7a1fa7c008ffd840cbd88c82db91e367be917f9ab7b231a0208b439b91f

diff --git a/app-office/kmymoney/kmymoney-5.0.3.ebuild 
b/app-office/kmymoney/kmymoney-5.0.3.ebuild
deleted file mode 100644
index 15c71b91914..000
--- a/app-office/kmymoney/kmymoney-5.0.3.ebuild
+++ /dev/null
@@ -1,125 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-EGIT_BRANCH="5.0"
-PYTHON_COMPAT=( python2_7 )
-
-KDE_GCC_MINIMAL="6.4"
-KDE_HANDBOOK="optional"
-KDE_TEST="forceoptional"
-VIRTUALX_REQUIRED="test"
-VIRTUALDBUS_TEST="true"
-inherit kde5 python-single-r1
-
-DESCRIPTION="Personal finance manager based on KDE Frameworks"
-HOMEPAGE="https://kmymoney.org;
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
-   SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
-fi
-
-LICENSE="GPL-2"
-KEYWORDS="amd64 x86"
-IUSE="activities addressbook calendar hbci holidays ofx quotes webkit weboob"
-
-REQUIRED_USE="weboob? ( ${PYTHON_REQUIRED_USE} )"
-
-BDEPEND="virtual/pkgconfig"
-COMMON_DEPEND="
-   $(add_frameworks_dep karchive)
-   $(add_frameworks_dep kcmutils)
-   $(add_frameworks_dep kcompletion)
-   $(add_frameworks_dep kcodecs)
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep kiconthemes)
-   $(add_frameworks_dep kitemmodels)
-   $(add_frameworks_dep kitemviews)
-   $(add_frameworks_dep kjobwidgets)
-   $(add_frameworks_dep knotifications)
-   $(add_frameworks_dep kservice)
-   $(add_frameworks_dep ktextwidgets)
-   $(add_frameworks_dep kwallet)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kxmlgui)
-   $(add_frameworks_dep sonnet)
-   $(add_qt_dep qtdbus)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtnetwork)
-   $(add_qt_dep qtprintsupport)
-   $(add_qt_dep qtsql)
-   $(add_qt_dep qtsvg)
-   $(add_qt_dep qtwidgets)
-   $(add_qt_dep qtxml)
-   >=app-crypt/gpgme-1.7.1-r1[cxx]
-   >=app-office/libalkimia-6.0.0
-   dev-libs/gmp:0=
-   dev-libs/kdiagram:5
-   dev-libs/libgpg-error
-   activities? ( $(add_frameworks_dep kactivities) )
-   addressbook? (
-   $(add_kdeapps_dep akonadi)
-   $(add_kdeapps_dep kcontacts)
-   $(add_kdeapps_dep kidentitymanagement)
-   )
-   calendar? ( dev-libs/libical:= )
-   hbci? (
-   >=net-libs/aqbanking-5.6.5
-   >=sys-libs/gwenhywfar-4.15.3-r1[qt5]
-   )
-   holidays? ( $(add_frameworks_dep kholidays) )
-   ofx? ( dev-libs/libofx )
-   webkit? (
-   $(add_frameworks_dep kdewebkit)
-   >=dev-qt/qtwebkit-5.212.0_pre20180120:5
-   )
-   !webkit? ( $(add_qt_dep qtwebengine 'widgets') )
-   weboob? (
-   ${PYTHON_DEPS}
-   $(add_qt_dep qtconcurrent)
-   www-client/weboob[${PYTHON_USEDEP}]
-   )
-"
-DEPEND="${COMMON_DEPEND}
-   dev-libs/boost
-"
-RDEPEND="${COMMON_DEPEND}
-   !app-office/kmymoney:4
-   quotes? ( dev-perl/Finance-Quote )
-"
-
-pkg_setup() {
-   use weboob && python_setup
-   kde5_pkg_setup
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DUSE_QT_DESIGNER=OFF
-   $(cmake-utils_use_find_package activities KF5Activities)
-   $(cmake-utils_use_find_package addressbook KF5Akonadi)
-   $(cmake-utils_use_find_package addressbook KF5Contacts)
-  

[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/

2019-06-04 Thread Thomas Deutschmann
commit: 947ea45bd4823433b460304753e610f04d5bf5e2
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Jun  4 20:41:45 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Jun  4 20:58:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=947ea45b

app-office/kmymoney: x86 stable (bug #686340)

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Thomas Deutschmann  gentoo.org>

 app-office/kmymoney/kmymoney-5.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/kmymoney/kmymoney-5.0.4.ebuild 
b/app-office/kmymoney/kmymoney-5.0.4.ebuild
index 9c92a22c0ae..1d8243bf1c6 100644
--- a/app-office/kmymoney/kmymoney-5.0.4.ebuild
+++ b/app-office/kmymoney/kmymoney-5.0.4.ebuild
@@ -18,7 +18,7 @@ if [[ ${KDE_BUILD_TYPE} = release ]]; then
 fi
 
 LICENSE="GPL-2"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="activities addressbook calendar hbci holidays ofx quotes webkit weboob"
 
 REQUIRED_USE="weboob? ( ${PYTHON_REQUIRED_USE} )"



[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/

2019-05-25 Thread Mikle Kolyada
commit: ea0236328ff2e9cc4cf9b78b4872241fb2104d4f
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat May 25 08:35:40 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat May 25 08:35:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea023632

app-office/kmymoney: amd64 stable wrt bug #686340

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 app-office/kmymoney/kmymoney-5.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/kmymoney/kmymoney-5.0.4.ebuild 
b/app-office/kmymoney/kmymoney-5.0.4.ebuild
index 65dfaccc967..9c92a22c0ae 100644
--- a/app-office/kmymoney/kmymoney-5.0.4.ebuild
+++ b/app-office/kmymoney/kmymoney-5.0.4.ebuild
@@ -18,7 +18,7 @@ if [[ ${KDE_BUILD_TYPE} = release ]]; then
 fi
 
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="activities addressbook calendar hbci holidays ofx quotes webkit weboob"
 
 REQUIRED_USE="weboob? ( ${PYTHON_REQUIRED_USE} )"



[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/

2019-04-22 Thread Andreas Sturmlechner
commit: 4948e31ff34233db415b7f7f8c57b55dd8193822
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Apr 21 21:21:24 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Apr 22 10:41:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4948e31f

app-office/kmymoney: 5.0.4 version bump

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

 app-office/kmymoney/Manifest  |   1 +
 app-office/kmymoney/kmymoney-5.0.4.ebuild | 123 ++
 2 files changed, 124 insertions(+)

diff --git a/app-office/kmymoney/Manifest b/app-office/kmymoney/Manifest
index 95cb5785b91..f1f0efb11be 100644
--- a/app-office/kmymoney/Manifest
+++ b/app-office/kmymoney/Manifest
@@ -1 +1,2 @@
 DIST kmymoney-5.0.3.tar.xz 11690060 BLAKE2B 
beb836c4753caa81ee3a06f12fce65fd584fbeaa228cba087b77284e0f3ecce8b88b030466198db62fdf23af26cee5caad59eb845653006d700cf68a0793231f
 SHA512 
9f8aaa26a3cb3f5eb2a61936ecc54f97096f98d4f0ffbfbfb6adbe099a559f797d997b1d23bb7f18d31d76182f8fa8601a70176a4bc16f5cdf2fac0af8903fc0
+DIST kmymoney-5.0.4.tar.xz 11708760 BLAKE2B 
62fd279039ef41078fddfc4a69d9a8e7c425965114ad91464ef94f7e8f72f07ed9cc16989d1ed6ee01fdc8cdd274afb231fbfe43e8a5e0c8d17c33aa17fcb70b
 SHA512 
406460f33b32941796e8b0a2fb21f783db6c2444b35b0402647e688b78ecccb82401a7a1fa7c008ffd840cbd88c82db91e367be917f9ab7b231a0208b439b91f

diff --git a/app-office/kmymoney/kmymoney-5.0.4.ebuild 
b/app-office/kmymoney/kmymoney-5.0.4.ebuild
new file mode 100644
index 000..65dfaccc967
--- /dev/null
+++ b/app-office/kmymoney/kmymoney-5.0.4.ebuild
@@ -0,0 +1,123 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 )
+
+KDE_HANDBOOK="optional"
+KDE_TEST="forceoptional"
+VIRTUALX_REQUIRED="test"
+VIRTUALDBUS_TEST="true"
+inherit kde5 python-single-r1
+
+DESCRIPTION="Personal finance manager based on KDE Frameworks"
+HOMEPAGE="https://kmymoney.org;
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+   SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
+fi
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="activities addressbook calendar hbci holidays ofx quotes webkit weboob"
+
+REQUIRED_USE="weboob? ( ${PYTHON_REQUIRED_USE} )"
+
+BDEPEND="virtual/pkgconfig"
+COMMON_DEPEND="
+   $(add_frameworks_dep karchive)
+   $(add_frameworks_dep kcmutils)
+   $(add_frameworks_dep kcompletion)
+   $(add_frameworks_dep kcodecs)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep kiconthemes)
+   $(add_frameworks_dep kitemmodels)
+   $(add_frameworks_dep kitemviews)
+   $(add_frameworks_dep kjobwidgets)
+   $(add_frameworks_dep knotifications)
+   $(add_frameworks_dep kservice)
+   $(add_frameworks_dep ktextwidgets)
+   $(add_frameworks_dep kwallet)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kxmlgui)
+   $(add_frameworks_dep sonnet)
+   $(add_qt_dep qtdbus)
+   $(add_qt_dep qtgui)
+   $(add_qt_dep qtnetwork)
+   $(add_qt_dep qtprintsupport)
+   $(add_qt_dep qtsql)
+   $(add_qt_dep qtsvg)
+   $(add_qt_dep qtwidgets)
+   $(add_qt_dep qtxml)
+   >=app-crypt/gpgme-1.7.1-r1[cxx]
+   >=app-office/libalkimia-6.0.0
+   dev-libs/gmp:0=
+   dev-libs/kdiagram:5
+   dev-libs/libgpg-error
+   activities? ( $(add_frameworks_dep kactivities) )
+   addressbook? (
+   $(add_kdeapps_dep akonadi)
+   $(add_kdeapps_dep kcontacts)
+   $(add_kdeapps_dep kidentitymanagement)
+   )
+   calendar? ( dev-libs/libical:= )
+   hbci? (
+   >=net-libs/aqbanking-5.6.5
+   >=sys-libs/gwenhywfar-4.15.3-r1[qt5]
+   )
+   holidays? ( $(add_frameworks_dep kholidays) )
+   ofx? ( dev-libs/libofx )
+   webkit? (
+   $(add_frameworks_dep kdewebkit)
+   >=dev-qt/qtwebkit-5.212.0_pre20180120:5
+   )
+   !webkit? ( $(add_qt_dep qtwebengine 'widgets') )
+   weboob? (
+   ${PYTHON_DEPS}
+   $(add_qt_dep qtconcurrent)
+   www-client/weboob[${PYTHON_USEDEP}]
+   )
+"
+DEPEND="${COMMON_DEPEND}
+   dev-libs/boost
+"
+RDEPEND="${COMMON_DEPEND}
+   !app-office/kmymoney:4
+   quotes? ( dev-perl/Finance-Quote )
+"
+
+pkg_setup() {
+   use weboob && python_setup
+   kde5_pkg_setup
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DUSE_QT_DESIGNER=OFF
+   $(cmake-utils_use_find_package activities KF5Activities)
+   $(cmake-utils_use_find_package addressbook KF5Akonadi)
+   $(cmake-utils_use_find_package addressbook KF5Contacts)
+   

[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/

2019-03-02 Thread Andreas Sturmlechner
commit: bfe8e9b80e4d0bf1154d16a56ae02f02ad0d1797
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Mar  2 20:54:55 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Mar  2 20:54:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfe8e9b8

app-office/kmymoney: Drop 5.0.2

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

 app-office/kmymoney/Manifest  |   1 -
 app-office/kmymoney/kmymoney-5.0.2.ebuild | 126 --
 2 files changed, 127 deletions(-)

diff --git a/app-office/kmymoney/Manifest b/app-office/kmymoney/Manifest
index 5e52c81e6e0..95cb5785b91 100644
--- a/app-office/kmymoney/Manifest
+++ b/app-office/kmymoney/Manifest
@@ -1,2 +1 @@
-DIST kmymoney-5.0.2.tar.xz 11682108 BLAKE2B 
310ec19938950f05654555be1c1f0091233e1c3e497c9481ff0a199ad8f34efe517fb5f2c54cf6e521b03bddf9aec89976e346f1dba72b1f245c4d8af349864a
 SHA512 
a2d6e28a68a7d8bf05e4a0c88b398ff8d9b644384d7113e6abeea4572df8b054a31edaaddd6cad7dc5aaddef492c0477df3a92a4e2d4efdfba7722f54453ca47
 DIST kmymoney-5.0.3.tar.xz 11690060 BLAKE2B 
beb836c4753caa81ee3a06f12fce65fd584fbeaa228cba087b77284e0f3ecce8b88b030466198db62fdf23af26cee5caad59eb845653006d700cf68a0793231f
 SHA512 
9f8aaa26a3cb3f5eb2a61936ecc54f97096f98d4f0ffbfbfb6adbe099a559f797d997b1d23bb7f18d31d76182f8fa8601a70176a4bc16f5cdf2fac0af8903fc0

diff --git a/app-office/kmymoney/kmymoney-5.0.2.ebuild 
b/app-office/kmymoney/kmymoney-5.0.2.ebuild
deleted file mode 100644
index 4e3d5e4fb8c..000
--- a/app-office/kmymoney/kmymoney-5.0.2.ebuild
+++ /dev/null
@@ -1,126 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-EGIT_BRANCH="5.0"
-PYTHON_COMPAT=( python2_7 )
-
-KDE_GCC_MINIMAL="6.4"
-KDE_HANDBOOK="optional"
-KDE_TEST="forceoptional"
-VIRTUALX_REQUIRED="test"
-VIRTUALDBUS_TEST="true"
-inherit kde5 python-single-r1
-
-DESCRIPTION="Personal finance manager based on KDE Frameworks"
-HOMEPAGE="https://kmymoney.org;
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
-   SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
-fi
-
-LICENSE="GPL-2"
-KEYWORDS="amd64 x86"
-IUSE="activities addressbook calendar hbci holidays ofx quotes webkit weboob"
-
-REQUIRED_USE="weboob? ( ${PYTHON_REQUIRED_USE} )"
-
-COMMON_DEPEND="
-   $(add_frameworks_dep karchive)
-   $(add_frameworks_dep kcmutils)
-   $(add_frameworks_dep kcompletion)
-   $(add_frameworks_dep kcodecs)
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep kiconthemes)
-   $(add_frameworks_dep kitemmodels)
-   $(add_frameworks_dep kitemviews)
-   $(add_frameworks_dep kjobwidgets)
-   $(add_frameworks_dep knotifications)
-   $(add_frameworks_dep kservice)
-   $(add_frameworks_dep ktextwidgets)
-   $(add_frameworks_dep kwallet)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kxmlgui)
-   $(add_frameworks_dep sonnet)
-   $(add_qt_dep qtdbus)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtnetwork)
-   $(add_qt_dep qtprintsupport)
-   $(add_qt_dep qtsql)
-   $(add_qt_dep qtsvg)
-   $(add_qt_dep qtwidgets)
-   $(add_qt_dep qtxml)
-   >=app-crypt/gpgme-1.7.1-r1[cxx]
-   >=app-office/libalkimia-6.0.0
-   dev-libs/gmp:0=
-   dev-libs/kdiagram:5
-   dev-libs/libgpg-error
-   x11-misc/shared-mime-info
-   activities? ( $(add_frameworks_dep kactivities) )
-   addressbook? (
-   $(add_kdeapps_dep akonadi)
-   $(add_kdeapps_dep kcontacts)
-   $(add_kdeapps_dep kidentitymanagement)
-   )
-   calendar? ( dev-libs/libical:= )
-   hbci? (
-   >=net-libs/aqbanking-5.6.5
-   >=sys-libs/gwenhywfar-4.15.3-r1[qt5]
-   )
-   holidays? ( $(add_frameworks_dep kholidays) )
-   ofx? ( dev-libs/libofx )
-   webkit? (
-   $(add_frameworks_dep kdewebkit)
-   $(add_qt_dep qtwebkit)
-   )
-   !webkit? ( $(add_qt_dep qtwebengine 'widgets') )
-   weboob? (
-   ${PYTHON_DEPS}
-   $(add_qt_dep qtconcurrent)
-   www-client/weboob[${PYTHON_USEDEP}]
-   )
-"
-DEPEND="${COMMON_DEPEND}
-   dev-libs/boost
-   virtual/pkgconfig
-"
-RDEPEND="${COMMON_DEPEND}
-   !app-office/kmymoney:4
-   quotes? ( dev-perl/Finance-Quote )
-"
-
-pkg_setup() {
-   use weboob && python_setup
-   kde5_pkg_setup
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DUSE_QT_DESIGNER=OFF
-   $(cmake-utils_use_find_package activities KF5Activities)
-   $(cmake-utils_use_find_package addressbook KF5Akonadi)
-   $(cmake-utils_use_find_package addressbook 

[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/

2019-03-02 Thread Thomas Deutschmann
commit: 859305177aa6feea0271357a473c9920d7e46a58
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Mar  2 20:39:23 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Mar  2 20:49:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85930517

app-office/kmymoney: x86 stable (bug #678698)

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann  gentoo.org>

 app-office/kmymoney/kmymoney-5.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/kmymoney/kmymoney-5.0.3.ebuild 
b/app-office/kmymoney/kmymoney-5.0.3.ebuild
index c32c3556914..15c71b91914 100644
--- a/app-office/kmymoney/kmymoney-5.0.3.ebuild
+++ b/app-office/kmymoney/kmymoney-5.0.3.ebuild
@@ -20,7 +20,7 @@ if [[ ${KDE_BUILD_TYPE} = release ]]; then
 fi
 
 LICENSE="GPL-2"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="activities addressbook calendar hbci holidays ofx quotes webkit weboob"
 
 REQUIRED_USE="weboob? ( ${PYTHON_REQUIRED_USE} )"



[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/

2019-02-25 Thread Mikle Kolyada
commit: 323065949586940e45c278891dad2ba09df44fa5
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Feb 25 15:14:14 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Feb 25 15:14:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32306594

app-office/kmymoney: amd64 stable wrt bug #678698

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 app-office/kmymoney/kmymoney-5.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/kmymoney/kmymoney-5.0.3.ebuild 
b/app-office/kmymoney/kmymoney-5.0.3.ebuild
index 424fba46bb5..c32c3556914 100644
--- a/app-office/kmymoney/kmymoney-5.0.3.ebuild
+++ b/app-office/kmymoney/kmymoney-5.0.3.ebuild
@@ -20,7 +20,7 @@ if [[ ${KDE_BUILD_TYPE} = release ]]; then
 fi
 
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="activities addressbook calendar hbci holidays ofx quotes webkit weboob"
 
 REQUIRED_USE="weboob? ( ${PYTHON_REQUIRED_USE} )"



[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/

2019-02-07 Thread Andreas Sturmlechner
commit: cf8851e43079479a7f0dadf59f0effac4778a9d4
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Feb  7 14:50:59 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Feb  7 14:50:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf8851e4

app-office/kmymoney: EAPI-7 bump

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

 app-office/kmymoney/kmymoney-5.0.3.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-office/kmymoney/kmymoney-5.0.3.ebuild 
b/app-office/kmymoney/kmymoney-5.0.3.ebuild
index f50f2d2da31..424fba46bb5 100644
--- a/app-office/kmymoney/kmymoney-5.0.3.ebuild
+++ b/app-office/kmymoney/kmymoney-5.0.3.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 EGIT_BRANCH="5.0"
 PYTHON_COMPAT=( python2_7 )
@@ -25,6 +25,7 @@ IUSE="activities addressbook calendar hbci holidays ofx 
quotes webkit weboob"
 
 REQUIRED_USE="weboob? ( ${PYTHON_REQUIRED_USE} )"
 
+BDEPEND="virtual/pkgconfig"
 COMMON_DEPEND="
$(add_frameworks_dep karchive)
$(add_frameworks_dep kcmutils)
@@ -74,7 +75,7 @@ COMMON_DEPEND="
ofx? ( dev-libs/libofx )
webkit? (
$(add_frameworks_dep kdewebkit)
-   $(add_qt_dep qtwebkit)
+   >=dev-qt/qtwebkit-5.212.0_pre20180120:5
)
!webkit? ( $(add_qt_dep qtwebengine 'widgets') )
weboob? (
@@ -85,7 +86,6 @@ COMMON_DEPEND="
 "
 DEPEND="${COMMON_DEPEND}
dev-libs/boost
-   virtual/pkgconfig
 "
 RDEPEND="${COMMON_DEPEND}
!app-office/kmymoney:4



[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/

2019-01-28 Thread Andreas Sturmlechner
commit: 962508576c373b280001cf7ab2aeaed21a2b4316
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Jan 28 16:23:34 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jan 28 16:48:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96250857

app-office/kmymoney: 5.0.3 version bump

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

 app-office/kmymoney/Manifest  |   1 +
 app-office/kmymoney/kmymoney-5.0.3.ebuild | 125 ++
 2 files changed, 126 insertions(+)

diff --git a/app-office/kmymoney/Manifest b/app-office/kmymoney/Manifest
index c0f46f21fe7..5e52c81e6e0 100644
--- a/app-office/kmymoney/Manifest
+++ b/app-office/kmymoney/Manifest
@@ -1 +1,2 @@
 DIST kmymoney-5.0.2.tar.xz 11682108 BLAKE2B 
310ec19938950f05654555be1c1f0091233e1c3e497c9481ff0a199ad8f34efe517fb5f2c54cf6e521b03bddf9aec89976e346f1dba72b1f245c4d8af349864a
 SHA512 
a2d6e28a68a7d8bf05e4a0c88b398ff8d9b644384d7113e6abeea4572df8b054a31edaaddd6cad7dc5aaddef492c0477df3a92a4e2d4efdfba7722f54453ca47
+DIST kmymoney-5.0.3.tar.xz 11690060 BLAKE2B 
beb836c4753caa81ee3a06f12fce65fd584fbeaa228cba087b77284e0f3ecce8b88b030466198db62fdf23af26cee5caad59eb845653006d700cf68a0793231f
 SHA512 
9f8aaa26a3cb3f5eb2a61936ecc54f97096f98d4f0ffbfbfb6adbe099a559f797d997b1d23bb7f18d31d76182f8fa8601a70176a4bc16f5cdf2fac0af8903fc0

diff --git a/app-office/kmymoney/kmymoney-5.0.3.ebuild 
b/app-office/kmymoney/kmymoney-5.0.3.ebuild
new file mode 100644
index 000..f50f2d2da31
--- /dev/null
+++ b/app-office/kmymoney/kmymoney-5.0.3.ebuild
@@ -0,0 +1,125 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+EGIT_BRANCH="5.0"
+PYTHON_COMPAT=( python2_7 )
+
+KDE_GCC_MINIMAL="6.4"
+KDE_HANDBOOK="optional"
+KDE_TEST="forceoptional"
+VIRTUALX_REQUIRED="test"
+VIRTUALDBUS_TEST="true"
+inherit kde5 python-single-r1
+
+DESCRIPTION="Personal finance manager based on KDE Frameworks"
+HOMEPAGE="https://kmymoney.org;
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+   SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
+fi
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="activities addressbook calendar hbci holidays ofx quotes webkit weboob"
+
+REQUIRED_USE="weboob? ( ${PYTHON_REQUIRED_USE} )"
+
+COMMON_DEPEND="
+   $(add_frameworks_dep karchive)
+   $(add_frameworks_dep kcmutils)
+   $(add_frameworks_dep kcompletion)
+   $(add_frameworks_dep kcodecs)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep kiconthemes)
+   $(add_frameworks_dep kitemmodels)
+   $(add_frameworks_dep kitemviews)
+   $(add_frameworks_dep kjobwidgets)
+   $(add_frameworks_dep knotifications)
+   $(add_frameworks_dep kservice)
+   $(add_frameworks_dep ktextwidgets)
+   $(add_frameworks_dep kwallet)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kxmlgui)
+   $(add_frameworks_dep sonnet)
+   $(add_qt_dep qtdbus)
+   $(add_qt_dep qtgui)
+   $(add_qt_dep qtnetwork)
+   $(add_qt_dep qtprintsupport)
+   $(add_qt_dep qtsql)
+   $(add_qt_dep qtsvg)
+   $(add_qt_dep qtwidgets)
+   $(add_qt_dep qtxml)
+   >=app-crypt/gpgme-1.7.1-r1[cxx]
+   >=app-office/libalkimia-6.0.0
+   dev-libs/gmp:0=
+   dev-libs/kdiagram:5
+   dev-libs/libgpg-error
+   activities? ( $(add_frameworks_dep kactivities) )
+   addressbook? (
+   $(add_kdeapps_dep akonadi)
+   $(add_kdeapps_dep kcontacts)
+   $(add_kdeapps_dep kidentitymanagement)
+   )
+   calendar? ( dev-libs/libical:= )
+   hbci? (
+   >=net-libs/aqbanking-5.6.5
+   >=sys-libs/gwenhywfar-4.15.3-r1[qt5]
+   )
+   holidays? ( $(add_frameworks_dep kholidays) )
+   ofx? ( dev-libs/libofx )
+   webkit? (
+   $(add_frameworks_dep kdewebkit)
+   $(add_qt_dep qtwebkit)
+   )
+   !webkit? ( $(add_qt_dep qtwebengine 'widgets') )
+   weboob? (
+   ${PYTHON_DEPS}
+   $(add_qt_dep qtconcurrent)
+   www-client/weboob[${PYTHON_USEDEP}]
+   )
+"
+DEPEND="${COMMON_DEPEND}
+   dev-libs/boost
+   virtual/pkgconfig
+"
+RDEPEND="${COMMON_DEPEND}
+   !app-office/kmymoney:4
+   quotes? ( dev-perl/Finance-Quote )
+"
+
+pkg_setup() {
+   use weboob && python_setup
+   kde5_pkg_setup
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DUSE_QT_DESIGNER=OFF
+   $(cmake-utils_use_find_package activities KF5Activities)
+   $(cmake-utils_use_find_package addressbook KF5Akonadi)
+   $(cmake-utils_use_find_package addressbook KF5Contacts)
+   

[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/, app-office/kmymoney/files/

2018-12-13 Thread Andreas Sturmlechner
commit: 9eeaff895f32e6486b258b31a29b461b6d9250d1
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Dec 13 17:49:31 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Dec 13 17:49:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9eeaff89

app-office/kmymoney: Drop 5.0.1-r2

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

 app-office/kmymoney/Manifest   |   1 -
 .../kmymoney/files/kmymoney-5.0.1-cmake.patch  |  34 --
 .../kmymoney/files/kmymoney-5.0.1-qt-5.11.patch|  23 
 app-office/kmymoney/kmymoney-5.0.1-r2.ebuild   | 125 -
 4 files changed, 183 deletions(-)

diff --git a/app-office/kmymoney/Manifest b/app-office/kmymoney/Manifest
index 124c17a189c..c0f46f21fe7 100644
--- a/app-office/kmymoney/Manifest
+++ b/app-office/kmymoney/Manifest
@@ -1,2 +1 @@
-DIST kmymoney-5.0.1.tar.xz 13307860 BLAKE2B 
df61285f848df693510f1807bbf66b7cfec4498f2c540df3420731734a8ced8c4ae6426e338af2cecc85278120087eddc261a9e35bad50722991e3bb617d4a9c
 SHA512 
74ace8d98f144c503d572c68cf50c27664a49bc5f4428788b69a1da52b8f72e97e1bb70914dbf041c43884c3b6340e28390618dec179ebe3d1b3ea63bede93e7
 DIST kmymoney-5.0.2.tar.xz 11682108 BLAKE2B 
310ec19938950f05654555be1c1f0091233e1c3e497c9481ff0a199ad8f34efe517fb5f2c54cf6e521b03bddf9aec89976e346f1dba72b1f245c4d8af349864a
 SHA512 
a2d6e28a68a7d8bf05e4a0c88b398ff8d9b644384d7113e6abeea4572df8b054a31edaaddd6cad7dc5aaddef492c0477df3a92a4e2d4efdfba7722f54453ca47

diff --git a/app-office/kmymoney/files/kmymoney-5.0.1-cmake.patch 
b/app-office/kmymoney/files/kmymoney-5.0.1-cmake.patch
deleted file mode 100644
index 7ba8349b0fe..000
--- a/app-office/kmymoney/files/kmymoney-5.0.1-cmake.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-From b4053d2b41c3ff5c3e3f3cc452eef0e72202b5ad Mon Sep 17 00:00:00 2001
-From: Andreas Sturmlechner 
-Date: Mon, 19 Mar 2018 17:51:27 +0100
-Subject: [PATCH] Fix weboob option in custom configure summary
-

- CMakeLists.txt | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index eff5b22d..ac466943 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -317,7 +317,7 @@ nice_yesno("KMM_ADDRESSBOOK_FOUND")
- nice_yesno("LIBOFX_FOUND")
- nice_yesno("LIBOFX_HAVE_CLIENTUID")
- nice_yesno("KBANKING_FOUND")
--nice_yesno("WEBOOB_FOUND")
-+nice_yesno("ENABLE_WEBOOB")
- nice_yesno("LIBICAL_FOUND")
- nice_yesno("ENABLE_SQLCIPHER")
- nice_yesno("USE_QT_DESIGNER")
-@@ -340,7 +340,7 @@ OFX plugin:  
${nice_LIBOFX_FOUND}
- 
- KBanking plugin: ${nice_KBANKING_FOUND}
- 
--weboob plugin:   ${nice_WEBOOB_FOUND}
-+weboob plugin:   ${nice_ENABLE_WEBOOB}
- 
- iCalendar export plugin: ${nice_LIBICAL_FOUND}
- 
--- 
-2.16.2
-

diff --git a/app-office/kmymoney/files/kmymoney-5.0.1-qt-5.11.patch 
b/app-office/kmymoney/files/kmymoney-5.0.1-qt-5.11.patch
deleted file mode 100644
index 4158e0f8ed5..000
--- a/app-office/kmymoney/files/kmymoney-5.0.1-qt-5.11.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-From e5198a902996b27bf9abde0ad24af82d55ab5dc1 Mon Sep 17 00:00:00 2001
-From: Luca Beltrame 
-Date: Thu, 10 May 2018 09:35:34 +0200
-Subject: Fix build with Qt 5.11
-

- kmymoney/plugins/kbanking/widgets/chiptandialog.cpp | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/kmymoney/plugins/kbanking/widgets/chiptandialog.cpp 
b/kmymoney/plugins/kbanking/widgets/chiptandialog.cpp
-index 928e7a8..53fb2a3 100644
 a/kmymoney/plugins/kbanking/widgets/chiptandialog.cpp
-+++ b/kmymoney/plugins/kbanking/widgets/chiptandialog.cpp
-@@ -28,6 +28,7 @@
- #include 
- #include 
- #include 
-+#include 
- #include 
- 
- #include 
--- 
-cgit v0.11.2

diff --git a/app-office/kmymoney/kmymoney-5.0.1-r2.ebuild 
b/app-office/kmymoney/kmymoney-5.0.1-r2.ebuild
deleted file mode 100644
index 7891db19927..000
--- a/app-office/kmymoney/kmymoney-5.0.1-r2.ebuild
+++ /dev/null
@@ -1,125 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-
-KDE_GCC_MINIMAL="6.4"
-KDE_HANDBOOK="optional"
-KDE_TEST="forceoptional"
-VIRTUALX_REQUIRED="test"
-VIRTUALDBUS_TEST="true"
-inherit kde5 python-single-r1
-
-DESCRIPTION="Personal finance manager based on KDE Frameworks"
-HOMEPAGE="https://kmymoney.org;
-SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
-
-LICENSE="GPL-2"
-KEYWORDS="amd64 x86"
-IUSE="activities addressbook calendar hbci holidays ofx quotes weboob"
-
-REQUIRED_USE="weboob? ( ${PYTHON_REQUIRED_USE} )"
-
-COMMON_DEPEND="
-   $(add_frameworks_dep karchive)
-   $(add_frameworks_dep kcmutils)
-   $(add_frameworks_dep kcompletion)
-   $(add_frameworks_dep kcodecs)
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-  

[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/

2018-12-13 Thread Mikle Kolyada
commit: f3ce8717b9a50ea0d4d7b2421411cfafd17e67ed
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Dec 13 15:35:14 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Dec 13 15:35:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3ce8717

app-office/kmymoney: amd64 stable wrt bug #673026

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 app-office/kmymoney/kmymoney-5.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/kmymoney/kmymoney-5.0.2.ebuild 
b/app-office/kmymoney/kmymoney-5.0.2.ebuild
index 28e4b02fbc6..4e3d5e4fb8c 100644
--- a/app-office/kmymoney/kmymoney-5.0.2.ebuild
+++ b/app-office/kmymoney/kmymoney-5.0.2.ebuild
@@ -20,7 +20,7 @@ if [[ ${KDE_BUILD_TYPE} = release ]]; then
 fi
 
 LICENSE="GPL-2"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="activities addressbook calendar hbci holidays ofx quotes webkit weboob"
 
 REQUIRED_USE="weboob? ( ${PYTHON_REQUIRED_USE} )"



[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/

2018-12-13 Thread Thomas Deutschmann
commit: 19db2b88a70f665606c31958352f1c6b05a1dd9a
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Dec 13 12:23:46 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Dec 13 12:47:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19db2b88

app-office/kmymoney: x86 stable (bug #673026)

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann  gentoo.org>

 app-office/kmymoney/kmymoney-5.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/kmymoney/kmymoney-5.0.2.ebuild 
b/app-office/kmymoney/kmymoney-5.0.2.ebuild
index a4727919389..28e4b02fbc6 100644
--- a/app-office/kmymoney/kmymoney-5.0.2.ebuild
+++ b/app-office/kmymoney/kmymoney-5.0.2.ebuild
@@ -20,7 +20,7 @@ if [[ ${KDE_BUILD_TYPE} = release ]]; then
 fi
 
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="activities addressbook calendar hbci holidays ofx quotes webkit weboob"
 
 REQUIRED_USE="weboob? ( ${PYTHON_REQUIRED_USE} )"



[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/

2018-11-04 Thread Andreas Sturmlechner
commit: c4d0c06f0084abc3b4e82a64073dcf30592cb379
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Nov  4 20:04:12 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Nov  4 20:33:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4d0c06f

app-office/kmymoney: 5.0.2 version bump

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

 app-office/kmymoney/Manifest  |   1 +
 app-office/kmymoney/kmymoney-5.0.2.ebuild | 126 ++
 2 files changed, 127 insertions(+)

diff --git a/app-office/kmymoney/Manifest b/app-office/kmymoney/Manifest
index e7d767072bc..124c17a189c 100644
--- a/app-office/kmymoney/Manifest
+++ b/app-office/kmymoney/Manifest
@@ -1 +1,2 @@
 DIST kmymoney-5.0.1.tar.xz 13307860 BLAKE2B 
df61285f848df693510f1807bbf66b7cfec4498f2c540df3420731734a8ced8c4ae6426e338af2cecc85278120087eddc261a9e35bad50722991e3bb617d4a9c
 SHA512 
74ace8d98f144c503d572c68cf50c27664a49bc5f4428788b69a1da52b8f72e97e1bb70914dbf041c43884c3b6340e28390618dec179ebe3d1b3ea63bede93e7
+DIST kmymoney-5.0.2.tar.xz 11682108 BLAKE2B 
310ec19938950f05654555be1c1f0091233e1c3e497c9481ff0a199ad8f34efe517fb5f2c54cf6e521b03bddf9aec89976e346f1dba72b1f245c4d8af349864a
 SHA512 
a2d6e28a68a7d8bf05e4a0c88b398ff8d9b644384d7113e6abeea4572df8b054a31edaaddd6cad7dc5aaddef492c0477df3a92a4e2d4efdfba7722f54453ca47

diff --git a/app-office/kmymoney/kmymoney-5.0.2.ebuild 
b/app-office/kmymoney/kmymoney-5.0.2.ebuild
new file mode 100644
index 000..a4727919389
--- /dev/null
+++ b/app-office/kmymoney/kmymoney-5.0.2.ebuild
@@ -0,0 +1,126 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+EGIT_BRANCH="5.0"
+PYTHON_COMPAT=( python2_7 )
+
+KDE_GCC_MINIMAL="6.4"
+KDE_HANDBOOK="optional"
+KDE_TEST="forceoptional"
+VIRTUALX_REQUIRED="test"
+VIRTUALDBUS_TEST="true"
+inherit kde5 python-single-r1
+
+DESCRIPTION="Personal finance manager based on KDE Frameworks"
+HOMEPAGE="https://kmymoney.org;
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+   SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
+fi
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="activities addressbook calendar hbci holidays ofx quotes webkit weboob"
+
+REQUIRED_USE="weboob? ( ${PYTHON_REQUIRED_USE} )"
+
+COMMON_DEPEND="
+   $(add_frameworks_dep karchive)
+   $(add_frameworks_dep kcmutils)
+   $(add_frameworks_dep kcompletion)
+   $(add_frameworks_dep kcodecs)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep kiconthemes)
+   $(add_frameworks_dep kitemmodels)
+   $(add_frameworks_dep kitemviews)
+   $(add_frameworks_dep kjobwidgets)
+   $(add_frameworks_dep knotifications)
+   $(add_frameworks_dep kservice)
+   $(add_frameworks_dep ktextwidgets)
+   $(add_frameworks_dep kwallet)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kxmlgui)
+   $(add_frameworks_dep sonnet)
+   $(add_qt_dep qtdbus)
+   $(add_qt_dep qtgui)
+   $(add_qt_dep qtnetwork)
+   $(add_qt_dep qtprintsupport)
+   $(add_qt_dep qtsql)
+   $(add_qt_dep qtsvg)
+   $(add_qt_dep qtwidgets)
+   $(add_qt_dep qtxml)
+   >=app-crypt/gpgme-1.7.1-r1[cxx]
+   >=app-office/libalkimia-6.0.0
+   dev-libs/gmp:0=
+   dev-libs/kdiagram:5
+   dev-libs/libgpg-error
+   x11-misc/shared-mime-info
+   activities? ( $(add_frameworks_dep kactivities) )
+   addressbook? (
+   $(add_kdeapps_dep akonadi)
+   $(add_kdeapps_dep kcontacts)
+   $(add_kdeapps_dep kidentitymanagement)
+   )
+   calendar? ( dev-libs/libical:= )
+   hbci? (
+   >=net-libs/aqbanking-5.6.5
+   >=sys-libs/gwenhywfar-4.15.3-r1[qt5]
+   )
+   holidays? ( $(add_frameworks_dep kholidays) )
+   ofx? ( dev-libs/libofx )
+   webkit? (
+   $(add_frameworks_dep kdewebkit)
+   $(add_qt_dep qtwebkit)
+   )
+   !webkit? ( $(add_qt_dep qtwebengine 'widgets') )
+   weboob? (
+   ${PYTHON_DEPS}
+   $(add_qt_dep qtconcurrent)
+   www-client/weboob[${PYTHON_USEDEP}]
+   )
+"
+DEPEND="${COMMON_DEPEND}
+   dev-libs/boost
+   virtual/pkgconfig
+"
+RDEPEND="${COMMON_DEPEND}
+   !app-office/kmymoney:4
+   quotes? ( dev-perl/Finance-Quote )
+"
+
+pkg_setup() {
+   use weboob && python_setup
+   kde5_pkg_setup
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DUSE_QT_DESIGNER=OFF
+   $(cmake-utils_use_find_package activities KF5Activities)
+   $(cmake-utils_use_find_package addressbook KF5Akonadi)
+   $(cmake-utils_use_find_package 

[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/, app-office/kmymoney/files/

2018-05-10 Thread Andreas Sturmlechner
commit: 028175e62748f872494c2422deef19c2f5c69734
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May 10 07:57:32 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 10 08:01:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=028175e6

app-office/kmymoney: Fix build with Qt 5.11

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 .../kmymoney/files/kmymoney-5.0.1-qt-5.11.patch| 23 ++
 app-office/kmymoney/kmymoney-5.0.1-r2.ebuild   |  5 -
 2 files changed, 27 insertions(+), 1 deletion(-)

diff --git a/app-office/kmymoney/files/kmymoney-5.0.1-qt-5.11.patch 
b/app-office/kmymoney/files/kmymoney-5.0.1-qt-5.11.patch
new file mode 100644
index 000..4158e0f8ed5
--- /dev/null
+++ b/app-office/kmymoney/files/kmymoney-5.0.1-qt-5.11.patch
@@ -0,0 +1,23 @@
+From e5198a902996b27bf9abde0ad24af82d55ab5dc1 Mon Sep 17 00:00:00 2001
+From: Luca Beltrame 
+Date: Thu, 10 May 2018 09:35:34 +0200
+Subject: Fix build with Qt 5.11
+
+---
+ kmymoney/plugins/kbanking/widgets/chiptandialog.cpp | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/kmymoney/plugins/kbanking/widgets/chiptandialog.cpp 
b/kmymoney/plugins/kbanking/widgets/chiptandialog.cpp
+index 928e7a8..53fb2a3 100644
+--- a/kmymoney/plugins/kbanking/widgets/chiptandialog.cpp
 b/kmymoney/plugins/kbanking/widgets/chiptandialog.cpp
+@@ -28,6 +28,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ #include 
+ 
+ #include 
+-- 
+cgit v0.11.2

diff --git a/app-office/kmymoney/kmymoney-5.0.1-r2.ebuild 
b/app-office/kmymoney/kmymoney-5.0.1-r2.ebuild
index 44363179fe0..7891db19927 100644
--- a/app-office/kmymoney/kmymoney-5.0.1-r2.ebuild
+++ b/app-office/kmymoney/kmymoney-5.0.1-r2.ebuild
@@ -87,7 +87,10 @@ RDEPEND="${COMMON_DEPEND}
quotes? ( dev-perl/Finance-Quote )
 "
 
-PATCHES=( "${FILESDIR}/${P}-cmake.patch" )
+PATCHES=(
+   "${FILESDIR}/${P}-cmake.patch"
+   "${FILESDIR}/${P}-qt-5.11.patch"
+)
 
 pkg_setup() {
use weboob && python_setup



[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/

2018-04-29 Thread Andreas Sturmlechner
commit: 8e178aa76ddf6e2e6dbede3e86d0ea21949da402
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Apr 29 18:30:09 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Apr 29 18:46:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e178aa7

app-office/kmymoney: Cleanup nonexistent dep

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 app-office/kmymoney/kmymoney-5.0.1-r2.ebuild | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/app-office/kmymoney/kmymoney-5.0.1-r2.ebuild 
b/app-office/kmymoney/kmymoney-5.0.1-r2.ebuild
index c1e3975e027..44363179fe0 100644
--- a/app-office/kmymoney/kmymoney-5.0.1-r2.ebuild
+++ b/app-office/kmymoney/kmymoney-5.0.1-r2.ebuild
@@ -70,10 +70,7 @@ COMMON_DEPEND="
>=net-libs/aqbanking-5.6.5
>=sys-libs/gwenhywfar-4.15.3-r1[qt5]
)
-   holidays? ( || (
-   $(add_frameworks_dep kholidays)
-   $(add_kdeapps_dep kholidays)
-   ) )
+   holidays? ( $(add_frameworks_dep kholidays) )
ofx? ( dev-libs/libofx )
weboob? (
${PYTHON_DEPS}



[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/

2018-04-29 Thread Andreas Sturmlechner
commit: 601dc5c57b60f79f84fdfa3634fdebb47d3ebced
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Apr 29 15:31:38 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Apr 29 15:33:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=601dc5c5

app-office/kmymoney: Fix metadata.xml

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 app-office/kmymoney/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/kmymoney/metadata.xml b/app-office/kmymoney/metadata.xml
index 728b6347454..34cd0358c54 100644
--- a/app-office/kmymoney/metadata.xml
+++ b/app-office/kmymoney/metadata.xml
@@ -9,7 +9,7 @@
Enable 
kde-frameworks/kactivities integration
Enable kde-apps/akonadi 
contact integration
Enable HBCI support using 
net-libs/aqbanking
-   Enable kde-apps/kholidays 
integration
+   Enable 
kde-frameworks/kholidays integration
Enable Online Stock Quote retrieval
Enable import of online banking 
transactions extracted by www-client/weboob




[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/

2018-04-05 Thread Andreas Sturmlechner
commit: 4df84ad4be7ba3d13e3943bff08e9c6097186cd7
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Apr  6 00:36:10 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Apr  6 00:41:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4df84ad4

app-office/kmymoney: Drop slot 4

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

 app-office/kmymoney/Manifest   |   1 -
 app-office/kmymoney/kmymoney-4.8.1.1-r1.ebuild | 159 -
 2 files changed, 160 deletions(-)

diff --git a/app-office/kmymoney/Manifest b/app-office/kmymoney/Manifest
index 938cea62f74..e7d767072bc 100644
--- a/app-office/kmymoney/Manifest
+++ b/app-office/kmymoney/Manifest
@@ -1,2 +1 @@
-DIST kmymoney-4.8.1.1.tar.xz 20963444 BLAKE2B 
d2be72a1c7dc41f48405ee406c419b9eb74cc02a80949965b8241331c00fbec23c32177aea0a401a76ef64a97e25e9e532c28e4f29bf88c9c2fd04f608790df6
 SHA512 
1f730f7db9117469aebaab33891f6064f648fa0ad25afff9ac1fab8d638c376d8e1f013401512c4be060436d6bbdfdacad6427b1e0911ac6b46288db1e242783
 DIST kmymoney-5.0.1.tar.xz 13307860 BLAKE2B 
df61285f848df693510f1807bbf66b7cfec4498f2c540df3420731734a8ced8c4ae6426e338af2cecc85278120087eddc261a9e35bad50722991e3bb617d4a9c
 SHA512 
74ace8d98f144c503d572c68cf50c27664a49bc5f4428788b69a1da52b8f72e97e1bb70914dbf041c43884c3b6340e28390618dec179ebe3d1b3ea63bede93e7

diff --git a/app-office/kmymoney/kmymoney-4.8.1.1-r1.ebuild 
b/app-office/kmymoney/kmymoney-4.8.1.1-r1.ebuild
deleted file mode 100644
index 34a42561678..000
--- a/app-office/kmymoney/kmymoney-4.8.1.1-r1.ebuild
+++ /dev/null
@@ -1,159 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils flag-o-matic gnome2-utils virtualx xdg-utils
-
-DESCRIPTION="Personal finance manager by KDE"
-HOMEPAGE="https://kmymoney.org/;
-SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="4"
-KEYWORDS="amd64 x86"
-IUSE="calendar debug doc +handbook hbci ofx quotes test weboob"
-
-COMMON_DEPEND="
-   >=app-crypt/gpgme-1.7.0[cxx]
-   =net-libs/aqbanking-5.5.1
-   >=sys-libs/gwenhywfar-4.15.3[qt4]
-   )
-   ofx? ( >=dev-libs/libofx-0.9.4 )
-   weboob? ( www-client/weboob )
-"
-RDEPEND="${COMMON_DEPEND}
-   kde-frameworks/oxygen-icons:*
-   handbook? ( kde-frameworks/kdelibs:4[handbook] )
-   quotes? ( dev-perl/Finance-Quote )
-"
-DEPEND="${COMMON_DEPEND}
-   dev-libs/boost
-   virtual/pkgconfig
-   doc? ( app-doc/doxygen )
-   handbook? (
-   app-text/docbook-xml-dtd:4.2
-   app-text/docbook-xsl-stylesheets
-   )
-   test? ( dev-qt/qttest:4 )
-"
-
-src_prepare() {
-   cmake-utils_src_prepare
-
-   if [[ -v LINGUAS ]] ; then
-   pushd po > /dev/null || die
-   local lang
-   for lang in *; do
-   if [[ -e ${lang} ]] && ! has ${lang/.po/} ${LINGUAS} ; 
then
-   case ${lang} in
-   CMakeLists.txt) ;;
-   *) rm -r ${lang} || die ;;
-   esac
-   cmake_comment_add_subdirectory ${lang}
-   sed -e 
"/add_subdirectory([[:space:]]*${lang}\/.*[[:space:]]*)/d" \
-   -i CMakeLists.txt || die
-   fi
-   done
-   popd > /dev/null || die
-   fi
-
-   if ! use handbook; then
-   cmake_comment_add_subdirectory doc
-   else
-   if [[ -d doc && -v LINGUAS ]] ; then
-   pushd doc > /dev/null || die
-   local lang
-   for lang in *; do
-   if ! has ${lang} ${LINGUAS} && [[ ${lang} != 
"en_US" ]]; then
-   cmake_comment_add_subdirectory ${lang}
-   fi
-   done
-   popd > /dev/null || die
-   fi
-   fi
-
-   # don't install as executable
-   sed -i kmymoney/CMakeLists.txt \
-   -e "/install.*kmymoney.appdata/ s/PROGRAMS/FILES/" || die
-}
-
-src_configure() {
-   use debug || append-cppflags -DQT_NO_DEBUG
-
-   local mycmakeargs=(
-   -DUSE_QT_DESIGNER=OFF
-   -DENABLE_LIBICAL=$(usex calendar)
-   -DUSE_DEVELOPER_DOC=$(usex doc)
-   -DENABLE_KBANKING=$(usex hbci)
-   -DENABLE_LIBOFX=$(usex ofx)
-   -DCMAKE_DISABLE_FIND_PACKAGE_KdepimLibs=ON
-   -DKDE4_BUILD_TESTS=$(usex test)
-   -DENABLE_WEBOOB=$(usex weboob)
-   )
-   cmake-utils_src_configure
-}
-
-src_compile() {
-   cmake-utils_src_compile
-   use doc && cmake-utils_src_compile apidoc

[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/

2018-04-05 Thread Thomas Deutschmann
commit: 5db1e686036698671d849f1288c944b77bb22183
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Apr  6 00:31:48 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Apr  6 00:32:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5db1e686

app-office/kmymoney: x86 stable (bug #646894)

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 app-office/kmymoney/kmymoney-5.0.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/kmymoney/kmymoney-5.0.1-r2.ebuild 
b/app-office/kmymoney/kmymoney-5.0.1-r2.ebuild
index 3cd96b99f08..c1e3975e027 100644
--- a/app-office/kmymoney/kmymoney-5.0.1-r2.ebuild
+++ b/app-office/kmymoney/kmymoney-5.0.1-r2.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://kmymoney.org;
 SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
 
 LICENSE="GPL-2"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="activities addressbook calendar hbci holidays ofx quotes weboob"
 
 REQUIRED_USE="weboob? ( ${PYTHON_REQUIRED_USE} )"



[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/

2018-04-05 Thread Andreas Sturmlechner
commit: 5169cec68fa6fd6784138e42a47ba6a5a0d4ad92
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Apr  5 23:34:58 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Apr  5 23:34:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5169cec6

app-office/kmymoney: Disable failing reports-chart-test

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

 app-office/kmymoney/kmymoney-5.0.1-r2.ebuild | 9 +
 1 file changed, 9 insertions(+)

diff --git a/app-office/kmymoney/kmymoney-5.0.1-r2.ebuild 
b/app-office/kmymoney/kmymoney-5.0.1-r2.ebuild
index 1787feddf5f..3cd96b99f08 100644
--- a/app-office/kmymoney/kmymoney-5.0.1-r2.ebuild
+++ b/app-office/kmymoney/kmymoney-5.0.1-r2.ebuild
@@ -114,3 +114,12 @@ src_configure() {
)
kde5_src_configure
 }
+
+src_test() {
+   # bug: 652636
+   local myctestargs=(
+   -E "(reports-chart-test)"
+   )
+
+   kde5_src_test
+}



[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/

2018-04-05 Thread Aaron Bauman
commit: cfbbaf72da3d43d33bbc5260f453cf3e743dfe9d
Author: Aaron Bauman  gentoo  org>
AuthorDate: Thu Apr  5 19:24:35 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Thu Apr  5 21:15:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfbbaf72

app-office/kmymoney: amd64 stable

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

 app-office/kmymoney/kmymoney-5.0.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/kmymoney/kmymoney-5.0.1-r2.ebuild 
b/app-office/kmymoney/kmymoney-5.0.1-r2.ebuild
index eb313fe8717..1787feddf5f 100644
--- a/app-office/kmymoney/kmymoney-5.0.1-r2.ebuild
+++ b/app-office/kmymoney/kmymoney-5.0.1-r2.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://kmymoney.org;
 SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
 
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="activities addressbook calendar hbci holidays ofx quotes weboob"
 
 REQUIRED_USE="weboob? ( ${PYTHON_REQUIRED_USE} )"



[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/

2018-03-22 Thread Andreas Sturmlechner
commit: 65af99d5e63382d9cb531678e85a59de50694460
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Mar 22 16:48:56 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Mar 22 17:02:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65af99d5

app-office/kmymoney: Fix python deps and eclass

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-office/kmymoney/kmymoney-5.0.1-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-office/kmymoney/kmymoney-5.0.1-r2.ebuild 
b/app-office/kmymoney/kmymoney-5.0.1-r2.ebuild
index 9334489d3b1..eb313fe8717 100644
--- a/app-office/kmymoney/kmymoney-5.0.1-r2.ebuild
+++ b/app-office/kmymoney/kmymoney-5.0.1-r2.ebuild
@@ -10,7 +10,7 @@ KDE_HANDBOOK="optional"
 KDE_TEST="forceoptional"
 VIRTUALX_REQUIRED="test"
 VIRTUALDBUS_TEST="true"
-inherit kde5 python-r1
+inherit kde5 python-single-r1
 
 DESCRIPTION="Personal finance manager based on KDE Frameworks"
 HOMEPAGE="https://kmymoney.org;
@@ -78,7 +78,7 @@ COMMON_DEPEND="
weboob? (
${PYTHON_DEPS}
$(add_qt_dep qtconcurrent)
-   www-client/weboob
+   www-client/weboob[${PYTHON_USEDEP}]
)
 "
 DEPEND="${COMMON_DEPEND}



[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/

2018-03-22 Thread Andreas Sturmlechner
commit: a0ce560aa28d23ec24e80c2c2333f1717d8a119f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Mar 22 12:09:50 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Mar 22 12:16:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0ce560a

app-office/kmymoney: Fix python setup

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 .../kmymoney/{kmymoney-5.0.1-r1.ebuild => kmymoney-5.0.1-r2.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/kmymoney/kmymoney-5.0.1-r1.ebuild 
b/app-office/kmymoney/kmymoney-5.0.1-r2.ebuild
similarity index 99%
rename from app-office/kmymoney/kmymoney-5.0.1-r1.ebuild
rename to app-office/kmymoney/kmymoney-5.0.1-r2.ebuild
index 76c12cf2c4f..9334489d3b1 100644
--- a/app-office/kmymoney/kmymoney-5.0.1-r1.ebuild
+++ b/app-office/kmymoney/kmymoney-5.0.1-r2.ebuild
@@ -93,7 +93,7 @@ RDEPEND="${COMMON_DEPEND}
 PATCHES=( "${FILESDIR}/${P}-cmake.patch" )
 
 pkg_setup() {
-   use weboob && python-setup
+   use weboob && python_setup
kde5_pkg_setup
 }
 



[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/

2018-03-19 Thread Andreas Sturmlechner
commit: fd8e8b0284a0e07c2b615056eef5f2b87774d35e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Mar 19 17:01:38 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Mar 19 17:15:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd8e8b02

app-office/kmymoney: Drop old 5.0.0-r1 and 5.0.1

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-office/kmymoney/Manifest |   1 -
 app-office/kmymoney/kmymoney-5.0.0-r1.ebuild | 104 ---
 app-office/kmymoney/kmymoney-5.0.1.ebuild| 104 ---
 3 files changed, 209 deletions(-)

diff --git a/app-office/kmymoney/Manifest b/app-office/kmymoney/Manifest
index c9c099b870d..938cea62f74 100644
--- a/app-office/kmymoney/Manifest
+++ b/app-office/kmymoney/Manifest
@@ -1,3 +1,2 @@
 DIST kmymoney-4.8.1.1.tar.xz 20963444 BLAKE2B 
d2be72a1c7dc41f48405ee406c419b9eb74cc02a80949965b8241331c00fbec23c32177aea0a401a76ef64a97e25e9e532c28e4f29bf88c9c2fd04f608790df6
 SHA512 
1f730f7db9117469aebaab33891f6064f648fa0ad25afff9ac1fab8d638c376d8e1f013401512c4be060436d6bbdfdacad6427b1e0911ac6b46288db1e242783
-DIST kmymoney-5.0.0.tar.xz 13301572 BLAKE2B 
6fa95f3f56feff016ea336db4f17dbaf6f6a8395b2e246e90976e36c7e5dff5d122c8a07a86c64e94c69746829aa9dfaff74c9888cfe3ba553299462175f7048
 SHA512 
932dcc1bbb9e767cc14b5d0689857fadee5b29fe9edabd8958c328b131c9a41f8c4bb137b7351b3fe7f10178513268391a0420b5e28881166a1d5d8bbd657ed8
 DIST kmymoney-5.0.1.tar.xz 13307860 BLAKE2B 
df61285f848df693510f1807bbf66b7cfec4498f2c540df3420731734a8ced8c4ae6426e338af2cecc85278120087eddc261a9e35bad50722991e3bb617d4a9c
 SHA512 
74ace8d98f144c503d572c68cf50c27664a49bc5f4428788b69a1da52b8f72e97e1bb70914dbf041c43884c3b6340e28390618dec179ebe3d1b3ea63bede93e7

diff --git a/app-office/kmymoney/kmymoney-5.0.0-r1.ebuild 
b/app-office/kmymoney/kmymoney-5.0.0-r1.ebuild
deleted file mode 100644
index 46fb7493d35..000
--- a/app-office/kmymoney/kmymoney-5.0.0-r1.ebuild
+++ /dev/null
@@ -1,104 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_GCC_MINIMAL="6.4"
-KDE_HANDBOOK="optional"
-KDE_TEST="forceoptional"
-VIRTUALX_REQUIRED="test"
-VIRTUALDBUS_TEST="true"
-inherit kde5
-
-DESCRIPTION="Personal finance manager based on KDE Frameworks"
-HOMEPAGE="https://kmymoney.org;
-SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="activities addressbook calendar hbci holidays ofx quotes weboob"
-
-COMMON_DEPEND="
-   $(add_frameworks_dep karchive)
-   $(add_frameworks_dep kcmutils)
-   $(add_frameworks_dep kcompletion)
-   $(add_frameworks_dep kcodecs)
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep kdewebkit)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep kiconthemes)
-   $(add_frameworks_dep kitemmodels)
-   $(add_frameworks_dep kitemviews)
-   $(add_frameworks_dep kjobwidgets)
-   $(add_frameworks_dep knotifications)
-   $(add_frameworks_dep kservice)
-   $(add_frameworks_dep ktextwidgets)
-   $(add_frameworks_dep kwallet)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kxmlgui)
-   $(add_frameworks_dep sonnet)
-   $(add_qt_dep qtdbus)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtnetwork)
-   $(add_qt_dep qtprintsupport)
-   $(add_qt_dep qtsql)
-   $(add_qt_dep qtsvg)
-   $(add_qt_dep qtwebkit)
-   $(add_qt_dep qtwidgets)
-   $(add_qt_dep qtxml)
-   >=app-crypt/gpgme-1.7.1-r1[cxx]
-   >=app-office/libalkimia-6.0.0
-   dev-libs/gmp:0=
-   dev-libs/kdiagram:5
-   dev-libs/libgpg-error
-   x11-misc/shared-mime-info
-   activities? ( $(add_frameworks_dep kactivities) )
-   addressbook? (
-   $(add_kdeapps_dep akonadi)
-   $(add_kdeapps_dep kcontacts)
-   $(add_kdeapps_dep kidentitymanagement)
-   )
-   calendar? ( dev-libs/libical:= )
-   hbci? (
-   >=net-libs/aqbanking-5.6.5
-   >=sys-libs/gwenhywfar-4.15.3-r1[qt5]
-   )
-   holidays? ( || (
-   $(add_frameworks_dep kholidays)
-   $(add_kdeapps_dep kholidays)
-   ) )
-   ofx? ( dev-libs/libofx )
-   weboob? (
-   $(add_frameworks_dep kross)
-   www-client/weboob
-   )
-"
-DEPEND="${COMMON_DEPEND}
-   dev-libs/boost
-   virtual/pkgconfig
-"
-RDEPEND="${COMMON_DEPEND}
-   !app-office/kmymoney:4
-   quotes? ( dev-perl/Finance-Quote )
-"
-
-src_configure() {
-   local mycmakeargs=(
-   -DUSE_QT_DESIGNER=OFF
-   $(cmake-utils_use_find_package activities KF5Activities)
-   $(cmake-utils_use_find_package addressbook KF5Akonadi)
-

[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/files/, app-office/kmymoney/

2018-03-19 Thread Andreas Sturmlechner
commit: e7f7da88a13f7160f8289f377e997abf10b4897c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Mar 19 17:00:58 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Mar 19 17:15:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7f7da88

app-office/kmymoney: Fix USE=weboob

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 .../kmymoney/files/kmymoney-5.0.1-cmake.patch  |  34 ++
 app-office/kmymoney/kmymoney-5.0.1-r1.ebuild   | 116 +
 2 files changed, 150 insertions(+)

diff --git a/app-office/kmymoney/files/kmymoney-5.0.1-cmake.patch 
b/app-office/kmymoney/files/kmymoney-5.0.1-cmake.patch
new file mode 100644
index 000..7ba8349b0fe
--- /dev/null
+++ b/app-office/kmymoney/files/kmymoney-5.0.1-cmake.patch
@@ -0,0 +1,34 @@
+From b4053d2b41c3ff5c3e3f3cc452eef0e72202b5ad Mon Sep 17 00:00:00 2001
+From: Andreas Sturmlechner 
+Date: Mon, 19 Mar 2018 17:51:27 +0100
+Subject: [PATCH] Fix weboob option in custom configure summary
+
+---
+ CMakeLists.txt | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index eff5b22d..ac466943 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -317,7 +317,7 @@ nice_yesno("KMM_ADDRESSBOOK_FOUND")
+ nice_yesno("LIBOFX_FOUND")
+ nice_yesno("LIBOFX_HAVE_CLIENTUID")
+ nice_yesno("KBANKING_FOUND")
+-nice_yesno("WEBOOB_FOUND")
++nice_yesno("ENABLE_WEBOOB")
+ nice_yesno("LIBICAL_FOUND")
+ nice_yesno("ENABLE_SQLCIPHER")
+ nice_yesno("USE_QT_DESIGNER")
+@@ -340,7 +340,7 @@ OFX plugin:  
${nice_LIBOFX_FOUND}
+ 
+ KBanking plugin: ${nice_KBANKING_FOUND}
+ 
+-weboob plugin:   ${nice_WEBOOB_FOUND}
++weboob plugin:   ${nice_ENABLE_WEBOOB}
+ 
+ iCalendar export plugin: ${nice_LIBICAL_FOUND}
+ 
+-- 
+2.16.2
+

diff --git a/app-office/kmymoney/kmymoney-5.0.1-r1.ebuild 
b/app-office/kmymoney/kmymoney-5.0.1-r1.ebuild
new file mode 100644
index 000..76c12cf2c4f
--- /dev/null
+++ b/app-office/kmymoney/kmymoney-5.0.1-r1.ebuild
@@ -0,0 +1,116 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+
+KDE_GCC_MINIMAL="6.4"
+KDE_HANDBOOK="optional"
+KDE_TEST="forceoptional"
+VIRTUALX_REQUIRED="test"
+VIRTUALDBUS_TEST="true"
+inherit kde5 python-r1
+
+DESCRIPTION="Personal finance manager based on KDE Frameworks"
+HOMEPAGE="https://kmymoney.org;
+SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="activities addressbook calendar hbci holidays ofx quotes weboob"
+
+REQUIRED_USE="weboob? ( ${PYTHON_REQUIRED_USE} )"
+
+COMMON_DEPEND="
+   $(add_frameworks_dep karchive)
+   $(add_frameworks_dep kcmutils)
+   $(add_frameworks_dep kcompletion)
+   $(add_frameworks_dep kcodecs)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kdewebkit)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep kiconthemes)
+   $(add_frameworks_dep kitemmodels)
+   $(add_frameworks_dep kitemviews)
+   $(add_frameworks_dep kjobwidgets)
+   $(add_frameworks_dep knotifications)
+   $(add_frameworks_dep kservice)
+   $(add_frameworks_dep ktextwidgets)
+   $(add_frameworks_dep kwallet)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kxmlgui)
+   $(add_frameworks_dep sonnet)
+   $(add_qt_dep qtdbus)
+   $(add_qt_dep qtgui)
+   $(add_qt_dep qtnetwork)
+   $(add_qt_dep qtprintsupport)
+   $(add_qt_dep qtsql)
+   $(add_qt_dep qtsvg)
+   $(add_qt_dep qtwebkit)
+   $(add_qt_dep qtwidgets)
+   $(add_qt_dep qtxml)
+   >=app-crypt/gpgme-1.7.1-r1[cxx]
+   >=app-office/libalkimia-6.0.0
+   dev-libs/gmp:0=
+   dev-libs/kdiagram:5
+   dev-libs/libgpg-error
+   x11-misc/shared-mime-info
+   activities? ( $(add_frameworks_dep kactivities) )
+   addressbook? (
+   $(add_kdeapps_dep akonadi)
+   $(add_kdeapps_dep kcontacts)
+   $(add_kdeapps_dep kidentitymanagement)
+   )
+   calendar? ( dev-libs/libical:= )
+   hbci? (
+   >=net-libs/aqbanking-5.6.5
+   >=sys-libs/gwenhywfar-4.15.3-r1[qt5]
+   )
+   holidays? ( || (
+   $(add_frameworks_dep kholidays)
+   $(add_kdeapps_dep kholidays)
+   ) )
+   ofx? ( dev-libs/libofx )
+   weboob? (
+   ${PYTHON_DEPS}
+   $(add_qt_dep qtconcurrent)
+   www-client/weboob
+   )
+"
+DEPEND="${COMMON_DEPEND}
+   dev-libs/boost
+   virtual/pkgconfig
+"
+RDEPEND="${COMMON_DEPEND}
+   !app-office/kmymoney:4

[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/

2018-03-19 Thread Andreas Sturmlechner
commit: fef3dd4e584f1af2d650cd70f75020ab66f2e552
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Mar 19 15:05:22 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Mar 19 15:06:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fef3dd4e

app-office/kmymoney: 5.0.1 version bump

Bug: https://bugs.gentoo.org/646894
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-office/kmymoney/Manifest  |   1 +
 app-office/kmymoney/kmymoney-5.0.1.ebuild | 104 ++
 2 files changed, 105 insertions(+)

diff --git a/app-office/kmymoney/Manifest b/app-office/kmymoney/Manifest
index c0a8ab064ce..c9c099b870d 100644
--- a/app-office/kmymoney/Manifest
+++ b/app-office/kmymoney/Manifest
@@ -1,2 +1,3 @@
 DIST kmymoney-4.8.1.1.tar.xz 20963444 BLAKE2B 
d2be72a1c7dc41f48405ee406c419b9eb74cc02a80949965b8241331c00fbec23c32177aea0a401a76ef64a97e25e9e532c28e4f29bf88c9c2fd04f608790df6
 SHA512 
1f730f7db9117469aebaab33891f6064f648fa0ad25afff9ac1fab8d638c376d8e1f013401512c4be060436d6bbdfdacad6427b1e0911ac6b46288db1e242783
 DIST kmymoney-5.0.0.tar.xz 13301572 BLAKE2B 
6fa95f3f56feff016ea336db4f17dbaf6f6a8395b2e246e90976e36c7e5dff5d122c8a07a86c64e94c69746829aa9dfaff74c9888cfe3ba553299462175f7048
 SHA512 
932dcc1bbb9e767cc14b5d0689857fadee5b29fe9edabd8958c328b131c9a41f8c4bb137b7351b3fe7f10178513268391a0420b5e28881166a1d5d8bbd657ed8
+DIST kmymoney-5.0.1.tar.xz 13307860 BLAKE2B 
df61285f848df693510f1807bbf66b7cfec4498f2c540df3420731734a8ced8c4ae6426e338af2cecc85278120087eddc261a9e35bad50722991e3bb617d4a9c
 SHA512 
74ace8d98f144c503d572c68cf50c27664a49bc5f4428788b69a1da52b8f72e97e1bb70914dbf041c43884c3b6340e28390618dec179ebe3d1b3ea63bede93e7

diff --git a/app-office/kmymoney/kmymoney-5.0.1.ebuild 
b/app-office/kmymoney/kmymoney-5.0.1.ebuild
new file mode 100644
index 000..46fb7493d35
--- /dev/null
+++ b/app-office/kmymoney/kmymoney-5.0.1.ebuild
@@ -0,0 +1,104 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_GCC_MINIMAL="6.4"
+KDE_HANDBOOK="optional"
+KDE_TEST="forceoptional"
+VIRTUALX_REQUIRED="test"
+VIRTUALDBUS_TEST="true"
+inherit kde5
+
+DESCRIPTION="Personal finance manager based on KDE Frameworks"
+HOMEPAGE="https://kmymoney.org;
+SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="activities addressbook calendar hbci holidays ofx quotes weboob"
+
+COMMON_DEPEND="
+   $(add_frameworks_dep karchive)
+   $(add_frameworks_dep kcmutils)
+   $(add_frameworks_dep kcompletion)
+   $(add_frameworks_dep kcodecs)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kdewebkit)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep kiconthemes)
+   $(add_frameworks_dep kitemmodels)
+   $(add_frameworks_dep kitemviews)
+   $(add_frameworks_dep kjobwidgets)
+   $(add_frameworks_dep knotifications)
+   $(add_frameworks_dep kservice)
+   $(add_frameworks_dep ktextwidgets)
+   $(add_frameworks_dep kwallet)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kxmlgui)
+   $(add_frameworks_dep sonnet)
+   $(add_qt_dep qtdbus)
+   $(add_qt_dep qtgui)
+   $(add_qt_dep qtnetwork)
+   $(add_qt_dep qtprintsupport)
+   $(add_qt_dep qtsql)
+   $(add_qt_dep qtsvg)
+   $(add_qt_dep qtwebkit)
+   $(add_qt_dep qtwidgets)
+   $(add_qt_dep qtxml)
+   >=app-crypt/gpgme-1.7.1-r1[cxx]
+   >=app-office/libalkimia-6.0.0
+   dev-libs/gmp:0=
+   dev-libs/kdiagram:5
+   dev-libs/libgpg-error
+   x11-misc/shared-mime-info
+   activities? ( $(add_frameworks_dep kactivities) )
+   addressbook? (
+   $(add_kdeapps_dep akonadi)
+   $(add_kdeapps_dep kcontacts)
+   $(add_kdeapps_dep kidentitymanagement)
+   )
+   calendar? ( dev-libs/libical:= )
+   hbci? (
+   >=net-libs/aqbanking-5.6.5
+   >=sys-libs/gwenhywfar-4.15.3-r1[qt5]
+   )
+   holidays? ( || (
+   $(add_frameworks_dep kholidays)
+   $(add_kdeapps_dep kholidays)
+   ) )
+   ofx? ( dev-libs/libofx )
+   weboob? (
+   $(add_frameworks_dep kross)
+   www-client/weboob
+   )
+"
+DEPEND="${COMMON_DEPEND}
+   dev-libs/boost
+   virtual/pkgconfig
+"
+RDEPEND="${COMMON_DEPEND}
+   !app-office/kmymoney:4
+   quotes? ( dev-perl/Finance-Quote )
+"
+
+src_configure() {
+   local mycmakeargs=(
+   -DUSE_QT_DESIGNER=OFF
+   $(cmake-utils_use_find_package activities KF5Activities)
+   $(cmake-utils_use_find_package addressbook KF5Akonadi)
+   $(cmake-utils_use_find_package addressbook KF5Contacts)
+

[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/

2018-03-11 Thread Michael Palimaka
commit: b2f7587467b27babddf6478357fbf397999d8cd9
Author: Michael Palimaka  gentoo  org>
AuthorDate: Mon Mar 12 03:03:32 2018 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Mon Mar 12 03:03:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2f75874

app-office/kmymoney: update dependencies

Closes: https://bugs.gentoo.org/650158
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 .../kmymoney/{kmymoney-5.0.0.ebuild => kmymoney-5.0.0-r1.ebuild}  | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/app-office/kmymoney/kmymoney-5.0.0.ebuild 
b/app-office/kmymoney/kmymoney-5.0.0-r1.ebuild
similarity index 96%
rename from app-office/kmymoney/kmymoney-5.0.0.ebuild
rename to app-office/kmymoney/kmymoney-5.0.0-r1.ebuild
index 7afd40004fc..46fb7493d35 100644
--- a/app-office/kmymoney/kmymoney-5.0.0.ebuild
+++ b/app-office/kmymoney/kmymoney-5.0.0-r1.ebuild
@@ -30,17 +30,19 @@ COMMON_DEPEND="
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kio)
$(add_frameworks_dep kiconthemes)
+   $(add_frameworks_dep kitemmodels)
$(add_frameworks_dep kitemviews)
+   $(add_frameworks_dep kjobwidgets)
$(add_frameworks_dep knotifications)
$(add_frameworks_dep kservice)
$(add_frameworks_dep ktextwidgets)
$(add_frameworks_dep kwallet)
$(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kwindowsystem)
$(add_frameworks_dep kxmlgui)
$(add_frameworks_dep sonnet)
$(add_qt_dep qtdbus)
$(add_qt_dep qtgui)
+   $(add_qt_dep qtnetwork)
$(add_qt_dep qtprintsupport)
$(add_qt_dep qtsql)
$(add_qt_dep qtsvg)



[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/

2018-02-07 Thread Andreas Sturmlechner
commit: 9623f0c17f05b5c4477d08012cdfd0211913b43d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Feb  7 14:40:55 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Feb  7 14:40:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9623f0c1

app-office/kmymoney: Temp. fix metadata until KF5Holidays arrives

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-office/kmymoney/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/kmymoney/metadata.xml b/app-office/kmymoney/metadata.xml
index 34cd0358c54..728b6347454 100644
--- a/app-office/kmymoney/metadata.xml
+++ b/app-office/kmymoney/metadata.xml
@@ -9,7 +9,7 @@
Enable 
kde-frameworks/kactivities integration
Enable kde-apps/akonadi 
contact integration
Enable HBCI support using 
net-libs/aqbanking
-   Enable 
kde-frameworks/kholidays integration
+   Enable kde-apps/kholidays 
integration
Enable Online Stock Quote retrieval
Enable import of online banking 
transactions extracted by www-client/weboob




[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/

2018-02-07 Thread Andreas Sturmlechner
commit: 5c262f404fd5f463e5aa0e670ebf755e8190093a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Feb  7 13:25:14 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Feb  7 14:14:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c262f40

app-office/kmymoney: 5.0.0 version bump

Not providing USE=webkit as ENABLE_WEBENGINE is broken (relies on
installed Qt5WebKit).

Bug: https://bugs.gentoo.org/643894
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-office/kmymoney/Manifest  |   1 +
 app-office/kmymoney/kmymoney-5.0.0.ebuild | 102 ++
 app-office/kmymoney/metadata.xml  |   8 +--
 3 files changed, 107 insertions(+), 4 deletions(-)

diff --git a/app-office/kmymoney/Manifest b/app-office/kmymoney/Manifest
index 88f26a7d042..c0a8ab064ce 100644
--- a/app-office/kmymoney/Manifest
+++ b/app-office/kmymoney/Manifest
@@ -1 +1,2 @@
 DIST kmymoney-4.8.1.1.tar.xz 20963444 BLAKE2B 
d2be72a1c7dc41f48405ee406c419b9eb74cc02a80949965b8241331c00fbec23c32177aea0a401a76ef64a97e25e9e532c28e4f29bf88c9c2fd04f608790df6
 SHA512 
1f730f7db9117469aebaab33891f6064f648fa0ad25afff9ac1fab8d638c376d8e1f013401512c4be060436d6bbdfdacad6427b1e0911ac6b46288db1e242783
+DIST kmymoney-5.0.0.tar.xz 13301572 BLAKE2B 
6fa95f3f56feff016ea336db4f17dbaf6f6a8395b2e246e90976e36c7e5dff5d122c8a07a86c64e94c69746829aa9dfaff74c9888cfe3ba553299462175f7048
 SHA512 
932dcc1bbb9e767cc14b5d0689857fadee5b29fe9edabd8958c328b131c9a41f8c4bb137b7351b3fe7f10178513268391a0420b5e28881166a1d5d8bbd657ed8

diff --git a/app-office/kmymoney/kmymoney-5.0.0.ebuild 
b/app-office/kmymoney/kmymoney-5.0.0.ebuild
new file mode 100644
index 000..7afd40004fc
--- /dev/null
+++ b/app-office/kmymoney/kmymoney-5.0.0.ebuild
@@ -0,0 +1,102 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_GCC_MINIMAL="6.4"
+KDE_HANDBOOK="optional"
+KDE_TEST="forceoptional"
+VIRTUALX_REQUIRED="test"
+VIRTUALDBUS_TEST="true"
+inherit kde5
+
+DESCRIPTION="Personal finance manager based on KDE Frameworks"
+HOMEPAGE="https://kmymoney.org;
+SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="activities addressbook calendar hbci holidays ofx quotes weboob"
+
+COMMON_DEPEND="
+   $(add_frameworks_dep karchive)
+   $(add_frameworks_dep kcmutils)
+   $(add_frameworks_dep kcompletion)
+   $(add_frameworks_dep kcodecs)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kdewebkit)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep kiconthemes)
+   $(add_frameworks_dep kitemviews)
+   $(add_frameworks_dep knotifications)
+   $(add_frameworks_dep kservice)
+   $(add_frameworks_dep ktextwidgets)
+   $(add_frameworks_dep kwallet)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kwindowsystem)
+   $(add_frameworks_dep kxmlgui)
+   $(add_frameworks_dep sonnet)
+   $(add_qt_dep qtdbus)
+   $(add_qt_dep qtgui)
+   $(add_qt_dep qtprintsupport)
+   $(add_qt_dep qtsql)
+   $(add_qt_dep qtsvg)
+   $(add_qt_dep qtwebkit)
+   $(add_qt_dep qtwidgets)
+   $(add_qt_dep qtxml)
+   >=app-crypt/gpgme-1.7.1-r1[cxx]
+   >=app-office/libalkimia-6.0.0
+   dev-libs/gmp:0=
+   dev-libs/kdiagram:5
+   dev-libs/libgpg-error
+   x11-misc/shared-mime-info
+   activities? ( $(add_frameworks_dep kactivities) )
+   addressbook? (
+   $(add_kdeapps_dep akonadi)
+   $(add_kdeapps_dep kcontacts)
+   $(add_kdeapps_dep kidentitymanagement)
+   )
+   calendar? ( dev-libs/libical:= )
+   hbci? (
+   >=net-libs/aqbanking-5.6.5
+   >=sys-libs/gwenhywfar-4.15.3-r1[qt5]
+   )
+   holidays? ( || (
+   $(add_frameworks_dep kholidays)
+   $(add_kdeapps_dep kholidays)
+   ) )
+   ofx? ( dev-libs/libofx )
+   weboob? (
+   $(add_frameworks_dep kross)
+   www-client/weboob
+   )
+"
+DEPEND="${COMMON_DEPEND}
+   dev-libs/boost
+   virtual/pkgconfig
+"
+RDEPEND="${COMMON_DEPEND}
+   !app-office/kmymoney:4
+   quotes? ( dev-perl/Finance-Quote )
+"
+
+src_configure() {
+   local mycmakeargs=(
+   -DUSE_QT_DESIGNER=OFF
+   $(cmake-utils_use_find_package activities KF5Activities)
+   $(cmake-utils_use_find_package addressbook KF5Akonadi)
+   $(cmake-utils_use_find_package addressbook KF5Contacts)
+   $(cmake-utils_use_find_package addressbook 
KF5IdentityManagement)
+   -DENABLE_KBANKING=$(usex hbci)
+   -DENABLE_LIBICAL=$(usex calendar)
+   $(cmake-utils_use_find_package holidays 

[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/

2018-01-26 Thread Michael Palimaka
commit: 300bc368a0d2aa687ccc92653d79e2831e5773b8
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Jan 27 00:56:07 2018 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Jan 27 01:01:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=300bc368

app-office/kmymoney: update XDG caches

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-office/kmymoney/kmymoney-4.8.1.1-r1.ebuild | 14 +-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/app-office/kmymoney/kmymoney-4.8.1.1-r1.ebuild 
b/app-office/kmymoney/kmymoney-4.8.1.1-r1.ebuild
index bdd9e17e7c6..bd14104c678 100644
--- a/app-office/kmymoney/kmymoney-4.8.1.1-r1.ebuild
+++ b/app-office/kmymoney/kmymoney-4.8.1.1-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-inherit cmake-utils flag-o-matic virtualx
+inherit cmake-utils flag-o-matic gnome2-utils virtualx xdg-utils
 
 DESCRIPTION="Personal finance manager by KDE"
 HOMEPAGE="https://kmymoney.org/;
@@ -145,3 +145,15 @@ src_install() {
[[ -d ${ED%/}/usr/share/doc/HTML ]] &&
docompress -x /usr/share/doc/HTML
 }
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+}



[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/

2018-01-26 Thread Michael Palimaka
commit: 76165144b54d08ffa72de0e17b045ec9f818
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Jan 27 00:58:53 2018 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Jan 27 01:01:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7616

app-office/kmymoney: stabilise 4.8.1.1-r1 for amd64

Bug: https://bugs.gentoo.org/645570
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-office/kmymoney/kmymoney-4.8.1.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/kmymoney/kmymoney-4.8.1.1-r1.ebuild 
b/app-office/kmymoney/kmymoney-4.8.1.1-r1.ebuild
index bd14104c678..34a42561678 100644
--- a/app-office/kmymoney/kmymoney-4.8.1.1-r1.ebuild
+++ b/app-office/kmymoney/kmymoney-4.8.1.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="4"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="calendar debug doc +handbook hbci ofx quotes test weboob"
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/, app-office/kmymoney/files/

2018-01-26 Thread Michael Palimaka
commit: 4d996b040bbd0994062a6cc61703790344393a06
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Jan 27 00:59:27 2018 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Jan 27 01:01:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d996b04

app-office/kmymoney: remove 4.8.0-r3

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-office/kmymoney/Manifest   |   1 -
 .../files/kmymoney-4.8.0-alkimia-detect.patch  |  29 ---
 .../kmymoney/files/kmymoney-4.8.0-cmake-3.9.patch  |  38 ---
 .../kmymoney-4.8.0-drop-national-onlinetasks.patch | 289 -
 .../files/kmymoney-4.8.0-fix-csvdialog.patch   |  22 --
 .../kmymoney/files/kmymoney-4.8.0-gpgmepp.patch|  77 --
 .../files/kmymoney-4.8.0-kdepimlibs-optional.patch | 172 
 .../kmymoney/files/kmymoney-4.8.0-soversion.patch  |  28 --
 .../kmymoney/files/kmymoney-4.8.0-tests.patch  | 210 ---
 app-office/kmymoney/kmymoney-4.8.0-r3.ebuild   |  89 ---
 10 files changed, 955 deletions(-)

diff --git a/app-office/kmymoney/Manifest b/app-office/kmymoney/Manifest
index 736e8aee315..88f26a7d042 100644
--- a/app-office/kmymoney/Manifest
+++ b/app-office/kmymoney/Manifest
@@ -1,2 +1 @@
-DIST kmymoney-4.8.0.tar.xz 20785888 BLAKE2B 
23819f5ef4f1ec0951f8b598041b7516efae94ccc6677404b133039023e6141e078226938d2c6d6fa6332803d4ee23d1c855e4db1945ada3d02d8302103876d0
 SHA512 
883635a9441cbe3d6c835fe1dbc1cc5ed5cc834f76c945030ec680aee4fc6ceb367fdde811672a392eb5cd7b735c858e0be5a7f7964a4ccf5f9ba8865381
 DIST kmymoney-4.8.1.1.tar.xz 20963444 BLAKE2B 
d2be72a1c7dc41f48405ee406c419b9eb74cc02a80949965b8241331c00fbec23c32177aea0a401a76ef64a97e25e9e532c28e4f29bf88c9c2fd04f608790df6
 SHA512 
1f730f7db9117469aebaab33891f6064f648fa0ad25afff9ac1fab8d638c376d8e1f013401512c4be060436d6bbdfdacad6427b1e0911ac6b46288db1e242783

diff --git a/app-office/kmymoney/files/kmymoney-4.8.0-alkimia-detect.patch 
b/app-office/kmymoney/files/kmymoney-4.8.0-alkimia-detect.patch
deleted file mode 100644
index 628e7c87538..000
--- a/app-office/kmymoney/files/kmymoney-4.8.0-alkimia-detect.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-Some 8 cmake patches were necessary to get libalkimia detection right.
-This just copies the current state of 4.8 branch.
-
 a/CMakeLists.txt   2016-10-26 12:17:23.390317411 +0200
-+++ b/CMakeLists.txt   2016-10-26 12:17:53.750544101 +0200
-@@ -110,14 +110,21 @@
-   add_custom_target(apidoc ${DOXYGEN} 
${CMAKE_CURRENT_BINARY_DIR}/kmymoney.doxygen)
- endif(DOXYGEN_FOUND)
- 
--find_package(LibAlkimia 4.3.2 REQUIRED)
-+find_package(LibAlkimia REQUIRED)
- #TODO: remove when LibAlkimia minimum version will be raised
- if (NOT LIBALKIMIA_LIBRARIES AND LIBALKIMIA_LIBRARY)
-   # LibAlkimia 4.3.2 does not properly define LIBALKIMIA_LIBRARIES
-   find_package(GMP REQUIRED)
-   set(LIBALKIMIA_LIBRARIES ${GMP_LIBRARIES} ${LIBALKIMIA_LIBRARY} )
- endif()
--
-+# make sure we have the matching version of LibAlkimia (not too new)
-+if(${LibAlkimia_FOUND})
-+if (DEFINED ${LibAlkimia_VERSION})
-+if (NOT "${LibAlkimia_VERSION}" VERSION_LESS "6.0.0")
-+message(FATAL_ERROR "This version of KMyMoney requires LibAlkimia 
< 6.0.0 and does not work with the installed version of LibAlkimia")
-+endif()
-+endif()
-+endif()
- # check for PkgConfig
- find_package(PkgConfig)
- 

diff --git a/app-office/kmymoney/files/kmymoney-4.8.0-cmake-3.9.patch 
b/app-office/kmymoney/files/kmymoney-4.8.0-cmake-3.9.patch
deleted file mode 100644
index 93e8809d824..000
--- a/app-office/kmymoney/files/kmymoney-4.8.0-cmake-3.9.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-From b0a68ca075928aa29ee1e0007bfb14d714f5a948 Mon Sep 17 00:00:00 2001
-From: Ralf Habacker 
-Date: Thu, 10 Aug 2017 13:45:04 +0200
-Subject: Fix 'Compile error on Fedora 26'
-
-CMake build system used some outdated variables which has been replaced
-by cmake build in variables to fix the issue.
-
-FIXED-IN:4.8.1
-BUG:383351

- kmymoney/dialogs/settings/CMakeLists.txt | 9 -
- 1 file changed, 4 insertions(+), 5 deletions(-)
-
-diff --git a/kmymoney/dialogs/settings/CMakeLists.txt 
b/kmymoney/dialogs/settings/CMakeLists.txt
-index 5aacbea..b007dfb 100644
 a/kmymoney/dialogs/settings/CMakeLists.txt
-+++ b/kmymoney/dialogs/settings/CMakeLists.txt
-@@ -1,12 +1,11 @@
- add_custom_command(
--  OUTPUT ${KMyMoney2_BINARY_DIR}/kmymoneysettings.h  
${KMyMoney2_BINARY_DIR}/kmymoneysettings.cpp
--  DEPENDS ${KMyMoney2_SOURCE_DIR}/kmymoney.kcfg 
${KMyMoney2_SOURCE_DIR}/kmymoneysettings.kcfgc
--  COMMAND ${KDE4_KCFGC_EXECUTABLE} -d ${KMyMoney2_BINARY_DIR}/ 
${KMyMoney2_SOURCE_DIR}/kmymoney.kcfg 
${KMyMoney2_SOURCE_DIR}/kmymoneysettings.kcfgc
-+  OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/kmymoneysettings.h  
${CMAKE_CURRENT_BINARY_DIR}/kmymoneysettings.cpp
-+  DEPENDS ${CMAKE_SOURCE_DIR}/kmymoney/kmymoney.kcfg 
${CMAKE_SOURCE_DIR}/kmymoney/kmymoneysettings.kcfgc
-+  

[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/

2018-01-26 Thread Thomas Deutschmann
commit: 37cdfbad4a6423f9ca70683f01d93dbe70f614f9
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Jan 26 19:53:51 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Jan 26 19:54:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37cdfbad

app-office/kmymoney: x86 stable (bug #645570)

Package-Manager: Portage-2.3.20, Repoman-2.3.6

 app-office/kmymoney/kmymoney-4.8.1.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/kmymoney/kmymoney-4.8.1.1-r1.ebuild 
b/app-office/kmymoney/kmymoney-4.8.1.1-r1.ebuild
index 612279679a1..bdd9e17e7c6 100644
--- a/app-office/kmymoney/kmymoney-4.8.1.1-r1.ebuild
+++ b/app-office/kmymoney/kmymoney-4.8.1.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="4"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="calendar debug doc +handbook hbci ofx quotes test weboob"
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/

2018-01-24 Thread Andreas Sturmlechner
commit: d6d3b9f299e072a37385391c9e6cf2baa88f1922
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jan 24 16:20:32 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jan 24 16:24:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6d3b9f2

app-office/kmymoney: Drop 4.8.1.1 (r0)

Package-Manager: Portage-2.3.20, Repoman-2.3.6

 app-office/kmymoney/kmymoney-4.8.1.1.ebuild | 75 -
 1 file changed, 75 deletions(-)

diff --git a/app-office/kmymoney/kmymoney-4.8.1.1.ebuild 
b/app-office/kmymoney/kmymoney-4.8.1.1.ebuild
deleted file mode 100644
index 24a7abd2013..000
--- a/app-office/kmymoney/kmymoney-4.8.1.1.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_HANDBOOK="optional"
-SQL_REQUIRED="always"
-VIRTUALX_REQUIRED="test"
-VIRTUALDBUS_TEST="true"
-inherit kde4-base
-
-DESCRIPTION="Personal finance manager by KDE"
-HOMEPAGE="https://kmymoney.org/;
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
-   SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
-fi
-
-LICENSE="GPL-2"
-SLOT="4"
-KEYWORDS="~amd64 ~x86"
-IUSE="calendar debug doc hbci ofx quotes weboob"
-
-COMMON_DEPEND="
-   >=app-crypt/gpgme-1.7.0[cxx]
-   =net-libs/aqbanking-5.5.1
-   >=sys-libs/gwenhywfar-4.15.3[qt4]
-   )
-   ofx? ( >=dev-libs/libofx-0.9.4 )
-   weboob? ( www-client/weboob )
-"
-RDEPEND="${COMMON_DEPEND}
-   quotes? ( dev-perl/Finance-Quote )
-"
-DEPEND="${COMMON_DEPEND}
-   dev-libs/boost
-   virtual/pkgconfig
-   doc? ( app-doc/doxygen )
-"
-
-src_prepare() {
-   kde4-base_src_prepare
-
-   # don't install as executable
-   sed -i kmymoney/CMakeLists.txt \
-   -e "/install.*kmymoney.appdata/ s/PROGRAMS/FILES/" || die
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DUSE_QT_DESIGNER=OFF
-   -DENABLE_LIBICAL=$(usex calendar)
-   -DUSE_DEVELOPER_DOC=$(usex doc)
-   -DENABLE_KBANKING=$(usex hbci)
-   -DENABLE_LIBOFX=$(usex ofx)
-   -DCMAKE_DISABLE_FIND_PACKAGE_KdepimLibs=ON
-   -DENABLE_WEBOOB=$(usex weboob)
-   )
-   kde4-base_src_configure
-}
-
-src_compile() {
-   kde4-base_src_compile
-   use doc && kde4-base_src_compile apidoc
-}
-
-src_install() {
-   use doc && HTML_DOCS=("${BUILD_DIR}/apidocs/html/")
-   kde4-base_src_install
-}



[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/

2018-01-24 Thread Andreas Sturmlechner
commit: f692e2eedc10cdc0b6dae14ccfe0e1b10ba704af
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jan 24 16:19:45 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jan 24 16:24:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f692e2ee

app-office/kmymoney: Switch from kde4-base to cmake-utils

Package-Manager: Portage-2.3.20, Repoman-2.3.6

 app-office/kmymoney/kmymoney-4.8.1.1-r1.ebuild | 147 +
 1 file changed, 147 insertions(+)

diff --git a/app-office/kmymoney/kmymoney-4.8.1.1-r1.ebuild 
b/app-office/kmymoney/kmymoney-4.8.1.1-r1.ebuild
new file mode 100644
index 000..612279679a1
--- /dev/null
+++ b/app-office/kmymoney/kmymoney-4.8.1.1-r1.ebuild
@@ -0,0 +1,147 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils flag-o-matic virtualx
+
+DESCRIPTION="Personal finance manager by KDE"
+HOMEPAGE="https://kmymoney.org/;
+SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="4"
+KEYWORDS="~amd64 ~x86"
+IUSE="calendar debug doc +handbook hbci ofx quotes test weboob"
+
+COMMON_DEPEND="
+   >=app-crypt/gpgme-1.7.0[cxx]
+   =net-libs/aqbanking-5.5.1
+   >=sys-libs/gwenhywfar-4.15.3[qt4]
+   )
+   ofx? ( >=dev-libs/libofx-0.9.4 )
+   weboob? ( www-client/weboob )
+"
+RDEPEND="${COMMON_DEPEND}
+   kde-frameworks/oxygen-icons:*
+   handbook? ( kde-frameworks/kdelibs:4[handbook] )
+   quotes? ( dev-perl/Finance-Quote )
+"
+DEPEND="${COMMON_DEPEND}
+   dev-libs/boost
+   virtual/pkgconfig
+   doc? ( app-doc/doxygen )
+   handbook? (
+   app-text/docbook-xml-dtd:4.2
+   app-text/docbook-xsl-stylesheets
+   )
+   test? ( dev-qt/qttest:4 )
+"
+
+src_prepare() {
+   cmake-utils_src_prepare
+
+   if [[ -v LINGUAS ]] ; then
+   pushd po > /dev/null || die
+   local lang
+   for lang in *; do
+   if [[ -e ${lang} ]] && ! has ${lang/.po/} ${LINGUAS} ; 
then
+   case ${lang} in
+   CMakeLists.txt) ;;
+   *) rm -r ${lang} || die ;;
+   esac
+   cmake_comment_add_subdirectory ${lang}
+   sed -e 
"/add_subdirectory([[:space:]]*${lang}\/.*[[:space:]]*)/d" \
+   -i CMakeLists.txt || die
+   fi
+   done
+   popd > /dev/null || die
+   fi
+
+   if ! use handbook; then
+   cmake_comment_add_subdirectory doc
+   else
+   if [[ -d doc && -v LINGUAS ]] ; then
+   pushd doc > /dev/null || die
+   local lang
+   for lang in *; do
+   if ! has ${lang} ${LINGUAS} && [[ ${lang} != 
"en_US" ]]; then
+   cmake_comment_add_subdirectory ${lang}
+   fi
+   done
+   popd > /dev/null || die
+   fi
+   fi
+
+   # don't install as executable
+   sed -i kmymoney/CMakeLists.txt \
+   -e "/install.*kmymoney.appdata/ s/PROGRAMS/FILES/" || die
+}
+
+src_configure() {
+   use debug || append-cppflags -DQT_NO_DEBUG
+
+   local mycmakeargs=(
+   -DUSE_QT_DESIGNER=OFF
+   -DENABLE_LIBICAL=$(usex calendar)
+   -DUSE_DEVELOPER_DOC=$(usex doc)
+   -DENABLE_KBANKING=$(usex hbci)
+   -DENABLE_LIBOFX=$(usex ofx)
+   -DCMAKE_DISABLE_FIND_PACKAGE_KdepimLibs=ON
+   -DKDE4_BUILD_TESTS=$(usex test)
+   -DENABLE_WEBOOB=$(usex weboob)
+   )
+   cmake-utils_src_configure
+}
+
+src_compile() {
+   cmake-utils_src_compile
+   use doc && cmake-utils_src_compile apidoc
+}
+
+src_test() {
+   local kded4_pid
+
+   _test_runner() {
+   export $(dbus-launch)
+   kded4 2>&1 > /dev/null &
+   kded4_pid=$!
+
+   cmake-utils_src_test
+   }
+
+   unset DBUS_SESSION_BUS_ADDRESS DBUS_SESSION_BUS_PID
+
+   local myctestargs=( -E "(kmymoney-querytabletest)" ) # requires 
ktimezoned
+   virtx _test_runner
+
+   if [[ -n "${kded4_pid}" ]] ; then
+   kill ${kded4_pid}
+   fi
+
+   if [[ -n "${DBUS_SESSION_BUS_PID}" ]] ; then
+   kill ${DBUS_SESSION_BUS_PID}
+   fi
+}
+
+src_install() {
+   use doc && HTML_DOCS=( "${BUILD_DIR}/apidocs/html/." )
+   cmake-utils_src_install
+
+   # We don't want /usr/share/doc/HTML to be compressed,
+   # because then khelpcenter can't find the docs
+   [[ -d ${ED%/}/usr/share/doc/HTML ]] &&
+   docompress -x 

[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/

2017-12-28 Thread Andreas Sturmlechner
commit: 7107d97ea48d288d3e9bd84ced5c6eba3673961b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Dec 28 22:03:26 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Dec 28 22:07:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7107d97e

app-office/kmymoney: 4.8.1.1 version bump

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-office/kmymoney/Manifest|  1 +
 app-office/kmymoney/kmymoney-4.8.1.1.ebuild | 75 +
 2 files changed, 76 insertions(+)

diff --git a/app-office/kmymoney/Manifest b/app-office/kmymoney/Manifest
index 2a1734f19ec..736e8aee315 100644
--- a/app-office/kmymoney/Manifest
+++ b/app-office/kmymoney/Manifest
@@ -1 +1,2 @@
 DIST kmymoney-4.8.0.tar.xz 20785888 BLAKE2B 
23819f5ef4f1ec0951f8b598041b7516efae94ccc6677404b133039023e6141e078226938d2c6d6fa6332803d4ee23d1c855e4db1945ada3d02d8302103876d0
 SHA512 
883635a9441cbe3d6c835fe1dbc1cc5ed5cc834f76c945030ec680aee4fc6ceb367fdde811672a392eb5cd7b735c858e0be5a7f7964a4ccf5f9ba8865381
+DIST kmymoney-4.8.1.1.tar.xz 20963444 BLAKE2B 
d2be72a1c7dc41f48405ee406c419b9eb74cc02a80949965b8241331c00fbec23c32177aea0a401a76ef64a97e25e9e532c28e4f29bf88c9c2fd04f608790df6
 SHA512 
1f730f7db9117469aebaab33891f6064f648fa0ad25afff9ac1fab8d638c376d8e1f013401512c4be060436d6bbdfdacad6427b1e0911ac6b46288db1e242783

diff --git a/app-office/kmymoney/kmymoney-4.8.1.1.ebuild 
b/app-office/kmymoney/kmymoney-4.8.1.1.ebuild
new file mode 100644
index 000..24a7abd2013
--- /dev/null
+++ b/app-office/kmymoney/kmymoney-4.8.1.1.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_HANDBOOK="optional"
+SQL_REQUIRED="always"
+VIRTUALX_REQUIRED="test"
+VIRTUALDBUS_TEST="true"
+inherit kde4-base
+
+DESCRIPTION="Personal finance manager by KDE"
+HOMEPAGE="https://kmymoney.org/;
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+   SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
+fi
+
+LICENSE="GPL-2"
+SLOT="4"
+KEYWORDS="~amd64 ~x86"
+IUSE="calendar debug doc hbci ofx quotes weboob"
+
+COMMON_DEPEND="
+   >=app-crypt/gpgme-1.7.0[cxx]
+   =net-libs/aqbanking-5.5.1
+   >=sys-libs/gwenhywfar-4.15.3[qt4]
+   )
+   ofx? ( >=dev-libs/libofx-0.9.4 )
+   weboob? ( www-client/weboob )
+"
+RDEPEND="${COMMON_DEPEND}
+   quotes? ( dev-perl/Finance-Quote )
+"
+DEPEND="${COMMON_DEPEND}
+   dev-libs/boost
+   virtual/pkgconfig
+   doc? ( app-doc/doxygen )
+"
+
+src_prepare() {
+   kde4-base_src_prepare
+
+   # don't install as executable
+   sed -i kmymoney/CMakeLists.txt \
+   -e "/install.*kmymoney.appdata/ s/PROGRAMS/FILES/" || die
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DUSE_QT_DESIGNER=OFF
+   -DENABLE_LIBICAL=$(usex calendar)
+   -DUSE_DEVELOPER_DOC=$(usex doc)
+   -DENABLE_KBANKING=$(usex hbci)
+   -DENABLE_LIBOFX=$(usex ofx)
+   -DCMAKE_DISABLE_FIND_PACKAGE_KdepimLibs=ON
+   -DENABLE_WEBOOB=$(usex weboob)
+   )
+   kde4-base_src_configure
+}
+
+src_compile() {
+   kde4-base_src_compile
+   use doc && kde4-base_src_compile apidoc
+}
+
+src_install() {
+   use doc && HTML_DOCS=("${BUILD_DIR}/apidocs/html/")
+   kde4-base_src_install
+}



[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/

2017-12-03 Thread Andreas Sturmlechner
commit: 81fbd92db2e094eb176344e4334b77c96267bc8b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Dec  3 17:17:52 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Dec  3 17:17:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81fbd92d

app-office/kmymoney: Drop old

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 app-office/kmymoney/kmymoney-4.8.0-r2.ebuild | 91 
 1 file changed, 91 deletions(-)

diff --git a/app-office/kmymoney/kmymoney-4.8.0-r2.ebuild 
b/app-office/kmymoney/kmymoney-4.8.0-r2.ebuild
deleted file mode 100644
index b6f87338fb7..000
--- a/app-office/kmymoney/kmymoney-4.8.0-r2.ebuild
+++ /dev/null
@@ -1,91 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_LINGUAS="bs ca ca@valencia cs da de el en_GB es et eu fi fr gl
-hu it kk nds nl pl pt pt_BR ro ru sk sv tr uk zh_CN zh_TW"
-KDE_HANDBOOK="optional"
-SQL_REQUIRED="always"
-VIRTUALX_REQUIRED="test"
-VIRTUALDBUS_TEST="true"
-inherit kde4-base
-
-DESCRIPTION="Personal finance manager by KDE"
-HOMEPAGE="https://kmymoney.org/;
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
-   SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
-fi
-
-LICENSE="GPL-2"
-SLOT="4"
-KEYWORDS="amd64 x86"
-IUSE="calendar debug doc hbci ofx quotes weboob"
-
-COMMON_DEPEND="
-   >=app-crypt/gpgme-1.7.0[cxx]
-   =net-libs/aqbanking-5.5.1
-   >=sys-libs/gwenhywfar-4.15.3[qt4]
-   )
-   ofx? ( >=dev-libs/libofx-0.9.4 )
-   weboob? ( www-client/weboob )
-"
-RDEPEND="${COMMON_DEPEND}
-   quotes? ( dev-perl/Finance-Quote )
-"
-DEPEND="${COMMON_DEPEND}
-   dev-libs/boost
-   virtual/pkgconfig
-   doc? ( app-doc/doxygen )
-"
-
-PATCHES=(
-   "${FILESDIR}/${P}-tests.patch"
-   "${FILESDIR}/${P}-alkimia-detect.patch"
-   "${FILESDIR}/${P}-fix-csvdialog.patch"
-   "${FILESDIR}/${P}-soversion.patch"
-   "${FILESDIR}/${P}-gpgmepp.patch"
-   "${FILESDIR}/${P}-kdepimlibs-optional.patch"
-   "${FILESDIR}/${P}-drop-national-onlinetasks.patch"
-   "${FILESDIR}/${P}-cmake-3.9.patch"
-)
-
-src_prepare() {
-   kde4-base_src_prepare
-
-   # don't install as executable
-   sed -i kmymoney/CMakeLists.txt \
-   -e "/install.*kmymoney.appdata/ s/PROGRAMS/FILES/" || die
-
-   # bug #617636, complement to drop-national-onlinetasks.patch
-   rm -r kmymoney/plugins/onlinetasks/national || die
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DUSE_QT_DESIGNER=OFF
-   -DENABLE_LIBICAL=$(usex calendar)
-   -DUSE_DEVELOPER_DOC=$(usex doc)
-   -DENABLE_KBANKING=$(usex hbci)
-   -DENABLE_LIBOFX=$(usex ofx)
-   -DCMAKE_DISABLE_FIND_PACKAGE_KdepimLibs=ON
-   -DENABLE_WEBOOB=$(usex weboob)
-   )
-   kde4-base_src_configure
-}
-
-src_compile() {
-   kde4-base_src_compile
-   use doc && kde4-base_src_compile apidoc
-}
-
-src_install() {
-   use doc && HTML_DOCS=("${BUILD_DIR}/apidocs/html/")
-   kde4-base_src_install
-}



[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/

2017-12-03 Thread Andreas Sturmlechner
commit: 373d8f4340974e76758b223814eff3f6c9dc14be
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Dec  3 17:17:11 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Dec  3 17:17:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=373d8f43

app-office/kmymoney: Drop KDE_LINGUAS

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 app-office/kmymoney/kmymoney-4.8.0-r3.ebuild | 89 
 1 file changed, 89 insertions(+)

diff --git a/app-office/kmymoney/kmymoney-4.8.0-r3.ebuild 
b/app-office/kmymoney/kmymoney-4.8.0-r3.ebuild
new file mode 100644
index 000..b61523303b5
--- /dev/null
+++ b/app-office/kmymoney/kmymoney-4.8.0-r3.ebuild
@@ -0,0 +1,89 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_HANDBOOK="optional"
+SQL_REQUIRED="always"
+VIRTUALX_REQUIRED="test"
+VIRTUALDBUS_TEST="true"
+inherit kde4-base
+
+DESCRIPTION="Personal finance manager by KDE"
+HOMEPAGE="https://kmymoney.org/;
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+   SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
+fi
+
+LICENSE="GPL-2"
+SLOT="4"
+KEYWORDS="amd64 x86"
+IUSE="calendar debug doc hbci ofx quotes weboob"
+
+COMMON_DEPEND="
+   >=app-crypt/gpgme-1.7.0[cxx]
+   =net-libs/aqbanking-5.5.1
+   >=sys-libs/gwenhywfar-4.15.3[qt4]
+   )
+   ofx? ( >=dev-libs/libofx-0.9.4 )
+   weboob? ( www-client/weboob )
+"
+RDEPEND="${COMMON_DEPEND}
+   quotes? ( dev-perl/Finance-Quote )
+"
+DEPEND="${COMMON_DEPEND}
+   dev-libs/boost
+   virtual/pkgconfig
+   doc? ( app-doc/doxygen )
+"
+
+PATCHES=(
+   "${FILESDIR}/${P}-tests.patch"
+   "${FILESDIR}/${P}-alkimia-detect.patch"
+   "${FILESDIR}/${P}-fix-csvdialog.patch"
+   "${FILESDIR}/${P}-soversion.patch"
+   "${FILESDIR}/${P}-gpgmepp.patch"
+   "${FILESDIR}/${P}-kdepimlibs-optional.patch"
+   "${FILESDIR}/${P}-drop-national-onlinetasks.patch"
+   "${FILESDIR}/${P}-cmake-3.9.patch"
+)
+
+src_prepare() {
+   kde4-base_src_prepare
+
+   # don't install as executable
+   sed -i kmymoney/CMakeLists.txt \
+   -e "/install.*kmymoney.appdata/ s/PROGRAMS/FILES/" || die
+
+   # bug #617636, complement to drop-national-onlinetasks.patch
+   rm -r kmymoney/plugins/onlinetasks/national || die
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DUSE_QT_DESIGNER=OFF
+   -DENABLE_LIBICAL=$(usex calendar)
+   -DUSE_DEVELOPER_DOC=$(usex doc)
+   -DENABLE_KBANKING=$(usex hbci)
+   -DENABLE_LIBOFX=$(usex ofx)
+   -DCMAKE_DISABLE_FIND_PACKAGE_KdepimLibs=ON
+   -DENABLE_WEBOOB=$(usex weboob)
+   )
+   kde4-base_src_configure
+}
+
+src_compile() {
+   kde4-base_src_compile
+   use doc && kde4-base_src_compile apidoc
+}
+
+src_install() {
+   use doc && HTML_DOCS=("${BUILD_DIR}/apidocs/html/")
+   kde4-base_src_install
+}



[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/

2017-08-27 Thread Andreas Sturmlechner
commit: 705ca794554f2c7b54ddf3ff5a586c31e3b64f5b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Aug 27 08:16:03 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Aug 27 09:35:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=705ca794

app-office/kmymoney: Drop USE=pim

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-office/kmymoney/kmymoney-4.8.0-r2.ebuild | 5 ++---
 app-office/kmymoney/metadata.xml | 1 -
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/app-office/kmymoney/kmymoney-4.8.0-r2.ebuild 
b/app-office/kmymoney/kmymoney-4.8.0-r2.ebuild
index 2c8a51c8250..b6f87338fb7 100644
--- a/app-office/kmymoney/kmymoney-4.8.0-r2.ebuild
+++ b/app-office/kmymoney/kmymoney-4.8.0-r2.ebuild
@@ -20,7 +20,7 @@ fi
 LICENSE="GPL-2"
 SLOT="4"
 KEYWORDS="amd64 x86"
-IUSE="calendar debug doc hbci ofx pim quotes weboob"
+IUSE="calendar debug doc hbci ofx quotes weboob"
 
 COMMON_DEPEND="
>=app-crypt/gpgme-1.7.0[cxx]
@@ -34,7 +34,6 @@ COMMON_DEPEND="
>=sys-libs/gwenhywfar-4.15.3[qt4]
)
ofx? ( >=dev-libs/libofx-0.9.4 )
-   pim? ( $(add_kdeapps_dep kdepimlibs) )
weboob? ( www-client/weboob )
 "
 RDEPEND="${COMMON_DEPEND}
@@ -75,7 +74,7 @@ src_configure() {
-DUSE_DEVELOPER_DOC=$(usex doc)
-DENABLE_KBANKING=$(usex hbci)
-DENABLE_LIBOFX=$(usex ofx)
-   $(cmake-utils_use_find_package pim KdepimLibs)
+   -DCMAKE_DISABLE_FIND_PACKAGE_KdepimLibs=ON
-DENABLE_WEBOOB=$(usex weboob)
)
kde4-base_src_configure

diff --git a/app-office/kmymoney/metadata.xml b/app-office/kmymoney/metadata.xml
index e83740a23fa..2a46248a2be 100644
--- a/app-office/kmymoney/metadata.xml
+++ b/app-office/kmymoney/metadata.xml
@@ -7,7 +7,6 @@


Enable HBCI support using 
net-libs/aqbanking
-   Enable KDE PIM integration via 
kde-apps/kdepimlibs
Enable Online Stock Quote retrieval
Enable import of online banking 
transactions extracted by www-client/weboob




[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/

2017-08-19 Thread Andreas Sturmlechner
commit: e95ba85c4b419464aa482eef60cc9dd407e10407
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Aug 18 21:16:26 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug 19 08:41:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e95ba85c

app-office/kmymoney: Drop old

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-office/kmymoney/kmymoney-4.8.0-r1.ebuild | 86 
 1 file changed, 86 deletions(-)

diff --git a/app-office/kmymoney/kmymoney-4.8.0-r1.ebuild 
b/app-office/kmymoney/kmymoney-4.8.0-r1.ebuild
deleted file mode 100644
index 02a88640e02..000
--- a/app-office/kmymoney/kmymoney-4.8.0-r1.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_LINGUAS="bs ca ca@valencia cs da de el en_GB es et eu fi fr gl
-hu it kk nds nl pl pt pt_BR ro ru sk sv tr uk zh_CN zh_TW"
-KDE_HANDBOOK="optional"
-VIRTUALX_REQUIRED="test"
-VIRTUALDBUS_TEST="true"
-inherit kde4-base
-
-DESCRIPTION="Personal finance manager by KDE"
-HOMEPAGE="https://kmymoney.org/;
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
-   SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
-fi
-
-LICENSE="GPL-2"
-SLOT="4"
-KEYWORDS="amd64 x86"
-IUSE="debug calendar doc hbci ofx pim quotes weboob"
-
-COMMON_DEPEND="
-   >=app-crypt/gpgme-1.7.0[cxx]
-   =net-libs/aqbanking-5.5.1
-   >=sys-libs/gwenhywfar-4.15.3[qt4]
-   )
-   ofx? ( >=dev-libs/libofx-0.9.4 )
-   pim? ( $(add_kdeapps_dep kdepimlibs) )
-   weboob? ( www-client/weboob )
-"
-RDEPEND="${COMMON_DEPEND}
-   quotes? ( dev-perl/Finance-Quote )
-"
-DEPEND="${COMMON_DEPEND}
-   dev-libs/boost
-   virtual/pkgconfig
-   doc? ( app-doc/doxygen )
-"
-
-PATCHES=(
-   "${FILESDIR}/${P}-tests.patch"
-   "${FILESDIR}/${P}-alkimia-detect.patch"
-   "${FILESDIR}/${P}-fix-csvdialog.patch"
-   "${FILESDIR}/${P}-soversion.patch"
-   "${FILESDIR}/${P}-gpgmepp.patch"
-   "${FILESDIR}/${P}-kdepimlibs-optional.patch"
-)
-
-src_prepare() {
-   kde4-base_src_prepare
-
-   # don't install as executable
-   sed -i kmymoney/CMakeLists.txt \
-   -e "/install.*kmymoney.appdata/ s/PROGRAMS/FILES/" || die
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DUSE_QT_DESIGNER=OFF
-   -DENABLE_LIBICAL=$(usex calendar)
-   -DUSE_DEVELOPER_DOC=$(usex doc)
-   -DENABLE_KBANKING=$(usex hbci)
-   -DENABLE_LIBOFX=$(usex ofx)
-   $(cmake-utils_use_find_package pim KdepimLibs)
-   -DENABLE_WEBOOB=$(usex weboob)
-   )
-   kde4-base_src_configure
-}
-
-src_compile() {
-   kde4-base_src_compile
-   use doc && kde4-base_src_compile apidoc
-}
-
-src_install() {
-   use doc && HTML_DOCS=("${BUILD_DIR}/apidocs/html/")
-   kde4-base_src_install
-}



[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/

2017-08-18 Thread Michael Palimaka
commit: 42ed5cf8e96104517eb8dedffa5501a7fb5536a5
Author: Michael Palimaka  gentoo  org>
AuthorDate: Fri Aug 18 15:18:20 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri Aug 18 15:18:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42ed5cf8

app-office/kmymoney: amd64/x86 stable

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

 app-office/kmymoney/kmymoney-4.8.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/kmymoney/kmymoney-4.8.0-r2.ebuild 
b/app-office/kmymoney/kmymoney-4.8.0-r2.ebuild
index 5c6170a4e5a..2c8a51c8250 100644
--- a/app-office/kmymoney/kmymoney-4.8.0-r2.ebuild
+++ b/app-office/kmymoney/kmymoney-4.8.0-r2.ebuild
@@ -19,7 +19,7 @@ fi
 
 LICENSE="GPL-2"
 SLOT="4"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="calendar debug doc hbci ofx pim quotes weboob"
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/files/, app-office/kmymoney/

2017-08-12 Thread Andreas Sturmlechner
commit: 807894ae54d9743b03088f9315d492e286c352d1
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Aug 12 08:19:50 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug 12 08:20:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=807894ae

app-office/kmymoney: Fix build with cmake-3.9

Tested-by: David Zaslavsky  ellipsix.net>
Gentoo-bug: 627672
Package-Manager: Portage-2.3.6, Repoman-2.3.3

 .../kmymoney/files/kmymoney-4.8.0-cmake-3.9.patch  | 38 ++
 app-office/kmymoney/kmymoney-4.8.0-r2.ebuild   |  1 +
 2 files changed, 39 insertions(+)

diff --git a/app-office/kmymoney/files/kmymoney-4.8.0-cmake-3.9.patch 
b/app-office/kmymoney/files/kmymoney-4.8.0-cmake-3.9.patch
new file mode 100644
index 000..93e8809d824
--- /dev/null
+++ b/app-office/kmymoney/files/kmymoney-4.8.0-cmake-3.9.patch
@@ -0,0 +1,38 @@
+From b0a68ca075928aa29ee1e0007bfb14d714f5a948 Mon Sep 17 00:00:00 2001
+From: Ralf Habacker 
+Date: Thu, 10 Aug 2017 13:45:04 +0200
+Subject: Fix 'Compile error on Fedora 26'
+
+CMake build system used some outdated variables which has been replaced
+by cmake build in variables to fix the issue.
+
+FIXED-IN:4.8.1
+BUG:383351
+---
+ kmymoney/dialogs/settings/CMakeLists.txt | 9 -
+ 1 file changed, 4 insertions(+), 5 deletions(-)
+
+diff --git a/kmymoney/dialogs/settings/CMakeLists.txt 
b/kmymoney/dialogs/settings/CMakeLists.txt
+index 5aacbea..b007dfb 100644
+--- a/kmymoney/dialogs/settings/CMakeLists.txt
 b/kmymoney/dialogs/settings/CMakeLists.txt
+@@ -1,12 +1,11 @@
+ add_custom_command(
+-  OUTPUT ${KMyMoney2_BINARY_DIR}/kmymoneysettings.h  
${KMyMoney2_BINARY_DIR}/kmymoneysettings.cpp
+-  DEPENDS ${KMyMoney2_SOURCE_DIR}/kmymoney.kcfg 
${KMyMoney2_SOURCE_DIR}/kmymoneysettings.kcfgc
+-  COMMAND ${KDE4_KCFGC_EXECUTABLE} -d ${KMyMoney2_BINARY_DIR}/ 
${KMyMoney2_SOURCE_DIR}/kmymoney.kcfg 
${KMyMoney2_SOURCE_DIR}/kmymoneysettings.kcfgc
++  OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/kmymoneysettings.h  
${CMAKE_CURRENT_BINARY_DIR}/kmymoneysettings.cpp
++  DEPENDS ${CMAKE_SOURCE_DIR}/kmymoney/kmymoney.kcfg 
${CMAKE_SOURCE_DIR}/kmymoney/kmymoneysettings.kcfgc
++  COMMAND ${KDE4_KCFGC_EXECUTABLE} -d ${CMAKE_CURRENT_BINARY_DIR}/ 
${CMAKE_SOURCE_DIR}/kmymoney/kmymoney.kcfg 
${CMAKE_SOURCE_DIR}/kmymoney/kmymoneysettings.kcfgc
+   )
+ 
+-
+ set (libsettings_a_SOURCES
+-  ${KMyMoney2_BINARY_DIR}/kmymoneysettings.h
++  ${CMAKE_CURRENT_BINARY_DIR}/kmymoneysettings.cpp
+   ksettingscolors.cpp
+   ksettingsfonts.cpp
+   ksettingsforecast.cpp
+-- 
+cgit v0.11.2
+

diff --git a/app-office/kmymoney/kmymoney-4.8.0-r2.ebuild 
b/app-office/kmymoney/kmymoney-4.8.0-r2.ebuild
index 757dc00ef9c..b49b40c1df4 100644
--- a/app-office/kmymoney/kmymoney-4.8.0-r2.ebuild
+++ b/app-office/kmymoney/kmymoney-4.8.0-r2.ebuild
@@ -53,6 +53,7 @@ PATCHES=(
"${FILESDIR}/${P}-gpgmepp.patch"
"${FILESDIR}/${P}-kdepimlibs-optional.patch"
"${FILESDIR}/${P}-drop-national-onlinetasks.patch"
+   "${FILESDIR}/${P}-cmake-3.9.patch"
 )
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/

2017-05-27 Thread Andreas Sturmlechner
commit: dd736fc95e00d0fe273c0c5dd5b88db80c0db4a4
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May 27 16:06:51 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May 27 16:09:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd736fc9

app-office/kmymoney: Drop old

Nothing but conflicts at this point.

Reported-by: Arfrever

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 app-office/kmymoney/Manifest  |  1 -
 app-office/kmymoney/kmymoney-4.7.2.ebuild | 69 ---
 2 files changed, 70 deletions(-)

diff --git a/app-office/kmymoney/Manifest b/app-office/kmymoney/Manifest
index f5d8b1502c8..1b24445e3dc 100644
--- a/app-office/kmymoney/Manifest
+++ b/app-office/kmymoney/Manifest
@@ -1,2 +1 @@
-DIST kmymoney-4.7.2.tar.xz 20391472 SHA256 
bfb2c29ff30988f46324c2dae197a06b58d07336a1947adc22bcfed3e554393d SHA512 
43db5b3e52d21dee517c8fadccf120aed5854dc16cbd7e265c327149c3a0c900ec02de06a56a9f5b8ad4d04c15730916c79238a3cf2778911e9d8cc4a65afbb1
 WHIRLPOOL 
461ce894aedb653e696572068ec7a006c3c3fcc2c7493caf634052393bc5874d19e3a6e87e73fd6100316d9bfbfe65eba4d6c87ea2f3b11ea4b354fc91422db7
 DIST kmymoney-4.8.0.tar.xz 20785888 SHA256 
c2a635710aafa6925a49803c480e043e0bf4bc5b62430689aa5eb95619f48ac2 SHA512 
883635a9441cbe3d6c835fe1dbc1cc5ed5cc834f76c945030ec680aee4fc6ceb367fdde811672a392eb5cd7b735c858e0be5a7f7964a4ccf5f9ba8865381
 WHIRLPOOL 
acbada22e3e9c83e88e571b397c37da79eb36ce05a55786c352af306d3f863dc2db7140c9f1e1757393ea7f6dc9a1728debe077c71ce28b655c65e707f1130cd

diff --git a/app-office/kmymoney/kmymoney-4.7.2.ebuild 
b/app-office/kmymoney/kmymoney-4.7.2.ebuild
deleted file mode 100644
index 465931ab485..000
--- a/app-office/kmymoney/kmymoney-4.7.2.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-KDE_LINGUAS="bs ca ca@valencia cs da de el en_GB es et eu fi fr gl
-hu it kk nds nl pl pt pt_BR ro ru sk sv tr uk zh_CN zh_TW"
-KDE_HANDBOOK="optional"
-VIRTUALX_REQUIRED="test"
-VIRTUALDBUS_TEST="true"
-inherit kde4-base
-
-DESCRIPTION="Personal finance manager for KDE"
-HOMEPAGE="http://kmymoney2.sourceforge.net/;
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
-   SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
-fi
-
-LICENSE="GPL-2"
-SLOT="4"
-KEYWORDS="amd64 x86"
-IUSE="debug calendar doc hbci ofx quotes"
-
-COMMON_DEPEND="
-   app-crypt/gpgme
-   >=app-office/libalkimia-4.3.2
-   dev-libs/gmp:0
-   dev-libs/libgpg-error
-   $(add_kdeapps_dep kdepimlibs)
-   x11-misc/shared-mime-info
-   calendar? ( dev-libs/libical:= )
-   hbci? (
-   >=net-libs/aqbanking-5.0.1
-   >=sys-libs/gwenhywfar-4.0.1[qt4]
-   )
-   ofx? ( >=dev-libs/libofx-0.9.4 )
-"
-RDEPEND="${COMMON_DEPEND}
-   !~kde-apps/kdepimlibs-4.14.10_p20160611
-   !>kde-apps/kdepimlibs-4.14.11_pre20160211-r3
-   quotes? ( dev-perl/Finance-Quote )
-"
-DEPEND="${COMMON_DEPEND}
-   dev-libs/boost
-   virtual/pkgconfig
-   doc? ( app-doc/doxygen )
-"
-
-src_configure() {
-   local mycmakeargs=(
-   -DUSE_QT_DESIGNER=OFF
-   $(cmake-utils_use_enable calendar LIBICAL)
-   $(cmake-utils_use_use doc DEVELOPER_DOC)
-   $(cmake-utils_use_enable hbci KBANKING)
-   $(cmake-utils_use_enable ofx LIBOFX)
-   )
-   kde4-base_src_configure
-}
-
-src_compile() {
-   kde4-base_src_compile
-
-   use doc && kde4-base_src_compile apidoc
-}
-
-src_install() {
-   use doc && HTML_DOCS=("${BUILD_DIR}/apidocs/html/")
-   kde4-base_src_install
-}



[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/, app-office/kmymoney/files/

2017-05-18 Thread Andreas Sturmlechner
commit: 7ba20123fc43fc66d5151005ae529163ac030db3
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May 18 19:15:45 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 18 19:48:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ba20123

app-office/kmymoney: Drop national onlinetasks

Removed in master branch for not being supported by banks anymore.
Fixes moc issue with Qt4 and >=boost-1.63

Reported-by: Mark Nowiasz 
Gentoo-bug: 617636

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 .../kmymoney-4.8.0-drop-national-onlinetasks.patch | 289 +
 app-office/kmymoney/kmymoney-4.8.0-r2.ebuild   |  90 +++
 2 files changed, 379 insertions(+)

diff --git 
a/app-office/kmymoney/files/kmymoney-4.8.0-drop-national-onlinetasks.patch 
b/app-office/kmymoney/files/kmymoney-4.8.0-drop-national-onlinetasks.patch
new file mode 100644
index 000..abcffed0227
--- /dev/null
+++ b/app-office/kmymoney/files/kmymoney-4.8.0-drop-national-onlinetasks.patch
@@ -0,0 +1,289 @@
+commit 5979b1e92d67124591d10b18b173852882f077e7
+Author: Christian Dávid 
+Date:   Mon Jun 13 00:05:27 2016 +0200
+
+Removed national credit transfers
+
+They are not supported by the banks anymore. So they can be removed.
+
+Unfortunately they contained the only example for a task converter.
+Due to the removed plugin the CMakeLists.txt for sepa could be
+simplified.
+
+Cherry-picked from d514e650
+
+diff --git a/kmymoney/plugins/kbanking/aqbankingkmmoperators.cpp 
b/kmymoney/plugins/kbanking/aqbankingkmmoperators.cpp
+index 6c2b5d8a..8b67bcbb 100644
+--- a/kmymoney/plugins/kbanking/aqbankingkmmoperators.cpp
 b/kmymoney/plugins/kbanking/aqbankingkmmoperators.cpp
+@@ -24,9 +24,9 @@
+ #include 
+ 
+ #include "payeeidentifier/payeeidentifiertyped.h"
++#include "payeeidentifier/nationalaccount/nationalaccount.h"
+ #include "tasksettings/credittransfersettingsbase.h"
+ #include "onlinetasks/sepa/tasks/sepaonlinetransfer.h"
+-#include "onlinetasks/national/tasks/germanonlinetransfer.h"
+ #include "gwenhywfarqtoperators.h"
+ 
+ /**
+@@ -49,40 +49,6 @@ static const QString dtausChars = 
QString::fromUtf8("0123456789ABCDEFGHIJKLMNOPQ
+  */
+ static const QString sepaChars = 
QString("0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz':?.,- 
(+)/");
+ 
+-QSharedPointer 
AB_TransactionLimits_toGermanOnlineTaskSettings(const AB_TRANSACTION_LIMITS* 
aqlimits)
+-{
+-  Q_CHECK_PTR(aqlimits);
+-
+-  QSharedPointer settings(new 
creditTransferSettingsBase);
+-
+-  // AqBanking returns 0 as min length even if it requires one
+-  int minLength = AB_TransactionLimits_GetMinLenPurpose(aqlimits);
+-  if (minLength == 0)
+-minLength = 1;
+-  
settings->setPurposeLimits(AB_TransactionLimits_GetMaxLinesPurpose(aqlimits),
+- AB_TransactionLimits_GetMaxLenPurpose(aqlimits),
+- minLength
+-);
+-
+-  // AqBanking returns 0 as min length even if it requires one
+-  minLength = AB_TransactionLimits_GetMinLenRemoteName(aqlimits);
+-  if (minLength == 0)
+-minLength = 1;
+-  
settings->setRecipientNameLimits(AB_TransactionLimits_GetMaxLinesRemoteName(aqlimits),
+-   
AB_TransactionLimits_GetMaxLenRemoteName(aqlimits),
+-   minLength
+-  );
+-
+-  minLength = AB_TransactionLimits_GetMinLenLocalName(aqlimits);
+-  if (minLength == 0)
+-minLength = 1;
+-  settings->setPayeeNameLimits(1, 
AB_TransactionLimits_GetMaxLenLocalName(aqlimits), minLength);
+-
+-  settings->setAllowedChars(dtausChars);
+-
+-  return settings.dynamicCast();
+-}
+-
+ /** @todo Check if AB_TransactionLimits_GetMaxLenCustomerReference really is 
the limit for the sepa reference */
+ QSharedPointer 
AB_TransactionLimits_toSepaOnlineTaskSettings(const AB_TRANSACTION_LIMITS* 
aqlimits)
+ {
+diff --git a/kmymoney/plugins/kbanking/aqbankingkmmoperators.h 
b/kmymoney/plugins/kbanking/aqbankingkmmoperators.h
+index a314cd72..5205a884 100644
+--- a/kmymoney/plugins/kbanking/aqbankingkmmoperators.h
 b/kmymoney/plugins/kbanking/aqbankingkmmoperators.h
+@@ -29,7 +29,6 @@
+ 
+ #include "onlinetasks/interfaces/tasks/ionlinetasksettings.h"
+ #include "onlinetasks/sepa/tasks/sepaonlinetransfer.h"
+-#include "onlinetasks/national/tasks/germanonlinetransfer.h"
+ 
+ class AB_ACCOUNT;
+ class AB_TRANSACTION_LIMITS;
+@@ -43,12 +42,6 @@ class nationalAccount;
+ }
+ 
+ /**
+- * @brief AB_TransactionLimits_toGermanOnlineTaskSettings
+- * @param aqlimits IN
+- */
+-QSharedPointer 
AB_TransactionLimits_toGermanOnlineTaskSettings(const AB_TRANSACTION_LIMITS* 
aqlimits);
+-
+-/**
+  * @brief AB_TransactionLimits_toSepaOnlineTaskSettings
+  * @param aqlimits IN
+  */
+diff --git a/kmymoney/plugins/kbanking/mymoneybanking.cpp 

[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/

2017-05-02 Thread Andreas Sturmlechner
commit: 5638c753cdd6b133351fc204c980b9dd797a38ec
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue May  2 07:35:22 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue May  2 11:08:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5638c753

app-office/kmymoney: Fix blocker

Thanks-to: Arfrever

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-office/kmymoney/kmymoney-4.7.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-office/kmymoney/kmymoney-4.7.2.ebuild 
b/app-office/kmymoney/kmymoney-4.7.2.ebuild
index 72bbb4e7b0e..465931ab485 100644
--- a/app-office/kmymoney/kmymoney-4.7.2.ebuild
+++ b/app-office/kmymoney/kmymoney-4.7.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -36,7 +36,7 @@ COMMON_DEPEND="
ofx? ( >=dev-libs/libofx-0.9.4 )
 "
 RDEPEND="${COMMON_DEPEND}
-   !=kde-apps/kdepimlibs-4.14.10_p2016*
+   !~kde-apps/kdepimlibs-4.14.10_p20160611
!>kde-apps/kdepimlibs-4.14.11_pre20160211-r3
quotes? ( dev-perl/Finance-Quote )
 "



[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/

2017-05-01 Thread Andreas Sturmlechner
commit: dd44364919890acd6a02e601173202e04b7267db
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Sun Mar  5 19:23:43 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon May  1 08:02:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd443649

app-office/kmymoney: Always use gpgme++ from >=app-crypt/gpgme-1.7.0

Gentoo-bug: 611818

 app-office/kmymoney/kmymoney-4.8.0-r1.ebuild | 86 
 1 file changed, 86 insertions(+)

diff --git a/app-office/kmymoney/kmymoney-4.8.0-r1.ebuild 
b/app-office/kmymoney/kmymoney-4.8.0-r1.ebuild
new file mode 100644
index 000..33f344d9913
--- /dev/null
+++ b/app-office/kmymoney/kmymoney-4.8.0-r1.ebuild
@@ -0,0 +1,86 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_LINGUAS="bs ca ca@valencia cs da de el en_GB es et eu fi fr gl
+hu it kk nds nl pl pt pt_BR ro ru sk sv tr uk zh_CN zh_TW"
+KDE_HANDBOOK="optional"
+VIRTUALX_REQUIRED="test"
+VIRTUALDBUS_TEST="true"
+inherit kde4-base
+
+DESCRIPTION="Personal finance manager by KDE"
+HOMEPAGE="https://kmymoney.org/;
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+   SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
+fi
+
+LICENSE="GPL-2"
+SLOT="4"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug calendar doc hbci ofx pim quotes weboob"
+
+COMMON_DEPEND="
+   >=app-crypt/gpgme-1.7.0[cxx]
+   =net-libs/aqbanking-5.5.1
+   >=sys-libs/gwenhywfar-4.15.3[qt4]
+   )
+   ofx? ( >=dev-libs/libofx-0.9.4 )
+   pim? ( $(add_kdeapps_dep kdepimlibs) )
+   weboob? ( www-client/weboob )
+"
+RDEPEND="${COMMON_DEPEND}
+   quotes? ( dev-perl/Finance-Quote )
+"
+DEPEND="${COMMON_DEPEND}
+   dev-libs/boost
+   virtual/pkgconfig
+   doc? ( app-doc/doxygen )
+"
+
+PATCHES=(
+   "${FILESDIR}/${P}-tests.patch"
+   "${FILESDIR}/${P}-alkimia-detect.patch"
+   "${FILESDIR}/${P}-fix-csvdialog.patch"
+   "${FILESDIR}/${P}-soversion.patch"
+   "${FILESDIR}/${P}-gpgmepp.patch"
+   "${FILESDIR}/${P}-kdepimlibs-optional.patch"
+)
+
+src_prepare() {
+   kde4-base_src_prepare
+
+   # don't install as executable
+   sed -i kmymoney/CMakeLists.txt \
+   -e "/install.*kmymoney.appdata/ s/PROGRAMS/FILES/" || die
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DUSE_QT_DESIGNER=OFF
+   -DENABLE_LIBICAL=$(usex calendar)
+   -DUSE_DEVELOPER_DOC=$(usex doc)
+   -DENABLE_KBANKING=$(usex hbci)
+   -DENABLE_LIBOFX=$(usex ofx)
+   $(cmake-utils_use_find_package pim KdepimLibs)
+   -DENABLE_WEBOOB=$(usex weboob)
+   )
+   kde4-base_src_configure
+}
+
+src_compile() {
+   kde4-base_src_compile
+   use doc && kde4-base_src_compile apidoc
+}
+
+src_install() {
+   use doc && HTML_DOCS=("${BUILD_DIR}/apidocs/html/")
+   kde4-base_src_install
+}



[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/

2017-05-01 Thread Andreas Sturmlechner
commit: 69701540cfee96b7365ae757ac25bdeb4925ca54
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Apr 30 11:57:31 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon May  1 08:02:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69701540

app-office/kmymoney: Drop old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-office/kmymoney/kmymoney-4.8.0.ebuild | 92 ---
 1 file changed, 92 deletions(-)

diff --git a/app-office/kmymoney/kmymoney-4.8.0.ebuild 
b/app-office/kmymoney/kmymoney-4.8.0.ebuild
deleted file mode 100644
index 25350ab4579..000
--- a/app-office/kmymoney/kmymoney-4.8.0.ebuild
+++ /dev/null
@@ -1,92 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_LINGUAS="bs ca ca@valencia cs da de el en_GB es et eu fi fr gl
-hu it kk nds nl pl pt pt_BR ro ru sk sv tr uk zh_CN zh_TW"
-KDE_HANDBOOK="optional"
-VIRTUALX_REQUIRED="test"
-VIRTUALDBUS_TEST="true"
-inherit kde4-base
-
-DESCRIPTION="Personal finance manager by KDE"
-HOMEPAGE="https://kmymoney.org/;
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
-   SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
-fi
-
-LICENSE="GPL-2"
-SLOT="4"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug calendar doc hbci ofx pim quotes weboob"
-
-COMMON_DEPEND="
-   app-crypt/gpgme
-   =net-libs/aqbanking-5.5.1
-   >=sys-libs/gwenhywfar-4.15.3[qt4]
-   )
-   ofx? ( >=dev-libs/libofx-0.9.4 )
-   pim? ( $(add_kdeapps_dep kdepimlibs) )
-   !pim? ( app-crypt/gpgme[cxx] )
-   weboob? ( www-client/weboob )
-"
-RDEPEND="${COMMON_DEPEND}
-   pim? (
-   !=kde-apps/kdepimlibs-4.14.10_p2016*
-   !>kde-apps/kdepimlibs-4.14.11_pre20160211-r3
-   )
-   quotes? ( dev-perl/Finance-Quote )
-"
-DEPEND="${COMMON_DEPEND}
-   dev-libs/boost
-   virtual/pkgconfig
-   doc? ( app-doc/doxygen )
-"
-
-PATCHES=(
-   "${FILESDIR}/${P}-tests.patch"
-   "${FILESDIR}/${P}-alkimia-detect.patch"
-   "${FILESDIR}/${P}-fix-csvdialog.patch"
-   "${FILESDIR}/${P}-soversion.patch"
-   "${FILESDIR}/${P}-gpgmepp.patch"
-   "${FILESDIR}/${P}-kdepimlibs-optional.patch"
-)
-
-src_prepare() {
-   kde4-base_src_prepare
-
-   # don't install as executable
-   sed -i kmymoney/CMakeLists.txt \
-   -e "/install.*kmymoney.appdata/ s/PROGRAMS/FILES/" || die
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DUSE_QT_DESIGNER=OFF
-   -DENABLE_LIBICAL=$(usex calendar)
-   -DUSE_DEVELOPER_DOC=$(usex doc)
-   -DENABLE_KBANKING=$(usex hbci)
-   -DENABLE_LIBOFX=$(usex ofx)
-   $(cmake-utils_use_find_package pim KdepimLibs)
-   $(cmake-utils_use_find_package '!pim' Gpgmepp)
-   -DENABLE_WEBOOB=$(usex weboob)
-   )
-   kde4-base_src_configure
-}
-
-src_compile() {
-   kde4-base_src_compile
-   use doc && kde4-base_src_compile apidoc
-}
-
-src_install() {
-   use doc && HTML_DOCS=("${BUILD_DIR}/apidocs/html/")
-   kde4-base_src_install
-}



[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/, app-office/kmymoney/files/

2016-11-25 Thread Patrice Clement
commit: fed58623179ae14348a0f374a834e22fc830dff2
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Wed Oct 26 10:55:25 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Nov 25 21:52:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fed58623

app-office/kmymoney: version bump and a bunch of other changes.

Changes:
* version bump to 4.8.0.
* add USE=pim,weboob.
* add USE=pim for optional kdepimlibs or app-crypt/gpgme[cxx] dependency.
* EAPI 6.
* fix HOMEPAGE, DESCRIPTION.

metadata.xml: no longer at sourceforge.

Gentoo-Bug: https://bugs.gentoo.org/587244

Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/2667

Signed-off-by: Patrice Clement  gentoo.org>

 app-office/kmymoney/Manifest   |   1 +
 .../files/kmymoney-4.8.0-alkimia-detect.patch  |  29 +++
 .../files/kmymoney-4.8.0-fix-csvdialog.patch   |  22 +++
 .../kmymoney/files/kmymoney-4.8.0-gpgmepp.patch|  77 
 .../files/kmymoney-4.8.0-kdepimlibs-optional.patch | 172 +
 .../kmymoney/files/kmymoney-4.8.0-soversion.patch  |  28 +++
 .../kmymoney/files/kmymoney-4.8.0-tests.patch  | 210 +
 app-office/kmymoney/kmymoney-4.8.0.ebuild  |  89 +
 app-office/kmymoney/metadata.xml   |   5 +-
 9 files changed, 630 insertions(+), 3 deletions(-)

diff --git a/app-office/kmymoney/Manifest b/app-office/kmymoney/Manifest
index 62c2584..f5d8b15 100644
--- a/app-office/kmymoney/Manifest
+++ b/app-office/kmymoney/Manifest
@@ -1 +1,2 @@
 DIST kmymoney-4.7.2.tar.xz 20391472 SHA256 
bfb2c29ff30988f46324c2dae197a06b58d07336a1947adc22bcfed3e554393d SHA512 
43db5b3e52d21dee517c8fadccf120aed5854dc16cbd7e265c327149c3a0c900ec02de06a56a9f5b8ad4d04c15730916c79238a3cf2778911e9d8cc4a65afbb1
 WHIRLPOOL 
461ce894aedb653e696572068ec7a006c3c3fcc2c7493caf634052393bc5874d19e3a6e87e73fd6100316d9bfbfe65eba4d6c87ea2f3b11ea4b354fc91422db7
+DIST kmymoney-4.8.0.tar.xz 20785888 SHA256 
c2a635710aafa6925a49803c480e043e0bf4bc5b62430689aa5eb95619f48ac2 SHA512 
883635a9441cbe3d6c835fe1dbc1cc5ed5cc834f76c945030ec680aee4fc6ceb367fdde811672a392eb5cd7b735c858e0be5a7f7964a4ccf5f9ba8865381
 WHIRLPOOL 
acbada22e3e9c83e88e571b397c37da79eb36ce05a55786c352af306d3f863dc2db7140c9f1e1757393ea7f6dc9a1728debe077c71ce28b655c65e707f1130cd

diff --git a/app-office/kmymoney/files/kmymoney-4.8.0-alkimia-detect.patch 
b/app-office/kmymoney/files/kmymoney-4.8.0-alkimia-detect.patch
new file mode 100644
index ..628e7c8
--- /dev/null
+++ b/app-office/kmymoney/files/kmymoney-4.8.0-alkimia-detect.patch
@@ -0,0 +1,29 @@
+Some 8 cmake patches were necessary to get libalkimia detection right.
+This just copies the current state of 4.8 branch.
+
+--- a/CMakeLists.txt   2016-10-26 12:17:23.390317411 +0200
 b/CMakeLists.txt   2016-10-26 12:17:53.750544101 +0200
+@@ -110,14 +110,21 @@
+   add_custom_target(apidoc ${DOXYGEN} 
${CMAKE_CURRENT_BINARY_DIR}/kmymoney.doxygen)
+ endif(DOXYGEN_FOUND)
+ 
+-find_package(LibAlkimia 4.3.2 REQUIRED)
++find_package(LibAlkimia REQUIRED)
+ #TODO: remove when LibAlkimia minimum version will be raised
+ if (NOT LIBALKIMIA_LIBRARIES AND LIBALKIMIA_LIBRARY)
+   # LibAlkimia 4.3.2 does not properly define LIBALKIMIA_LIBRARIES
+   find_package(GMP REQUIRED)
+   set(LIBALKIMIA_LIBRARIES ${GMP_LIBRARIES} ${LIBALKIMIA_LIBRARY} )
+ endif()
+-
++# make sure we have the matching version of LibAlkimia (not too new)
++if(${LibAlkimia_FOUND})
++if (DEFINED ${LibAlkimia_VERSION})
++if (NOT "${LibAlkimia_VERSION}" VERSION_LESS "6.0.0")
++message(FATAL_ERROR "This version of KMyMoney requires LibAlkimia 
< 6.0.0 and does not work with the installed version of LibAlkimia")
++endif()
++endif()
++endif()
+ # check for PkgConfig
+ find_package(PkgConfig)
+ 

diff --git a/app-office/kmymoney/files/kmymoney-4.8.0-fix-csvdialog.patch 
b/app-office/kmymoney/files/kmymoney-4.8.0-fix-csvdialog.patch
new file mode 100644
index ..4f84a17
--- /dev/null
+++ b/app-office/kmymoney/files/kmymoney-4.8.0-fix-csvdialog.patch
@@ -0,0 +1,22 @@
+From: Łukasz Wojniłowicz 
+Date: Sat, 06 Aug 2016 11:14:18 +
+Subject: Remove Qt::WindowStaysOnTopHint from CSV dialog
+X-Git-Url: 
http://quickgit.kde.org/?p=kmymoney.git=commitdiff=d129b22e2da6e7972008f2b5ef3eccc95d758201
+---
+Remove Qt::WindowStaysOnTopHint from CSV dialog
+
+BUG: 363429
+---
+
+
+--- a/kmymoney/plugins/csvimport/csvdialog.cpp
 b/kmymoney/plugins/csvimport/csvdialog.cpp
+@@ -224,7 +224,6 @@
+ 
+   m_investmentDlg->init();
+   Qt::WindowFlags eFlags = windowFlags();
+-  eFlags |= Qt::WindowStaysOnTopHint;
+   m_wiz->setWindowFlags(eFlags);
+   m_wiz->show();
+ }//  CSVDialog
+

diff --git a/app-office/kmymoney/files/kmymoney-4.8.0-gpgmepp.patch 
b/app-office/kmymoney/files/kmymoney-4.8.0-gpgmepp.patch
new file mode 100644
index ..7b76eb1
--- /dev/null
+++ 

[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/

2015-09-20 Thread Manuel Rüger
commit: c5aacc31bdf0ed24ac0ab93a4a0e9b9925ad9514
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Sep 20 13:07:03 2015 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Sep 20 13:07:03 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5aacc31

app-office/kmymoney: Remove old

Package-Manager: portage-2.2.20.1

 app-office/kmymoney/Manifest  |  1 -
 app-office/kmymoney/kmymoney-4.7.1.ebuild | 68 ---
 2 files changed, 69 deletions(-)

diff --git a/app-office/kmymoney/Manifest b/app-office/kmymoney/Manifest
index 2e4d360..62c2584 100644
--- a/app-office/kmymoney/Manifest
+++ b/app-office/kmymoney/Manifest
@@ -1,2 +1 @@
-DIST kmymoney-4.7.1.tar.xz 20152980 SHA256 
7749cbae146eb4adf5c92162c841ae321f971c5720bc32d0227a42a4dd4acfc4 SHA512 
e1abc00a39051d4797a177dda353af251dbc79dac97e4f4443df015f2f18f397672e59d6bf74baa6e94f18d4f26f1aea27cdffc37a1d1e46a146d22daed9fe7e
 WHIRLPOOL 
f2e698a39204338aeccd8d3d411f2d36a76a68a7b314a4ad47798a305c3432f5dd5c51d35616d8ebdefcbe6b92b55d6fcabf661067bcf2b2e401f51006b8df04
 DIST kmymoney-4.7.2.tar.xz 20391472 SHA256 
bfb2c29ff30988f46324c2dae197a06b58d07336a1947adc22bcfed3e554393d SHA512 
43db5b3e52d21dee517c8fadccf120aed5854dc16cbd7e265c327149c3a0c900ec02de06a56a9f5b8ad4d04c15730916c79238a3cf2778911e9d8cc4a65afbb1
 WHIRLPOOL 
461ce894aedb653e696572068ec7a006c3c3fcc2c7493caf634052393bc5874d19e3a6e87e73fd6100316d9bfbfe65eba4d6c87ea2f3b11ea4b354fc91422db7

diff --git a/app-office/kmymoney/kmymoney-4.7.1.ebuild 
b/app-office/kmymoney/kmymoney-4.7.1.ebuild
deleted file mode 100644
index 60803d2..000
--- a/app-office/kmymoney/kmymoney-4.7.1.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_LINGUAS="bs ca ca@valencia cs da de el en_GB es et eu fi fr gl
-hu it kk nds nl pl pt pt_BR ro ru sv uk zh_TW"
-KDE_HANDBOOK="optional"
-VIRTUALX_REQUIRED="test"
-VIRTUALDBUS_TEST="true"
-inherit kde4-base
-
-DESCRIPTION="Personal finance manager for KDE"
-HOMEPAGE="http://kmymoney2.sourceforge.net/;
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
-   SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
-fi
-
-LICENSE="GPL-2"
-SLOT="4"
-KEYWORDS="amd64 x86"
-IUSE="debug calendar doc hbci ofx quotes"
-
-COMMON_DEPEND="
-   app-crypt/gpgme
-   >=app-office/libalkimia-4.3.2
-   dev-libs/gmp:0
-   dev-libs/libgpg-error
-   $(add_kdebase_dep kdepimlibs)
-   x11-misc/shared-mime-info
-   calendar? ( dev-libs/libical:= )
-   hbci? (
-   >=net-libs/aqbanking-5.0.1
-   >=sys-libs/gwenhywfar-4.0.1[qt4]
-   )
-   ofx? ( >=dev-libs/libofx-0.9.4 )
-"
-RDEPEND="${COMMON_DEPEND}
-   quotes? ( dev-perl/Finance-Quote )
-"
-DEPEND="${COMMON_DEPEND}
-   dev-libs/boost
-   virtual/pkgconfig
-   doc? ( app-doc/doxygen )
-"
-
-src_configure() {
-   local mycmakeargs=(
-   -DUSE_QT_DESIGNER=OFF
-   $(cmake-utils_use_enable calendar LIBICAL)
-   $(cmake-utils_use_use doc DEVELOPER_DOC)
-   $(cmake-utils_use_enable hbci KBANKING)
-   $(cmake-utils_use_enable ofx LIBOFX)
-   )
-   kde4-base_src_configure
-}
-
-src_compile() {
-   kde4-base_src_compile
-
-   use doc && kde4-base_src_compile apidoc
-}
-
-src_install() {
-   use doc && HTML_DOCS=("${BUILD_DIR}/apidocs/html/")
-   kde4-base_src_install
-}



[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/

2015-09-19 Thread Agostino Sarubbo
commit: 017d25d4639269ea54ee23176489facdf91ed51d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Sep 19 13:29:33 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Sep 19 13:29:33 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=017d25d4

app-office/kmymoney: amd64 stable wrt bug #560160

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

 app-office/kmymoney/kmymoney-4.7.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/kmymoney/kmymoney-4.7.2.ebuild 
b/app-office/kmymoney/kmymoney-4.7.2.ebuild
index 5d43287..297ada4 100644
--- a/app-office/kmymoney/kmymoney-4.7.2.ebuild
+++ b/app-office/kmymoney/kmymoney-4.7.2.ebuild
@@ -19,7 +19,7 @@ fi
 
 LICENSE="GPL-2"
 SLOT="4"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="debug calendar doc hbci ofx quotes"
 
 COMMON_DEPEND="