diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-03-13 10:05:18 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-03-13 20:22:23 +0100 |
commit | 342dd954499dd4169db0fecfe9688b0f98f44497 (patch) | |
tree | 457c023a145073ce79a5b910df7c0bd06a865853 /kde-frameworks/sonnet | |
parent | kde-frameworks/solid: drop 5.91.0* (diff) | |
download | gentoo-342dd954499dd4169db0fecfe9688b0f98f44497.tar.gz gentoo-342dd954499dd4169db0fecfe9688b0f98f44497.tar.bz2 gentoo-342dd954499dd4169db0fecfe9688b0f98f44497.zip |
kde-frameworks/sonnet: drop 5.91.0*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/sonnet')
-rw-r--r-- | kde-frameworks/sonnet/Manifest | 1 | ||||
-rw-r--r-- | kde-frameworks/sonnet/sonnet-5.91.0.ebuild | 47 |
2 files changed, 0 insertions, 48 deletions
diff --git a/kde-frameworks/sonnet/Manifest b/kde-frameworks/sonnet/Manifest index d4575c971ab9..3cb0a90bc2fa 100644 --- a/kde-frameworks/sonnet/Manifest +++ b/kde-frameworks/sonnet/Manifest @@ -1,3 +1,2 @@ DIST sonnet-5.90.0.tar.xz 308024 BLAKE2B 8c5960828906632361fd655d282dd3c6054e01fd45007ea9b5e4085951642c6bb0c57c6af0753beef9341f926e755300263a9b152fb03c0bb568413715d28fd4 SHA512 75adc7e45b8800601f2084c7d3ed88414e4f94f09fe682ca083b5c63fccbebb8e9009961513c1c8f609e5e7ebbfb41cc18ea35e7420a2ffb655b9479f3a368b0 -DIST sonnet-5.91.0.tar.xz 308264 BLAKE2B e456203622a5405f96a8054070a2a86fdd2199a529ab381a7ab678136cdeed6d85481c939a5ac9d05f83278e43f1daa2e56f27daa80a00e9c31aa17611b01671 SHA512 7b27a41769bd0eac762bfc0b2ca7411812f07878292646b2f8b4de85b42807e303c83672bc55e1e713e1931492439089bf2343e08bc4e519f1396998df998c1e DIST sonnet-5.92.0.tar.xz 308336 BLAKE2B 7c75b962e3fec264a00bce96f8fd98641a8b5f4870daaf49ec77d204aaa2d977e097771e580bcc25ce3eb233d9e7b3e800ece698b9473e9acf6f3c676ff5cf33 SHA512 7e6fedd0c244daf6e1b94eba2dfa7124fc6496a89ca5ed8931c9527603d1fcaabd834207bcffc8abded1e9db53ee0a737eca2ba455de705f821a944d08e931b0 diff --git a/kde-frameworks/sonnet/sonnet-5.91.0.ebuild b/kde-frameworks/sonnet/sonnet-5.91.0.ebuild deleted file mode 100644 index 61222f127afd..000000000000 --- a/kde-frameworks/sonnet/sonnet-5.91.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 -} |