summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-06-06 18:27:17 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-06-10 17:29:13 +0200
commitdb1c6b5ffc1492510bd5336ddce1ec33a7225b5f (patch)
tree20d56209237ee2acf6b9c076c9c31baf4a52fdc1 /kde-frameworks
parentkde-frameworks/solid: drop 5.80.0* (diff)
downloadgentoo-db1c6b5ffc1492510bd5336ddce1ec33a7225b5f.tar.gz
gentoo-db1c6b5ffc1492510bd5336ddce1ec33a7225b5f.tar.bz2
gentoo-db1c6b5ffc1492510bd5336ddce1ec33a7225b5f.zip
kde-frameworks/sonnet: drop 5.80.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.80.0.ebuild44
2 files changed, 0 insertions, 45 deletions
diff --git a/kde-frameworks/sonnet/Manifest b/kde-frameworks/sonnet/Manifest
index e1bd2782e60d..3c6caadf6d38 100644
--- a/kde-frameworks/sonnet/Manifest
+++ b/kde-frameworks/sonnet/Manifest
@@ -1,2 +1 @@
-DIST sonnet-5.80.0.tar.xz 293860 BLAKE2B 64d800fa0740cfa65772ebecaf033a275be7a0b9d9e9e94a38647e44f17166836788995b64f0b11b2aa9fe319155437cfd0e905071ddbf5b52270bb5b8030c3e SHA512 703f43e6498927c781126ca556cde6034314501dca7443466bc86f78f06736ef01cf1846d888e490c88d38ccf449cb4e759207a66f8a09300ae7b4e7ac6a9f88
DIST sonnet-5.82.0.tar.xz 293844 BLAKE2B 6e2c4558957d845a281955c63de7dd87fc21634a4cb3e89af47345da070b1dc15e91c558a865e0c7ac5e2adb2454d36b6b8f2f521112b4fd07ad1b2ad02f6c04 SHA512 3bc876b1e06ba5c08c05ce74530a2584b9853e8c9742f66b19529e7f78f3aad89d3a72e0a615e912d1cfd7a24b3de3a9068d0f72dce3c51ca03b896eeedde817
diff --git a/kde-frameworks/sonnet/sonnet-5.80.0.ebuild b/kde-frameworks/sonnet/sonnet-5.80.0.ebuild
deleted file mode 100644
index 2c3caa333964..000000000000
--- a/kde-frameworks/sonnet/sonnet-5.80.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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 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() {
- # 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
-}