From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E244A138334 for ; Fri, 28 Sep 2018 12:37:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D16ADE0896; Fri, 28 Sep 2018 12:37:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 96D91E0896 for ; Fri, 28 Sep 2018 12:37:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 89CD2335C5D for ; Fri, 28 Sep 2018 12:37:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 409D93C3 for ; Fri, 28 Sep 2018 12:37:50 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1538138239.54fe73bbd9ee09140002f2cd9274c2d050f9df4b.junghans@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/votca-csg/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/votca-csg/votca-csg-1.4.1.ebuild sci-chemistry/votca-csg/votca-csg-1.4.ebuild sci-chemistry/votca-csg/votca-csg-9999.ebuild X-VCS-Directories: sci-chemistry/votca-csg/ X-VCS-Committer: junghans X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 54fe73bbd9ee09140002f2cd9274c2d050f9df4b X-VCS-Branch: master Date: Fri, 28 Sep 2018 12:37: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: b3927707-216a-4bc3-be5c-c76f01f64be6 X-Archives-Hash: dc1173f4e3716b56cc02c1fc20525ad9 commit: 54fe73bbd9ee09140002f2cd9274c2d050f9df4b Author: Christoph Junghans gentoo org> AuthorDate: Fri Sep 28 12:15:31 2018 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Fri Sep 28 12:37:19 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54fe73bb sci-chemistry/votca-csg: fix deps Package-Manager: Portage-2.3.49, Repoman-2.3.10 sci-chemistry/votca-csg/votca-csg-1.4.1.ebuild | 6 +++--- sci-chemistry/votca-csg/votca-csg-1.4.ebuild | 6 +++--- sci-chemistry/votca-csg/votca-csg-9999.ebuild | 9 +++++---- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/sci-chemistry/votca-csg/votca-csg-1.4.1.ebuild b/sci-chemistry/votca-csg/votca-csg-1.4.1.ebuild index 533b017fe2b..c83eac6e62b 100644 --- a/sci-chemistry/votca-csg/votca-csg-1.4.1.ebuild +++ b/sci-chemistry/votca-csg/votca-csg-1.4.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ CMAKE_MAKEFILE_GENERATOR="ninja" inherit bash-completion-r1 cmake-utils multilib IUSE="doc examples extras +gromacs hdf5" -PDEPEND="extras? ( =sci-chemistry/${PN}apps-${PV} )" +PDEPEND="extras? ( ~sci-chemistry/${PN}apps-${PV} )" if [ "${PV}" != "9999" ]; then SRC_URI="https://github.com/${PN/-//}/archive/v${PV}.tar.gz -> ${P}.tar.gz doc? ( https://github.com/${PN/-//}-manual/releases/download/v${PV}/${PN}-manual-${PV}.pdf ) @@ -28,7 +28,7 @@ LICENSE="Apache-2.0" SLOT="0" RDEPEND=" - =sci-libs/votca-tools-${PV} + ~sci-libs/votca-tools-${PV} gromacs? ( sci-chemistry/gromacs:= ) hdf5? ( sci-libs/hdf5 ) dev-lang/perl diff --git a/sci-chemistry/votca-csg/votca-csg-1.4.ebuild b/sci-chemistry/votca-csg/votca-csg-1.4.ebuild index f8a45defd41..417ae6c7b11 100644 --- a/sci-chemistry/votca-csg/votca-csg-1.4.ebuild +++ b/sci-chemistry/votca-csg/votca-csg-1.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ CMAKE_MAKEFILE_GENERATOR="ninja" inherit bash-completion-r1 cmake-utils multilib IUSE="doc examples extras +gromacs hdf5" -PDEPEND="extras? ( =sci-chemistry/${PN}apps-${PV} )" +PDEPEND="extras? ( ~sci-chemistry/${PN}apps-${PV} )" if [ "${PV}" != "9999" ]; then SRC_URI="https://github.com/${PN/-//}/archive/v${PV}.tar.gz -> ${P}.tar.gz doc? ( https://github.com/${PN/-//}-manual/releases/download/v${PV}/${PN}-manual-${PV}.pdf ) @@ -28,7 +28,7 @@ LICENSE="Apache-2.0" SLOT="0" RDEPEND=" - =sci-libs/votca-tools-${PV} + ~sci-libs/votca-tools-${PV} gromacs? ( sci-chemistry/gromacs:= ) hdf5? ( sci-libs/hdf5 ) dev-lang/perl diff --git a/sci-chemistry/votca-csg/votca-csg-9999.ebuild b/sci-chemistry/votca-csg/votca-csg-9999.ebuild index ea6ac3506f7..b894aae404b 100644 --- a/sci-chemistry/votca-csg/votca-csg-9999.ebuild +++ b/sci-chemistry/votca-csg/votca-csg-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ CMAKE_MAKEFILE_GENERATOR="ninja" inherit bash-completion-r1 cmake-utils multilib IUSE="doc examples extras +gromacs hdf5" -PDEPEND="extras? ( =sci-chemistry/${PN}apps-${PV} )" +PDEPEND="extras? ( ~sci-chemistry/${PN}apps-${PV} )" if [ "${PV}" != "9999" ]; then SRC_URI="https://github.com/${PN/-//}/archive/v${PV}.tar.gz -> ${P}.tar.gz doc? ( https://github.com/${PN/-//}-manual/releases/download/v${PV}/${PN}-manual-${PV}.pdf ) @@ -19,7 +19,7 @@ else inherit git-r3 EGIT_REPO_URI="https://github.com/${PN/-//}.git" KEYWORDS="" - PDEPEND="${PDEPEND} doc? ( =app-doc/${PN}-manual-${PV} )" + PDEPEND="${PDEPEND} doc? ( ~app-doc/${PN}-manual-${PV} )" fi DESCRIPTION="Votca coarse-graining engine" @@ -29,7 +29,8 @@ LICENSE="Apache-2.0" SLOT="0" RDEPEND=" - =sci-libs/votca-tools-${PV} + ~sci-libs/votca-tools-${PV} + >=dev-cpp/eigen-3.3 gromacs? ( sci-chemistry/gromacs:= ) hdf5? ( sci-libs/hdf5 ) dev-lang/perl