diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-11-17 00:17:53 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-11-17 00:40:23 +0100 |
commit | 6d697ae43a21dba538dc1baab31dacdd44d11b82 (patch) | |
tree | c7b057b92683234de9bafcda25f52fa50dd06d02 | |
parent | kde-frameworks/solid: drop 5.75.0* (diff) | |
download | gentoo-6d697ae43a21dba538dc1baab31dacdd44d11b82.tar.gz gentoo-6d697ae43a21dba538dc1baab31dacdd44d11b82.tar.bz2 gentoo-6d697ae43a21dba538dc1baab31dacdd44d11b82.zip |
kde-frameworks/sonnet: drop 5.75.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.75.0.ebuild | 43 |
2 files changed, 0 insertions, 44 deletions
diff --git a/kde-frameworks/sonnet/Manifest b/kde-frameworks/sonnet/Manifest index 65a79a3269fc..fee0b3c0ccd3 100644 --- a/kde-frameworks/sonnet/Manifest +++ b/kde-frameworks/sonnet/Manifest @@ -1,3 +1,2 @@ DIST sonnet-5.74.0.tar.xz 293316 BLAKE2B 55f73f617b98c85a4f63abea6eb327ee2f017ee2d63f3c739269afb5311e392b153d8c6a7f29dc9be095450c48d7a220cc387d6d842175a345044c084bc868bb SHA512 80f19d6f7c168f6daed208769c5abe1c664b48cd5d8f3ddd75f3992f917859d14281ed12b819b5bc9f501849243de639388a8e47dc60e0d3bda0e5b8426a54e6 -DIST sonnet-5.75.0.tar.xz 293896 BLAKE2B 95a6532cc3c68f97b1bf4c97196320f73c46bc35ed0b422add51d6b75de7629c18405d7f841b88fd69c1af44fe2de623a24ed1f60297e2039dbe89d9f03e9432 SHA512 8ce91c819142f7546d37ffccbcce13a56109ec23767f2af14713a84102b04889ea0bfd4bd3d3b332df8946e0a161d2af8b8f11799afa893dfd9fc2839e013142 DIST sonnet-5.76.0.tar.xz 294000 BLAKE2B f777d3877c404bc7fe612f66992365c18a68f7e14244887d246c2c7b28b14a7c9b5f60aeb9de31c7df4af8bb500a098815de2fdd48c4705fd061ac58a52aa941 SHA512 b012f5d6e85588d510ab795bcfaf1938b5f4b5c0a02bb2c04814d3878dfcc6968e1c494e92fd793b5ac096fe6c2547f0d27325dfe17aa424cb1346ce63e3440e diff --git a/kde-frameworks/sonnet/sonnet-5.75.0.ebuild b/kde-frameworks/sonnet/sonnet-5.75.0.ebuild deleted file mode 100644 index f5798c21f8c1..000000000000 --- a/kde-frameworks/sonnet/sonnet-5.75.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 -} |