Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:no-semantic-desktop commit in: kde-base/kimono/
Date: Wed, 29 May 2013 18:16:42
Message-Id: 1369851183.89b8d1c9b8731f5635aed17289493a7b55362660.kensington@gentoo
1 commit: 89b8d1c9b8731f5635aed17289493a7b55362660
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 29 18:13:03 2013 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Wed May 29 18:13:03 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=89b8d1c9
7
8 [kde-base/kimono] Drop USE="semantic-desktop".
9
10 Package-Manager: portage-2.1.12.2
11
12 ---
13 kde-base/kimono/kimono-9999.ebuild | 5 ++---
14 1 file changed, 2 insertions(+), 3 deletions(-)
15
16 diff --git a/kde-base/kimono/kimono-9999.ebuild b/kde-base/kimono/kimono-9999.ebuild
17 index 422e17f..0fedfba 100644
18 --- a/kde-base/kimono/kimono-9999.ebuild
19 +++ b/kde-base/kimono/kimono-9999.ebuild
20 @@ -8,13 +8,13 @@ inherit kde4-base mono
21
22 DESCRIPTION="C# bindings for KDE"
23 KEYWORDS=""
24 -IUSE="akonadi debug plasma semantic-desktop"
25 +IUSE="akonadi debug plasma"
26
27 DEPEND="
28 dev-lang/mono
29 $(add_kdebase_dep qyoto 'webkit')
30 $(add_kdebase_dep smokeqt)
31 - $(add_kdebase_dep smokekde 'semantic-desktop?')
32 + $(add_kdebase_dep smokekde)
33 plasma? ( $(add_kdebase_dep smokeqt 'webkit') )
34 "
35 RDEPEND="${DEPEND}"
36 @@ -33,7 +33,6 @@ src_configure() {
37 $(cmake-utils_use_with akonadi)
38 $(cmake-utils_use_with akonadi KdepimLibs)
39 $(cmake-utils_use_disable plasma)
40 - $(cmake-utils_use_with semantic-desktop Nepomuk)
41 -DWITH_Soprano=OFF
42 )
43 kde4-base_src_configure