Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-base/kimono/
Date: Sun, 04 May 2014 23:35:49
Message-Id: 1399243729.279a89400806f933eaf2339716d347bedb2839cd.johu@gentoo
1 commit: 279a89400806f933eaf2339716d347bedb2839cd
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 4 15:57:49 2014 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Sun May 4 22:48:49 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=279a8940
7
8 [kde-base/kimono] Introduce nepomuk USE flag, bug #508350
9
10 Package-Manager: portage-2.2.10
11
12 ---
13 kde-base/kimono/kimono-4.13.49.9999.ebuild | 6 +++---
14 kde-base/kimono/kimono-4.9999.ebuild | 6 +++---
15 kde-base/kimono/metadata.xml | 11 ++++++-----
16 3 files changed, 12 insertions(+), 11 deletions(-)
17
18 diff --git a/kde-base/kimono/kimono-4.13.49.9999.ebuild b/kde-base/kimono/kimono-4.13.49.9999.ebuild
19 index c1be11a..fca0db3 100644
20 --- a/kde-base/kimono/kimono-4.13.49.9999.ebuild
21 +++ b/kde-base/kimono/kimono-4.13.49.9999.ebuild
22 @@ -8,13 +8,13 @@ inherit mono-env kde4-base
23
24 DESCRIPTION="C# bindings for KDE"
25 KEYWORDS=""
26 -IUSE="akonadi debug plasma semantic-desktop"
27 +IUSE="akonadi debug nepomuk plasma"
28
29 DEPEND="
30 dev-lang/mono
31 $(add_kdebase_dep qyoto 'webkit')
32 $(add_kdebase_dep smokeqt)
33 - $(add_kdebase_dep smokekde 'semantic-desktop?')
34 + $(add_kdebase_dep smokekde 'nepomuk?')
35 plasma? ( $(add_kdebase_dep smokeqt 'webkit') )
36 "
37 RDEPEND="${DEPEND}"
38 @@ -34,8 +34,8 @@ src_configure() {
39 mycmakeargs=(
40 $(cmake-utils_use_with akonadi)
41 $(cmake-utils_use_with akonadi KdepimLibs)
42 + $(cmake-utils_use_with nepomuk)
43 $(cmake-utils_use_disable plasma)
44 - $(cmake-utils_use_with semantic-desktop Nepomuk)
45 -DWITH_Soprano=OFF
46 )
47 kde4-base_src_configure
48
49 diff --git a/kde-base/kimono/kimono-4.9999.ebuild b/kde-base/kimono/kimono-4.9999.ebuild
50 index c1be11a..fca0db3 100644
51 --- a/kde-base/kimono/kimono-4.9999.ebuild
52 +++ b/kde-base/kimono/kimono-4.9999.ebuild
53 @@ -8,13 +8,13 @@ inherit mono-env kde4-base
54
55 DESCRIPTION="C# bindings for KDE"
56 KEYWORDS=""
57 -IUSE="akonadi debug plasma semantic-desktop"
58 +IUSE="akonadi debug nepomuk plasma"
59
60 DEPEND="
61 dev-lang/mono
62 $(add_kdebase_dep qyoto 'webkit')
63 $(add_kdebase_dep smokeqt)
64 - $(add_kdebase_dep smokekde 'semantic-desktop?')
65 + $(add_kdebase_dep smokekde 'nepomuk?')
66 plasma? ( $(add_kdebase_dep smokeqt 'webkit') )
67 "
68 RDEPEND="${DEPEND}"
69 @@ -34,8 +34,8 @@ src_configure() {
70 mycmakeargs=(
71 $(cmake-utils_use_with akonadi)
72 $(cmake-utils_use_with akonadi KdepimLibs)
73 + $(cmake-utils_use_with nepomuk)
74 $(cmake-utils_use_disable plasma)
75 - $(cmake-utils_use_with semantic-desktop Nepomuk)
76 -DWITH_Soprano=OFF
77 )
78 kde4-base_src_configure
79
80 diff --git a/kde-base/kimono/metadata.xml b/kde-base/kimono/metadata.xml
81 index e8b47a8..b382260 100644
82 --- a/kde-base/kimono/metadata.xml
83 +++ b/kde-base/kimono/metadata.xml
84 @@ -1,9 +1,10 @@
85 <?xml version="1.0" encoding="UTF-8"?>
86 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
87 <pkgmetadata>
88 -<herd>kde</herd>
89 -<use>
90 - <flag name="akonadi">Compile bindings for Akonadi.</flag>
91 - <flag name="plasma">Compile bindings for KDE's Plasma.</flag>
92 -</use>
93 + <herd>kde</herd>
94 + <use>
95 + <flag name="akonadi">Compile bindings for Akonadi</flag>
96 + <flag name="nepomuk">Compile bindings for Nepomuk</flag>
97 + <flag name="plasma">Compile bindings for KDE's Plasma</flag>
98 + </use>
99 </pkgmetadata>