mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
kde-frameworks/sonnet: drop 5.99.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1,3 +1,2 @@
|
||||
DIST sonnet-5.102.0.tar.xz 2437512 BLAKE2B 21ec1843a3b5757b6dcdae154248d3b2cd3fe7aed80e83e746a5a63beb07b828d234fdcd28f69cfa56f250d781552fc3cc544f708b9ea3cabb530feb3126676b SHA512 85bd83954247b5d676b63cf7333e18d936b471138da7509a642e06074ba936dbb0b07723bdacc8d1508b05ffe84748585e98a34bae76836a6378e4c42a58800e
|
||||
DIST sonnet-5.103.0.tar.xz 2437700 BLAKE2B b90687611856f6efb73e14169ac518d01e031d599bef9fa2522a27b53bf9a10e003b44ab5f5d635b8d62a6e4fc3716176bd66bf8f9e769aaf49f59709a992406 SHA512 29e5e45ee651564e1870e7d8e94943f47232eacb659444b0ebfd4adee066af9a09dff9f7f75edd21e8de4a57753031c54cb9e934dc157c060646b6f275b3bdf2
|
||||
DIST sonnet-5.99.0.tar.xz 307868 BLAKE2B 43591a0bd09f88b745b8577a8ac38b6fc1a60a20f97e2d35de19072f7956fd31974d35ebdbd3a802b4b0c7c63bfdacc214314e43dc3d0655c59a9df4236df6a1 SHA512 781e96a9ff4363dd4bc2a95f6fadcd97991cbcd4781314f082297544c4da38c57fa62c4aec62d8cf850c5d8147e0b30f6835d143a691ea293100c00511ab318b
|
||||
|
||||
@@ -1,45 +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.5
|
||||
VIRTUALX_REQUIRED="test"
|
||||
inherit ecm frameworks.kde.org
|
||||
|
||||
DESCRIPTION="Framework for providing spell-checking through abstraction of popular backends"
|
||||
|
||||
LICENSE="LGPL-2+ LGPL-2.1+"
|
||||
KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv x86"
|
||||
IUSE="aspell +hunspell 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=">=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
|
||||
}
|
||||
Reference in New Issue
Block a user