Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/mgltools/
Date: Tue, 04 Jun 2013 11:59:52
Message-Id: 1370346647.a4b617f4f818dbd2d8d36c9bcb65115d488c53ba.jlec@gentoo
1 commit: a4b617f4f818dbd2d8d36c9bcb65115d488c53ba
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 4 11:50:47 2013 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 4 11:50:47 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=a4b617f4
7
8 sci-chemistry/mgltools: Fix for correct usage of new python eclasses
9
10 Package-Manager: portage-2.2.0_alpha177
11 RepoMan-Options: --force
12
13 ---
14 sci-chemistry/mgltools/ChangeLog | 3 +++
15 sci-chemistry/mgltools/mgltools-1.5.6.ebuild | 9 ++++++---
16 2 files changed, 9 insertions(+), 3 deletions(-)
17
18 diff --git a/sci-chemistry/mgltools/ChangeLog b/sci-chemistry/mgltools/ChangeLog
19 index 0d7e926..ec9cc14 100644
20 --- a/sci-chemistry/mgltools/ChangeLog
21 +++ b/sci-chemistry/mgltools/ChangeLog
22 @@ -2,6 +2,9 @@
23 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
24 # $Header: $
25
26 + 04 Jun 2013; Justin Lecher <jlec@g.o> mgltools-1.5.6.ebuild:
27 + Fix for correct usage of new python eclasses
28 +
29 14 Apr 2013; Justin Lecher <jlec@g.o> mgltools-1.5.4.ebuild,
30 mgltools-1.5.6.ebuild:
31 Correct license
32
33 diff --git a/sci-chemistry/mgltools/mgltools-1.5.6.ebuild b/sci-chemistry/mgltools/mgltools-1.5.6.ebuild
34 index 250b8b0..17308b9 100644
35 --- a/sci-chemistry/mgltools/mgltools-1.5.6.ebuild
36 +++ b/sci-chemistry/mgltools/mgltools-1.5.6.ebuild
37 @@ -22,6 +22,8 @@ SLOT="0"
38 KEYWORDS="~amd64 ~x86"
39 IUSE=""
40
41 +REQUIRED_USE="${PYTHON_REQUIRED_USE}"
42 +
43 S="${WORKDIR}"/${PN}_source_${PV/_/}
44
45 for plug in ${PLUGINS}; do
46 @@ -29,12 +31,13 @@ for plug in ${PLUGINS}; do
47 done
48
49 RDEPEND="${PLUG_DEP}
50 + ${PYTHON_DEPS}
51 dev-lang/tk
52 sci-libs/msms
53 dev-python/pmw[${PYTHON_USEDEP}]
54 - dev-python/simpy
55 - dev-python/imaging[tk]
56 - dev-python/numpy"
57 + dev-python/simpy[${PYTHON_USEDEP}]
58 + dev-python/imaging[tk,${PYTHON_USEDEP}]
59 + dev-python/numpy[${PYTHON_USEDEP}]"
60 DEPEND="${RDEPEND}"
61
62 src_install() {