From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9A8AF1381F3 for ; Wed, 18 Sep 2013 16:27:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57642E07B3; Wed, 18 Sep 2013 16:27:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E26F5E07B3 for ; Wed, 18 Sep 2013 16:27:49 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A503B33E983 for ; Wed, 18 Sep 2013 16:27:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 559DEE530A for ; Wed, 18 Sep 2013 16:27:47 +0000 (UTC) From: "Nicolas Bock" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nicolas Bock" Message-ID: <1379521641.12246cdfd9b681151a5fbbcd5d3ab05f03e2ef44.nicolasbock@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/freeon/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/freeon/ChangeLog sci-chemistry/freeon/freeon-1.0.1.ebuild X-VCS-Directories: sci-chemistry/freeon/ X-VCS-Committer: nicolasbock X-VCS-Committer-Name: Nicolas Bock X-VCS-Revision: 12246cdfd9b681151a5fbbcd5d3ab05f03e2ef44 X-VCS-Branch: master Date: Wed, 18 Sep 2013 16:27:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 71a4289d-02d0-4dff-84ac-a5ef01396480 X-Archives-Hash: 9b7ade1e9b96c3a8cefe1f50e7d64bea commit: 12246cdfd9b681151a5fbbcd5d3ab05f03e2ef44 Author: Nicolas Bock gmail com> AuthorDate: Wed Sep 18 16:27:21 2013 +0000 Commit: Nicolas Bock gmail com> CommitDate: Wed Sep 18 16:27:21 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=12246cdf sci-chemistry/freeon-1.0.1: Version bump. Package-Manager: portage-2.2.1 --- sci-chemistry/freeon/ChangeLog | 5 +++++ sci-chemistry/freeon/freeon-1.0.1.ebuild | 26 ++++++++++++++++++++++++++ 2 files changed, 31 insertions(+) diff --git a/sci-chemistry/freeon/ChangeLog b/sci-chemistry/freeon/ChangeLog index c9ac978..e9013ef 100644 --- a/sci-chemistry/freeon/ChangeLog +++ b/sci-chemistry/freeon/ChangeLog @@ -2,6 +2,11 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*freeon-1.0.1 (18 Sep 2013) + + 18 Sep 2013; Nicolas Bock +freeon-1.0.1.ebuild: + sci-chemistry/freeon-1.0.1: Version bump. + *freeon-1.0 (17 Sep 2013) 17 Sep 2013; Nicolas Bock +freeon-1.0.ebuild, diff --git a/sci-chemistry/freeon/freeon-1.0.1.ebuild b/sci-chemistry/freeon/freeon-1.0.1.ebuild new file mode 100644 index 0000000..1832c7f --- /dev/null +++ b/sci-chemistry/freeon/freeon-1.0.1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +AUTOTOOLS_AUTORECONF=1 +FORTRAN_STANDARD=90 + +inherit autotools-utils fortran-2 + +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="static-libs" + +RDEPEND=" + sci-libs/hdf5 + virtual/blas + virtual/lapack" +DEPEND="${DEPEND} + virtual/pkgconfig"