Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/sonnet/
Date: Mon, 28 Nov 2016 18:37:29
Message-Id: 1480358227.18668f23bc2bb5b048aafe072a5e8062b6b518e8.johu@gentoo
1 commit: 18668f23bc2bb5b048aafe072a5e8062b6b518e8
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 28 18:37:07 2016 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 28 18:37:07 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18668f23
7
8 kde-frameworks/sonnet: Remove 5.28.0 (r0)
9
10 Package-Manager: portage-2.3.2
11
12 kde-frameworks/sonnet/sonnet-5.28.0.ebuild | 31 ------------------------------
13 1 file changed, 31 deletions(-)
14
15 diff --git a/kde-frameworks/sonnet/sonnet-5.28.0.ebuild b/kde-frameworks/sonnet/sonnet-5.28.0.ebuild
16 deleted file mode 100644
17 index 46783f1..00000000
18 --- a/kde-frameworks/sonnet/sonnet-5.28.0.ebuild
19 +++ /dev/null
20 @@ -1,31 +0,0 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=6
26 -
27 -inherit kde5
28 -
29 -DESCRIPTION="Framework for providing spell-checking through abstraction of popular backends"
30 -LICENSE="LGPL-2+ LGPL-2.1+"
31 -KEYWORDS="~amd64 ~arm ~x86"
32 -IUSE="aspell +hunspell nls"
33 -
34 -RDEPEND="
35 - $(add_qt_dep qtgui)
36 - $(add_qt_dep qtwidgets)
37 - aspell? ( app-text/aspell )
38 - hunspell? ( app-text/hunspell:= )
39 -"
40 -DEPEND="${RDEPEND}
41 - nls? ( $(add_qt_dep linguist-tools) )
42 -"
43 -
44 -src_configure() {
45 - local mycmakeargs=(
46 - $(cmake-utils_use_find_package aspell ASPELL)
47 - $(cmake-utils_use_find_package hunspell HUNSPELL)
48 - )
49 -
50 - kde5_src_configure
51 -}