From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B99B41386F3 for ; Wed, 12 Aug 2015 20:25:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B479514243; Wed, 12 Aug 2015 20:25:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 550FB14243 for ; Wed, 12 Aug 2015 20:25:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 36558340836 for ; Wed, 12 Aug 2015 20:25:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 59F2813B for ; Wed, 12 Aug 2015 20:25:48 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1439411276.e6545c7295c47bb0ba23d54b7631bd3411272a54.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/tellico/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-misc/tellico/metadata.xml kde-misc/tellico/tellico-2.3.10.ebuild X-VCS-Directories: kde-misc/tellico/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: e6545c7295c47bb0ba23d54b7631bd3411272a54 X-VCS-Branch: master Date: Wed, 12 Aug 2015 20:25:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 84cc3aab-78c8-42e6-9af6-de224aa40ae3 X-Archives-Hash: b71ed4b5543350d2f36eb43004574d1a commit: e6545c7295c47bb0ba23d54b7631bd3411272a54 Author: Johannes Huber gentoo org> AuthorDate: Wed Aug 12 20:27:56 2015 +0000 Commit: Johannes Huber gentoo 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 @@ Add support for kdepim addressbook (kabc) - Enable Nepomuk based semantic desktop support (deprecated) 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)