[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/sonnet/files/, kde-frameworks/sonnet/

2024-07-05 Thread Andreas Sturmlechner
commit: 34eccab8e4f02db922e8ff0915c79db5ef36c960
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Jul  5 13:09:11 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Jul  5 13:15:49 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34eccab8

kde-frameworks/sonnet: Fix build with USE=-qml

Pending upstream MR:
https://invent.kde.org/frameworks/sonnet/-/merge_requests/108

Closes: https://bugs.gentoo.org/935488
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../sonnet/files/sonnet-6.3.0-cmake.patch  | 42 ++
 kde-frameworks/sonnet/sonnet-6.3.0.ebuild  |  3 ++
 2 files changed, 45 insertions(+)

diff --git a/kde-frameworks/sonnet/files/sonnet-6.3.0-cmake.patch 
b/kde-frameworks/sonnet/files/sonnet-6.3.0-cmake.patch
new file mode 100644
index ..b218b5618339
--- /dev/null
+++ b/kde-frameworks/sonnet/files/sonnet-6.3.0-cmake.patch
@@ -0,0 +1,42 @@
+From 7ee068b3da7e8b60a6c0a5c95b9026ef2c82ebb7 Mon Sep 17 00:00:00 2001
+From: Andreas Sturmlechner 
+Date: Fri, 5 Jul 2024 15:03:09 +0200
+Subject: [PATCH] Fix SONNET_USE_QML=OFF by moving ECMQmlModule behind the
+ conditional
+
+Otherwise we still end up with
+
+> -- Could NOT find Qt6Qml (missing: Qt6Qml_DIR)
+
+and finally
+
+> Failed setting up ECMQmlModule
+
+Signed-off-by: Andreas Sturmlechner 
+---
+ CMakeLists.txt | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 3427bb12..892f77d7 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -22,7 +22,6 @@ include(ECMSetupVersion)
+ include(ECMGenerateHeaders)
+ include(ECMGenerateQmlTypes)
+ include(ECMFindQmlModule)
+-include(ECMQmlModule)
+ include(ECMDeprecationSettings)
+ include(ECMAddQch)
+ include(ECMPoQmTools)
+@@ -39,6 +38,7 @@ if(SONNET_USE_WIDGETS)
+ endif()
+ 
+ if(SONNET_USE_QML)
++include(ECMQmlModule)
+ find_package(Qt6 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Quick)
+ endif()
+ 
+-- 
+2.45.2
+

diff --git a/kde-frameworks/sonnet/sonnet-6.3.0.ebuild 
b/kde-frameworks/sonnet/sonnet-6.3.0.ebuild
index ce1b9390145e..91f26014 100644
--- a/kde-frameworks/sonnet/sonnet-6.3.0.ebuild
+++ b/kde-frameworks/sonnet/sonnet-6.3.0.ebuild
@@ -22,6 +22,9 @@ DEPEND="
 RDEPEND="${DEPEND}"
 BDEPEND=">=dev-qt/qttools-${QTMIN}:6[linguist]"
 
+# Pending: https://invent.kde.org/frameworks/sonnet/-/merge_requests/108
+PATCHES=( "${FILESDIR}/${P}-cmake.patch" ) # bug 935488
+
 CMAKE_SKIP_TESTS=(
# bug 779994
sonnet-test_autodetect



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/sonnet/

2024-05-27 Thread Sam James
commit: 5750c48bea69e2880fd8b2d16d56e45edfba71dd
Author: Sam James  gentoo  org>
AuthorDate: Tue May 28 02:07:31 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue May 28 02:07:31 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5750c48b

kde-frameworks/sonnet: Stabilize 5.116.0 arm64, #932369

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

 kde-frameworks/sonnet/sonnet-5.116.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/sonnet/sonnet-5.116.0.ebuild 
b/kde-frameworks/sonnet/sonnet-5.116.0.ebuild
index 6e7fecbf655c..4ab9949af1dc 100644
--- a/kde-frameworks/sonnet/sonnet-5.116.0.ebuild
+++ b/kde-frameworks/sonnet/sonnet-5.116.0.ebuild
@@ -10,7 +10,7 @@ inherit ecm frameworks.kde.org
 DESCRIPTION="Framework for providing spell-checking through abstraction of 
popular backends"
 
 LICENSE="LGPL-2+ LGPL-2.1+"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ppc64 ~riscv x86"
 IUSE="aspell +hunspell qml"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/sonnet/

2024-05-27 Thread Sam James
commit: 53ad20fc4bfe56f44aa9b2794d4c8708c71650c1
Author: Sam James  gentoo  org>
AuthorDate: Mon May 27 23:43:49 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Mon May 27 23:43:49 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53ad20fc

kde-frameworks/sonnet: Stabilize 5.116.0 x86, #932369

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

 kde-frameworks/sonnet/sonnet-5.116.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/sonnet/sonnet-5.116.0.ebuild 
b/kde-frameworks/sonnet/sonnet-5.116.0.ebuild
index 9457da119596..6e7fecbf655c 100644
--- a/kde-frameworks/sonnet/sonnet-5.116.0.ebuild
+++ b/kde-frameworks/sonnet/sonnet-5.116.0.ebuild
@@ -10,7 +10,7 @@ inherit ecm frameworks.kde.org
 DESCRIPTION="Framework for providing spell-checking through abstraction of 
popular backends"
 
 LICENSE="LGPL-2+ LGPL-2.1+"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ppc64 ~riscv x86"
 IUSE="aspell +hunspell qml"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/sonnet/

2024-05-27 Thread Arthur Zamarin
commit: 6d74e073faf32c5ad4c5af0caa66f80e883ce9a1
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon May 27 18:11:41 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon May 27 18:11:41 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d74e073

kde-frameworks/sonnet: Stabilize 5.116.0 ppc64, #932369

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

 kde-frameworks/sonnet/sonnet-5.116.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/sonnet/sonnet-5.116.0.ebuild 
b/kde-frameworks/sonnet/sonnet-5.116.0.ebuild
index b5322b8520b0..09377f054a91 100644
--- a/kde-frameworks/sonnet/sonnet-5.116.0.ebuild
+++ b/kde-frameworks/sonnet/sonnet-5.116.0.ebuild
@@ -10,7 +10,7 @@ inherit ecm frameworks.kde.org
 DESCRIPTION="Framework for providing spell-checking through abstraction of 
popular backends"
 
 LICENSE="LGPL-2+ LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ppc64 ~riscv ~x86"
 IUSE="aspell +hunspell qml"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/sonnet/

2024-03-01 Thread Arthur Zamarin
commit: 14c7cf5c9f84cdf6436985b77d8cf114b7f3a907
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Mar  1 13:59:16 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Mar  1 13:59:16 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14c7cf5c

kde-frameworks/sonnet: Stabilize 5.115.0 ppc64, #924308

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

 kde-frameworks/sonnet/sonnet-5.115.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/sonnet/sonnet-5.115.0.ebuild 
b/kde-frameworks/sonnet/sonnet-5.115.0.ebuild
index c081061d14f8..7fbca3069265 100644
--- a/kde-frameworks/sonnet/sonnet-5.115.0.ebuild
+++ b/kde-frameworks/sonnet/sonnet-5.115.0.ebuild
@@ -10,7 +10,7 @@ inherit ecm frameworks.kde.org
 DESCRIPTION="Framework for providing spell-checking through abstraction of 
popular backends"
 
 LICENSE="LGPL-2+ LGPL-2.1+"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ppc64 ~riscv ~x86"
 IUSE="aspell +hunspell qml"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/sonnet/

2024-02-19 Thread Sam James
commit: fe8419c0ea5f96384de1f05b9f24665781db03a6
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb 19 16:25:30 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb 19 16:25:30 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe8419c0

kde-frameworks/sonnet: Stabilize 5.115.0 amd64, #924308

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

 kde-frameworks/sonnet/sonnet-5.115.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/sonnet/sonnet-5.115.0.ebuild 
b/kde-frameworks/sonnet/sonnet-5.115.0.ebuild
index b5322b8520b0..df60fa0304ba 100644
--- a/kde-frameworks/sonnet/sonnet-5.115.0.ebuild
+++ b/kde-frameworks/sonnet/sonnet-5.115.0.ebuild
@@ -10,7 +10,7 @@ inherit ecm frameworks.kde.org
 DESCRIPTION="Framework for providing spell-checking through abstraction of 
popular backends"
 
 LICENSE="LGPL-2+ LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
 IUSE="aspell +hunspell qml"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/sonnet/

2024-02-02 Thread Arthur Zamarin
commit: 1b29f603b499bdb9f38bf8b5c9567646e6ee4386
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Feb  2 12:41:18 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Feb  2 12:41:18 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b29f603

kde-frameworks/sonnet: Stabilize 5.113.0 ppc64, #921319

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

 kde-frameworks/sonnet/sonnet-5.113.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/sonnet/sonnet-5.113.0.ebuild 
b/kde-frameworks/sonnet/sonnet-5.113.0.ebuild
index 8df7ebc60851..4ab9949af1dc 100644
--- a/kde-frameworks/sonnet/sonnet-5.113.0.ebuild
+++ b/kde-frameworks/sonnet/sonnet-5.113.0.ebuild
@@ -10,7 +10,7 @@ inherit ecm frameworks.kde.org
 DESCRIPTION="Framework for providing spell-checking through abstraction of 
popular backends"
 
 LICENSE="LGPL-2+ LGPL-2.1+"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ppc64 ~riscv x86"
 IUSE="aspell +hunspell qml"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/sonnet/

2023-08-02 Thread Sam James
commit: fa767fc628f025c5bd8d7f9e78acc94187377444
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug  2 17:47:29 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug  2 17:47:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa767fc6

kde-frameworks/sonnet: stabilize 5.108.0 for arm64

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

 kde-frameworks/sonnet/sonnet-5.108.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/sonnet/sonnet-5.108.0.ebuild 
b/kde-frameworks/sonnet/sonnet-5.108.0.ebuild
index 205bac4c430e..e445b3e52064 100644
--- a/kde-frameworks/sonnet/sonnet-5.108.0.ebuild
+++ b/kde-frameworks/sonnet/sonnet-5.108.0.ebuild
@@ -10,7 +10,7 @@ inherit ecm frameworks.kde.org
 DESCRIPTION="Framework for providing spell-checking through abstraction of 
popular backends"
 
 LICENSE="LGPL-2+ LGPL-2.1+"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv x86"
 IUSE="aspell +hunspell qml"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/sonnet/

2023-06-22 Thread Arthur Zamarin
commit: c1edb52ac1aad484dae39380bda3b833d125a98d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Jun 22 19:57:32 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Jun 22 19:57:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1edb52a

kde-frameworks/sonnet: Stabilize 5.106.0 x86, #906676

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

 kde-frameworks/sonnet/sonnet-5.106.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/sonnet/sonnet-5.106.0.ebuild 
b/kde-frameworks/sonnet/sonnet-5.106.0.ebuild
index fa4e4614ff75..df19155f3991 100644
--- a/kde-frameworks/sonnet/sonnet-5.106.0.ebuild
+++ b/kde-frameworks/sonnet/sonnet-5.106.0.ebuild
@@ -11,7 +11,7 @@ inherit ecm frameworks.kde.org
 DESCRIPTION="Framework for providing spell-checking through abstraction of 
popular backends"
 
 LICENSE="LGPL-2+ LGPL-2.1+"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv x86"
 IUSE="aspell +hunspell qml"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/sonnet/

2022-11-16 Thread Andreas Sturmlechner
commit: 2b7921d6d386bf3dc69137389fa54f4007927bb5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Nov 16 21:04:56 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Nov 16 21:32:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b7921d6

kde-frameworks/sonnet: Drop IUSE nls

It is non-optional.

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

 kde-frameworks/sonnet/sonnet-5.100.0.ebuild | 6 ++
 kde-frameworks/sonnet/sonnet-5.99.0.ebuild  | 6 ++
 2 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/kde-frameworks/sonnet/sonnet-5.100.0.ebuild 
b/kde-frameworks/sonnet/sonnet-5.100.0.ebuild
index 6a624120445d..f6d3a7082c0c 100644
--- a/kde-frameworks/sonnet/sonnet-5.100.0.ebuild
+++ b/kde-frameworks/sonnet/sonnet-5.100.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Framework for providing spell-checking through 
abstraction of popul
 
 LICENSE="LGPL-2+ LGPL-2.1+"
 KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
-IUSE="aspell +hunspell nls qml"
+IUSE="aspell +hunspell qml"
 
 DEPEND="
>=dev-qt/qtgui-${QTMIN}:5
@@ -22,9 +22,7 @@ DEPEND="
qml? ( >=dev-qt/qtdeclarative-${QTMIN}:5 )
 "
 RDEPEND="${DEPEND}"
-BDEPEND="
-   nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )
-"
+BDEPEND=">=dev-qt/linguist-tools-${QTMIN}:5"
 
 src_configure() {
local mycmakeargs=(

diff --git a/kde-frameworks/sonnet/sonnet-5.99.0.ebuild 
b/kde-frameworks/sonnet/sonnet-5.99.0.ebuild
index c3808f2166d0..5dfd2198a481 100644
--- a/kde-frameworks/sonnet/sonnet-5.99.0.ebuild
+++ b/kde-frameworks/sonnet/sonnet-5.99.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Framework for providing spell-checking through 
abstraction of popul
 
 LICENSE="LGPL-2+ LGPL-2.1+"
 KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
-IUSE="aspell +hunspell nls qml"
+IUSE="aspell +hunspell qml"
 
 DEPEND="
>=dev-qt/qtgui-${QTMIN}:5
@@ -22,9 +22,7 @@ DEPEND="
qml? ( >=dev-qt/qtdeclarative-${QTMIN}:5 )
 "
 RDEPEND="${DEPEND}"
-BDEPEND="
-   nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )
-"
+BDEPEND=">=dev-qt/linguist-tools-${QTMIN}:5"
 
 src_configure() {
local mycmakeargs=(



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/sonnet/

2022-02-08 Thread Agostino Sarubbo
commit: 969dff589251e3367e49f9a6e830feb5b714d59e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Feb  8 14:46:37 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Feb  8 14:46:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=969dff58

kde-frameworks/sonnet: x86 stable wrt bug #831587

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

 kde-frameworks/sonnet/sonnet-5.90.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/sonnet/sonnet-5.90.0.ebuild 
b/kde-frameworks/sonnet/sonnet-5.90.0.ebuild
index 1e098f68cde4..ba57f4f2bb44 100644
--- a/kde-frameworks/sonnet/sonnet-5.90.0.ebuild
+++ b/kde-frameworks/sonnet/sonnet-5.90.0.ebuild
@@ -11,7 +11,7 @@ inherit ecm kde.org
 DESCRIPTION="Framework for providing spell-checking through abstraction of 
popular backends"
 
 LICENSE="LGPL-2+ LGPL-2.1+"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
 IUSE="aspell +hunspell nls qml"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/sonnet/

2021-09-13 Thread Agostino Sarubbo
commit: 8093380456f550712f916f55fb0a69c061fbef17
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Sep 13 08:18:20 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Sep 13 08:18:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80933804

kde-frameworks/sonnet: x86 stable wrt bug #808216

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

 kde-frameworks/sonnet/sonnet-5.85.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/sonnet/sonnet-5.85.0.ebuild 
b/kde-frameworks/sonnet/sonnet-5.85.0.ebuild
index 6d1ed5afc1e..7170f5c605e 100644
--- a/kde-frameworks/sonnet/sonnet-5.85.0.ebuild
+++ b/kde-frameworks/sonnet/sonnet-5.85.0.ebuild
@@ -10,7 +10,7 @@ inherit ecm kde.org
 
 DESCRIPTION="Framework for providing spell-checking through abstraction of 
popular backends"
 LICENSE="LGPL-2+ LGPL-2.1+"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
 IUSE="aspell +hunspell nls"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/sonnet/

2021-04-11 Thread Mikle Kolyada
commit: 4f723e043c0c6f1fa8195c552bc73660cf2f5eef
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Apr 11 12:24:41 2021 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Apr 11 12:25:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f723e04

kde-frameworks/sonnet: Stabilize 5.80.0 arm64, #779994

Signed-off-by: Mikle Kolyada  gentoo.org>

 kde-frameworks/sonnet/sonnet-5.80.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/sonnet/sonnet-5.80.0.ebuild 
b/kde-frameworks/sonnet/sonnet-5.80.0.ebuild
index 4704971a217..2c3caa33396 100644
--- a/kde-frameworks/sonnet/sonnet-5.80.0.ebuild
+++ b/kde-frameworks/sonnet/sonnet-5.80.0.ebuild
@@ -10,7 +10,7 @@ inherit ecm kde.org
 
 DESCRIPTION="Framework for providing spell-checking through abstraction of 
popular backends"
 LICENSE="LGPL-2+ LGPL-2.1+"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86"
 IUSE="aspell +hunspell nls"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/sonnet/

2021-04-11 Thread Mikle Kolyada
commit: eb8fe241677b53e1be8225d76eb392663137f80a
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Apr 11 12:19:27 2021 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Apr 11 12:20:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb8fe241

kde-frameworks/sonnet: Stabilize 5.80.0 amd64, #779994

Signed-off-by: Mikle Kolyada  gentoo.org>

 kde-frameworks/sonnet/sonnet-5.80.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/sonnet/sonnet-5.80.0.ebuild 
b/kde-frameworks/sonnet/sonnet-5.80.0.ebuild
index e7bb779c318..4704971a217 100644
--- a/kde-frameworks/sonnet/sonnet-5.80.0.ebuild
+++ b/kde-frameworks/sonnet/sonnet-5.80.0.ebuild
@@ -10,7 +10,7 @@ inherit ecm kde.org
 
 DESCRIPTION="Framework for providing spell-checking through abstraction of 
popular backends"
 LICENSE="LGPL-2+ LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 IUSE="aspell +hunspell nls"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/sonnet/

2021-04-10 Thread Thomas Deutschmann
commit: 4d6f086825abdb6a6509463981fb25d80e80a607
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Apr 10 23:38:56 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Apr 10 23:41:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d6f0868

kde-frameworks/sonnet: x86 stable (bug #779994)

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

 kde-frameworks/sonnet/sonnet-5.80.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/sonnet/sonnet-5.80.0.ebuild 
b/kde-frameworks/sonnet/sonnet-5.80.0.ebuild
index c2df24e9d69..e7bb779c318 100644
--- a/kde-frameworks/sonnet/sonnet-5.80.0.ebuild
+++ b/kde-frameworks/sonnet/sonnet-5.80.0.ebuild
@@ -10,7 +10,7 @@ inherit ecm kde.org
 
 DESCRIPTION="Framework for providing spell-checking through abstraction of 
popular backends"
 LICENSE="LGPL-2+ LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 IUSE="aspell +hunspell nls"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/sonnet/

2021-04-10 Thread Andreas Sturmlechner
commit: 500beb482a548fc0529a21a4fa9ed349d3e3ac9d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Apr 10 11:30:32 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Apr 10 16:29:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=500beb48

kde-frameworks/sonnet: Disable broken sonnet-test_autodetect

Bug: https://bugs.gentoo.org/779994
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-frameworks/sonnet/sonnet-5.80.0.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/kde-frameworks/sonnet/sonnet-5.80.0.ebuild 
b/kde-frameworks/sonnet/sonnet-5.80.0.ebuild
index 83a586a6c92..c2df24e9d69 100644
--- a/kde-frameworks/sonnet/sonnet-5.80.0.ebuild
+++ b/kde-frameworks/sonnet/sonnet-5.80.0.ebuild
@@ -34,9 +34,10 @@ src_configure() {
 }
 
 src_test() {
-   # bugs: 680032
+   # sonnet-test_settings: bug 680032
+   # sonnet-test_autodetect: bug 779994
local myctestargs=(
-   -E "(sonnet-test_settings|sonnet-test_highlighter)"
+   -E 
"(sonnet-test_autodetect|sonnet-test_settings|sonnet-test_highlighter)"
)
 
ecm_src_test



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/sonnet/

2020-07-11 Thread Andreas Sturmlechner
commit: 5853f63a5bc94b68ac58592413430a3d5fb1b7e1
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jul 11 13:07:01 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jul 11 15:37:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5853f63a

kde-frameworks/sonnet: drop 5.71.0*

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

 kde-frameworks/sonnet/Manifest |  1 -
 kde-frameworks/sonnet/sonnet-5.71.0.ebuild | 43 --
 2 files changed, 44 deletions(-)

diff --git a/kde-frameworks/sonnet/Manifest b/kde-frameworks/sonnet/Manifest
index 724eb962dc9..e8ff996c923 100644
--- a/kde-frameworks/sonnet/Manifest
+++ b/kde-frameworks/sonnet/Manifest
@@ -1,3 +1,2 @@
 DIST sonnet-5.70.0.tar.xz 292380 BLAKE2B 
53047e83e276fd016a674067d0ec0655ec855b071761ee1347fdac047db1a3049d965aba2e49b6c3385ea77e49b0666b140d960bfd04af752f6cebdb731ecaf6
 SHA512 
de93c1396262215407324795ea0ebc7d45752fb33873f0f6552821b9fa97dafd9972e274784f9f70c63f220aba9db261dccd55cf169cf62e629f398dc2db7fe9
-DIST sonnet-5.71.0.tar.xz 294864 BLAKE2B 
34120972d396e4f0d040fdfc74831d9b9d2e509a5bdb98f6377a85ac050fd465c3bcce7311db2b1ce0c89005af9cd6394c57bd8e7b93de7da06514291e62a3db
 SHA512 
f8a277db375b0d7c6767a6b3c7a7df062ad58c89b9c2b14e7fab326bf0c967e651076cfa57935ec6c658fa1de55b9ed05222fed8f8066431540f9601261f7924
 DIST sonnet-5.72.0.tar.xz 295040 BLAKE2B 
978844750dcbad7f9f6bf9fed2f1c9b11302b0d46baa6238484e870315dc42e874a8b8b23b0939a8617e0ca290cbfb1ff967af179a77a1c057205ad97170c31c
 SHA512 
8c5f552d9676d9be3cef0c69e986fbdd8b523d343e2a71e866a745ff555e5bb83829ab7a0ef7c1460104f91395ac912308c14c8c29da79e5d021d0401ce211d4

diff --git a/kde-frameworks/sonnet/sonnet-5.71.0.ebuild 
b/kde-frameworks/sonnet/sonnet-5.71.0.ebuild
deleted file mode 100644
index d05d79aea8d..000
--- a/kde-frameworks/sonnet/sonnet-5.71.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_DESIGNERPLUGIN="true"
-QTMIN=5.14.1
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Framework for providing spell-checking through abstraction of 
popular backends"
-LICENSE="LGPL-2+ LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
-IUSE="aspell +hunspell nls"
-
-BDEPEND="
-   nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )
-"
-DEPEND="
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   aspell? ( app-text/aspell )
-   hunspell? ( app-text/hunspell:= )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake_use_find_package aspell ASPELL)
-   $(cmake_use_find_package hunspell HUNSPELL)
-   )
-
-   ecm_src_configure
-}
-
-src_test() {
-   # bugs: 680032
-   local myctestargs=(
-   -E "(sonnet-test_settings|sonnet-test_highlighter)"
-   )
-
-   ecm_src_test
-}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/sonnet/

2020-05-31 Thread Mikle Kolyada
commit: ef0e9bf38166680cfd24c8ddc32138289bed3ed3
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun May 31 15:53:12 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun May 31 15:53:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef0e9bf3

kde-frameworks/sonnet: arm64 stable wrt bug #724346

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="arm64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 kde-frameworks/sonnet/sonnet-5.70.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/sonnet/sonnet-5.70.0.ebuild 
b/kde-frameworks/sonnet/sonnet-5.70.0.ebuild
index 454992cea3b..06103876321 100644
--- a/kde-frameworks/sonnet/sonnet-5.70.0.ebuild
+++ b/kde-frameworks/sonnet/sonnet-5.70.0.ebuild
@@ -10,7 +10,7 @@ inherit ecm kde.org
 
 DESCRIPTION="Framework for providing spell-checking through abstraction of 
popular backends"
 LICENSE="LGPL-2+ LGPL-2.1+"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86"
 IUSE="aspell +hunspell nls"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/sonnet/

2020-05-30 Thread Mikle Kolyada
commit: d465c790602119ead6030770902561450a6b911b
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat May 30 13:37:39 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat May 30 13:37:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d465c790

kde-frameworks/sonnet: x86 stable wrt bug #724346

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

 kde-frameworks/sonnet/sonnet-5.70.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/sonnet/sonnet-5.70.0.ebuild 
b/kde-frameworks/sonnet/sonnet-5.70.0.ebuild
index 41499bff135..454992cea3b 100644
--- a/kde-frameworks/sonnet/sonnet-5.70.0.ebuild
+++ b/kde-frameworks/sonnet/sonnet-5.70.0.ebuild
@@ -10,7 +10,7 @@ inherit ecm kde.org
 
 DESCRIPTION="Framework for providing spell-checking through abstraction of 
popular backends"
 LICENSE="LGPL-2+ LGPL-2.1+"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 IUSE="aspell +hunspell nls"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/sonnet/

2020-05-30 Thread Mikle Kolyada
commit: ab198d8acac856262b32ab4434d534cda41afa83
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat May 30 13:31:49 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat May 30 13:31:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab198d8a

kde-frameworks/sonnet: amd64 stable wrt bug #724346

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

 kde-frameworks/sonnet/sonnet-5.70.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/sonnet/sonnet-5.70.0.ebuild 
b/kde-frameworks/sonnet/sonnet-5.70.0.ebuild
index 93eac7f8dfb..41499bff135 100644
--- a/kde-frameworks/sonnet/sonnet-5.70.0.ebuild
+++ b/kde-frameworks/sonnet/sonnet-5.70.0.ebuild
@@ -10,7 +10,7 @@ inherit ecm kde.org
 
 DESCRIPTION="Framework for providing spell-checking through abstraction of 
popular backends"
 LICENSE="LGPL-2+ LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 IUSE="aspell +hunspell nls"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/sonnet/

2020-02-29 Thread Mikle Kolyada
commit: f301c5573be13a5a4d322680418dfb9a3460913a
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Mar  1 07:27:55 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Mar  1 07:27:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f301c557

kde-frameworks/sonnet: x86 stable wrt bug #708820

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

 kde-frameworks/sonnet/sonnet-5.67.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/sonnet/sonnet-5.67.0.ebuild 
b/kde-frameworks/sonnet/sonnet-5.67.0.ebuild
index ca6e11d47a4..06103876321 100644
--- a/kde-frameworks/sonnet/sonnet-5.67.0.ebuild
+++ b/kde-frameworks/sonnet/sonnet-5.67.0.ebuild
@@ -10,7 +10,7 @@ inherit ecm kde.org
 
 DESCRIPTION="Framework for providing spell-checking through abstraction of 
popular backends"
 LICENSE="LGPL-2+ LGPL-2.1+"
-KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86"
 IUSE="aspell +hunspell nls"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/sonnet/

2020-02-29 Thread Mikle Kolyada
commit: c8571fee64173523f1c64bb5beb45d9083bb94d2
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Mar  1 07:22:51 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Mar  1 07:22:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8571fee

kde-frameworks/sonnet: arm64 stable wrt bug #708820

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

 kde-frameworks/sonnet/sonnet-5.67.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/sonnet/sonnet-5.67.0.ebuild 
b/kde-frameworks/sonnet/sonnet-5.67.0.ebuild
index 41499bff135..ca6e11d47a4 100644
--- a/kde-frameworks/sonnet/sonnet-5.67.0.ebuild
+++ b/kde-frameworks/sonnet/sonnet-5.67.0.ebuild
@@ -10,7 +10,7 @@ inherit ecm kde.org
 
 DESCRIPTION="Framework for providing spell-checking through abstraction of 
popular backends"
 LICENSE="LGPL-2+ LGPL-2.1+"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~x86"
 IUSE="aspell +hunspell nls"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/sonnet/

2020-02-29 Thread Mikle Kolyada
commit: 78784666ce594a3df5ef9eb796d6b84d03dc4ae3
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Mar  1 07:17:54 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Mar  1 07:17:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78784666

kde-frameworks/sonnet: amd64 stable wrt bug #708820

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

 kde-frameworks/sonnet/sonnet-5.67.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/sonnet/sonnet-5.67.0.ebuild 
b/kde-frameworks/sonnet/sonnet-5.67.0.ebuild
index 93eac7f8dfb..41499bff135 100644
--- a/kde-frameworks/sonnet/sonnet-5.67.0.ebuild
+++ b/kde-frameworks/sonnet/sonnet-5.67.0.ebuild
@@ -10,7 +10,7 @@ inherit ecm kde.org
 
 DESCRIPTION="Framework for providing spell-checking through abstraction of 
popular backends"
 LICENSE="LGPL-2+ LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 IUSE="aspell +hunspell nls"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/sonnet/

2019-07-28 Thread Aaron Bauman
commit: 63cf0deb0356711a7173682182a4076713efcf1e
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sun Jul 28 19:09:21 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun Jul 28 19:16:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63cf0deb

kde-frameworks/sonnet: arm64 stable (bug #690096)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="arm64"

 kde-frameworks/sonnet/sonnet-5.60.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/sonnet/sonnet-5.60.0.ebuild 
b/kde-frameworks/sonnet/sonnet-5.60.0.ebuild
index 20ef391ea73..512e1e914fd 100644
--- a/kde-frameworks/sonnet/sonnet-5.60.0.ebuild
+++ b/kde-frameworks/sonnet/sonnet-5.60.0.ebuild
@@ -8,7 +8,7 @@ inherit kde5
 
 DESCRIPTION="Framework for providing spell-checking through abstraction of 
popular backends"
 LICENSE="LGPL-2+ LGPL-2.1+"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86"
 IUSE="aspell +hunspell nls"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/sonnet/

2019-07-27 Thread Mikle Kolyada
commit: 4c0c0dc4198337bb4db342763883657bc0de66fe
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jul 28 00:35:16 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jul 28 00:36:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c0c0dc4

kde-frameworks/sonnet: x86 stable wrt bug #690096

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

 kde-frameworks/sonnet/sonnet-5.60.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/sonnet/sonnet-5.60.0.ebuild 
b/kde-frameworks/sonnet/sonnet-5.60.0.ebuild
index 0ecc4f5c067..20ef391ea73 100644
--- a/kde-frameworks/sonnet/sonnet-5.60.0.ebuild
+++ b/kde-frameworks/sonnet/sonnet-5.60.0.ebuild
@@ -8,7 +8,7 @@ inherit kde5
 
 DESCRIPTION="Framework for providing spell-checking through abstraction of 
popular backends"
 LICENSE="LGPL-2+ LGPL-2.1+"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 IUSE="aspell +hunspell nls"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/sonnet/

2019-07-27 Thread Mikle Kolyada
commit: d7fe85cd6a358ae1953c4cde155cabbe60ff1489
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jul 28 00:14:21 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jul 28 00:14:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7fe85cd

kde-frameworks/sonnet: amd64 stable wrt bug #690096

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

 kde-frameworks/sonnet/sonnet-5.60.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/sonnet/sonnet-5.60.0.ebuild 
b/kde-frameworks/sonnet/sonnet-5.60.0.ebuild
index 84fcfa644e7..0ecc4f5c067 100644
--- a/kde-frameworks/sonnet/sonnet-5.60.0.ebuild
+++ b/kde-frameworks/sonnet/sonnet-5.60.0.ebuild
@@ -8,7 +8,7 @@ inherit kde5
 
 DESCRIPTION="Framework for providing spell-checking through abstraction of 
popular backends"
 LICENSE="LGPL-2+ LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 IUSE="aspell +hunspell nls"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/sonnet/

2019-05-27 Thread Aaron Bauman
commit: e07d808b34febdb8eb79ea838365a49486c8f4a8
Author: Aaron Bauman  gentoo  org>
AuthorDate: Mon May 27 20:58:21 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon May 27 20:58:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e07d808b

kde-frameworks/sonnet: arm64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="arm64"

 kde-frameworks/sonnet/sonnet-5.57.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/sonnet/sonnet-5.57.0.ebuild 
b/kde-frameworks/sonnet/sonnet-5.57.0.ebuild
index 20ef391ea73..512e1e914fd 100644
--- a/kde-frameworks/sonnet/sonnet-5.57.0.ebuild
+++ b/kde-frameworks/sonnet/sonnet-5.57.0.ebuild
@@ -8,7 +8,7 @@ inherit kde5
 
 DESCRIPTION="Framework for providing spell-checking through abstraction of 
popular backends"
 LICENSE="LGPL-2+ LGPL-2.1+"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86"
 IUSE="aspell +hunspell nls"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/sonnet/

2019-05-16 Thread Mikle Kolyada
commit: 77d1d694eea296ae6fea86600d60f2bb4d387f38
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu May 16 12:27:32 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu May 16 12:27:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77d1d694

kde-frameworks/sonnet: x86 stable wrt bug #684200

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

 kde-frameworks/sonnet/sonnet-5.57.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/sonnet/sonnet-5.57.0.ebuild 
b/kde-frameworks/sonnet/sonnet-5.57.0.ebuild
index 0ecc4f5c067..20ef391ea73 100644
--- a/kde-frameworks/sonnet/sonnet-5.57.0.ebuild
+++ b/kde-frameworks/sonnet/sonnet-5.57.0.ebuild
@@ -8,7 +8,7 @@ inherit kde5
 
 DESCRIPTION="Framework for providing spell-checking through abstraction of 
popular backends"
 LICENSE="LGPL-2+ LGPL-2.1+"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 IUSE="aspell +hunspell nls"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/sonnet/

2019-05-16 Thread Mikle Kolyada
commit: 6601e29b19a600dacee3ad040f8b72168e8a6f3e
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu May 16 12:22:18 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu May 16 12:23:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6601e29b

kde-frameworks/sonnet: amd64 stable wrt bug #684200

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

 kde-frameworks/sonnet/sonnet-5.57.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/sonnet/sonnet-5.57.0.ebuild 
b/kde-frameworks/sonnet/sonnet-5.57.0.ebuild
index 84fcfa644e7..0ecc4f5c067 100644
--- a/kde-frameworks/sonnet/sonnet-5.57.0.ebuild
+++ b/kde-frameworks/sonnet/sonnet-5.57.0.ebuild
@@ -8,7 +8,7 @@ inherit kde5
 
 DESCRIPTION="Framework for providing spell-checking through abstraction of 
popular backends"
 LICENSE="LGPL-2+ LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 IUSE="aspell +hunspell nls"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/sonnet/

2019-05-16 Thread Andreas Sturmlechner
commit: 7c1996436c7ce1f8d7a9b67ac4dce68a644bb0c1
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May 16 10:53:17 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 16 11:01:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c199643

kde-frameworks/sonnet: Disable broken tests for 5.57.0

Bug: https://bugs.gentoo.org/680032
Signed-off-by: Andreas Sturmlechner  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 kde-frameworks/sonnet/sonnet-5.57.0.ebuild | 9 +
 1 file changed, 9 insertions(+)

diff --git a/kde-frameworks/sonnet/sonnet-5.57.0.ebuild 
b/kde-frameworks/sonnet/sonnet-5.57.0.ebuild
index cc912eb777c..84fcfa644e7 100644
--- a/kde-frameworks/sonnet/sonnet-5.57.0.ebuild
+++ b/kde-frameworks/sonnet/sonnet-5.57.0.ebuild
@@ -30,3 +30,12 @@ src_configure() {
 
kde5_src_configure
 }
+
+src_test() {
+   # bugs: 680032
+   local myctestargs=(
+   -E "(sonnet-test_settings|sonnet-test_highlighter)"
+   )
+
+   kde5_src_test
+}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/sonnet/

2019-02-06 Thread Mikle Kolyada
commit: 894e162b32c2e3ec8a7adea1eb06ae8c0dab48ab
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed Feb  6 11:35:35 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed Feb  6 11:35:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=894e162b

kde-frameworks/sonnet: x86 stable wrt bug #675664

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

 kde-frameworks/sonnet/sonnet-5.54.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/sonnet/sonnet-5.54.0.ebuild 
b/kde-frameworks/sonnet/sonnet-5.54.0.ebuild
index e9110fb3ab5..42c4256f657 100644
--- a/kde-frameworks/sonnet/sonnet-5.54.0.ebuild
+++ b/kde-frameworks/sonnet/sonnet-5.54.0.ebuild
@@ -8,7 +8,7 @@ inherit kde5
 
 DESCRIPTION="Framework for providing spell-checking through abstraction of 
popular backends"
 LICENSE="LGPL-2+ LGPL-2.1+"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 IUSE="aspell +hunspell nls"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/sonnet/

2019-02-06 Thread Mikle Kolyada
commit: 4306f54fe65df7f0d2615dd0675a3d07541aa7fd
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed Feb  6 10:47:03 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed Feb  6 10:54:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4306f54f

kde-frameworks/sonnet: amd64 stable wrt bug #675664

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

 kde-frameworks/sonnet/sonnet-5.54.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/sonnet/sonnet-5.54.0.ebuild 
b/kde-frameworks/sonnet/sonnet-5.54.0.ebuild
index 91d1c0fcb55..e9110fb3ab5 100644
--- a/kde-frameworks/sonnet/sonnet-5.54.0.ebuild
+++ b/kde-frameworks/sonnet/sonnet-5.54.0.ebuild
@@ -8,7 +8,7 @@ inherit kde5
 
 DESCRIPTION="Framework for providing spell-checking through abstraction of 
popular backends"
 LICENSE="LGPL-2+ LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 IUSE="aspell +hunspell nls"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/sonnet/

2018-10-10 Thread Mikle Kolyada
commit: be1ba393bdec9416b738960ee415fcbf800ca79f
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed Oct 10 11:37:57 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed Oct 10 11:48:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be1ba393

kde-frameworks/sonnet: amd64 stable wrt bug #667760

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

 kde-frameworks/sonnet/sonnet-5.50.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/sonnet/sonnet-5.50.0.ebuild 
b/kde-frameworks/sonnet/sonnet-5.50.0.ebuild
index e98dc8e8c6d..2daac65e4d4 100644
--- a/kde-frameworks/sonnet/sonnet-5.50.0.ebuild
+++ b/kde-frameworks/sonnet/sonnet-5.50.0.ebuild
@@ -8,7 +8,7 @@ inherit kde5
 
 DESCRIPTION="Framework for providing spell-checking through abstraction of 
popular backends"
 LICENSE="LGPL-2+ LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 IUSE="aspell +hunspell nls"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/sonnet/

2018-10-09 Thread Thomas Deutschmann
commit: d14c96b0877ba88fb55c47d49d8ee5bab9c7
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Oct 10 02:56:55 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Oct 10 02:56:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d14c96b0

kde-frameworks/sonnet: x86 stable (bug #667760)

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

 kde-frameworks/sonnet/sonnet-5.50.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-frameworks/sonnet/sonnet-5.50.0.ebuild 
b/kde-frameworks/sonnet/sonnet-5.50.0.ebuild
index c71996ffd9f..e98dc8e8c6d 100644
--- a/kde-frameworks/sonnet/sonnet-5.50.0.ebuild
+++ b/kde-frameworks/sonnet/sonnet-5.50.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,7 @@ inherit kde5
 
 DESCRIPTION="Framework for providing spell-checking through abstraction of 
popular backends"
 LICENSE="LGPL-2+ LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 IUSE="aspell +hunspell nls"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/sonnet/

2018-06-10 Thread Thomas Deutschmann
commit: 42a683978854c3fc4687ae86212f32a94fd22f1d
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Jun 10 18:33:48 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Jun 10 18:37:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42a68397

kde-frameworks/sonnet: x86 stable (bug #656330)

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 kde-frameworks/sonnet/sonnet-5.46.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/sonnet/sonnet-5.46.0.ebuild 
b/kde-frameworks/sonnet/sonnet-5.46.0.ebuild
index 42c0edb0aa9..c2d11637d76 100644
--- a/kde-frameworks/sonnet/sonnet-5.46.0.ebuild
+++ b/kde-frameworks/sonnet/sonnet-5.46.0.ebuild
@@ -8,7 +8,7 @@ inherit kde5
 
 DESCRIPTION="Framework for providing spell-checking through abstraction of 
popular backends"
 LICENSE="LGPL-2+ LGPL-2.1+"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 IUSE="aspell +hunspell nls"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/sonnet/

2018-01-15 Thread Andreas Sturmlechner
commit: 192daee1caf5a70030a32d048e3b49276552902a
Author: Paolo Pedroni  users  noreply  github  
com>
AuthorDate: Mon Jan 15 10:18:51 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jan 15 22:31:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=192daee1

kde-frameworks/sonnet: Add VIRTUALX_REQUIRED=test

Closes: https://bugs.gentoo.org/644646
Closes: https://github.com/gentoo/gentoo/pull/6865

 kde-frameworks/sonnet/sonnet-5.42.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-frameworks/sonnet/sonnet-5.42.0.ebuild 
b/kde-frameworks/sonnet/sonnet-5.42.0.ebuild
index 9a006cbbfe9..c71996ffd9f 100644
--- a/kde-frameworks/sonnet/sonnet-5.42.0.ebuild
+++ b/kde-frameworks/sonnet/sonnet-5.42.0.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=6
 
+VIRTUALX_REQUIRED="test"
 inherit kde5
 
 DESCRIPTION="Framework for providing spell-checking through abstraction of 
popular backends"



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/sonnet/

2017-12-08 Thread Thomas Deutschmann
commit: 7a70f42d5ad8dcf17270d0ae83497c436176bda8
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Dec  8 23:25:26 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Dec  8 23:40:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a70f42d

kde-frameworks/sonnet: x86 stable (bug #639542)

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 kde-frameworks/sonnet/sonnet-5.40.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/sonnet/sonnet-5.40.0.ebuild 
b/kde-frameworks/sonnet/sonnet-5.40.0.ebuild
index 7d13e6f89d8..c6e9c762ecc 100644
--- a/kde-frameworks/sonnet/sonnet-5.40.0.ebuild
+++ b/kde-frameworks/sonnet/sonnet-5.40.0.ebuild
@@ -7,7 +7,7 @@ inherit kde5
 
 DESCRIPTION="Framework for providing spell-checking through abstraction of 
popular backends"
 LICENSE="LGPL-2+ LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 IUSE="aspell +hunspell nls"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/sonnet/

2017-11-11 Thread Sergei Trofimovich
commit: 94430c4d728513f26724ded80911067d80b424b8
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Nov 11 19:37:03 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Nov 11 19:37:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94430c4d

kde-frameworks/sonnet: keyworded 5.37.0 for ppc/ppc64, bug #636228

Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="ppc ppc64"

 kde-frameworks/sonnet/sonnet-5.37.0.ebuild | 2 +-
 kde-frameworks/sonnet/sonnet-5.39.0.ebuild | 2 +-
 kde-frameworks/sonnet/sonnet-5.40.0.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/kde-frameworks/sonnet/sonnet-5.37.0.ebuild 
b/kde-frameworks/sonnet/sonnet-5.37.0.ebuild
index fdc3992efac..445dcc8cb66 100644
--- a/kde-frameworks/sonnet/sonnet-5.37.0.ebuild
+++ b/kde-frameworks/sonnet/sonnet-5.37.0.ebuild
@@ -7,7 +7,7 @@ inherit kde5
 
 DESCRIPTION="Framework for providing spell-checking through abstraction of 
popular backends"
 LICENSE="LGPL-2+ LGPL-2.1+"
-KEYWORDS="amd64 ~arm ~arm64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 IUSE="aspell +hunspell nls"
 
 RDEPEND="

diff --git a/kde-frameworks/sonnet/sonnet-5.39.0.ebuild 
b/kde-frameworks/sonnet/sonnet-5.39.0.ebuild
index f55dd0abe50..7d13e6f89d8 100644
--- a/kde-frameworks/sonnet/sonnet-5.39.0.ebuild
+++ b/kde-frameworks/sonnet/sonnet-5.39.0.ebuild
@@ -7,7 +7,7 @@ inherit kde5
 
 DESCRIPTION="Framework for providing spell-checking through abstraction of 
popular backends"
 LICENSE="LGPL-2+ LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 IUSE="aspell +hunspell nls"
 
 RDEPEND="

diff --git a/kde-frameworks/sonnet/sonnet-5.40.0.ebuild 
b/kde-frameworks/sonnet/sonnet-5.40.0.ebuild
index f55dd0abe50..7d13e6f89d8 100644
--- a/kde-frameworks/sonnet/sonnet-5.40.0.ebuild
+++ b/kde-frameworks/sonnet/sonnet-5.40.0.ebuild
@@ -7,7 +7,7 @@ inherit kde5
 
 DESCRIPTION="Framework for providing spell-checking through abstraction of 
popular backends"
 LICENSE="LGPL-2+ LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 IUSE="aspell +hunspell nls"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/sonnet/

2017-07-15 Thread Alexis Ballier
commit: c31f73f0fc1ea3c6fdb14d4952adc295c228dca4
Author: Alexis Ballier  gentoo  org>
AuthorDate: Sat Jul 15 09:39:24 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Sat Jul 15 09:39:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c31f73f0

kde-frameworks/sonnet: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 kde-frameworks/sonnet/sonnet-5.36.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/sonnet/sonnet-5.36.0.ebuild 
b/kde-frameworks/sonnet/sonnet-5.36.0.ebuild
index 63fe8c9580e..f55dd0abe50 100644
--- a/kde-frameworks/sonnet/sonnet-5.36.0.ebuild
+++ b/kde-frameworks/sonnet/sonnet-5.36.0.ebuild
@@ -7,7 +7,7 @@ inherit kde5
 
 DESCRIPTION="Framework for providing spell-checking through abstraction of 
popular backends"
 LICENSE="LGPL-2+ LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE="aspell +hunspell nls"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/sonnet/

2017-06-09 Thread Agostino Sarubbo
commit: 7daac4cfa0cb06111ea20475ca39fbd485d54b3b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun  9 10:18:22 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun  9 10:18:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7daac4cf

kde-frameworks/sonnet: x86 stable wrt bug #619984

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

 kde-frameworks/sonnet/sonnet-5.34.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/sonnet/sonnet-5.34.0.ebuild 
b/kde-frameworks/sonnet/sonnet-5.34.0.ebuild
index 6040674f051..b26fcec6831 100644
--- a/kde-frameworks/sonnet/sonnet-5.34.0.ebuild
+++ b/kde-frameworks/sonnet/sonnet-5.34.0.ebuild
@@ -7,7 +7,7 @@ inherit kde5
 
 DESCRIPTION="Framework for providing spell-checking through abstraction of 
popular backends"
 LICENSE="LGPL-2+ LGPL-2.1+"
-KEYWORDS="amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm x86"
 IUSE="aspell +hunspell nls"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/sonnet/

2017-06-04 Thread Agostino Sarubbo
commit: 0efa2828ef44e4f96c4c1943dfe4c0e6021eabb4
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Jun  4 16:00:05 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Jun  4 16:00:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0efa2828

kde-frameworks/sonnet: amd64 stable wrt bug #619984

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

 kde-frameworks/sonnet/sonnet-5.34.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/sonnet/sonnet-5.34.0.ebuild 
b/kde-frameworks/sonnet/sonnet-5.34.0.ebuild
index 63fe8c9580e..6040674f051 100644
--- a/kde-frameworks/sonnet/sonnet-5.34.0.ebuild
+++ b/kde-frameworks/sonnet/sonnet-5.34.0.ebuild
@@ -7,7 +7,7 @@ inherit kde5
 
 DESCRIPTION="Framework for providing spell-checking through abstraction of 
popular backends"
 LICENSE="LGPL-2+ LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 IUSE="aspell +hunspell nls"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/sonnet/

2017-01-20 Thread Agostino Sarubbo
commit: 9f62f7957b2d4d88eb20598d0b24ad5e279e9635
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jan 20 09:46:47 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jan 20 09:47:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f62f795

kde-frameworks/sonnet: x86 stable wrt bug #605938

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 kde-frameworks/sonnet/sonnet-5.29.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/sonnet/sonnet-5.29.0.ebuild 
b/kde-frameworks/sonnet/sonnet-5.29.0.ebuild
index 45e7610..27fe13a 100644
--- a/kde-frameworks/sonnet/sonnet-5.29.0.ebuild
+++ b/kde-frameworks/sonnet/sonnet-5.29.0.ebuild
@@ -8,7 +8,7 @@ inherit kde5
 
 DESCRIPTION="Framework for providing spell-checking through abstraction of 
popular backends"
 LICENSE="LGPL-2+ LGPL-2.1+"
-KEYWORDS="amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm x86"
 IUSE="aspell +hunspell nls"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/sonnet/

2017-01-01 Thread Andreas Sturmlechner
commit: 335949ee475f372a92f8a3a2ff28e2f5c0c3b931
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jan  1 22:42:36 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jan  1 22:44:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=335949ee

kde-frameworks/sonnet: Fix configure w/ future hunspell

Package-Manager: portage-2.3.0

 kde-frameworks/sonnet/sonnet-5.26.0.ebuild | 10 +-
 kde-frameworks/sonnet/sonnet-5.29.0.ebuild | 10 +-
 2 files changed, 18 insertions(+), 2 deletions(-)

diff --git a/kde-frameworks/sonnet/sonnet-5.26.0.ebuild 
b/kde-frameworks/sonnet/sonnet-5.26.0.ebuild
index 18c39b4..27fe13a 100644
--- a/kde-frameworks/sonnet/sonnet-5.26.0.ebuild
+++ b/kde-frameworks/sonnet/sonnet-5.26.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -21,6 +21,14 @@ DEPEND="${RDEPEND}
nls? ( $(add_qt_dep linguist-tools) )
 "
 
+src_prepare() {
+   kde5_src_prepare
+
+   # ensure at least one version-free atom so that hunspell is found
+   sed -e "/FIND_LIBRARY(HUNSPELL_LIBRARIES/ 
s/\bhunspell\b-[0-9.]*/hunspell/" \
+   -i cmake/FindHUNSPELL.cmake || die
+}
+
 src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package aspell ASPELL)

diff --git a/kde-frameworks/sonnet/sonnet-5.29.0.ebuild 
b/kde-frameworks/sonnet/sonnet-5.29.0.ebuild
index 46783f1..5b0ae24 100644
--- a/kde-frameworks/sonnet/sonnet-5.29.0.ebuild
+++ b/kde-frameworks/sonnet/sonnet-5.29.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -21,6 +21,14 @@ DEPEND="${RDEPEND}
nls? ( $(add_qt_dep linguist-tools) )
 "
 
+src_prepare() {
+   kde5_src_prepare
+
+   # ensure at least one version-free atom so that hunspell is found
+   sed -e "/FIND_LIBRARY(HUNSPELL_LIBRARIES/ 
s/\bhunspell\b-[0-9.]*/hunspell/" \
+   -i cmake/FindHUNSPELL.cmake || die
+}
+
 src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package aspell ASPELL)



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/sonnet/files/, kde-frameworks/sonnet/

2016-11-28 Thread Johannes Huber
commit: e9172037f4e3386e63d186ff56a3ab1c4ae133c6
Author: Johannes Huber  gentoo  org>
AuthorDate: Mon Nov 28 18:36:10 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Mon Nov 28 18:36:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9172037

kde-frameworks/sonnet: Fix configure w/ hunspell 1.5

Revision bump adds upstream to fix configure to search for hunspell 1.5 too.

Package-Manager: portage-2.3.2

 .../sonnet/files/sonnet-5.28.0-hunspell-1.5.patch  | 21 ++
 kde-frameworks/sonnet/sonnet-5.28.0-r1.ebuild  | 33 ++
 2 files changed, 54 insertions(+)

diff --git a/kde-frameworks/sonnet/files/sonnet-5.28.0-hunspell-1.5.patch 
b/kde-frameworks/sonnet/files/sonnet-5.28.0-hunspell-1.5.patch
new file mode 100644
index ..bc4bb93
--- /dev/null
+++ b/kde-frameworks/sonnet/files/sonnet-5.28.0-hunspell-1.5.patch
@@ -0,0 +1,21 @@
+commit 5fc1e9679e0607d7d918b27ee13092a234abefe6
+Author: Heiko Becker 
+Date:   Fri Nov 25 15:13:53 2016 +0100
+
+Also search for hunspell-1.5
+
+REVIEW: 129559
+
+diff --git a/cmake/FindHUNSPELL.cmake b/cmake/FindHUNSPELL.cmake
+index f028abe..d5ed183 100644
+--- a/cmake/FindHUNSPELL.cmake
 b/cmake/FindHUNSPELL.cmake
+@@ -14,7 +14,7 @@ ENDIF (HUNSPELL_INCLUDE_DIR AND HUNSPELL_LIBRARIES)
+ 
+ FIND_PATH(HUNSPELL_INCLUDE_DIR hunspell/hunspell.hxx )
+ 
+-FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES hunspell-1.4 hunspell-1.3 hunspell-1.2)
++FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES hunspell-1.5 hunspell-1.4 hunspell-1.3 
hunspell-1.2)
+ 
+ # handle the QUIETLY and REQUIRED arguments and set HUNSPELL_FOUND to TRUE if 
+ # all listed variables are TRUE

diff --git a/kde-frameworks/sonnet/sonnet-5.28.0-r1.ebuild 
b/kde-frameworks/sonnet/sonnet-5.28.0-r1.ebuild
new file mode 100644
index ..1ff3e95
--- /dev/null
+++ b/kde-frameworks/sonnet/sonnet-5.28.0-r1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit kde5
+
+DESCRIPTION="Framework for providing spell-checking through abstraction of 
popular backends"
+LICENSE="LGPL-2+ LGPL-2.1+"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="aspell +hunspell nls"
+
+RDEPEND="
+   $(add_qt_dep qtgui)
+   $(add_qt_dep qtwidgets)
+   aspell? ( app-text/aspell )
+   hunspell? ( app-text/hunspell:= )
+"
+DEPEND="${RDEPEND}
+   nls? ( $(add_qt_dep linguist-tools) )
+"
+
+PATCHES=( "${FILESDIR}/${P}-hunspell-1.5.patch" )
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake-utils_use_find_package aspell ASPELL)
+   $(cmake-utils_use_find_package hunspell HUNSPELL)
+   )
+
+   kde5_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/sonnet/

