diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-06-08 22:34:49 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-06-09 13:20:55 +0200 |
commit | ccc87618b5ccb53377ef15377bf1077310dbfcbc (patch) | |
tree | e20caefdcad913b987c4abead516f76d945a75cf /kde-frameworks/sonnet | |
parent | gnome-extra/gnome-shell-extension-applications-overview-tooltip: Drop old (diff) | |
download | gentoo-ccc87618b5ccb53377ef15377bf1077310dbfcbc.tar.gz gentoo-ccc87618b5ccb53377ef15377bf1077310dbfcbc.tar.bz2 gentoo-ccc87618b5ccb53377ef15377bf1077310dbfcbc.zip |
kde-frameworks: Drop KDE Frameworks 5.58.0
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/sonnet')
-rw-r--r-- | kde-frameworks/sonnet/Manifest | 1 | ||||
-rw-r--r-- | kde-frameworks/sonnet/sonnet-5.58.0.ebuild | 32 |
2 files changed, 0 insertions, 33 deletions
diff --git a/kde-frameworks/sonnet/Manifest b/kde-frameworks/sonnet/Manifest index 4eb22740f61b..ce9c135ca23d 100644 --- a/kde-frameworks/sonnet/Manifest +++ b/kde-frameworks/sonnet/Manifest @@ -1,3 +1,2 @@ DIST sonnet-5.57.0.tar.xz 287740 BLAKE2B e4b3fd949b1ea268a80980ee6ae70929b8b8c344633c81c83488551cc75169adf9a03413c4c8d4f49f6cbee96cc0bc4c4c0e94b259bd2c7c94ee570331cd8b8d SHA512 43bd410e64465bfa8d5da35137b44d64ceaa38ca9b526f017930e97ec4ca96d4f23299f8c3a3c7711964ec5a1285a87475d90693ea8a86596a93c7f62783f732 -DIST sonnet-5.58.0.tar.xz 287320 BLAKE2B 3345bdd981b4d27753bd4443f6d5d39f1297459a2e860eb4f8813c41752ffc92007bb65f3807a20eb79f7e5d92957d58686fb67764f8886ab40b3c63fe619383 SHA512 c98d5d8fb19e0995b38ff414c54ea38e4d8303963b36fe140fddb53378c790adfbac3289045b147a6baa283d0a2db8112106808e09c068b180689a8f055719d0 DIST sonnet-5.59.0.tar.xz 286796 BLAKE2B 4ed3f880ccbf109e2cffbe26b18f18880602656a61208b6a40ddd47b09f5c0811780a77cc45c88ff7a12725b8dd3964b262f7e8ac9803314cb2f2bd13d915a7e SHA512 d95f1adabd43503bfb2fdf513bb2657ca755b9130c3ff90cb14908426241f265303aa6dbb2af03377d44ccb003e597614dd0b653ca6be2ad6d4ced1d6476ac76 diff --git a/kde-frameworks/sonnet/sonnet-5.58.0.ebuild b/kde-frameworks/sonnet/sonnet-5.58.0.ebuild deleted file mode 100644 index cc912eb777c3..000000000000 --- a/kde-frameworks/sonnet/sonnet-5.58.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -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" - -BDEPEND=" - nls? ( $(add_qt_dep linguist-tools) ) -" -DEPEND=" - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) - aspell? ( app-text/aspell ) - hunspell? ( app-text/hunspell:= ) -" -RDEPEND="${DEPEND}" - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package aspell ASPELL) - $(cmake-utils_use_find_package hunspell HUNSPELL) - ) - - kde5_src_configure -} |