summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Bock <nicolasbock@gentoo.org>2015-06-26 16:16:47 +0000
committerNicolas Bock <nicolasbock@gentoo.org>2015-06-26 16:16:47 +0000
commitc7619f5aa7c9f9c8772226889a0a18d3179f0fa8 (patch)
tree07cec3adb750f08288e7176c7bdc6283d14c31ac /sci-chemistry
parentold (diff)
downloadgentoo-2-c7619f5aa7c9f9c8772226889a0a18d3179f0fa8.tar.gz
gentoo-2-c7619f5aa7c9f9c8772226889a0a18d3179f0fa8.tar.bz2
gentoo-2-c7619f5aa7c9f9c8772226889a0a18d3179f0fa8.zip
Version bump.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key AC91CA52)
Diffstat (limited to 'sci-chemistry')
-rw-r--r--sci-chemistry/freeon/ChangeLog7
-rw-r--r--sci-chemistry/freeon/freeon-1.0.10.ebuild27
2 files changed, 33 insertions, 1 deletions
diff --git a/sci-chemistry/freeon/ChangeLog b/sci-chemistry/freeon/ChangeLog
index 800914c01074..fa0677244162 100644
--- a/sci-chemistry/freeon/ChangeLog
+++ b/sci-chemistry/freeon/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sci-chemistry/freeon
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/freeon/ChangeLog,v 1.5 2015/06/26 12:03:07 nicolasbock Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/freeon/ChangeLog,v 1.6 2015/06/26 16:16:47 nicolasbock Exp $
+
+*freeon-1.0.10 (26 Jun 2015)
+
+ 26 Jun 2015; Nicolas Bock <nicolasbock@gentoo.org> +freeon-1.0.10.ebuild:
+ Version bump.
26 Jun 2015; Nicolas Bock <nicolasbock@gentoo.org> metadata.xml:
Updated metadata.xml
diff --git a/sci-chemistry/freeon/freeon-1.0.10.ebuild b/sci-chemistry/freeon/freeon-1.0.10.ebuild
new file mode 100644
index 000000000000..08737e88a7c6
--- /dev/null
+++ b/sci-chemistry/freeon/freeon-1.0.10.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/freeon/freeon-1.0.10.ebuild,v 1.1 2015/06/26 16:16:47 nicolasbock Exp $
+
+EAPI=5
+
+AUTOTOOLS_AUTORECONF=1
+FORTRAN_STANDARD=90
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+
+inherit autotools-utils fortran-2 python-any-r1
+
+DESCRIPTION="An experimental suite of programs for linear scaling quantum chemistry"
+HOMEPAGE="http://www.freeon.org"
+SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${PN}-${PV}.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+ sci-libs/hdf5
+ virtual/blas
+ virtual/lapack"
+DEPEND="${RDEPEND}
+ ${PYTHON_DEPS}"