summaryrefslogtreecommitdiff
path: root/kde-frameworks/sonnet
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-06-10 22:27:04 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-06-10 22:30:40 +0200
commitb89b17e2d00a66b188aa5baa5f9611b2ead7da96 (patch)
tree2e7e7814f31e6dd7c1486326f3cb8b1e370ba2f1 /kde-frameworks/sonnet
parentc529aadf3debfd046347a0fdf6521a19e10ecbf8 (diff)
downloadgentoo-b89b17e2d00a66b188aa5baa5f9611b2ead7da96.tar.gz
gentoo-b89b17e2d00a66b188aa5baa5f9611b2ead7da96.tar.xz
kde-frameworks: Drop KDE Frameworks 5.43.0
Bug: https://bugs.gentoo.org/656330 Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'kde-frameworks/sonnet')
-rw-r--r--kde-frameworks/sonnet/Manifest1
-rw-r--r--kde-frameworks/sonnet/sonnet-5.43.0.ebuild31
2 files changed, 0 insertions, 32 deletions
diff --git a/kde-frameworks/sonnet/Manifest b/kde-frameworks/sonnet/Manifest
index 8c9a3bb9370..a6cefe3d741 100644
--- a/kde-frameworks/sonnet/Manifest
+++ b/kde-frameworks/sonnet/Manifest
@@ -1,3 +1,2 @@
-DIST sonnet-5.43.0.tar.xz 286196 BLAKE2B e5f18c9468f612a30098faed7f84e447a8de88c98e905805115a24b2aab2d7546d561723842d734d4be3763ac42fd43f99b1be11860cc68cc004578073eaffcf SHA512 63ee853d5f2df8b8163253add74418e46810188d58fc4ea56ee1d6dc6cd2f25b89c40f21039840c1992b2ce84e44acce26373cedb70770ca3d806e1dc73a0aa0
DIST sonnet-5.46.0.tar.xz 286760 BLAKE2B 646dabdd56f405ea521aa7011057d03ec45e1d2902b15ef992ccc285dccf457d8f8dcd7c64a13f67b0dab486a06bfa817081dd5536fa8e6a880a34e7d22068ed SHA512 537a103ae6a15b9f94e317f396bcd3dd791715e596ac094dfaf88fb48e7eca682481fc8b040cc405c0db740d2c1c3edc9b73e96a0ad47925a4a8b6dbf9682880
DIST sonnet-5.47.0.tar.xz 285848 BLAKE2B d5c58e37216228ee93a0ac1466a85518df15124d929a516964bb844204f89571ec81df6bd88cd876767580ea5ec7228feb41a549168d074aed7e498cead3df12 SHA512 e004c0fbf9d2750b4e9f4b093c499312d04cd3d507313dcf35f495552031016fa9f45a7e38476baf720e15bf654de5ccab8c534cbe9e414496d4f9b500ebb332
diff --git a/kde-frameworks/sonnet/sonnet-5.43.0.ebuild b/kde-frameworks/sonnet/sonnet-5.43.0.ebuild
deleted file mode 100644
index c2d11637d76..00000000000
--- a/kde-frameworks/sonnet/sonnet-5.43.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-VIRTUALX_REQUIRED="test"
-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
-}