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 9A9901381F3 for ; Sun, 6 Oct 2013 19:57:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 057D8E0B21; Sun, 6 Oct 2013 19:57:31 +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 49088E0B0E for ; Sun, 6 Oct 2013 19:57:30 +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 369F833EF36 for ; Sun, 6 Oct 2013 19:57:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 0EFB8E5466 for ; Sun, 6 Oct 2013 19:57:27 +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: <1381037589.5ea4b95f9ecf26d668599b6b8020b13ec78ce192.creffett@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/dolphin/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/dolphin/dolphin-4.11.2-r1.ebuild kde-base/dolphin/dolphin-4.11.2.ebuild kde-base/dolphin/dolphin-4.11.49.9999.ebuild kde-base/dolphin/dolphin-9999.ebuild X-VCS-Directories: kde-base/dolphin/ X-VCS-Committer: creffett X-VCS-Committer-Name: Chris Reffett X-VCS-Revision: 5ea4b95f9ecf26d668599b6b8020b13ec78ce192 X-VCS-Branch: master Date: Sun, 6 Oct 2013 19:57:27 +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: 64c9e087-0ce0-4c13-bfa1-e7ad8725ccf4 X-Archives-Hash: d8dd75d38ab1b9b79d5114a7db7f27ed commit: 5ea4b95f9ecf26d668599b6b8020b13ec78ce192 Author: Chris Reffett gentoo org> AuthorDate: Sun Oct 6 05:33:09 2013 +0000 Commit: Chris Reffett gentoo org> CommitDate: Sun Oct 6 05:33:09 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=5ea4b95f [kde-base/dolphin] Conversion back to semantic-desktop Package-Manager: portage-2.2.7 --- ...phin-4.11.2.ebuild => dolphin-4.11.2-r1.ebuild} | 25 ++++++++++++++++------ kde-base/dolphin/dolphin-4.11.49.9999.ebuild | 23 +++++++++++++++----- kde-base/dolphin/dolphin-9999.ebuild | 23 +++++++++++++++----- 3 files changed, 55 insertions(+), 16 deletions(-) diff --git a/kde-base/dolphin/dolphin-4.11.2.ebuild b/kde-base/dolphin/dolphin-4.11.2-r1.ebuild similarity index 59% rename from kde-base/dolphin/dolphin-4.11.2.ebuild rename to kde-base/dolphin/dolphin-4.11.2-r1.ebuild index bc71e6a..a4a2bd3 100644 --- a/kde-base/dolphin/dolphin-4.11.2.ebuild +++ b/kde-base/dolphin/dolphin-4.11.2-r1.ebuild @@ -10,17 +10,20 @@ inherit kde4-meta DESCRIPTION="A KDE filemanager focusing on usability" HOMEPAGE="http://dolphin.kde.org http://www.kde.org/applications/system/dolphin" -KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="debug thumbnail" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug semantic-desktop thumbnail" DEPEND=" $(add_kdebase_dep kactivities) + $(add_kdebase_dep kdelibs 'semantic-desktop?') $(add_kdebase_dep libkonq) - $(add_kdebase_dep nepomuk-core) - $(add_kdebase_dep nepomuk-widgets) - >=dev-libs/shared-desktop-ontologies-0.11.0 - dev-libs/soprano x11-libs/libXrender + semantic-desktop? ( + >=dev-libs/shared-desktop-ontologies-0.11.0 + dev-libs/soprano + $(add_kdebase_dep nepomuk-core) + $(add_kdebase_dep nepomuk-widgets) + ) " RDEPEND="${DEPEND} $(add_kdebase_dep kfind) @@ -38,6 +41,16 @@ PDEPEND=" RESTRICT="test" # bug 393129 +src_configure() { + mycmakeargs=( + $(cmake-utils_use_with semantic-desktop NepomukCore) + $(cmake-utils_use_with semantic-desktop NepomukWidgets) + $(cmake-utils_use_with semantic-desktop Soprano) + ) + + kde4-meta_src_configure +} + pkg_postinst() { kde4-base_pkg_postinst diff --git a/kde-base/dolphin/dolphin-4.11.49.9999.ebuild b/kde-base/dolphin/dolphin-4.11.49.9999.ebuild index de18129..23b441b 100644 --- a/kde-base/dolphin/dolphin-4.11.49.9999.ebuild +++ b/kde-base/dolphin/dolphin-4.11.49.9999.ebuild @@ -11,16 +11,19 @@ inherit kde4-meta DESCRIPTION="A KDE filemanager focusing on usability" HOMEPAGE="http://dolphin.kde.org http://www.kde.org/applications/system/dolphin" KEYWORDS="" -IUSE="debug thumbnail" +IUSE="debug semantic-desktop thumbnail" DEPEND=" $(add_kdebase_dep kactivities) + $(add_kdebase_dep kdelibs 'semantic-desktop?') $(add_kdebase_dep libkonq) - $(add_kdebase_dep nepomuk-core) - $(add_kdebase_dep nepomuk-widgets) - >=dev-libs/shared-desktop-ontologies-0.11.0 - dev-libs/soprano x11-libs/libXrender + semantic-desktop? ( + >=dev-libs/shared-desktop-ontologies-0.11.0 + dev-libs/soprano + $(add_kdebase_dep nepomuk-core) + $(add_kdebase_dep nepomuk-widgets) + ) " RDEPEND="${DEPEND} $(add_kdebase_dep kfind) @@ -38,6 +41,16 @@ PDEPEND=" RESTRICT="test" # bug 393129 +src_configure() { + mycmakeargs=( + $(cmake-utils_use_with semantic-desktop NepomukCore) + $(cmake-utils_use_with semantic-desktop NepomukWidgets) + $(cmake-utils_use_with semantic-desktop Soprano) + ) + + kde4-meta_src_configure +} + pkg_postinst() { kde4-base_pkg_postinst diff --git a/kde-base/dolphin/dolphin-9999.ebuild b/kde-base/dolphin/dolphin-9999.ebuild index de18129..23b441b 100644 --- a/kde-base/dolphin/dolphin-9999.ebuild +++ b/kde-base/dolphin/dolphin-9999.ebuild @@ -11,16 +11,19 @@ inherit kde4-meta DESCRIPTION="A KDE filemanager focusing on usability" HOMEPAGE="http://dolphin.kde.org http://www.kde.org/applications/system/dolphin" KEYWORDS="" -IUSE="debug thumbnail" +IUSE="debug semantic-desktop thumbnail" DEPEND=" $(add_kdebase_dep kactivities) + $(add_kdebase_dep kdelibs 'semantic-desktop?') $(add_kdebase_dep libkonq) - $(add_kdebase_dep nepomuk-core) - $(add_kdebase_dep nepomuk-widgets) - >=dev-libs/shared-desktop-ontologies-0.11.0 - dev-libs/soprano x11-libs/libXrender + semantic-desktop? ( + >=dev-libs/shared-desktop-ontologies-0.11.0 + dev-libs/soprano + $(add_kdebase_dep nepomuk-core) + $(add_kdebase_dep nepomuk-widgets) + ) " RDEPEND="${DEPEND} $(add_kdebase_dep kfind) @@ -38,6 +41,16 @@ PDEPEND=" RESTRICT="test" # bug 393129 +src_configure() { + mycmakeargs=( + $(cmake-utils_use_with semantic-desktop NepomukCore) + $(cmake-utils_use_with semantic-desktop NepomukWidgets) + $(cmake-utils_use_with semantic-desktop Soprano) + ) + + kde4-meta_src_configure +} + pkg_postinst() { kde4-base_pkg_postinst