Skip to content

Commit

Permalink
kde-base/kimono: Drop Nepomuk support
Browse files Browse the repository at this point in the history
And unstabilize as dev-lang/mono is testing only.

Package-Manager: portage-2.2.20.1
  • Loading branch information
johu committed Aug 12, 2015
1 parent cb0f830 commit 479df46
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
10 changes: 5 additions & 5 deletions kde-base/kimono/kimono-4.14.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand All @@ -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
}
1 change: 0 additions & 1 deletion kde-base/kimono/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit 479df46

Please sign in to comment.