summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-02-06 14:43:47 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-02-06 18:11:58 +0100
commit3e586a4fe33ce59708dcbc24a6d7eada5ea4cc76 (patch)
treeaa823559d7a1728a6301bd947b648f323d4690af /kde-frameworks/sonnet
parentmedia-plugins/kodi-pvr-hts: 4.4.13 version bump (diff)
downloadgentoo-3e586a4fe33ce59708dcbc24a6d7eada5ea4cc76.tar.gz
gentoo-3e586a4fe33ce59708dcbc24a6d7eada5ea4cc76.tar.bz2
gentoo-3e586a4fe33ce59708dcbc24a6d7eada5ea4cc76.zip
kde-frameworks: Drop KDE Frameworks 5.52.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'kde-frameworks/sonnet')
-rw-r--r--kde-frameworks/sonnet/Manifest1
-rw-r--r--kde-frameworks/sonnet/sonnet-5.52.0.ebuild31
2 files changed, 0 insertions, 32 deletions
diff --git a/kde-frameworks/sonnet/Manifest b/kde-frameworks/sonnet/Manifest
index 4612bb6a1cdb..340846aa3462 100644
--- a/kde-frameworks/sonnet/Manifest
+++ b/kde-frameworks/sonnet/Manifest
@@ -1,2 +1 @@
-DIST sonnet-5.52.0.tar.xz 285692 BLAKE2B 0c85a2e39e2dffa9a2a6d09fcc4cd7bb2e63f93cae95a6602bab363d4c53593d35ed13776805f085d7737002eb7a195cc7b697cc687729998a581a6df1445068 SHA512 165645d9fc8ea4f3e373d6b585a8a54f2e13fc6c4f265a2806c8325e52c9e55a1806a0a439fa9c31733306aa11dc04d43e484805ee1e881600e010cb6f4fcf99
DIST sonnet-5.54.0.tar.xz 286720 BLAKE2B 6e603c8381ea5081f72896b12a7bca7d5eae6d8dac311f6120adad90a5c062b2707fa0276b2dd893eb3ce069fb4d0d2de63ad974e2ab8bf8e795a0d8cadc1a7c SHA512 fe7551fb65fe896a872c3f0af4ce1c60f4b974f993465b5ae7b3eea219a0964f7ae5107aa9346884ffd37c95b4bf7ea0bed05592245978c07fd633af88eeca88
diff --git a/kde-frameworks/sonnet/sonnet-5.52.0.ebuild b/kde-frameworks/sonnet/sonnet-5.52.0.ebuild
deleted file mode 100644
index 2daac65e4d40..000000000000
--- a/kde-frameworks/sonnet/sonnet-5.52.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# 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
-}