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/korundum/
Date: Mon,  5 May 2014 12:44:49 +0000 (UTC)	[thread overview]
Message-ID: <1399293878.35d66fdd52e8eb55bdf0001a9d2f838149d84196.johu@gentoo> (raw)

commit:     35d66fdd52e8eb55bdf0001a9d2f838149d84196
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon May  5 12:44:24 2014 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon May  5 12:44:38 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=35d66fdd

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

* Was a hard dependency in former releases, builds without it nowadays.

Package-Manager: portage-2.2.10

---
 kde-base/korundum/korundum-4.13.49.9999.ebuild | 10 ++++------
 kde-base/korundum/korundum-4.9999.ebuild       | 10 ++++------
 kde-base/korundum/metadata.xml                 | 13 +++++++------
 3 files changed, 15 insertions(+), 18 deletions(-)

diff --git a/kde-base/korundum/korundum-4.13.49.9999.ebuild b/kde-base/korundum/korundum-4.13.49.9999.ebuild
index 9c86587..9a87c31 100644
--- a/kde-base/korundum/korundum-4.13.49.9999.ebuild
+++ b/kde-base/korundum/korundum-4.13.49.9999.ebuild
@@ -16,16 +16,12 @@ inherit kde4-base ruby-ng
 
 DESCRIPTION="KDE Ruby bindings"
 KEYWORDS=""
-IUSE="akonadi debug kate okular"
+IUSE="akonadi debug kate nepomuk okular"
 HOMEPAGE="http://techbase.kde.org/Development/Languages/Ruby"
 
-# unfortunately single modules cannot be disabled with cmake defines
-# possible more useflags have no effect... does anyone actually build this stuff?
-# may need some hacking, for now nepomuk just becomes a hard dependency
-
 DEPEND="
 	$(add_kdebase_dep qtruby)
-	$(add_kdebase_dep smokekde 'akonadi?,kate?,okular?,nepomuk')
+	$(add_kdebase_dep smokekde 'akonadi?,kate?,okular?,nepomuk?')
 	$(add_kdebase_dep smokeqt)
 "
 RDEPEND="${DEPEND}
@@ -57,6 +53,8 @@ each_ruby_configure() {
 		-DRUBY_EXECUTABLE=${RUBY}
 		$(cmake-utils_use_with akonadi)
 		$(cmake-utils_use_with akonadi KdepimLibs)
+		$(cmake-utils_use_with nepomuk)
+		$(cmake-utils_use_with nepomuk Soprano)
 		$(cmake-utils_use_disable kate)
 		$(cmake-utils_use_with okular)
 	)

diff --git a/kde-base/korundum/korundum-4.9999.ebuild b/kde-base/korundum/korundum-4.9999.ebuild
index 9c86587..9a87c31 100644
--- a/kde-base/korundum/korundum-4.9999.ebuild
+++ b/kde-base/korundum/korundum-4.9999.ebuild
@@ -16,16 +16,12 @@ inherit kde4-base ruby-ng
 
 DESCRIPTION="KDE Ruby bindings"
 KEYWORDS=""
-IUSE="akonadi debug kate okular"
+IUSE="akonadi debug kate nepomuk okular"
 HOMEPAGE="http://techbase.kde.org/Development/Languages/Ruby"
 
-# unfortunately single modules cannot be disabled with cmake defines
-# possible more useflags have no effect... does anyone actually build this stuff?
-# may need some hacking, for now nepomuk just becomes a hard dependency
-
 DEPEND="
 	$(add_kdebase_dep qtruby)
-	$(add_kdebase_dep smokekde 'akonadi?,kate?,okular?,nepomuk')
+	$(add_kdebase_dep smokekde 'akonadi?,kate?,okular?,nepomuk?')
 	$(add_kdebase_dep smokeqt)
 "
 RDEPEND="${DEPEND}
@@ -57,6 +53,8 @@ each_ruby_configure() {
 		-DRUBY_EXECUTABLE=${RUBY}
 		$(cmake-utils_use_with akonadi)
 		$(cmake-utils_use_with akonadi KdepimLibs)
+		$(cmake-utils_use_with nepomuk)
+		$(cmake-utils_use_with nepomuk Soprano)
 		$(cmake-utils_use_disable kate)
 		$(cmake-utils_use_with okular)
 	)

diff --git a/kde-base/korundum/metadata.xml b/kde-base/korundum/metadata.xml
index a292d0e..e1adab3 100644
--- a/kde-base/korundum/metadata.xml
+++ b/kde-base/korundum/metadata.xml
@@ -1,10 +1,11 @@
 <?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="kate">Compile bindings for KDE Advanced Text Editor.</flag>
-	<flag name="okular">Compile bindings for <pkg>kde-base/okular</pkg>.</flag>
-</use>
+	<herd>kde</herd>
+	<use>
+		<flag name="akonadi">Compile bindings for Akonadi</flag>
+		<flag name="kate">Compile bindings for KDE Advanced Text Editor</flag>
+		<flag name="nepomuk">Compile bindings for Nepomuk</flag>
+		<flag name="okular">Compile bindings for <pkg>kde-base/okular</pkg></flag>
+	</use>
 </pkgmetadata>


             reply	other threads:[~2014-05-05 12:44 UTC|newest]

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

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=1399293878.35d66fdd52e8eb55bdf0001a9d2f838149d84196.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