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-libs/openmm: openmm-5.0.1.ebuild ChangeLog
Date: Wed, 22 May 2013 00:56:37
Message-Id: 20130522005634.3F78B2171D@flycatcher.gentoo.org
1 ottxor 13/05/22 00:56:34
2
3 Modified: openmm-5.0.1.ebuild ChangeLog
4 Log:
5 fix deps (bug #470706)
6
7 (Portage version: 2.2.0_alpha176/cvs/Linux x86_64, signed Manifest commit with key C2000586)
8
9 Revision Changes Path
10 1.2 sci-libs/openmm/openmm-5.0.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/openmm/openmm-5.0.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/openmm/openmm-5.0.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/openmm/openmm-5.0.1.ebuild?r1=1.1&r2=1.2
15
16 Index: openmm-5.0.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-libs/openmm/openmm-5.0.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- openmm-5.0.1.ebuild 10 Mar 2013 02:31:59 -0000 1.1
23 +++ openmm-5.0.1.ebuild 22 May 2013 00:56:34 -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-libs/openmm/openmm-5.0.1.ebuild,v 1.1 2013/03/10 02:31:59 ottxor Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/openmm/openmm-5.0.1.ebuild,v 1.2 2013/05/22 00:56:34 ottxor Exp $
29
30 EAPI="5"
31
32 @@ -23,7 +23,9 @@
33 opencl? ( virtual/opencl )"
34 DEPEND="${RDEPEND}
35 doc? ( app-doc/doxygen )
36 - wrappers? ( dev-cpp/gccxml virtual/jre )"
37 + wrappers? (
38 + dev-cpp/gccxml virtual/jre
39 + app-doc/doxygen )" # wrappers need doxygen #470706
40
41 S="${WORKDIR}/${MY_P}"
42
43
44
45
46 1.8 sci-libs/openmm/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/openmm/ChangeLog?rev=1.8&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/openmm/ChangeLog?rev=1.8&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/openmm/ChangeLog?r1=1.7&r2=1.8
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/sci-libs/openmm/ChangeLog,v
55 retrieving revision 1.7
56 retrieving revision 1.8
57 diff -u -r1.7 -r1.8
58 --- ChangeLog 10 Mar 2013 02:31:59 -0000 1.7
59 +++ ChangeLog 22 May 2013 00:56:34 -0000 1.8
60 @@ -1,6 +1,9 @@
61 # ChangeLog for sci-libs/openmm
62 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/openmm/ChangeLog,v 1.7 2013/03/10 02:31:59 ottxor Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/openmm/ChangeLog,v 1.8 2013/05/22 00:56:34 ottxor Exp $
65 +
66 + 22 May 2013; Christoph Junghans <ottxor@g.o> openmm-5.0.1.ebuild:
67 + fix deps (bug #470706)
68
69 *openmm-5.0.1 (10 Mar 2013)