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 B6DBF138200 for ; Mon, 10 Jun 2013 11:25:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 99DBBE0965; Mon, 10 Jun 2013 11:25:19 +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 1D06DE0965 for ; Mon, 10 Jun 2013 11:25:19 +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 9DA0E33E3B7 for ; Mon, 10 Jun 2013 11:25:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 45D95E5468 for ; Mon, 10 Jun 2013 11:25:15 +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: <1370861180.0f73764db091171261ec1c1193d9c1e02e0f4766.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/mgltools/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/mgltools/ChangeLog sci-chemistry/mgltools/mgltools-1.5.6.ebuild X-VCS-Directories: sci-chemistry/mgltools/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 0f73764db091171261ec1c1193d9c1e02e0f4766 X-VCS-Branch: master Date: Mon, 10 Jun 2013 11:25:15 +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: 55c7dbbf-361d-46e9-9756-e640f4ff0902 X-Archives-Hash: 6a7ad619d706174e7f82bb04461d327b commit: 0f73764db091171261ec1c1193d9c1e02e0f4766 Author: Justin Lecher gentoo org> AuthorDate: Mon Jun 10 10:46:20 2013 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Jun 10 10:46:20 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=0f73764d sci-chemistry/mgltools: move to virtual/python-imaging Package-Manager: portage-2.2.0_alpha179 --- sci-chemistry/mgltools/ChangeLog | 3 +++ sci-chemistry/mgltools/mgltools-1.5.6.ebuild | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/sci-chemistry/mgltools/ChangeLog b/sci-chemistry/mgltools/ChangeLog index ffdbf78..0806cda 100644 --- a/sci-chemistry/mgltools/ChangeLog +++ b/sci-chemistry/mgltools/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 10 Jun 2013; Justin Lecher mgltools-1.5.6.ebuild: + move to virtual/python-imaging + 10 Jun 2013; Justin Lecher -mgltools-1.5.4.ebuild, mgltools-1.5.6.ebuild: Drop odl and drop py2.5 diff --git a/sci-chemistry/mgltools/mgltools-1.5.6.ebuild b/sci-chemistry/mgltools/mgltools-1.5.6.ebuild index 22ff33c..32b3020 100644 --- a/sci-chemistry/mgltools/mgltools-1.5.6.ebuild +++ b/sci-chemistry/mgltools/mgltools-1.5.6.ebuild @@ -36,7 +36,7 @@ RDEPEND="${PLUG_DEP} sci-libs/msms dev-python/pmw[${PYTHON_USEDEP}] dev-python/simpy[${PYTHON_USEDEP}] - dev-python/imaging[tk,${PYTHON_USEDEP}] + virtual/python-imaging[tk,${PYTHON_USEDEP}] dev-python/numpy[${PYTHON_USEDEP}]" DEPEND="${RDEPEND}"