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-physics/espresso++: espresso++-1.6.0.ebuild ChangeLog
Date: Sat, 21 Jun 2014 17:35:16
Message-Id: 20140621173512.421D72004E@flycatcher.gentoo.org
1 ottxor 14/06/21 17:35:12
2
3 Modified: espresso++-1.6.0.ebuild ChangeLog
4 Log:
5 added missing dep (bug #514084)
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key C2000586)
8
9 Revision Changes Path
10 1.3 sci-physics/espresso++/espresso++-1.6.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/espresso++/espresso++-1.6.0.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/espresso++/espresso++-1.6.0.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/espresso++/espresso++-1.6.0.ebuild?r1=1.2&r2=1.3
15
16 Index: espresso++-1.6.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-physics/espresso++/espresso++-1.6.0.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- espresso++-1.6.0.ebuild 16 Feb 2014 19:05:53 -0000 1.2
23 +++ espresso++-1.6.0.ebuild 21 Jun 2014 17:35:12 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/espresso++/espresso++-1.6.0.ebuild,v 1.2 2014/02/16 19:05:53 ottxor Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-physics/espresso++/espresso++-1.6.0.ebuild,v 1.3 2014/06/21 17:35:12 ottxor Exp $
29
30 EAPI=5
31
32 @@ -35,6 +35,7 @@
33
34 RDEPEND="${PYTHON_DEPS}
35 virtual/mpi
36 + sci-libs/fftw:3.0
37 system-boost? ( dev-libs/boost[python,mpi,${PYTHON_USEDEP}] )"
38 DEPEND="${RDEPEND}"
39
40
41
42
43 1.8 sci-physics/espresso++/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/espresso++/ChangeLog?rev=1.8&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/espresso++/ChangeLog?rev=1.8&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/espresso++/ChangeLog?r1=1.7&r2=1.8
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/sci-physics/espresso++/ChangeLog,v
52 retrieving revision 1.7
53 retrieving revision 1.8
54 diff -u -r1.7 -r1.8
55 --- ChangeLog 16 Feb 2014 19:05:53 -0000 1.7
56 +++ ChangeLog 21 Jun 2014 17:35:12 -0000 1.8
57 @@ -1,6 +1,9 @@
58 # ChangeLog for sci-physics/espresso++
59 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/espresso++/ChangeLog,v 1.7 2014/02/16 19:05:53 ottxor Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/sci-physics/espresso++/ChangeLog,v 1.8 2014/06/21 17:35:12 ottxor Exp $
62 +
63 + 21 Jun 2014; Christoph Junghans <ottxor@g.o> espresso++-1.6.0.ebuild:
64 + added missing dep (bug #514084)
65
66 16 Feb 2014; Christoph Junghans <ottxor@g.o> espresso++-1.6.0.ebuild:
67 remove obsolete FindMPI module (bug #501454)