summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-05-13 22:06:52 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-05-13 22:13:28 +0200
commitd1f20992d8d5a84ed2e1513a633261e10b7b419b (patch)
tree257b591256b4c846e8a2fd6873b53e9e8f9684ab
parentkde-frameworks/prison: drop 6.1.0 (diff)
downloadgentoo-d1f20992d8d5a84ed2e1513a633261e10b7b419b.tar.gz
gentoo-d1f20992d8d5a84ed2e1513a633261e10b7b419b.tar.bz2
gentoo-d1f20992d8d5a84ed2e1513a633261e10b7b419b.zip
kde-frameworks/sonnet: drop 6.1.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-frameworks/sonnet/Manifest1
-rw-r--r--kde-frameworks/sonnet/sonnet-6.1.0.ebuild41
2 files changed, 0 insertions, 42 deletions
diff --git a/kde-frameworks/sonnet/Manifest b/kde-frameworks/sonnet/Manifest
index 6776a38a48f2..8a0d7bb86064 100644
--- a/kde-frameworks/sonnet/Manifest
+++ b/kde-frameworks/sonnet/Manifest
@@ -1,3 +1,2 @@
DIST sonnet-5.115.0.tar.xz 2438396 BLAKE2B f0cd760a8b873502f517836d36904b83b5cde11383264827879048d7f02b2a2f26d9682f7f2b46b4c7c723cb1f35f1be4a221e5d56d87ae5a97f8c2b7489a727 SHA512 ee95bd4be8fb97eb284f9f7f6dedbf4b8eb9d105cc95f0a489c2acbc52b447e138ce70a4dc8aca4ebb8f90f328ab7c87dda4ce66b9026cf303479f1455b55c7c
-DIST sonnet-6.1.0.tar.xz 2441692 BLAKE2B f352ddfa548ee4748bb378883ca71de0bf04dd6c562302c2d30a404d2438bb695d9ccdd769add50fd7f2599aab189ef8c343f8a41fe2f29c4a44d059cfbdde27 SHA512 af609e0f978d287073c5ca338ddb221fb8fc3c27a5165bda5f639a3f532f0d02672575287f71be368e0399beac99dc8bdb8f8977df69072e58d8c5f040458635
DIST sonnet-6.2.0.tar.xz 2432848 BLAKE2B d4e486f3f3e40d98565519f83b79e31b2290e23d072a8e4b78ff38960df533cf74a3ed78af103c85f10a68f8df3c6c2a9887593cf77f51cd6354e7e8486a1ef9 SHA512 925960e2c276cf8884fff2cfe7446acda17fbc024b36f85960f27d78d08c489ccb424489d09a440e403fc60684e489d2e1f91b881f8328907f6cc67fda3e8788
diff --git a/kde-frameworks/sonnet/sonnet-6.1.0.ebuild b/kde-frameworks/sonnet/sonnet-6.1.0.ebuild
deleted file mode 100644
index 59dafac959a3..000000000000
--- a/kde-frameworks/sonnet/sonnet-6.1.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_DESIGNERPLUGIN="true"
-QTMIN=6.6.2
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework for providing spell-checking through abstraction of popular backends"
-
-LICENSE="LGPL-2+ LGPL-2.1+"
-KEYWORDS="~amd64"
-IUSE="aspell +hunspell qml"
-
-DEPEND="
- >=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
- aspell? ( app-text/aspell )
- hunspell? ( app-text/hunspell:= )
- qml? ( >=dev-qt/qtdeclarative-${QTMIN}:6 )
-"
-RDEPEND="${DEPEND}"
-BDEPEND=">=dev-qt/qttools-${QTMIN}:6[linguist]"
-
-CMAKE_SKIP_TESTS=(
- # bug 779994
- sonnet-test_autodetect
- # bug 680032
- sonnet-test_settings
- sonnet-test_highlighter
-)
-
-src_configure() {
- local mycmakeargs=(
- $(cmake_use_find_package aspell ASPELL)
- $(cmake_use_find_package hunspell HUNSPELL)
- -DSONNET_USE_QML=$(usex qml)
- )
-
- ecm_src_configure
-}