Gentoo Archives: gentoo-commits

From: Christoph Junghans <junghans@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/votca-csg/
Date: Fri, 28 Sep 2018 12:37:53
Message-Id: 1538138239.54fe73bbd9ee09140002f2cd9274c2d050f9df4b.junghans@gentoo
1 commit: 54fe73bbd9ee09140002f2cd9274c2d050f9df4b
2 Author: Christoph Junghans <junghans <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 28 12:15:31 2018 +0000
4 Commit: Christoph Junghans <junghans <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 28 12:37:19 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54fe73bb
7
8 sci-chemistry/votca-csg: fix deps
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.10
11
12 sci-chemistry/votca-csg/votca-csg-1.4.1.ebuild | 6 +++---
13 sci-chemistry/votca-csg/votca-csg-1.4.ebuild | 6 +++---
14 sci-chemistry/votca-csg/votca-csg-9999.ebuild | 9 +++++----
15 3 files changed, 11 insertions(+), 10 deletions(-)
16
17 diff --git a/sci-chemistry/votca-csg/votca-csg-1.4.1.ebuild b/sci-chemistry/votca-csg/votca-csg-1.4.1.ebuild
18 index 533b017fe2b..c83eac6e62b 100644
19 --- a/sci-chemistry/votca-csg/votca-csg-1.4.1.ebuild
20 +++ b/sci-chemistry/votca-csg/votca-csg-1.4.1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -8,7 +8,7 @@ CMAKE_MAKEFILE_GENERATOR="ninja"
28 inherit bash-completion-r1 cmake-utils multilib
29
30 IUSE="doc examples extras +gromacs hdf5"
31 -PDEPEND="extras? ( =sci-chemistry/${PN}apps-${PV} )"
32 +PDEPEND="extras? ( ~sci-chemistry/${PN}apps-${PV} )"
33 if [ "${PV}" != "9999" ]; then
34 SRC_URI="https://github.com/${PN/-//}/archive/v${PV}.tar.gz -> ${P}.tar.gz
35 doc? ( https://github.com/${PN/-//}-manual/releases/download/v${PV}/${PN}-manual-${PV}.pdf )
36 @@ -28,7 +28,7 @@ LICENSE="Apache-2.0"
37 SLOT="0"
38
39 RDEPEND="
40 - =sci-libs/votca-tools-${PV}
41 + ~sci-libs/votca-tools-${PV}
42 gromacs? ( sci-chemistry/gromacs:= )
43 hdf5? ( sci-libs/hdf5 )
44 dev-lang/perl
45
46 diff --git a/sci-chemistry/votca-csg/votca-csg-1.4.ebuild b/sci-chemistry/votca-csg/votca-csg-1.4.ebuild
47 index f8a45defd41..417ae6c7b11 100644
48 --- a/sci-chemistry/votca-csg/votca-csg-1.4.ebuild
49 +++ b/sci-chemistry/votca-csg/votca-csg-1.4.ebuild
50 @@ -1,4 +1,4 @@
51 -# Copyright 1999-2017 Gentoo Foundation
52 +# Copyright 1999-2018 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54
55 EAPI=6
56 @@ -8,7 +8,7 @@ CMAKE_MAKEFILE_GENERATOR="ninja"
57 inherit bash-completion-r1 cmake-utils multilib
58
59 IUSE="doc examples extras +gromacs hdf5"
60 -PDEPEND="extras? ( =sci-chemistry/${PN}apps-${PV} )"
61 +PDEPEND="extras? ( ~sci-chemistry/${PN}apps-${PV} )"
62 if [ "${PV}" != "9999" ]; then
63 SRC_URI="https://github.com/${PN/-//}/archive/v${PV}.tar.gz -> ${P}.tar.gz
64 doc? ( https://github.com/${PN/-//}-manual/releases/download/v${PV}/${PN}-manual-${PV}.pdf )
65 @@ -28,7 +28,7 @@ LICENSE="Apache-2.0"
66 SLOT="0"
67
68 RDEPEND="
69 - =sci-libs/votca-tools-${PV}
70 + ~sci-libs/votca-tools-${PV}
71 gromacs? ( sci-chemistry/gromacs:= )
72 hdf5? ( sci-libs/hdf5 )
73 dev-lang/perl
74
75 diff --git a/sci-chemistry/votca-csg/votca-csg-9999.ebuild b/sci-chemistry/votca-csg/votca-csg-9999.ebuild
76 index ea6ac3506f7..b894aae404b 100644
77 --- a/sci-chemistry/votca-csg/votca-csg-9999.ebuild
78 +++ b/sci-chemistry/votca-csg/votca-csg-9999.ebuild
79 @@ -1,4 +1,4 @@
80 -# Copyright 1999-2017 Gentoo Foundation
81 +# Copyright 1999-2018 Gentoo Foundation
82 # Distributed under the terms of the GNU General Public License v2
83
84 EAPI=6
85 @@ -8,7 +8,7 @@ CMAKE_MAKEFILE_GENERATOR="ninja"
86 inherit bash-completion-r1 cmake-utils multilib
87
88 IUSE="doc examples extras +gromacs hdf5"
89 -PDEPEND="extras? ( =sci-chemistry/${PN}apps-${PV} )"
90 +PDEPEND="extras? ( ~sci-chemistry/${PN}apps-${PV} )"
91 if [ "${PV}" != "9999" ]; then
92 SRC_URI="https://github.com/${PN/-//}/archive/v${PV}.tar.gz -> ${P}.tar.gz
93 doc? ( https://github.com/${PN/-//}-manual/releases/download/v${PV}/${PN}-manual-${PV}.pdf )
94 @@ -19,7 +19,7 @@ else
95 inherit git-r3
96 EGIT_REPO_URI="https://github.com/${PN/-//}.git"
97 KEYWORDS=""
98 - PDEPEND="${PDEPEND} doc? ( =app-doc/${PN}-manual-${PV} )"
99 + PDEPEND="${PDEPEND} doc? ( ~app-doc/${PN}-manual-${PV} )"
100 fi
101
102 DESCRIPTION="Votca coarse-graining engine"
103 @@ -29,7 +29,8 @@ LICENSE="Apache-2.0"
104 SLOT="0"
105
106 RDEPEND="
107 - =sci-libs/votca-tools-${PV}
108 + ~sci-libs/votca-tools-${PV}
109 + >=dev-cpp/eigen-3.3
110 gromacs? ( sci-chemistry/gromacs:= )
111 hdf5? ( sci-libs/hdf5 )
112 dev-lang/perl