diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-01-16 00:44:57 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-01-16 00:45:24 +0100 |
commit | fc33b46c74913b9c791b1b37811e64f658891a10 (patch) | |
tree | bdd77450290483dcf3c17682c19c76565584ae51 /kde-frameworks/sonnet | |
parent | sys-auth/elogind: Drop 235.1 (diff) | |
download | gentoo-fc33b46c74913b9c791b1b37811e64f658891a10.tar.gz gentoo-fc33b46c74913b9c791b1b37811e64f658891a10.tar.bz2 gentoo-fc33b46c74913b9c791b1b37811e64f658891a10.zip |
kde-frameworks: Drop KDE Frameworks 5.41.0
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'kde-frameworks/sonnet')
-rw-r--r-- | kde-frameworks/sonnet/Manifest | 1 | ||||
-rw-r--r-- | kde-frameworks/sonnet/sonnet-5.41.0.ebuild | 30 |
2 files changed, 0 insertions, 31 deletions
diff --git a/kde-frameworks/sonnet/Manifest b/kde-frameworks/sonnet/Manifest index 73b47be33038..e2b70b78a5ae 100644 --- a/kde-frameworks/sonnet/Manifest +++ b/kde-frameworks/sonnet/Manifest @@ -1,3 +1,2 @@ DIST sonnet-5.40.0.tar.xz 284824 BLAKE2B fdecd27ab93d346884cfb0ec6c21cc15451a8f5f8060b8037cdc7197ddbdfe31ce74774dd1875e17496cc1f24dff7e74f11095d098db7b18ada420b6da2f2023 SHA512 bf304b06607a1c98467621018445638e6e7fe96198c296452b853d5f593da406b247bc812616b354d114d83a5156df7794fa041e0a41ebd6f3d9e322a7a47d0e -DIST sonnet-5.41.0.tar.xz 284748 BLAKE2B c5c4872d9dc1e692093eb16e352b333f2c7eeff5f1af3485d993dbc8d898c4a95d144dd136cf5e2ae4082b9fcfed9aba3f2223653d1a3a9fafc2dd3961ae4ec8 SHA512 608b0c476f6a1bb9e598c9c3dbb58882ec80f2e3d436cf4e4657cccc2ca5abd24bf7af5f7982ff79d80eb602c92a26be498a9bd02fcb8b6ac44298b42af6648b DIST sonnet-5.42.0.tar.xz 285832 BLAKE2B c473fd2e159d8c34622f75dc4c473bec76144ed192e5627b663fcfddd5eaeae0eed5dbec02bc886f733331c02b3923e057c0ea4a1f488146930a424bd840a486 SHA512 f066d54107895970fb4502a3b6987373300a2c753e54ed31b25c952eb2c9e4d40cb2ea98a14bffd6e05147eee8ac7d59c210b04809bf99c826cd0c93e4edec01 diff --git a/kde-frameworks/sonnet/sonnet-5.41.0.ebuild b/kde-frameworks/sonnet/sonnet-5.41.0.ebuild deleted file mode 100644 index 7d13e6f89d8c..000000000000 --- a/kde-frameworks/sonnet/sonnet-5.41.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit kde5 - -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" - -RDEPEND=" - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) - aspell? ( app-text/aspell ) - hunspell? ( app-text/hunspell:= ) -" -DEPEND="${RDEPEND} - nls? ( $(add_qt_dep linguist-tools) ) -" - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package aspell ASPELL) - $(cmake-utils_use_find_package hunspell HUNSPELL) - ) - - kde5_src_configure -} |