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 EE3C413972E for ; Fri, 7 Aug 2015 22:25:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B0746E086A; Fri, 7 Aug 2015 22:25:02 +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 3690FE086A for ; Fri, 7 Aug 2015 22:25:02 +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 204953406A6 for ; Fri, 7 Aug 2015 22:25:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4283DC2 for ; Fri, 7 Aug 2015 22:24:59 +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: <1438986176.619a7011960534f9772b4ad03d3bb1cde2f93d08.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/kimono/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/kimono/kimono-9999.ebuild kde-base/kimono/metadata.xml X-VCS-Directories: kde-base/kimono/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 619a7011960534f9772b4ad03d3bb1cde2f93d08 X-VCS-Branch: master Date: Fri, 7 Aug 2015 22:24:59 +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: e04a7437-c9ae-4364-bf40-035c8e2dad79 X-Archives-Hash: 0dcd2480c21e82afd773823dfb01d929 commit: 619a7011960534f9772b4ad03d3bb1cde2f93d08 Author: Johannes Huber gentoo org> AuthorDate: Fri Aug 7 22:22:56 2015 +0000 Commit: Johannes Huber gentoo org> CommitDate: Fri Aug 7 22:22:56 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=619a7011 [kde-base/kimono] Drop deprecated Nepomuk support Package-Manager: portage-2.2.20 kde-base/kimono/kimono-9999.ebuild | 8 ++++---- kde-base/kimono/metadata.xml | 1 - 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/kde-base/kimono/kimono-9999.ebuild b/kde-base/kimono/kimono-9999.ebuild index f8089cc..b237ff2 100644 --- a/kde-base/kimono/kimono-9999.ebuild +++ b/kde-base/kimono/kimono-9999.ebuild @@ -8,13 +8,13 @@ inherit mono-env kde4-base DESCRIPTION="C# bindings for KDE" KEYWORDS="" -IUSE="akonadi debug nepomuk plasma" +IUSE="akonadi debug plasma" DEPEND=" dev-lang/mono $(add_kdebase_dep qyoto 'webkit') $(add_kdebase_dep smokeqt) - $(add_kdebase_dep smokekde 'nepomuk?') + $(add_kdebase_dep smokekde) plasma? ( $(add_kdebase_dep smokeqt 'webkit') ) " RDEPEND="${DEPEND}" @@ -32,11 +32,11 @@ src_prepare() { src_configure() { local mycmakeargs=( + -DWITH_Soprano=OFF + -DWITH_Nepomuk=OFF $(cmake-utils_use_with akonadi) $(cmake-utils_use_with akonadi KdepimLibs) - $(cmake-utils_use_with nepomuk) $(cmake-utils_use_disable plasma) - -DWITH_Soprano=OFF ) kde4-base_src_configure } diff --git a/kde-base/kimono/metadata.xml b/kde-base/kimono/metadata.xml index b382260..fdcd831 100644 --- a/kde-base/kimono/metadata.xml +++ b/kde-base/kimono/metadata.xml @@ -4,7 +4,6 @@ kde Compile bindings for Akonadi - Compile bindings for Nepomuk Compile bindings for KDE's Plasma