summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-12-10 11:43:58 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2022-12-10 11:43:58 +0100
commit83124eb07b981d8b22ae7c5284ddb57f00c89c68 (patch)
tree55c5adb613df0e269c45b3fa229e4711f214acf0 /kde-frameworks
parentkde-frameworks/solid: drop 5.100.0 (diff)
downloadgentoo-83124eb07b981d8b22ae7c5284ddb57f00c89c68.tar.gz
gentoo-83124eb07b981d8b22ae7c5284ddb57f00c89c68.tar.bz2
gentoo-83124eb07b981d8b22ae7c5284ddb57f00c89c68.zip
kde-frameworks/sonnet: drop 5.100.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks')
-rw-r--r--kde-frameworks/sonnet/Manifest1
-rw-r--r--kde-frameworks/sonnet/sonnet-5.100.0.ebuild45
2 files changed, 0 insertions, 46 deletions
diff --git a/kde-frameworks/sonnet/Manifest b/kde-frameworks/sonnet/Manifest
index e1524cb6c345..befcd1ad79d0 100644
--- a/kde-frameworks/sonnet/Manifest
+++ b/kde-frameworks/sonnet/Manifest
@@ -1,3 +1,2 @@
-DIST sonnet-5.100.0.tar.xz 2463748 BLAKE2B 1a050aa64121438390a0e617f48ec7813955c703c5902331c26c73fff6e112b41886a92720b69970074ea81f9d23fad4cc4e39eca462fc515a31b893ae1d80f7 SHA512 760a95122f41da4ac8842d1869d96d1fd6ae2d92a93e33c89088fee08050b7bd5f9e4668987d47c86556281f97f54d8b13973e18629cde7af13cf1a0b9510cb8
DIST sonnet-5.101.0.tar.xz 2463740 BLAKE2B e9312f0121247d3065e158e92d80c97799233a666bcd5c2d16d52e827226414719fffb9005a164192e00c3bfd0fd3166505342b8265299451f8a26378a15876a SHA512 c62d0f7445e1b94969bf09f42f4057014ea75ad3c9a02461f64af87b5add088e1a0a152f279bb3d3835f7a14dbdadf41508cdcb7e68c495eb4a4e869455e2552
DIST sonnet-5.99.0.tar.xz 307868 BLAKE2B 43591a0bd09f88b745b8577a8ac38b6fc1a60a20f97e2d35de19072f7956fd31974d35ebdbd3a802b4b0c7c63bfdacc214314e43dc3d0655c59a9df4236df6a1 SHA512 781e96a9ff4363dd4bc2a95f6fadcd97991cbcd4781314f082297544c4da38c57fa62c4aec62d8cf850c5d8147e0b30f6835d143a691ea293100c00511ab318b
diff --git a/kde-frameworks/sonnet/sonnet-5.100.0.ebuild b/kde-frameworks/sonnet/sonnet-5.100.0.ebuild
deleted file mode 100644
index f6d3a7082c0c..000000000000
--- a/kde-frameworks/sonnet/sonnet-5.100.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_DESIGNERPLUGIN="true"
-QTMIN=5.15.5
-VIRTUALX_REQUIRED="test"
-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
-}