Skip to content

Commit

Permalink
kde-base/korundum: Drop Nepomuk support
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.20.1
  • Loading branch information
johu committed Aug 12, 2015
1 parent fc881b8 commit 3fd950e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions kde-base/korundum/korundum-4.14.3-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down Expand Up @@ -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)
)
Expand Down
1 change: 0 additions & 1 deletion kde-base/korundum/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit 3fd950e

Please sign in to comment.