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 762691381FA for ; Sun, 4 May 2014 23:35:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7FC3BE0A4A; Sun, 4 May 2014 23:35:46 +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 262DCE09F2 for ; Sun, 4 May 2014 23:35:45 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2B8913402EC for ; Sun, 4 May 2014 23:35:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 9504C187A9 for ; Sun, 4 May 2014 23:35:41 +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: <1399243729.279a89400806f933eaf2339716d347bedb2839cd.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-4.13.49.9999.ebuild kde-base/kimono/kimono-4.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: 279a89400806f933eaf2339716d347bedb2839cd X-VCS-Branch: master Date: Sun, 4 May 2014 23:35:41 +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: 5e2d1df4-259b-43b7-891f-820a08906a92 X-Archives-Hash: 2b46efff61245d71324a41f50fb784dd commit: 279a89400806f933eaf2339716d347bedb2839cd Author: Johannes Huber gentoo org> AuthorDate: Sun May 4 15:57:49 2014 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sun May 4 22:48:49 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=279a8940 [kde-base/kimono] Introduce nepomuk USE flag, bug #508350 Package-Manager: portage-2.2.10 --- kde-base/kimono/kimono-4.13.49.9999.ebuild | 6 +++--- kde-base/kimono/kimono-4.9999.ebuild | 6 +++--- kde-base/kimono/metadata.xml | 11 ++++++----- 3 files changed, 12 insertions(+), 11 deletions(-) diff --git a/kde-base/kimono/kimono-4.13.49.9999.ebuild b/kde-base/kimono/kimono-4.13.49.9999.ebuild index c1be11a..fca0db3 100644 --- a/kde-base/kimono/kimono-4.13.49.9999.ebuild +++ b/kde-base/kimono/kimono-4.13.49.9999.ebuild @@ -8,13 +8,13 @@ inherit mono-env kde4-base DESCRIPTION="C# bindings for KDE" KEYWORDS="" -IUSE="akonadi debug plasma semantic-desktop" +IUSE="akonadi debug nepomuk plasma" DEPEND=" dev-lang/mono $(add_kdebase_dep qyoto 'webkit') $(add_kdebase_dep smokeqt) - $(add_kdebase_dep smokekde 'semantic-desktop?') + $(add_kdebase_dep smokekde 'nepomuk?') plasma? ( $(add_kdebase_dep smokeqt 'webkit') ) " RDEPEND="${DEPEND}" @@ -34,8 +34,8 @@ src_configure() { mycmakeargs=( $(cmake-utils_use_with akonadi) $(cmake-utils_use_with akonadi KdepimLibs) + $(cmake-utils_use_with nepomuk) $(cmake-utils_use_disable plasma) - $(cmake-utils_use_with semantic-desktop Nepomuk) -DWITH_Soprano=OFF ) kde4-base_src_configure diff --git a/kde-base/kimono/kimono-4.9999.ebuild b/kde-base/kimono/kimono-4.9999.ebuild index c1be11a..fca0db3 100644 --- a/kde-base/kimono/kimono-4.9999.ebuild +++ b/kde-base/kimono/kimono-4.9999.ebuild @@ -8,13 +8,13 @@ inherit mono-env kde4-base DESCRIPTION="C# bindings for KDE" KEYWORDS="" -IUSE="akonadi debug plasma semantic-desktop" +IUSE="akonadi debug nepomuk plasma" DEPEND=" dev-lang/mono $(add_kdebase_dep qyoto 'webkit') $(add_kdebase_dep smokeqt) - $(add_kdebase_dep smokekde 'semantic-desktop?') + $(add_kdebase_dep smokekde 'nepomuk?') plasma? ( $(add_kdebase_dep smokeqt 'webkit') ) " RDEPEND="${DEPEND}" @@ -34,8 +34,8 @@ src_configure() { mycmakeargs=( $(cmake-utils_use_with akonadi) $(cmake-utils_use_with akonadi KdepimLibs) + $(cmake-utils_use_with nepomuk) $(cmake-utils_use_disable plasma) - $(cmake-utils_use_with semantic-desktop Nepomuk) -DWITH_Soprano=OFF ) kde4-base_src_configure diff --git a/kde-base/kimono/metadata.xml b/kde-base/kimono/metadata.xml index e8b47a8..b382260 100644 --- a/kde-base/kimono/metadata.xml +++ b/kde-base/kimono/metadata.xml @@ -1,9 +1,10 @@ -kde - - Compile bindings for Akonadi. - Compile bindings for KDE's Plasma. - + kde + + Compile bindings for Akonadi + Compile bindings for Nepomuk + Compile bindings for KDE's Plasma +