summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-frameworks/sonnet')
-rw-r--r--kde-frameworks/sonnet/Manifest1
-rw-r--r--kde-frameworks/sonnet/files/sonnet-5.28.0-hunspell-1.5.patch21
-rw-r--r--kde-frameworks/sonnet/sonnet-5.28.0-r1.ebuild33
3 files changed, 0 insertions, 55 deletions
diff --git a/kde-frameworks/sonnet/Manifest b/kde-frameworks/sonnet/Manifest
index dd86dc84ab54..f955c84f7850 100644
--- a/kde-frameworks/sonnet/Manifest
+++ b/kde-frameworks/sonnet/Manifest
@@ -1,3 +1,2 @@
DIST sonnet-5.26.0.tar.xz 283968 SHA256 e20f641628f561b8571874fc67441a0a7721026492d52c02f4cb82b956a67b2a SHA512 ee93d6e1e2195a58f818f65d8047b2295b8b0de3bed1594d6e9e6156e49f543575d6eba0b1f1d3f661c19a0b4c4b113252dd4932aa66228d092254f7694e9952 WHIRLPOOL 337fae669693391fd6287d7832901e0b6140809e311b1aee60c356d625e2bd7f8e7b40191fe9b969dabe26533120e6bcbbe31b7372e3c516f069b63440a30209
-DIST sonnet-5.28.0.tar.xz 2653164 SHA256 c83791acc41250d05d19471472bb9a862414a30721142df0b4d28810f71cf6ef SHA512 8a433b30e7a246afb619cd26b7cb6e161b4c499b7e45e5f110199926923aafc9b05afee69b757e3c7d7c93f31949a87c8d1a126faea6dc076924a32393e2b3e8 WHIRLPOOL 52ca66e5296687f68b7aac5336897a126168a4d59d8be27edca53677622c7362a6e6c0f0a1b7e453aad72d96ac6d8b714f45ac593f1d82e7ac13804ac0880fd7
DIST sonnet-5.29.0.tar.xz 2652812 SHA256 20358de0d45387f44260c3e6f8df012d661b4446293cbb3823c978e3a8766965 SHA512 a7b27026c30f4ea6668acfda2664ce4865c09db0f4fe1c38a204472b03746eb8fdee6786a1c94cd23dea8f5c9b64e9cb22e6533c8a24ebb804f15eb09f431a3e WHIRLPOOL a605b9cc1ccd3f2bf9e7b4eb2189c5218808c5585df63f2af66f2d785d8ed60c3d788f221ad816870632d97f10d64047320ef4bcc3e7266578e000561469a3d6
diff --git a/kde-frameworks/sonnet/files/sonnet-5.28.0-hunspell-1.5.patch b/kde-frameworks/sonnet/files/sonnet-5.28.0-hunspell-1.5.patch
deleted file mode 100644
index bc4bb93e5d63..000000000000
--- a/kde-frameworks/sonnet/files/sonnet-5.28.0-hunspell-1.5.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-commit 5fc1e9679e0607d7d918b27ee13092a234abefe6
-Author: Heiko Becker <heirecka@exherbo.org>
-Date: Fri Nov 25 15:13:53 2016 +0100
-
- Also search for hunspell-1.5
-
- REVIEW: 129559
-
-diff --git a/cmake/FindHUNSPELL.cmake b/cmake/FindHUNSPELL.cmake
-index f028abe..d5ed183 100644
---- a/cmake/FindHUNSPELL.cmake
-+++ b/cmake/FindHUNSPELL.cmake
-@@ -14,7 +14,7 @@ ENDIF (HUNSPELL_INCLUDE_DIR AND HUNSPELL_LIBRARIES)
-
- FIND_PATH(HUNSPELL_INCLUDE_DIR hunspell/hunspell.hxx )
-
--FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES hunspell-1.4 hunspell-1.3 hunspell-1.2)
-+FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES hunspell-1.5 hunspell-1.4 hunspell-1.3 hunspell-1.2)
-
- # handle the QUIETLY and REQUIRED arguments and set HUNSPELL_FOUND to TRUE if
- # all listed variables are TRUE
diff --git a/kde-frameworks/sonnet/sonnet-5.28.0-r1.ebuild b/kde-frameworks/sonnet/sonnet-5.28.0-r1.ebuild
deleted file mode 100644
index 1ff3e9512b1f..000000000000
--- a/kde-frameworks/sonnet/sonnet-5.28.0-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit kde5
-
-DESCRIPTION="Framework for providing spell-checking through abstraction of popular backends"
-LICENSE="LGPL-2+ LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~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) )
-"
-
-PATCHES=( "${FILESDIR}/${P}-hunspell-1.5.patch" )
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_find_package aspell ASPELL)
- $(cmake-utils_use_find_package hunspell HUNSPELL)
- )
-
- kde5_src_configure
-}