summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-07-11 15:15:46 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-07-11 15:15:46 +0200
commit1dbc8e02c6b38bd3d48ec80ed21f74089cf376c0 (patch)
treed0989f901436951054acf182c7bb80a35a43ed93
parent93068e6836260cbc2963d94b537f96dca665dd24 (diff)
downloadkde-1dbc8e02c6b38bd3d48ec80ed21f74089cf376c0.tar.gz
kde-1dbc8e02c6b38bd3d48ec80ed21f74089cf376c0.tar.bz2
kde-1dbc8e02c6b38bd3d48ec80ed21f74089cf376c0.zip
kde-frameworks/sonnet: drop 5.72.0*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-frameworks/sonnet/Manifest1
-rw-r--r--kde-frameworks/sonnet/sonnet-5.72.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 fd6bd6f974e..00000000000
--- a/kde-frameworks/sonnet/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST sonnet-5.72.0.tar.xz 295040 BLAKE2B 978844750dcbad7f9f6bf9fed2f1c9b11302b0d46baa6238484e870315dc42e874a8b8b23b0939a8617e0ca290cbfb1ff967af179a77a1c057205ad97170c31c SHA512 8c5f552d9676d9be3cef0c69e986fbdd8b523d343e2a71e866a745ff555e5bb83829ab7a0ef7c1460104f91395ac912308c14c8c29da79e5d021d0401ce211d4
diff --git a/kde-frameworks/sonnet/sonnet-5.72.0.ebuild b/kde-frameworks/sonnet/sonnet-5.72.0.ebuild
deleted file mode 100644
index f5798c21f8c..00000000000
--- a/kde-frameworks/sonnet/sonnet-5.72.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.14.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() {
- # bugs: 680032
- local myctestargs=(
- -E "(sonnet-test_settings|sonnet-test_highlighter)"
- )
-
- ecm_src_test
-}