From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from <gentoo-commits+bounces-323248-garchives=archives.gentoo.org@lists.gentoo.org>) id 1PwZ8q-0004gJ-PJ for garchives@archives.gentoo.org; Mon, 07 Mar 2011 12:02:26 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F18CE07CD; Mon, 7 Mar 2011 12:01:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 0D1A3E07C3 for <gentoo-commits@lists.gentoo.org>; Mon, 7 Mar 2011 12:01:36 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 97F8E1B41D3 for <gentoo-commits@lists.gentoo.org>; Mon, 7 Mar 2011 12:01:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 025198006E for <gentoo-commits@lists.gentoo.org>; Mon, 7 Mar 2011 12:01:36 +0000 (UTC) From: "Justin Lecher" <jlec@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" <jlec@gentoo.org> Message-ID: <18df08bcff5a48b316234bbf57d792a656f6bd47.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/dolfin/ X-VCS-Repository: proj/sci X-VCS-Files: sci-mathematics/dolfin/ChangeLog sci-mathematics/dolfin/dolfin-0.9.9.ebuild X-VCS-Directories: sci-mathematics/dolfin/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 18df08bcff5a48b316234bbf57d792a656f6bd47 Date: Mon, 7 Mar 2011 12:01:36 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 67fbbaf342974fa89610d077be1bec27 commit: 18df08bcff5a48b316234bbf57d792a656f6bd47 Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Mon Mar 7 11:27:01 2011 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Mon Mar 7 11:27:01 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D18df08bc Correct Slots for gtk 3 introduction to tree (Portage version: 2.2.0_alpha26/git/Linux x86_64, signed Manifest commit = with key 70EB7916) --- sci-mathematics/dolfin/ChangeLog | 5 ++++- sci-mathematics/dolfin/dolfin-0.9.9.ebuild | 14 +++++++++++--- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/sci-mathematics/dolfin/ChangeLog b/sci-mathematics/dolfin/Ch= angeLog index 4b1b1ac..bcbbc7f 100644 --- a/sci-mathematics/dolfin/ChangeLog +++ b/sci-mathematics/dolfin/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for sci-mathematics/dolfin -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 + 07 Mar 2011; Justin Lecher <jlec@gentoo.org> dolfin-0.9.9.ebuild: + Correct Slots for gtk 3 introduction to tree + *dolfin-0.9.9 (18 Dec 2010) =20 18 Dec 2010; Nico Schl=C3=B6mer <nico.schloemer@gmail.com> diff --git a/sci-mathematics/dolfin/dolfin-0.9.9.ebuild b/sci-mathematics= /dolfin/dolfin-0.9.9.ebuild index 764d51c..465a723 100644 --- a/sci-mathematics/dolfin/dolfin-0.9.9.ebuild +++ b/sci-mathematics/dolfin/dolfin-0.9.9.ebuild @@ -1,9 +1,12 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ =20 EAPI=3D3 -inherit cmake-utils + +PYTHON_DEPEND=3D"python? 2" + +inherit cmake-utils python =20 DESCRIPTION=3D"C++/Python interface of FEniCS" HOMEPAGE=3D"https://launchpad.net/dolfin" @@ -15,7 +18,8 @@ KEYWORDS=3D"~amd64" IUSE=3D"cgal cholmod gmp mpi parmetis python scotch umfpack zlib" # scotch and parmetis require mpi; wait for EAPI 4 =20 -DEPEND=3D"dev-libs/libxml2 +DEPEND=3D" + dev-libs/libxml2:2 sci-mathematics/ufc sci-libs/armadillo dev-libs/boost @@ -26,6 +30,10 @@ DEPEND=3D"dev-libs/libxml2 dev-python/viper )" RDEPEND=3D"${DEPEND}" =20 +pkg_setup() { + use python && python_set_active_version 2 +} + src_prepare() { epatch "${FILESDIR}"/"${P}"-find-armadillo.patch }