commit:     e6545c7295c47bb0ba23d54b7631bd3411272a54
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 12 20:27:56 2015 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed Aug 12 20:27:56 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6545c72

kde-misc/tellico: Drop Nepomuk support

Package-Manager: portage-2.2.20.1

 kde-misc/tellico/metadata.xml          | 1 -
 kde-misc/tellico/tellico-2.3.10.ebuild | 7 +++----
 2 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/kde-misc/tellico/metadata.xml b/kde-misc/tellico/metadata.xml
index f2d71d9..e7a59e7 100644
--- a/kde-misc/tellico/metadata.xml
+++ b/kde-misc/tellico/metadata.xml
@@ -9,6 +9,5 @@
        </longdescription>
        <use>
                <flag name="addressbook">Add support for kdepim addressbook 
(kabc)</flag>
-               <flag name="nepomuk">Enable Nepomuk based semantic desktop 
support (deprecated)</flag>
         </use>
 </pkgmetadata>

diff --git a/kde-misc/tellico/tellico-2.3.10.ebuild 
b/kde-misc/tellico/tellico-2.3.10.ebuild
index e7cad20..7c83b8f 100644
--- a/kde-misc/tellico/tellico-2.3.10.ebuild
+++ b/kde-misc/tellico/tellico-2.3.10.ebuild
@@ -18,7 +18,7 @@ SRC_URI="http://tellico-project.org/files/${P}.tar.bz2";
 LICENSE="GPL-2"
 SLOT="4"
 KEYWORDS="amd64 ~ppc x86"
-IUSE="addressbook cddb debug nepomuk pdf scanner taglib v4l xmp yaz"
+IUSE="addressbook cddb debug pdf scanner taglib v4l xmp yaz"
 
 RDEPEND="
        dev-libs/libxml2
@@ -28,13 +28,12 @@ RDEPEND="
        media-libs/qimageblitz
        addressbook? ( $(add_kdebase_dep kdepimlibs) )
        cddb? ( $(add_kdeapps_dep libkcddb) )
-       nepomuk? ( $(add_kdebase_dep kdelibs 'nepomuk?') )
        pdf? ( app-text/poppler[qt4] )
        scanner? ( $(add_kdeapps_dep libksane) )
        taglib? ( >=media-libs/taglib-1.5 )
        v4l? ( >=media-libs/libv4l-0.8.3 )
        xmp? ( >=media-libs/exempi-2 )
-       yaz? ( >=dev-libs/yaz-2 )
+       yaz? ( >=dev-libs/yaz-2:0 )
 "
 DEPEND="${RDEPEND}
        sys-devel/gettext
@@ -47,10 +46,10 @@ DOCS=( AUTHORS ChangeLog README )
 
 src_configure() {
        local mycmakeargs=(
+               -DWITH_Nepomuk=OFF
                $(cmake-utils_use_with addressbook KdepimLibs)
                $(cmake-utils_use_with cddb KdeMultimedia)
                $(cmake-utils_use_with pdf PopplerQt4)
-               $(cmake-utils_use_with nepomuk)
                $(cmake-utils_use_with scanner KSane)
                $(cmake-utils_use_with taglib)
                $(cmake-utils_use_enable v4l WEBCAM)

Reply via email to