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 0AD1B138247 for ; Sun, 10 Nov 2013 18:22:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD638E0B8A; Sun, 10 Nov 2013 18:22:41 +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 64547E0B8A for ; Sun, 10 Nov 2013 18:22:41 +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 5AC1333EEC0 for ; Sun, 10 Nov 2013 18:22:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id EB573E530A for ; Sun, 10 Nov 2013 18:22:38 +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: <1384107726.83d4fe391b021d87e5ec2b94fe491cfd76f12166.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.8-r1.ebuild X-VCS-Directories: sci-chemistry/freeon/ X-VCS-Committer: nicolasbock X-VCS-Committer-Name: Nicolas Bock X-VCS-Revision: 83d4fe391b021d87e5ec2b94fe491cfd76f12166 X-VCS-Branch: master Date: Sun, 10 Nov 2013 18:22:38 +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: d74a7987-644d-40be-a74f-f21b423c8b70 X-Archives-Hash: 437b950dcc69156b0c996846ea6910e8 commit: 83d4fe391b021d87e5ec2b94fe491cfd76f12166 Author: Nicolas Bock gmail com> AuthorDate: Sun Nov 10 18:21:43 2013 +0000 Commit: Nicolas Bock gmail com> CommitDate: Sun Nov 10 18:22:06 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=83d4fe39 sci-chemistry/freeon-1.0.8-r1: Added python support. The package provides some python scripts. This revision inherits python-r1. Package-Manager: portage-2.2.7 --- sci-chemistry/freeon/ChangeLog | 6 ++++++ sci-chemistry/freeon/freeon-1.0.8-r1.ebuild | 27 +++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) diff --git a/sci-chemistry/freeon/ChangeLog b/sci-chemistry/freeon/ChangeLog index 203cbed..6c9cf9b 100644 --- a/sci-chemistry/freeon/ChangeLog +++ b/sci-chemistry/freeon/ChangeLog @@ -2,6 +2,12 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*freeon-1.0.8-r1 (10 Nov 2013) + + 10 Nov 2013; Nicolas Bock +freeon-1.0.8-r1.ebuild: + sci-chemistry/freeon-1.0.8-r1: Added python support. The package provides + some python scripts. This revision inherits python-r1. + *freeon-1.0.8 (09 Nov 2013) 09 Nov 2013; Nicolas Bock +freeon-1.0.8.ebuild: diff --git a/sci-chemistry/freeon/freeon-1.0.8-r1.ebuild b/sci-chemistry/freeon/freeon-1.0.8-r1.ebuild new file mode 100644 index 0000000..3488eb0 --- /dev/null +++ b/sci-chemistry/freeon/freeon-1.0.8-r1.ebuild @@ -0,0 +1,27 @@ +# 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 +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) + +inherit autotools-utils fortran-2 python-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 + ${PYTHON_DEPS}" +DEPEND="${RDEPEND}"