Gentoo Archives: gentoo-commits

From: "Christoph Junghans (ottxor)" <ottxor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-chemistry/namd: namd-2.9-r1.ebuild ChangeLog
Date: Sat, 30 Nov 2013 23:28:27
Message-Id: 20131130232819.5E2A02004B@flycatcher.gentoo.org
1 ottxor 13/11/30 23:28:19
2
3 Modified: namd-2.9-r1.ebuild ChangeLog
4 Log:
5 fixed deps
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key C2000586)
8
9 Revision Changes Path
10 1.2 sci-chemistry/namd/namd-2.9-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/namd/namd-2.9-r1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/namd/namd-2.9-r1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/namd/namd-2.9-r1.ebuild?r1=1.1&r2=1.2
15
16 Index: namd-2.9-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/namd/namd-2.9-r1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- namd-2.9-r1.ebuild 30 Nov 2013 04:29:21 -0000 1.1
23 +++ namd-2.9-r1.ebuild 30 Nov 2013 23:28:19 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/namd/namd-2.9-r1.ebuild,v 1.1 2013/11/30 04:29:21 ottxor Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/namd/namd-2.9-r1.ebuild,v 1.2 2013/11/30 23:28:19 ottxor Exp $
29
30 EAPI=5
31
32 @@ -20,12 +20,13 @@
33
34 RESTRICT="fetch"
35
36 -DEPEND="
37 - || ( >=sys-cluster/charm-6.5.1-r2 <=sys-cluster/charm-6.5.1-r1[static-libs] )
38 +RDEPEND="
39 + >=sys-cluster/charm-6.5.1-r2
40 sci-libs/fftw:3.0
41 dev-lang/tcl"
42
43 -RDEPEND=${DEPEND}
44 +DEPEND="${RDEPEND}
45 + app-shells/tcsh"
46
47 NAMD_ARCH="Linux-x86_64-g++"
48
49
50
51
52 1.19 sci-chemistry/namd/ChangeLog
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/namd/ChangeLog?rev=1.19&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/namd/ChangeLog?rev=1.19&content-type=text/plain
56 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/namd/ChangeLog?r1=1.18&r2=1.19
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/namd/ChangeLog,v
61 retrieving revision 1.18
62 retrieving revision 1.19
63 diff -u -r1.18 -r1.19
64 --- ChangeLog 30 Nov 2013 04:29:21 -0000 1.18
65 +++ ChangeLog 30 Nov 2013 23:28:19 -0000 1.19
66 @@ -1,6 +1,9 @@
67 # ChangeLog for sci-chemistry/namd
68 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/namd/ChangeLog,v 1.18 2013/11/30 04:29:21 ottxor Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/namd/ChangeLog,v 1.19 2013/11/30 23:28:19 ottxor Exp $
71 +
72 + 30 Nov 2013; Christoph Junghans <ottxor@g.o> namd-2.9-r1.ebuild:
73 + fixed deps
74
75 *namd-2.9-r1 (30 Nov 2013)