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 117111381F3 for ; Sun, 16 Jun 2013 15:53:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65BA6E0964; Sun, 16 Jun 2013 15:53:54 +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 DBBA3E0964 for ; Sun, 16 Jun 2013 15:53:48 +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 0289933E3FC for ; Sun, 16 Jun 2013 15:53:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 3D55BE5469 for ; Sun, 16 Jun 2013 15:53:46 +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: <1371397173.bdbfa23665b556a739d57c958259d11de2b329a0.jlec@gentoo> Subject: [gentoo-commits] proj/sci:fixing commit in: sci-chemistry/pymol-plugins-psico/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/pymol-plugins-psico/ChangeLog 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: bdbfa23665b556a739d57c958259d11de2b329a0 X-VCS-Branch: fixing Date: Sun, 16 Jun 2013 15:53:46 +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: 957b9be2-5c0a-4626-a623-dbbd2dcc30d1 X-Archives-Hash: f9a806c4be8871bcc4aad6b3c7324e8f Message-ID: <20130616155346.z1hXN5xXnBGbdr2_hwhihO-ZhQD2Yh00sTw5Er6YNvY@z> commit: bdbfa23665b556a739d57c958259d11de2b329a0 Author: Justin Lecher gentoo org> AuthorDate: Sun Jun 16 15:39:33 2013 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sun Jun 16 15:39:33 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=bdbfa236 sci-chemistry/pymol-plugins-psico: Bump to EAPI=5 and distutils-r1.eclass Package-Manager: portage-2.2.0_alpha180 RepoMan-Options: --force --- sci-chemistry/pymol-plugins-psico/ChangeLog | 3 +++ .../pymol-plugins-psico/pymol-plugins-psico-9999.ebuild | 15 ++++++--------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/sci-chemistry/pymol-plugins-psico/ChangeLog b/sci-chemistry/pymol-plugins-psico/ChangeLog index 8c346ed..e73fd24 100644 --- a/sci-chemistry/pymol-plugins-psico/ChangeLog +++ b/sci-chemistry/pymol-plugins-psico/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 16 Jun 2013; Justin Lecher pymol-plugins-psico-9999.ebuild: + Bump to EAPI=5 and distutils-r1.eclass + 03 Mar 2013; Justin Lecher pymol-plugins-psico-9999.ebuild, metadata.xml: Rename sci-chemistry/mmtk to sci-libs/mmtk 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 d074fc5..fd8f899 100644 --- a/sci-chemistry/pymol-plugins-psico/pymol-plugins-psico-9999.ebuild +++ b/sci-chemistry/pymol-plugins-psico/pymol-plugins-psico-9999.ebuild @@ -2,14 +2,11 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" -PYTHON_MODNAME="psico" +PYTHON_COMPAT=( python{2_6,2_7} ) -inherit distutils git-2 +inherit distutils-r1 git-2 DESCRIPTION="Pymol ScrIpt COllection" HOMEPAGE="https://github.com/speleo3/pymol-psico/" @@ -22,9 +19,9 @@ LICENSE="BSD-2" IUSE="minimal" RDEPEND=" - dev-python/numpy - sci-biology/biopython - sci-libs/mmtk + dev-python/numpy[${PYTHON_USEDEP}] + sci-biology/biopython[${PYTHON_USEDEP}] + sci-libs/mmtk[${PYTHON_USEDEP}] !minimal? ( media-libs/qhull media-video/mplayer