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:21
Message-Id: 1341517745.fdd28664cc6b3bc50c65c095004d42392d36f2a1.nicolasbock@gentoo
1 commit: fdd28664cc6b3bc50c65c095004d42392d36f2a1
2 Author: Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
3 AuthorDate: Thu Jul 5 19:49:05 2012 +0000
4 Commit: Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
5 CommitDate: Thu Jul 5 19:49:05 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=fdd28664
7
8 Adding live build.
9
10 FreeON is an experimental, open source (GPL) suite of programs for linear
11 scaling quantum chemistry.
12
13 (Portage version: 2.1.10.65/git/Linux x86_64, unsigned Manifest commit)
14
15 ---
16 sci-chemistry/freeon/ChangeLog | 11 +++++++++++
17 sci-chemistry/freeon/freeon-9999.ebuild | 30 ++++++++++++++++++++++++++++++
18 sci-chemistry/freeon/metadata.xml | 12 ++++++++++++
19 3 files changed, 53 insertions(+), 0 deletions(-)
20
21 diff --git a/sci-chemistry/freeon/ChangeLog b/sci-chemistry/freeon/ChangeLog
22 new file mode 100644
23 index 0000000..282f2b3
24 --- /dev/null
25 +++ b/sci-chemistry/freeon/ChangeLog
26 @@ -0,0 +1,11 @@
27 +# ChangeLog for sci-chemistry/freeon
28 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: $
30 +
31 +*freeon-9999 (05 Jul 2012)
32 +
33 + 05 Jul 2012; Nicolas Bock <nicolasbock@×××××.com> +freeon-9999.ebuild,
34 + +metadata.xml:
35 + Adding live build. FreeON is an experimental, open source (GPL) suite of
36 + programs for linear scaling quantum chemistry.
37 +
38
39 diff --git a/sci-chemistry/freeon/freeon-9999.ebuild b/sci-chemistry/freeon/freeon-9999.ebuild
40 new file mode 100644
41 index 0000000..2fb1998
42 --- /dev/null
43 +++ b/sci-chemistry/freeon/freeon-9999.ebuild
44 @@ -0,0 +1,30 @@
45 +# Copyright 1999-2012 Gentoo Foundation
46 +# Distributed under the terms of the GNU General Public License v2
47 +# $Header: $
48 +
49 +EAPI=4
50 +
51 +inherit autotools-utils git-2
52 +
53 +DESCRIPTION="FreeON is an experimental, open source (GPL) suite of programs for linear scaling quantum chemistry."
54 +HOMEPAGE="http://www.freeon.org"
55 +
56 +EGIT_REPO_URI="http://git.savannah.gnu.org/r/freeon.git"
57 +
58 +AUTOTOOLS_AUTORECONF=1
59 +
60 +LICENSE="GPL-3"
61 +SLOT="0"
62 +KEYWORDS="~amd64"
63 +IUSE=""
64 +
65 +DEPEND=""
66 +RDEPEND="${DEPEND}"
67 +
68 +src_configure() {
69 + local myeconfargs=(
70 + --enable-internal_lapack
71 + --enable-internal_hdf5
72 + )
73 + autotools-utils_src_configure
74 +}
75
76 diff --git a/sci-chemistry/freeon/metadata.xml b/sci-chemistry/freeon/metadata.xml
77 new file mode 100644
78 index 0000000..16d6319
79 --- /dev/null
80 +++ b/sci-chemistry/freeon/metadata.xml
81 @@ -0,0 +1,12 @@
82 +<?xml version="1.0" encoding="UTF-8"?>
83 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
84 +<pkgmetadata>
85 + <longdescription lang="en">
86 + FreeON is an experimental, open source (GPL) suite of programs for linear scaling quantum chemistry.
87 + </longdescription>
88 + <herd>sci-chemistry</herd>
89 + <maintainer>
90 + <email>nicolasbock@×××××.com</email>
91 + <name>Nicolas Bock</name>
92 + </maintainer>
93 +</pkgmetadata>