public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Johannes Huber" <johu@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: kde-base/kimono/
Date: Sun,  4 May 2014 23:35:41 +0000 (UTC)	[thread overview]
Message-ID: <1399243729.279a89400806f933eaf2339716d347bedb2839cd.johu@gentoo> (raw)

commit:     279a89400806f933eaf2339716d347bedb2839cd
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sun May  4 15:57:49 2014 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun May  4 22:48:49 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=279a8940

[kde-base/kimono] Introduce nepomuk USE flag, bug #508350

Package-Manager: portage-2.2.10

---
 kde-base/kimono/kimono-4.13.49.9999.ebuild |  6 +++---
 kde-base/kimono/kimono-4.9999.ebuild       |  6 +++---
 kde-base/kimono/metadata.xml               | 11 ++++++-----
 3 files changed, 12 insertions(+), 11 deletions(-)

diff --git a/kde-base/kimono/kimono-4.13.49.9999.ebuild b/kde-base/kimono/kimono-4.13.49.9999.ebuild
index c1be11a..fca0db3 100644
--- a/kde-base/kimono/kimono-4.13.49.9999.ebuild
+++ b/kde-base/kimono/kimono-4.13.49.9999.ebuild
@@ -8,13 +8,13 @@ inherit mono-env kde4-base
 
 DESCRIPTION="C# bindings for KDE"
 KEYWORDS=""
-IUSE="akonadi debug plasma semantic-desktop"
+IUSE="akonadi debug nepomuk plasma"
 
 DEPEND="
 	dev-lang/mono
 	$(add_kdebase_dep qyoto 'webkit')
 	$(add_kdebase_dep smokeqt)
-	$(add_kdebase_dep smokekde 'semantic-desktop?')
+	$(add_kdebase_dep smokekde 'nepomuk?')
 	plasma? ( $(add_kdebase_dep smokeqt 'webkit') )
 "
 RDEPEND="${DEPEND}"
@@ -34,8 +34,8 @@ src_configure() {
 	mycmakeargs=(
 		$(cmake-utils_use_with akonadi)
 		$(cmake-utils_use_with akonadi KdepimLibs)
+		$(cmake-utils_use_with nepomuk)
 		$(cmake-utils_use_disable plasma)
-		$(cmake-utils_use_with semantic-desktop Nepomuk)
 		-DWITH_Soprano=OFF
 	)
 	kde4-base_src_configure

diff --git a/kde-base/kimono/kimono-4.9999.ebuild b/kde-base/kimono/kimono-4.9999.ebuild
index c1be11a..fca0db3 100644
--- a/kde-base/kimono/kimono-4.9999.ebuild
+++ b/kde-base/kimono/kimono-4.9999.ebuild
@@ -8,13 +8,13 @@ inherit mono-env kde4-base
 
 DESCRIPTION="C# bindings for KDE"
 KEYWORDS=""
-IUSE="akonadi debug plasma semantic-desktop"
+IUSE="akonadi debug nepomuk plasma"
 
 DEPEND="
 	dev-lang/mono
 	$(add_kdebase_dep qyoto 'webkit')
 	$(add_kdebase_dep smokeqt)
-	$(add_kdebase_dep smokekde 'semantic-desktop?')
+	$(add_kdebase_dep smokekde 'nepomuk?')
 	plasma? ( $(add_kdebase_dep smokeqt 'webkit') )
 "
 RDEPEND="${DEPEND}"
@@ -34,8 +34,8 @@ src_configure() {
 	mycmakeargs=(
 		$(cmake-utils_use_with akonadi)
 		$(cmake-utils_use_with akonadi KdepimLibs)
+		$(cmake-utils_use_with nepomuk)
 		$(cmake-utils_use_disable plasma)
-		$(cmake-utils_use_with semantic-desktop Nepomuk)
 		-DWITH_Soprano=OFF
 	)
 	kde4-base_src_configure

diff --git a/kde-base/kimono/metadata.xml b/kde-base/kimono/metadata.xml
index e8b47a8..b382260 100644
--- a/kde-base/kimono/metadata.xml
+++ b/kde-base/kimono/metadata.xml
@@ -1,9 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<herd>kde</herd>
-<use>
-	<flag name="akonadi">Compile bindings for Akonadi.</flag>
-	<flag name="plasma">Compile bindings for KDE's Plasma.</flag>
-</use>
+	<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	other threads:[~2014-05-04 23:35 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-04 23:35 Johannes Huber [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-08-07 22:24 [gentoo-commits] proj/kde:master commit in: kde-base/kimono/ Johannes Huber
2013-10-06 19:57 Chris Reffett
2013-07-03 14:12 Michael Palimaka
2013-06-29 19:20 Johannes Huber
2012-09-11 20:12 Michael Palimaka
2012-06-21 20:20 Andreas Hüttel
2012-06-10 10:30 Andreas Hüttel
2012-06-10 10:07 Andreas Hüttel
2012-04-13 21:51 Johannes Huber
2011-08-21 12:39 Andreas Hüttel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1399243729.279a89400806f933eaf2339716d347bedb2839cd.johu@gentoo \
    --to=johu@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox