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 11163138202 for ; Sun, 6 Oct 2013 19:57:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A9F32E0B40; Sun, 6 Oct 2013 19:57:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 29FB8E0B40 for ; Sun, 6 Oct 2013 19:57:42 +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 0C74333EF43 for ; Sun, 6 Oct 2013 19:57:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 59BB9E5460 for ; Sun, 6 Oct 2013 19:57:28 +0000 (UTC) From: "Chris Reffett" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Chris Reffett" Message-ID: <1381038844.dc7a336a83733f3abd25e83f0d0dcf978ae6a161.creffett@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.11.2-r1.ebuild kde-base/kimono/kimono-4.11.2.ebuild kde-base/kimono/kimono-4.11.49.9999.ebuild kde-base/kimono/kimono-9999.ebuild X-VCS-Directories: kde-base/kimono/ X-VCS-Committer: creffett X-VCS-Committer-Name: Chris Reffett X-VCS-Revision: dc7a336a83733f3abd25e83f0d0dcf978ae6a161 X-VCS-Branch: master Date: Sun, 6 Oct 2013 19:57:28 +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: 639b9da4-187b-48e1-ba9a-ecf3b0e2ae02 X-Archives-Hash: 87bcf8afe5b2f47950232e08026196d7 commit: dc7a336a83733f3abd25e83f0d0dcf978ae6a161 Author: Chris Reffett gentoo org> AuthorDate: Sun Oct 6 05:54:04 2013 +0000 Commit: Chris Reffett gentoo org> CommitDate: Sun Oct 6 05:54:04 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=dc7a336a [kde-base/kimono] Conversion back to semantic-desktop Package-Manager: portage-2.2.7 --- kde-base/kimono/{kimono-4.11.2.ebuild => kimono-4.11.2-r1.ebuild} | 7 ++++--- kde-base/kimono/kimono-4.11.49.9999.ebuild | 5 +++-- kde-base/kimono/kimono-9999.ebuild | 5 +++-- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/kde-base/kimono/kimono-4.11.2.ebuild b/kde-base/kimono/kimono-4.11.2-r1.ebuild similarity index 77% rename from kde-base/kimono/kimono-4.11.2.ebuild rename to kde-base/kimono/kimono-4.11.2-r1.ebuild index cc4c372..29bbded 100644 --- a/kde-base/kimono/kimono-4.11.2.ebuild +++ b/kde-base/kimono/kimono-4.11.2-r1.ebuild @@ -7,14 +7,14 @@ EAPI=5 inherit mono-env kde4-base DESCRIPTION="C# bindings for KDE" -KEYWORDS=" ~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="akonadi debug plasma" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="akonadi debug plasma semantic-desktop" DEPEND=" dev-lang/mono $(add_kdebase_dep qyoto 'webkit') $(add_kdebase_dep smokeqt) - $(add_kdebase_dep smokekde) + $(add_kdebase_dep smokekde 'semantic-desktop?') plasma? ( $(add_kdebase_dep smokeqt 'webkit') ) " RDEPEND="${DEPEND}" @@ -35,6 +35,7 @@ src_configure() { $(cmake-utils_use_with akonadi) $(cmake-utils_use_with akonadi KdepimLibs) $(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.11.49.9999.ebuild b/kde-base/kimono/kimono-4.11.49.9999.ebuild index 17fc3ca..7690073 100644 --- a/kde-base/kimono/kimono-4.11.49.9999.ebuild +++ b/kde-base/kimono/kimono-4.11.49.9999.ebuild @@ -8,13 +8,13 @@ inherit mono-env kde4-base DESCRIPTION="C# bindings for KDE" KEYWORDS="" -IUSE="akonadi debug plasma" +IUSE="akonadi debug plasma semantic-desktop" DEPEND=" dev-lang/mono $(add_kdebase_dep qyoto 'webkit') $(add_kdebase_dep smokeqt) - $(add_kdebase_dep smokekde) + $(add_kdebase_dep smokekde 'semantic-desktop?') plasma? ( $(add_kdebase_dep smokeqt 'webkit') ) " RDEPEND="${DEPEND}" @@ -35,6 +35,7 @@ src_configure() { $(cmake-utils_use_with akonadi) $(cmake-utils_use_with akonadi KdepimLibs) $(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-9999.ebuild b/kde-base/kimono/kimono-9999.ebuild index 17fc3ca..7690073 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 plasma" +IUSE="akonadi debug plasma semantic-desktop" DEPEND=" dev-lang/mono $(add_kdebase_dep qyoto 'webkit') $(add_kdebase_dep smokeqt) - $(add_kdebase_dep smokekde) + $(add_kdebase_dep smokekde 'semantic-desktop?') plasma? ( $(add_kdebase_dep smokeqt 'webkit') ) " RDEPEND="${DEPEND}" @@ -35,6 +35,7 @@ src_configure() { $(cmake-utils_use_with akonadi) $(cmake-utils_use_with akonadi KdepimLibs) $(cmake-utils_use_disable plasma) + $(cmake-utils_use_with semantic-desktop Nepomuk) -DWITH_Soprano=OFF ) kde4-base_src_configure