Gentoo Archives: gentoo-commits

From: Christoph Junghans <ottxor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/gromacs/
Date: Wed, 30 Jan 2013 03:29:22
Message-Id: 1359515762.f9733fe9af82bbed4e411475f14205f94e19727f.ottxor@gentoo
1 commit: f9733fe9af82bbed4e411475f14205f94e19727f
2 Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 30 03:16:02 2013 +0000
4 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 30 03:16:02 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=f9733fe9
7
8 added subslot, removed gromacs-manual blocker
9
10 Package-Manager: portage-2.2.0_alpha161
11
12 ---
13 sci-chemistry/gromacs/ChangeLog | 4 ++++
14 sci-chemistry/gromacs/gromacs-4.6.9999.ebuild | 5 ++---
15 sci-chemistry/gromacs/gromacs-9999.ebuild | 7 +++----
16 3 files changed, 9 insertions(+), 7 deletions(-)
17
18 diff --git a/sci-chemistry/gromacs/ChangeLog b/sci-chemistry/gromacs/ChangeLog
19 index a991e3c..af4912d 100644
20 --- a/sci-chemistry/gromacs/ChangeLog
21 +++ b/sci-chemistry/gromacs/ChangeLog
22 @@ -2,6 +2,10 @@
23 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
24 # $Header: $
25
26 + 30 Jan 2013; Christoph Junghans <ottxor@g.o> gromacs-4.6.9999.ebuild,
27 + gromacs-9999.ebuild:
28 + added subslot, removed gromacs-manual blocker
29 +
30 30 Jan 2013; Christoph Junghans <ottxor@g.o> gromacs-4.6.9999.ebuild:
31 clean up
32
33
34 diff --git a/sci-chemistry/gromacs/gromacs-4.6.9999.ebuild b/sci-chemistry/gromacs/gromacs-4.6.9999.ebuild
35 index c4e0088..5a4f573 100644
36 --- a/sci-chemistry/gromacs/gromacs-4.6.9999.ebuild
37 +++ b/sci-chemistry/gromacs/gromacs-4.6.9999.ebuild
38 @@ -33,7 +33,7 @@ HOMEPAGE="http://www.gromacs.org/"
39 # http://repo.or.cz/w/gromacs.git/blob/HEAD:/COPYING
40 # base, vmd plugins, fftpack from numpy, blas/lapck from netlib, memtestG80 library, mpi_thread lib
41 LICENSE="LGPL-2.1 UoI-NCSA !mkl? ( !fftw? ( BSD ) !blas? ( BSD ) !lapack? ( BSD ) ) cuda? ( LGPL-3 ) threads? ( BSD )"
42 -SLOT="0"
43 +SLOT="0/${PV}"
44 KEYWORDS="~alpha ~amd64 ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos"
45 IUSE="X blas cuda doc -double-precision +fftw gsl lapack mkl mpi +offensive openmm openmp +single-precision test +threads zsh-completion ${ACCE_IUSE}"
46
47 @@ -53,8 +53,7 @@ CDEPEND="
48 openmm? (
49 >=dev-util/nvidia-cuda-toolkit-4.2.9-r1
50 sci-libs/openmm[cuda,opencl]
51 - )
52 - !app-doc/gromac-manual"
53 + )"
54 DEPEND="${CDEPEND}
55 virtual/pkgconfig
56 doc? (
57
58 diff --git a/sci-chemistry/gromacs/gromacs-9999.ebuild b/sci-chemistry/gromacs/gromacs-9999.ebuild
59 index 56187b0..fdfa015 100644
60 --- a/sci-chemistry/gromacs/gromacs-9999.ebuild
61 +++ b/sci-chemistry/gromacs/gromacs-9999.ebuild
62 @@ -1,8 +1,8 @@
63 -# Copyright 1999-2012 Gentoo Foundation
64 +# Copyright 1999-2013 Gentoo Foundation
65 # Distributed under the terms of the GNU General Public License v2
66 # $Header: $
67
68 -EAPI="4"
69 +EAPI="5"
70
71 TEST_PV="4.0.4"
72
73 @@ -21,7 +21,7 @@ HOMEPAGE="http://www.gromacs.org/"
74 SRC_URI="test? ( ftp://ftp.gromacs.org/pub/tests/gmxtest-${TEST_PV}.tgz )"
75
76 LICENSE="GPL-2"
77 -SLOT="0"
78 +SLOT="0/${PV}"
79 KEYWORDS="~alpha ~amd64 ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
80 IUSE="X blas doc -double-precision +fftw gsl lapack mpi +single-precision test
81 +threads xml zsh-completion ${ACCE_IUSE}"
82 @@ -41,7 +41,6 @@ CDEPEND="
83 DEPEND="${CDEPEND}
84 virtual/pkgconfig"
85 RDEPEND="${CDEPEND}"
86 -PDEPEND="doc? ( ~app-doc/gromacs-manual-${PV} )"
87
88 RESTRICT="test"