diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-03-13 20:26:46 +0100 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-03-13 20:26:46 +0100 |
| commit | 6503ff6a55871116d95ecce6b454866eee4a7879 (patch) | |
| tree | eabc951b99912bc67004e0007c8bd12782300f64 | |
| parent | d8e75741b00a246d8d15c62f793ea2c8d881edea (diff) | |
| download | kde-6503ff6a55871116d95ecce6b454866eee4a7879.tar.gz kde-6503ff6a55871116d95ecce6b454866eee4a7879.tar.bz2 kde-6503ff6a55871116d95ecce6b454866eee4a7879.zip | |
kde-frameworks/sonnet: drop 5.92.0*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
| -rw-r--r-- | kde-frameworks/sonnet/Manifest | 1 | ||||
| -rw-r--r-- | kde-frameworks/sonnet/sonnet-5.92.0.ebuild | 47 |
2 files changed, 0 insertions, 48 deletions
diff --git a/kde-frameworks/sonnet/Manifest b/kde-frameworks/sonnet/Manifest deleted file mode 100644 index d4cc56b3b75..00000000000 --- a/kde-frameworks/sonnet/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST sonnet-5.92.0.tar.xz 308336 BLAKE2B 7c75b962e3fec264a00bce96f8fd98641a8b5f4870daaf49ec77d204aaa2d977e097771e580bcc25ce3eb233d9e7b3e800ece698b9473e9acf6f3c676ff5cf33 SHA512 7e6fedd0c244daf6e1b94eba2dfa7124fc6496a89ca5ed8931c9527603d1fcaabd834207bcffc8abded1e9db53ee0a737eca2ba455de705f821a944d08e931b0 diff --git a/kde-frameworks/sonnet/sonnet-5.92.0.ebuild b/kde-frameworks/sonnet/sonnet-5.92.0.ebuild deleted file mode 100644 index 61222f127af..00000000000 --- a/kde-frameworks/sonnet/sonnet-5.92.0.ebuild +++ /dev/null @@ -1,47 +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.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 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=" - nls? ( >=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 -} |
