summaryrefslogtreecommitdiff
path: root/kde-base
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2015-08-08 00:27:06 +0200
committerJohannes Huber <johu@gentoo.org>2015-08-08 00:27:06 +0200
commita8c2d803216aebe135c76452b647f700b5a1585e (patch)
tree4969f246053c767dde0721536d24e32629a7fb57 /kde-base
parent619a7011960534f9772b4ad03d3bb1cde2f93d08 (diff)
downloadkde-a8c2d803216aebe135c76452b647f700b5a1585e.tar.gz
kde-a8c2d803216aebe135c76452b647f700b5a1585e.tar.bz2
kde-a8c2d803216aebe135c76452b647f700b5a1585e.zip
[kde-base/korundum] Drop deprecated Nepomuk support
Package-Manager: portage-2.2.20
Diffstat (limited to 'kde-base')
-rw-r--r--kde-base/korundum/korundum-9999.ebuild8
-rw-r--r--kde-base/korundum/metadata.xml1
2 files changed, 4 insertions, 5 deletions
diff --git a/kde-base/korundum/korundum-9999.ebuild b/kde-base/korundum/korundum-9999.ebuild
index 400a36adc39..d662e637666 100644
--- a/kde-base/korundum/korundum-9999.ebuild
+++ b/kde-base/korundum/korundum-9999.ebuild
@@ -16,12 +16,12 @@ inherit kde4-base ruby-ng
DESCRIPTION="KDE Ruby bindings"
KEYWORDS=""
-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 e1adab33257..6de6cd74716 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>