summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-07-08 17:36:35 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-07-08 18:04:01 +0200
commita2b90c5b9eb218dad75197791a6c8369212d67b5 (patch)
tree404dde9931c759d5d5d789b1654904f4e35596ef /kde-frameworks/sonnet
parentkde-frameworks/solid: drop 5.107.0 (diff)
downloadgentoo-a2b90c5b9eb218dad75197791a6c8369212d67b5.tar.gz
gentoo-a2b90c5b9eb218dad75197791a6c8369212d67b5.tar.bz2
gentoo-a2b90c5b9eb218dad75197791a6c8369212d67b5.zip
kde-frameworks/sonnet: drop 5.107.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/sonnet')
-rw-r--r--kde-frameworks/sonnet/Manifest1
-rw-r--r--kde-frameworks/sonnet/sonnet-5.107.0.ebuild44
2 files changed, 0 insertions, 45 deletions
diff --git a/kde-frameworks/sonnet/Manifest b/kde-frameworks/sonnet/Manifest
index 514de6ad8eb7..d170db9bc5f2 100644
--- a/kde-frameworks/sonnet/Manifest
+++ b/kde-frameworks/sonnet/Manifest
@@ -1,3 +1,2 @@
DIST sonnet-5.106.0.tar.xz 2437976 BLAKE2B 4e4381deb24972747f5c74a783e4e8c009058c2a15a0aa67a71c7b1cddfb1d5f58352a7db2beb0e4c5d763728e5b40b45f7fbd640601410240ee73ffb01b20ec SHA512 dbcb20e6dbb8d7de2690734bbf931d94db0454ab11f5607ac2ed8acfd89edde8adaf86e5966cb30a7c1789d750f28d8fd9d03a141f8a7fca2a3d061e8adfc454
-DIST sonnet-5.107.0.tar.xz 2437636 BLAKE2B b2897e5cabf34b80d2a263215ca33af77fba9349468a7b4320fe09ff84cc2b27e451f6b02c0362283107a2dab36890a7259d8623479b4b000c15a91db90e99c9 SHA512 e6ade0e2947f967cdd41608183d86538f0ab9b109cf85c1a5adf6f555903b0fcb167ae5462674e9e330a7c7d4fba92421949b197b5936b78ab72d2f324838e14
DIST sonnet-5.108.0.tar.xz 2437416 BLAKE2B 9b257ded5cf4855a6428bfa4f7ffb5bfec7b60a07405fc595d62b4650a1a4b4ca91a86b1e1d86044f3152391a07cb7f55ad6026631890a9caaf80a4ee76ade0f SHA512 5f8d8d95bdc180ff5b02b0a39094c37fd1dc580b6458f9c1adacaf9880d9058822c33f3ef95926801fe2719b80a4f9a0bd25e00ad24303ea09d123e889219784
diff --git a/kde-frameworks/sonnet/sonnet-5.107.0.ebuild b/kde-frameworks/sonnet/sonnet-5.107.0.ebuild
deleted file mode 100644
index 88946dbe4933..000000000000
--- a/kde-frameworks/sonnet/sonnet-5.107.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_DESIGNERPLUGIN="true"
-QTMIN=5.15.9
-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"
-IUSE="aspell +hunspell qml"
-
-DEPEND="
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- aspell? ( app-text/aspell )
- hunspell? ( app-text/hunspell:= )
- qml? ( >=dev-qt/qtdeclarative-${QTMIN}:5 )
-"
-RDEPEND="${DEPEND}"
-BDEPEND=">=dev-qt/linguist-tools-${QTMIN}:5"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake_use_find_package aspell ASPELL)
- $(cmake_use_find_package hunspell HUNSPELL)
- -DSONNET_USE_QML=$(usex qml)
- )
-
- ecm_src_configure
-}
-
-src_test() {
- # sonnet-test_settings: bug 680032
- # sonnet-test_autodetect: bug 779994
- local myctestargs=(
- -E "(sonnet-test_autodetect|sonnet-test_settings|sonnet-test_highlighter)"
- )
-
- ecm_src_test
-}