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 A8473138247 for ; Tue, 19 Nov 2013 04:03:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 79644E09F4; Tue, 19 Nov 2013 04:03:22 +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 1857BE09F4 for ; Tue, 19 Nov 2013 04:03:21 +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 C3B8733F28D for ; Tue, 19 Nov 2013 04:03:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 76872E5459 for ; Tue, 19 Nov 2013 04:03:18 +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: <1384833770.970eebabb0dae57b2546688608c4410daedfceea.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-9999.ebuild X-VCS-Directories: sci-chemistry/freeon/ X-VCS-Committer: nicolasbock X-VCS-Committer-Name: Nicolas Bock X-VCS-Revision: 970eebabb0dae57b2546688608c4410daedfceea X-VCS-Branch: master Date: Tue, 19 Nov 2013 04:03:18 +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: 0872b89c-938a-46da-84cb-390e1f465b0a X-Archives-Hash: 3f1b0afceb228d25639af456c01f4b42 commit: 970eebabb0dae57b2546688608c4410daedfceea Author: Nicolas Bock gmail com> AuthorDate: Tue Nov 19 04:02:50 2013 +0000 Commit: Nicolas Bock gmail com> CommitDate: Tue Nov 19 04:02:50 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=970eebab sci-chemistry/freeon-9999: Fixed python dependencies. Package-Manager: portage-2.2.7 --- sci-chemistry/freeon/ChangeLog | 3 +++ sci-chemistry/freeon/freeon-9999.ebuild | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/sci-chemistry/freeon/ChangeLog b/sci-chemistry/freeon/ChangeLog index afd734b..44f6972 100644 --- a/sci-chemistry/freeon/ChangeLog +++ b/sci-chemistry/freeon/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 19 Nov 2013; Nicolas Bock freeon-9999.ebuild: + sci-chemistry/freeon-9999: Fixed python dependencies. + 12 Nov 2013; Nicolas Bock freeon-9999.ebuild: sci-chemistry/freeon-9999: Cleanup of ebuild. diff --git a/sci-chemistry/freeon/freeon-9999.ebuild b/sci-chemistry/freeon/freeon-9999.ebuild index a71b95e..39e1537 100644 --- a/sci-chemistry/freeon/freeon-9999.ebuild +++ b/sci-chemistry/freeon/freeon-9999.ebuild @@ -6,8 +6,9 @@ EAPI=5 AUTOTOOLS_AUTORECONF=1 FORTRAN_STANDARD=90 +PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2} ) -inherit autotools-utils fortran-2 git-2 +inherit autotools-utils fortran-2 git-2 python-any-r1 DESCRIPTION="An experimental suite of programs for linear scaling quantum chemistry." HOMEPAGE="http://www.freeon.org" @@ -26,6 +27,7 @@ RDEPEND=" virtual/blas virtual/lapack" DEPEND="${DEPEND} + ${PYTHON_DEPS} virtual/pkgconfig" src_configure() {