diff options
author | Johannes Huber <johu@gentoo.org> | 2015-08-12 23:17:35 +0200 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2015-08-12 23:17:35 +0200 |
commit | 3fd950e542c524c64e30ab4bfc4ddf4c9c9a1fbc (patch) | |
tree | 1cbdf7e230bc264c302e75ff5728e6e980ea246d /kde-base | |
parent | kde-base/kactivities: Drop Nepomuk support (diff) | |
download | gentoo-3fd950e542c524c64e30ab4bfc4ddf4c9c9a1fbc.tar.gz gentoo-3fd950e542c524c64e30ab4bfc4ddf4c9c9a1fbc.tar.bz2 gentoo-3fd950e542c524c64e30ab4bfc4ddf4c9c9a1fbc.zip |
kde-base/korundum: Drop Nepomuk support
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/korundum/korundum-4.14.3-r1.ebuild | 8 | ||||
-rw-r--r-- | 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 e3d5c4d63346..25458d8e8f5a 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 e1adab33257a..6de6cd747161 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> |