summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-01-04 12:06:05 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-01-05 09:33:25 +0100
commitbe7f34c25164c3020ebd765f069ba2f55ad7a031 (patch)
tree43b3fb357d1b91c087c8079bcce5d446a5e9a6bc /kde-frameworks/sonnet
parentkde-frameworks/solid: drop 5.112.0 (diff)
downloadgentoo-be7f34c25164c3020ebd765f069ba2f55ad7a031.tar.gz
gentoo-be7f34c25164c3020ebd765f069ba2f55ad7a031.tar.bz2
gentoo-be7f34c25164c3020ebd765f069ba2f55ad7a031.zip
kde-frameworks/sonnet: drop 5.112.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.112.0.ebuild44
2 files changed, 0 insertions, 45 deletions
diff --git a/kde-frameworks/sonnet/Manifest b/kde-frameworks/sonnet/Manifest
index b607f5936236..173df0927207 100644
--- a/kde-frameworks/sonnet/Manifest
+++ b/kde-frameworks/sonnet/Manifest
@@ -1,3 +1,2 @@
-DIST sonnet-5.112.0.tar.xz 2437888 BLAKE2B b6efedfaf19bbce80b2ca6eb922c6f1e655ff95a625be1a9c8d1398b486c7dbefedf6c645854033fd5dd66585ac5d2b981012a2220fbfb2b91ff4839b6929155 SHA512 51dd8ff203fdde5f783672fda88a425fa703eb3d064f7897248bd40163ba16b305341b6fdfeb9c9c0e6a3bec7a55b83baf649cabb1431aae0dd9f255f8ee780c
DIST sonnet-5.113.0.tar.xz 2437896 BLAKE2B 41fa3ecb2d2e3d83f25365ba4bbbb4d5f186750f3a4379ca73bca2f5b988bd7122eb32e9b0ea082deb9d422811659d107eb80343ec8c8b661b50a94141bb987c SHA512 db1e6ef5b768ce9796292fd776a98758c3a3c2481ae64ca97e28b3978764cddd2586c2ee92862f97d20e427ff76ea160837b87837894395a881ffc1a272100a2
DIST sonnet-5.247.0.tar.xz 2441920 BLAKE2B e839a437bca8e980601c2d5838f9e87529b5ddb77999fea0c1a4e2dc634c6d8089e76e6411ab4ad78b9cc7127b5048bba9e560ce6b0d60fbd52e6765e75df2ad SHA512 b6982f2cf1f31e6d9f763c0f97912a72e39f3b2fc7dbe64141f940fb8de192ac77a923b5a3af29ffb56cc3f65116697a3c08d0183b115f6a499b0f12c98ca640
diff --git a/kde-frameworks/sonnet/sonnet-5.112.0.ebuild b/kde-frameworks/sonnet/sonnet-5.112.0.ebuild
deleted file mode 100644
index e445b3e52064..000000000000
--- a/kde-frameworks/sonnet/sonnet-5.112.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
-}