summaryrefslogtreecommitdiff
path: root/kde-frameworks
diff options
context:
space:
mode:
Diffstat (limited to 'kde-frameworks')
-rw-r--r--kde-frameworks/sonnet/Manifest1
-rw-r--r--kde-frameworks/sonnet/sonnet-5.81.0.ebuild44
2 files changed, 0 insertions, 45 deletions
diff --git a/kde-frameworks/sonnet/Manifest b/kde-frameworks/sonnet/Manifest
deleted file mode 100644
index 09b7083d622..00000000000
--- a/kde-frameworks/sonnet/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST sonnet-5.81.0.tar.xz 293948 BLAKE2B 7d6d421a64afac47375c12fb9dc2b61a437150dba10543c6bab4bfbfd40f87dfa4aa0c812d3b443fa14fe4bb1ef1f107172e385d66c57d669ef46779e4f2f35d SHA512 42a7273b10cac8924551d833ef5c0d3eaef8b146cbfd1e978868b6a3857a1746dc4374a354c4eadb5e35141870942f0419ca256b2f4cc049c1ef8d85e7787fd5
diff --git a/kde-frameworks/sonnet/sonnet-5.81.0.ebuild b/kde-frameworks/sonnet/sonnet-5.81.0.ebuild
deleted file mode 100644
index c2df24e9d69..00000000000
--- a/kde-frameworks/sonnet/sonnet-5.81.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=7
-
-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 ~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
-}