summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2015-08-12 23:34:23 +0200
committerJohannes Huber <johu@gentoo.org>2015-08-12 23:34:23 +0200
commit479df46baf363bc38bac3b7f23bf6205d3713669 (patch)
tree832bebe5348790d45a14434ee6bbd96161e043c7 /kde-base/kimono
parentkde-base/kdebindings-meta: Drop USE csharp (diff)
downloadgentoo-479df46baf363bc38bac3b7f23bf6205d3713669.tar.gz
gentoo-479df46baf363bc38bac3b7f23bf6205d3713669.tar.bz2
gentoo-479df46baf363bc38bac3b7f23bf6205d3713669.zip
kde-base/kimono: Drop Nepomuk support
And unstabilize as dev-lang/mono is testing only. Package-Manager: portage-2.2.20.1
Diffstat (limited to 'kde-base/kimono')
-rw-r--r--kde-base/kimono/kimono-4.14.3.ebuild10
-rw-r--r--kde-base/kimono/metadata.xml1
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 e6df3e223271..094dddfa747d 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 b38226007f92..fdcd83134081 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>