summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-11-14 18:45:30 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-11-14 18:45:30 +0100
commit8c5fe8bfb63c4cbbede5695910bd4fdc706d5a74 (patch)
tree6024c2da59143b6b97f12395b5cca32680bd6c83
parent9a3688114483974c3f918732c3d0bc84e193bb32 (diff)
downloadkde-8c5fe8bfb63c4cbbede5695910bd4fdc706d5a74.tar.gz
kde-8c5fe8bfb63c4cbbede5695910bd4fdc706d5a74.tar.bz2
kde-8c5fe8bfb63c4cbbede5695910bd4fdc706d5a74.zip
kde-frameworks/sonnet: drop 5.76.0*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-frameworks/sonnet/Manifest1
-rw-r--r--kde-frameworks/sonnet/sonnet-5.76.0.ebuild43
2 files changed, 0 insertions, 44 deletions
diff --git a/kde-frameworks/sonnet/Manifest b/kde-frameworks/sonnet/Manifest
deleted file mode 100644
index f2cb9480ca3..00000000000
--- a/kde-frameworks/sonnet/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST sonnet-5.76.0.tar.xz 294000 BLAKE2B f777d3877c404bc7fe612f66992365c18a68f7e14244887d246c2c7b28b14a7c9b5f60aeb9de31c7df4af8bb500a098815de2fdd48c4705fd061ac58a52aa941 SHA512 b012f5d6e85588d510ab795bcfaf1938b5f4b5c0a02bb2c04814d3878dfcc6968e1c494e92fd793b5ac096fe6c2547f0d27325dfe17aa424cb1346ce63e3440e
diff --git a/kde-frameworks/sonnet/sonnet-5.76.0.ebuild b/kde-frameworks/sonnet/sonnet-5.76.0.ebuild
deleted file mode 100644
index cb3fec464ec..00000000000
--- a/kde-frameworks/sonnet/sonnet-5.76.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_DESIGNERPLUGIN="true"
-QTMIN=5.15.1
-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() {
- # bugs: 680032
- local myctestargs=(
- -E "(sonnet-test_settings|sonnet-test_highlighter)"
- )
-
- ecm_src_test
-}