commit:     479df46baf363bc38bac3b7f23bf6205d3713669
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 12 21:34:23 2015 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed Aug 12 21:34:23 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=479df46b

kde-base/kimono: Drop Nepomuk support

And unstabilize as dev-lang/mono is testing only.

Package-Manager: portage-2.2.20.1

 kde-base/kimono/kimono-4.14.3.ebuild | 10 +++++-----
 kde-base/kimono/metadata.xml         |  1 -
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/kde-base/kimono/kimono-4.14.3.ebuild 
b/kde-base/kimono/kimono-4.14.3.ebuild
index e6df3e2..094dddf 100644
--- a/kde-base/kimono/kimono-4.14.3.ebuild
+++ b/kde-base/kimono/kimono-4.14.3.ebuild
@@ -7,14 +7,14 @@ EAPI=5
 inherit mono-env kde4-base
 
 DESCRIPTION="C# bindings for KDE"
-KEYWORDS="amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
-IUSE="akonadi debug nepomuk plasma"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="akonadi debug plasma"
 
 DEPEND="
        dev-lang/mono
        $(add_kdebase_dep qyoto 'webkit')
        $(add_kdebase_dep smokeqt)
-       $(add_kdebase_dep smokekde 'nepomuk?')
+       $(add_kdebase_dep smokekde)
        plasma? ( $(add_kdebase_dep smokeqt 'webkit') )
 "
 RDEPEND="${DEPEND}"
@@ -32,11 +32,11 @@ src_prepare() {
 
 src_configure() {
        local mycmakeargs=(
+               -DWITH_Soprano=OFF
+               -DWITH_Nepomuk=OFF
                $(cmake-utils_use_with akonadi)
                $(cmake-utils_use_with akonadi KdepimLibs)
-               $(cmake-utils_use_with nepomuk)
                $(cmake-utils_use_disable plasma)
-               -DWITH_Soprano=OFF
        )
        kde4-base_src_configure
 }

diff --git a/kde-base/kimono/metadata.xml b/kde-base/kimono/metadata.xml
index b382260..fdcd831 100644
--- a/kde-base/kimono/metadata.xml
+++ b/kde-base/kimono/metadata.xml
@@ -4,7 +4,6 @@
        <herd>kde</herd>
        <use>
                <flag name="akonadi">Compile bindings for Akonadi</flag>
-               <flag name="nepomuk">Compile bindings for Nepomuk</flag>
                <flag name="plasma">Compile bindings for KDE's Plasma</flag>
        </use>
 </pkgmetadata>

Reply via email to