2016-11-28 Thread Johannes Huber
commit: 18668f23bc2bb5b048aafe072a5e8062b6b518e8
Author: Johannes Huber  gentoo  org>
AuthorDate: Mon Nov 28 18:37:07 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Mon Nov 28 18:37:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18668f23

kde-frameworks/sonnet: Remove 5.28.0 (r0)

Package-Manager: portage-2.3.2

 kde-frameworks/sonnet/sonnet-5.28.0.ebuild | 31 --
 1 file changed, 31 deletions(-)

diff --git a/kde-frameworks/sonnet/sonnet-5.28.0.ebuild 
b/kde-frameworks/sonnet/sonnet-5.28.0.ebuild
deleted file mode 100644
index 46783f1..
--- a/kde-frameworks/sonnet/sonnet-5.28.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit kde5
-
-DESCRIPTION="Framework for providing spell-checking through abstraction of 
popular backends"
-LICENSE="LGPL-2+ LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="aspell +hunspell nls"
-
-RDEPEND="
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtwidgets)
-   aspell? ( app-text/aspell )
-   hunspell? ( app-text/hunspell:= )
-"
-DEPEND="${RDEPEND}
-   nls? ( $(add_qt_dep linguist-tools) )
-"
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake-utils_use_find_package aspell ASPELL)
-   $(cmake-utils_use_find_package hunspell HUNSPELL)
-   )
-
-   kde5_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/sonnet/

2016-07-27 Thread Johannes Huber
commit: d788b8d69860e349c72b772ddef7509acb772b9b
Author: Johannes Huber  gentoo  org>
AuthorDate: Wed Jul 27 19:29:43 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Wed Jul 27 19:32:01 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d788b8d6

kde-frameworks/sonnet: Use subslot on app-text/hunspell

Package-Manager: portage-2.3.0

 kde-frameworks/sonnet/sonnet-5.24.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/sonnet/sonnet-5.24.0.ebuild 
b/kde-frameworks/sonnet/sonnet-5.24.0.ebuild
index 43f93ea..46783f1 100644
--- a/kde-frameworks/sonnet/sonnet-5.24.0.ebuild
+++ b/kde-frameworks/sonnet/sonnet-5.24.0.ebuild
@@ -15,7 +15,7 @@ RDEPEND="
$(add_qt_dep qtgui)
$(add_qt_dep qtwidgets)
aspell? ( app-text/aspell )
-   hunspell? ( app-text/hunspell )
+   hunspell? ( app-text/hunspell:= )
 "
 DEPEND="${RDEPEND}
nls? ( $(add_qt_dep linguist-tools) )