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 20E881381FB for ; Thu, 28 Mar 2013 21:19:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A4805E0904; Thu, 28 Mar 2013 21:19:53 +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 13FE9E0904 for ; Thu, 28 Mar 2013 21:19:52 +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 2611133D860 for ; Thu, 28 Mar 2013 21:19:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id BA204E4090 for ; Thu, 28 Mar 2013 21:19:50 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1364505638.435145064c0507cf536e3d3090f6d8ebeee873c5.dilfridge@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/kalzium/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/kalzium/kalzium-4.10.49.9999.ebuild kde-base/kalzium/kalzium-9999.ebuild X-VCS-Directories: kde-base/kalzium/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 435145064c0507cf536e3d3090f6d8ebeee873c5 X-VCS-Branch: master Date: Thu, 28 Mar 2013 21:19:50 +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: 9b2dc02d-7926-4813-9783-5f3cdf56db4b X-Archives-Hash: 813285990e5438cb830d9700ab5fc927 commit: 435145064c0507cf536e3d3090f6d8ebeee873c5 Author: Andreas K. Huettel (dilfridge) gentoo org> AuthorDate: Thu Mar 28 21:20:25 2013 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Thu Mar 28 21:20:38 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=43514506 [kde-base/kalzium] Fix dependency mess Package-Manager: portage-2.2.0_alpha170 --- kde-base/kalzium/kalzium-4.10.49.9999.ebuild | 14 ++++++++------ kde-base/kalzium/kalzium-9999.ebuild | 14 ++++++++------ 2 files changed, 16 insertions(+), 12 deletions(-) diff --git a/kde-base/kalzium/kalzium-4.10.49.9999.ebuild b/kde-base/kalzium/kalzium-4.10.49.9999.ebuild index 11f2d96..3d7bd15 100644 --- a/kde-base/kalzium/kalzium-4.10.49.9999.ebuild +++ b/kde-base/kalzium/kalzium-4.10.49.9999.ebuild @@ -13,15 +13,16 @@ DESCRIPTION="KDE: periodic table of the elements." KEYWORDS="" IUSE="editor debug +plasma solver" -RDEPEND=" +DEPEND=" $(add_kdebase_dep libkdeedu) - editor? ( >=sci-chemistry/openbabel-2.2 ) -" -DEPEND="${RDEPEND} - sci-chemistry/avogadro - editor? ( >=dev-cpp/eigen-2.0.3:2 ) + editor? ( + >=dev-cpp/eigen-2.0.3:2 + sci-chemistry/avogadro + >=sci-chemistry/openbabel-2.2 + ) solver? ( dev-ml/facile[ocamlopt] ) " +RDEPEND=${DEPEND} KMEXTRACTONLY=" libkdeedu/kdeeduui/ @@ -34,6 +35,7 @@ src_configure(){ mycmakeargs=( $(cmake-utils_use_with editor Eigen2) + $(cmake-utils_use_with editor Avogadro) $(cmake-utils_use_with editor OpenBabel2) $(cmake-utils_use_with editor OpenGL) $(cmake-utils_use_with solver OCaml) diff --git a/kde-base/kalzium/kalzium-9999.ebuild b/kde-base/kalzium/kalzium-9999.ebuild index 11f2d96..3d7bd15 100644 --- a/kde-base/kalzium/kalzium-9999.ebuild +++ b/kde-base/kalzium/kalzium-9999.ebuild @@ -13,15 +13,16 @@ DESCRIPTION="KDE: periodic table of the elements." KEYWORDS="" IUSE="editor debug +plasma solver" -RDEPEND=" +DEPEND=" $(add_kdebase_dep libkdeedu) - editor? ( >=sci-chemistry/openbabel-2.2 ) -" -DEPEND="${RDEPEND} - sci-chemistry/avogadro - editor? ( >=dev-cpp/eigen-2.0.3:2 ) + editor? ( + >=dev-cpp/eigen-2.0.3:2 + sci-chemistry/avogadro + >=sci-chemistry/openbabel-2.2 + ) solver? ( dev-ml/facile[ocamlopt] ) " +RDEPEND=${DEPEND} KMEXTRACTONLY=" libkdeedu/kdeeduui/ @@ -34,6 +35,7 @@ src_configure(){ mycmakeargs=( $(cmake-utils_use_with editor Eigen2) + $(cmake-utils_use_with editor Avogadro) $(cmake-utils_use_with editor OpenBabel2) $(cmake-utils_use_with editor OpenGL) $(cmake-utils_use_with solver OCaml)