summaryrefslogtreecommitdiff
path: root/kde-frameworks
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-10-10 18:04:47 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-10-10 18:04:47 +0200
commitcfeb7675630658dad905c37cadf6187d4099de2c (patch)
tree12b3aef111a06ca59fe2b10e18b7e211651bacd1 /kde-frameworks
parenta3909e51fd41b203d3a58b16f7160f38c712ac74 (diff)
downloadkde-cfeb7675630658dad905c37cadf6187d4099de2c.tar.gz
kde-cfeb7675630658dad905c37cadf6187d4099de2c.tar.bz2
kde-cfeb7675630658dad905c37cadf6187d4099de2c.zip
kde-frameworks/sonnet: drop 5.75.0*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks')
-rw-r--r--kde-frameworks/sonnet/Manifest1
-rw-r--r--kde-frameworks/sonnet/sonnet-5.75.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 170559bb7b4..00000000000
--- a/kde-frameworks/sonnet/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST sonnet-5.75.0.tar.xz 293896 BLAKE2B 95a6532cc3c68f97b1bf4c97196320f73c46bc35ed0b422add51d6b75de7629c18405d7f841b88fd69c1af44fe2de623a24ed1f60297e2039dbe89d9f03e9432 SHA512 8ce91c819142f7546d37ffccbcce13a56109ec23767f2af14713a84102b04889ea0bfd4bd3d3b332df8946e0a161d2af8b8f11799afa893dfd9fc2839e013142
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 f5798c21f8c..00000000000
--- 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
-}