summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-10-11 08:42:19 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-10-11 13:00:10 +0200
commit73501028948a69379f6c53ae30e7a451cefac5e0 (patch)
tree114ada6850c29a62c407d11df3fba1e32b7cbc9e /kde-frameworks
parentkde-frameworks/solid: drop 5.86.0* (diff)
downloadgentoo-73501028948a69379f6c53ae30e7a451cefac5e0.tar.gz
gentoo-73501028948a69379f6c53ae30e7a451cefac5e0.tar.bz2
gentoo-73501028948a69379f6c53ae30e7a451cefac5e0.zip
kde-frameworks/sonnet: drop 5.86.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.86.0.ebuild44
2 files changed, 0 insertions, 45 deletions
diff --git a/kde-frameworks/sonnet/Manifest b/kde-frameworks/sonnet/Manifest
index d89924b6c896..fe996a365824 100644
--- a/kde-frameworks/sonnet/Manifest
+++ b/kde-frameworks/sonnet/Manifest
@@ -1,3 +1,2 @@
DIST sonnet-5.85.0.tar.xz 297068 BLAKE2B 7f5bad0ebe851443dd2150be3784442008ffd7ad7acdacb42d0f3495490477a1f570a0aec6dd1b600ca01a5f9fa13c87f56cceb50c98cc2ab399ce85bc04c369 SHA512 50ed8787a8c7378574376ef0539b211eafb349f139fabe6d22788af91d57e758c994ddfdf72d83d76009570dbc8dd4bcb3df3add5c9dc17347b9263e09969930
-DIST sonnet-5.86.0.tar.xz 297144 BLAKE2B f85e898cafdf3c45544c73c9a6867a344de6000ef884a18feab6113bbc1d4cba410fc7e32d2e6559ce17ac2bd1c1d084f0fcfd0c6368bc2a9f2cf5e7d68e3276 SHA512 11d9a736180868fbe79c66cfeaddbcb9b24f3dc33387520536ce24de5a2fcd4e0a205b0bbb74d8c143e923a17d4872fb70945072c960ae04e580e3ed1dab3711
DIST sonnet-5.87.0.tar.xz 297372 BLAKE2B d889e81eb6553adb241ad47c4687faec8460d9949c6612dadc59ad383eb82fe909dd79a0ce67738acc2db3818c1e096dbf68c0c79e751176ee0b7c536cee3b12 SHA512 ca3f2abe345c50d6914a6a76aa1983992703161424eced64cad8e190d5ae04770164c624e9d1d619bb8aaafb942e322f8c0267568d3f181e0dd6de9b05cc37fd
diff --git a/kde-frameworks/sonnet/sonnet-5.86.0.ebuild b/kde-frameworks/sonnet/sonnet-5.86.0.ebuild
deleted file mode 100644
index dfbc16b70395..000000000000
--- a/kde-frameworks/sonnet/sonnet-5.86.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_DESIGNERPLUGIN="true"
-QTMIN=5.15.2
-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 ~riscv ~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() {
- # 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
-}