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 80DB7138010 for ; Tue, 11 Sep 2012 20:13:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6DC8AE0586; Tue, 11 Sep 2012 20:12:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 41631E0586 for ; Tue, 11 Sep 2012 20:12:48 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AB17533C394 for ; Tue, 11 Sep 2012 20:12:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 6687DE543C for ; Tue, 11 Sep 2012 20:12:46 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1347394273.fd46b0fd410b2a87a2a0f23ffcca13ff4ec1ee67.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/kimono/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/kimono/kimono-4.9.49.9999.ebuild kde-base/kimono/kimono-9999.ebuild X-VCS-Directories: kde-base/kimono/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: fd46b0fd410b2a87a2a0f23ffcca13ff4ec1ee67 X-VCS-Branch: master Date: Tue, 11 Sep 2012 20:12:46 +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: b97411c5-db1a-48ac-9ed6-315a64cd2cb7 X-Archives-Hash: c6706e3a7204a9bb2ed025ab301c02bf commit: fd46b0fd410b2a87a2a0f23ffcca13ff4ec1ee67 Author: Michael Palimaka gentoo org> AuthorDate: Tue Sep 11 20:11:13 2012 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Tue Sep 11 20:11:13 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=fd46b0fd [kde-base/kimono] Do not build soprano bindings, since dev-libs/soprano[clucene] is required but no longer supported. (Portage version: 2.1.11.14/git/Linux x86_64, unsigned Manifest commit) --- kde-base/kimono/kimono-4.9.49.9999.ebuild | 3 +-- kde-base/kimono/kimono-9999.ebuild | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/kde-base/kimono/kimono-4.9.49.9999.ebuild b/kde-base/kimono/kimono-4.9.49.9999.ebuild index f9a904f..1caacc5 100644 --- a/kde-base/kimono/kimono-4.9.49.9999.ebuild +++ b/kde-base/kimono/kimono-4.9.49.9999.ebuild @@ -16,7 +16,6 @@ DEPEND=" $(add_kdebase_dep smokeqt) $(add_kdebase_dep smokekde 'semantic-desktop=') plasma? ( $(add_kdebase_dep smokeqt 'webkit') ) - semantic-desktop? ( >=dev-libs/soprano-2.8.0[clucene] ) " RDEPEND="${DEPEND}" @@ -35,7 +34,7 @@ src_configure() { $(cmake-utils_use_with akonadi KdepimLibs) $(cmake-utils_use_disable plasma) $(cmake-utils_use_with semantic-desktop Nepomuk) - $(cmake-utils_use_with semantic-desktop Soprano) + -DWITH_Soprano=OFF ) kde4-base_src_configure } diff --git a/kde-base/kimono/kimono-9999.ebuild b/kde-base/kimono/kimono-9999.ebuild index f9a904f..1caacc5 100644 --- a/kde-base/kimono/kimono-9999.ebuild +++ b/kde-base/kimono/kimono-9999.ebuild @@ -16,7 +16,6 @@ DEPEND=" $(add_kdebase_dep smokeqt) $(add_kdebase_dep smokekde 'semantic-desktop=') plasma? ( $(add_kdebase_dep smokeqt 'webkit') ) - semantic-desktop? ( >=dev-libs/soprano-2.8.0[clucene] ) " RDEPEND="${DEPEND}" @@ -35,7 +34,7 @@ src_configure() { $(cmake-utils_use_with akonadi KdepimLibs) $(cmake-utils_use_disable plasma) $(cmake-utils_use_with semantic-desktop Nepomuk) - $(cmake-utils_use_with semantic-desktop Soprano) + -DWITH_Soprano=OFF ) kde4-base_src_configure }