commit:     18668f23bc2bb5b048aafe072a5e8062b6b518e8
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 28 18:37:07 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon Nov 28 18:37:07 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18668f23

kde-frameworks/sonnet: Remove 5.28.0 (r0)

Package-Manager: portage-2.3.2

 kde-frameworks/sonnet/sonnet-5.28.0.ebuild | 31 ------------------------------
 1 file changed, 31 deletions(-)

diff --git a/kde-frameworks/sonnet/sonnet-5.28.0.ebuild 
b/kde-frameworks/sonnet/sonnet-5.28.0.ebuild
deleted file mode 100644
index 46783f1..00000000
--- a/kde-frameworks/sonnet/sonnet-5.28.0.ebuild
+++ /dev/null
@@ -1,31 +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) )
-"
-
-src_configure() {
-       local mycmakeargs=(
-               $(cmake-utils_use_find_package aspell ASPELL)
-               $(cmake-utils_use_find_package hunspell HUNSPELL)
-       )
-
-       kde5_src_configure
-}

Reply via email to