summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-05-16 14:57:53 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-05-16 16:00:18 +0200
commitceff5f1dd56de1b5a1ae444fdfbad4ed69d7c7c8 (patch)
treeae7212f3eb47b4ce2b8937b47e56eaa835429e3f /kde-frameworks/sonnet
parentwww-apps/nextcloud: 16.0.1, 15.0.8, 14.0.11 bumps (diff)
downloadgentoo-ceff5f1dd56de1b5a1ae444fdfbad4ed69d7c7c8.tar.gz
gentoo-ceff5f1dd56de1b5a1ae444fdfbad4ed69d7c7c8.tar.bz2
gentoo-ceff5f1dd56de1b5a1ae444fdfbad4ed69d7c7c8.zip
kde-frameworks: Drop KDE Frameworks 5.54.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.62, 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.54.0.ebuild31
2 files changed, 0 insertions, 32 deletions
diff --git a/kde-frameworks/sonnet/Manifest b/kde-frameworks/sonnet/Manifest
index 72908f401335..f3b064847c8b 100644
--- a/kde-frameworks/sonnet/Manifest
+++ b/kde-frameworks/sonnet/Manifest
@@ -1,3 +1,2 @@
-DIST sonnet-5.54.0.tar.xz 286720 BLAKE2B 6e603c8381ea5081f72896b12a7bca7d5eae6d8dac311f6120adad90a5c062b2707fa0276b2dd893eb3ce069fb4d0d2de63ad974e2ab8bf8e795a0d8cadc1a7c SHA512 fe7551fb65fe896a872c3f0af4ce1c60f4b974f993465b5ae7b3eea219a0964f7ae5107aa9346884ffd37c95b4bf7ea0bed05592245978c07fd633af88eeca88
DIST sonnet-5.57.0.tar.xz 287740 BLAKE2B e4b3fd949b1ea268a80980ee6ae70929b8b8c344633c81c83488551cc75169adf9a03413c4c8d4f49f6cbee96cc0bc4c4c0e94b259bd2c7c94ee570331cd8b8d SHA512 43bd410e64465bfa8d5da35137b44d64ceaa38ca9b526f017930e97ec4ca96d4f23299f8c3a3c7711964ec5a1285a87475d90693ea8a86596a93c7f62783f732
DIST sonnet-5.58.0.tar.xz 287320 BLAKE2B 3345bdd981b4d27753bd4443f6d5d39f1297459a2e860eb4f8813c41752ffc92007bb65f3807a20eb79f7e5d92957d58686fb67764f8886ab40b3c63fe619383 SHA512 c98d5d8fb19e0995b38ff414c54ea38e4d8303963b36fe140fddb53378c790adfbac3289045b147a6baa283d0a2db8112106808e09c068b180689a8f055719d0
diff --git a/kde-frameworks/sonnet/sonnet-5.54.0.ebuild b/kde-frameworks/sonnet/sonnet-5.54.0.ebuild
deleted file mode 100644
index 42c4256f6576..000000000000
--- a/kde-frameworks/sonnet/sonnet-5.54.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2019 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
-}