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: Tue, 01 Oct 2013 15:52:31
Message-Id: 1380642713.43ac813fdd4d7ec3c9279021434fb8b5d4905022.nicolasbock@gentoo
1 commit: 43ac813fdd4d7ec3c9279021434fb8b5d4905022
2 Author: Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
3 AuthorDate: Tue Oct 1 15:51:39 2013 +0000
4 Commit: Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
5 CommitDate: Tue Oct 1 15:51:53 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=43ac813f
7
8 sci-chemistry/freeon-9999: Bringing live ebuild up to date.
9
10 Package-Manager: portage-2.2.1
11
12 ---
13 sci-chemistry/freeon/ChangeLog | 3 +++
14 sci-chemistry/freeon/freeon-9999.ebuild | 10 ++++++++--
15 2 files changed, 11 insertions(+), 2 deletions(-)
16
17 diff --git a/sci-chemistry/freeon/ChangeLog b/sci-chemistry/freeon/ChangeLog
18 index 0e0746e..01f53f7 100644
19 --- a/sci-chemistry/freeon/ChangeLog
20 +++ b/sci-chemistry/freeon/ChangeLog
21 @@ -2,6 +2,9 @@
22 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 + 01 Oct 2013; Nicolas Bock <nicolasbock@×××××.com> freeon-9999.ebuild:
26 + sci-chemistry/freeon-9999: Bringing live ebuild up to date.
27 +
28 *freeon-1.0.5 (28 Sep 2013)
29
30 28 Sep 2013; Nicolas Bock <nicolasbock@×××××.com> +freeon-1.0.5.ebuild:
31
32 diff --git a/sci-chemistry/freeon/freeon-9999.ebuild b/sci-chemistry/freeon/freeon-9999.ebuild
33 index e7e5e7f..a151b33 100644
34 --- a/sci-chemistry/freeon/freeon-9999.ebuild
35 +++ b/sci-chemistry/freeon/freeon-9999.ebuild
36 @@ -5,7 +5,6 @@
37 EAPI=5
38
39 AUTOTOOLS_AUTORECONF=1
40 -
41 FORTRAN_STANDARD=90
42
43 inherit autotools-utils fortran-2 git-2
44 @@ -20,7 +19,7 @@ EGIT_BOOTSTRAP="fix_localversion.sh"
45 LICENSE="GPL-3"
46 SLOT="live"
47 KEYWORDS="~amd64 ~x86"
48 -IUSE="static-libs"
49 +IUSE="standalone-BCSR static-libs"
50
51 RDEPEND="
52 sci-libs/hdf5
53 @@ -28,3 +27,10 @@ RDEPEND="
54 virtual/lapack"
55 DEPEND="${DEPEND}
56 virtual/pkgconfig"
57 +
58 +src_configure() {
59 + local myeconfargs=(
60 + $(use_enable standalone-BCSR)
61 + )
62 + autotools-utils_src_configure
63 +}