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 78F141381FB for ; Tue, 26 Mar 2013 15:35:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 85287E0788; Tue, 26 Mar 2013 15:35:00 +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 CB193E078D for ; Tue, 26 Mar 2013 15:34:59 +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 8B61733DB8D for ; Tue, 26 Mar 2013 15:34:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 33414E42E1 for ; Tue, 26 Mar 2013 15:34:57 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1364311926.49a1c762297704969059a0a0a552de0c39f40077.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/GromacsWrapper/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/GromacsWrapper/ChangeLog sci-chemistry/GromacsWrapper/GromacsWrapper-9999.ebuild X-VCS-Directories: sci-chemistry/GromacsWrapper/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 49a1c762297704969059a0a0a552de0c39f40077 X-VCS-Branch: master Date: Tue, 26 Mar 2013 15:34:57 +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: adc87c2b-94e8-452c-994f-98416a5e2c06 X-Archives-Hash: 883847f3192d4d8ac64fdc5673ddff75 commit: 49a1c762297704969059a0a0a552de0c39f40077 Author: Justin Lecher gentoo org> AuthorDate: Tue Mar 26 15:32:06 2013 +0000 Commit: Justin Lecher gentoo org> CommitDate: Tue Mar 26 15:32:06 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=49a1c762 sci-chemistry/GromacsWrapper: Enhance python r1 eclass usage Package-Manager: portage-2.2.0_alpha169 --- sci-chemistry/GromacsWrapper/ChangeLog | 3 +++ .../GromacsWrapper/GromacsWrapper-9999.ebuild | 9 +++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/sci-chemistry/GromacsWrapper/ChangeLog b/sci-chemistry/GromacsWrapper/ChangeLog index 936d16c..66bf923 100644 --- a/sci-chemistry/GromacsWrapper/ChangeLog +++ b/sci-chemistry/GromacsWrapper/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 26 Mar 2013; Justin Lecher GromacsWrapper-9999.ebuild: + Enhance python r1 eclass usage + 26 Mar 2013; Justin Lecher -GromacsWrapper-0.3.1.ebuild, metadata.xml: Drop in tree version diff --git a/sci-chemistry/GromacsWrapper/GromacsWrapper-9999.ebuild b/sci-chemistry/GromacsWrapper/GromacsWrapper-9999.ebuild index dd94e8c..9f4c3e9 100644 --- a/sci-chemistry/GromacsWrapper/GromacsWrapper-9999.ebuild +++ b/sci-chemistry/GromacsWrapper/GromacsWrapper-9999.ebuild @@ -22,16 +22,17 @@ fi inherit eutils distutils-r1 ${scm_eclass} -DESCRIPTION="GromacsWrapper - a python framework for Gromacs" +DESCRIPTION="Python framework for Gromacs" HOMEPAGE="http://orbeckst.github.com/GromacsWrapper/" + LICENSE="GPL-3 LGPL-3" SLOT="0" IUSE="" DEPEND=" - >=dev-python/matplotlib-0.91.3 - >=dev-python/RecSQL-0.3 - >=sci-libs/scipy-0.9 + >=dev-python/matplotlib-0.91.3[${PYTHON_USEDEP}] + >=dev-python/RecSQL-0.3[${PYTHON_USEDEP}] + >=sci-libs/scipy-0.9[${PYTHON_USEDEP}] " RDEPEND="${DEPEND}"