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 79CA0138448 for ; Wed, 9 Sep 2015 08:11:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 97CC0E0885; Wed, 9 Sep 2015 08:11:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C57E2E087E for ; Wed, 9 Sep 2015 08:11:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 04A5A3409D7 for ; Wed, 9 Sep 2015 08:11:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3AF9E185 for ; Wed, 9 Sep 2015 08:11:30 +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: <1441784468.e1019f1aa9b1bdae13117338bf18b348f8e3a988.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/pymol-plugins-psico/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/pymol-plugins-psico/pymol-plugins-psico-9999.ebuild X-VCS-Directories: sci-chemistry/pymol-plugins-psico/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: e1019f1aa9b1bdae13117338bf18b348f8e3a988 X-VCS-Branch: master Date: Wed, 9 Sep 2015 08:11:30 +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: 1766075e-d905-4013-b639-666682e50ca6 X-Archives-Hash: a5e4b77ddd21dd6224d120be65458877 commit: e1019f1aa9b1bdae13117338bf18b348f8e3a988 Author: Justin Lecher gentoo org> AuthorDate: Wed Sep 9 07:41:08 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Sep 9 07:41:08 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=e1019f1a sci-chemistry/pymol-plugins-psico: Don't harddepend on packages which require ancient numpy Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher gentoo.org> sci-chemistry/pymol-plugins-psico/pymol-plugins-psico-9999.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/sci-chemistry/pymol-plugins-psico/pymol-plugins-psico-9999.ebuild b/sci-chemistry/pymol-plugins-psico/pymol-plugins-psico-9999.ebuild index 7cb90b3..6dbb2d2 100644 --- a/sci-chemistry/pymol-plugins-psico/pymol-plugins-psico-9999.ebuild +++ b/sci-chemistry/pymol-plugins-psico/pymol-plugins-psico-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -21,7 +21,6 @@ IUSE="minimal" RDEPEND=" dev-python/numpy[${PYTHON_USEDEP}] sci-biology/biopython[${PYTHON_USEDEP}] - sci-libs/mmtk[${PYTHON_USEDEP}] !minimal? ( media-libs/qhull media-video/mplayer @@ -33,3 +32,7 @@ RDEPEND=" sci-chemistry/tm-align sci-mathematics/diagrtb )" + +pkg_post_inst() { + optfeature sci-libs/mmtk "Normal modes via mmtk" +}