commit:     3fd950e542c524c64e30ab4bfc4ddf4c9c9a1fbc
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 12 21:17:35 2015 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed Aug 12 21:17:35 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fd950e5

kde-base/korundum: Drop Nepomuk support

Package-Manager: portage-2.2.20.1

 kde-base/korundum/korundum-4.14.3-r1.ebuild | 8 ++++----
 kde-base/korundum/metadata.xml              | 1 -
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/kde-base/korundum/korundum-4.14.3-r1.ebuild 
b/kde-base/korundum/korundum-4.14.3-r1.ebuild
index e3d5c4d..25458d8 100644
--- a/kde-base/korundum/korundum-4.14.3-r1.ebuild
+++ b/kde-base/korundum/korundum-4.14.3-r1.ebuild
@@ -16,12 +16,12 @@ inherit kde4-base ruby-ng
 
 DESCRIPTION="KDE Ruby bindings"
 KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux"
-IUSE="akonadi debug kate nepomuk okular"
+IUSE="akonadi debug kate okular"
 HOMEPAGE="http://techbase.kde.org/Development/Languages/Ruby";
 
 DEPEND="
        $(add_kdebase_dep qtruby 'ruby_targets_ruby20')
-       $(add_kdebase_dep smokekde 'akonadi?,kate?,okular?,nepomuk?')
+       $(add_kdebase_dep smokekde 'akonadi?,kate?,okular?')
        $(add_kdebase_dep smokeqt)
 "
 RDEPEND="${DEPEND}
@@ -51,10 +51,10 @@ each_ruby_configure() {
                -DRUBY_LIBRARY=$(ruby_get_libruby)
                -DRUBY_INCLUDE_PATH=$(ruby_get_hdrdir)
                -DRUBY_EXECUTABLE=${RUBY}
+               -DWITH_Nepomuk=OFF
+               -DWITH_Soprano=OFF
                $(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 e1adab3..6de6cd7 100644
--- a/kde-base/korundum/metadata.xml
+++ b/kde-base/korundum/metadata.xml
@@ -5,7 +5,6 @@
        <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 via email to