Gentoo Archives: gentoo-commits

From: Nicolas Bock <nicolasbock@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/freeon/
Date: Thu, 05 Jul 2012 20:23:17
Message-Id: 1341519756.6ca3173922a71bb63eaa4c18fccefb790e331c07.nicolasbock@gentoo
1 commit: 6ca3173922a71bb63eaa4c18fccefb790e331c07
2 Author: Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
3 AuthorDate: Thu Jul 5 20:22:36 2012 +0000
4 Commit: Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
5 CommitDate: Thu Jul 5 20:22:36 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=6ca31739
7
8 Updated DEPEND.
9
10 (Portage version: 2.1.10.65/git/Linux x86_64, unsigned Manifest commit)
11
12 ---
13 sci-chemistry/freeon/ChangeLog | 3 +++
14 sci-chemistry/freeon/freeon-9999.ebuild | 7 +++++--
15 2 files changed, 8 insertions(+), 2 deletions(-)
16
17 diff --git a/sci-chemistry/freeon/ChangeLog b/sci-chemistry/freeon/ChangeLog
18 index 282f2b3..f9e48f9 100644
19 --- a/sci-chemistry/freeon/ChangeLog
20 +++ b/sci-chemistry/freeon/ChangeLog
21 @@ -2,6 +2,9 @@
22 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 + 05 Jul 2012; Nicolas Bock <nicolasbock@×××××.com> freeon-9999.ebuild:
26 + Updated DEPEND.
27 +
28 *freeon-9999 (05 Jul 2012)
29
30 05 Jul 2012; Nicolas Bock <nicolasbock@×××××.com> +freeon-9999.ebuild,
31
32 diff --git a/sci-chemistry/freeon/freeon-9999.ebuild b/sci-chemistry/freeon/freeon-9999.ebuild
33 index 2fb1998..c44c7e0 100644
34 --- a/sci-chemistry/freeon/freeon-9999.ebuild
35 +++ b/sci-chemistry/freeon/freeon-9999.ebuild
36 @@ -18,13 +18,16 @@ SLOT="0"
37 KEYWORDS="~amd64"
38 IUSE=""
39
40 -DEPEND=""
41 +DEPEND="
42 + sys-libs/zlib
43 + virtual/lapack"
44 RDEPEND="${DEPEND}"
45
46 src_configure() {
47 local myeconfargs=(
48 - --enable-internal_lapack
49 + --disable-internal_lapack
50 --enable-internal_hdf5
51 )
52 autotools-utils_src_configure
53 + ./fix_localversion.sh
54 }