Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-chemistry/pdb2pqr: pdb2pqr-1.9.0.ebuild ChangeLog
Date: Mon, 27 Oct 2014 17:17:07
Message-Id: 20141027171703.D37468DEB@oystercatcher.gentoo.org
1 jlec 14/10/27 17:17:03
2
3 Modified: pdb2pqr-1.9.0.ebuild ChangeLog
4 Log:
5 sci-chemistry/pdb2pqr: Add missing PYTHON_USEDEP
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
8
9 Revision Changes Path
10 1.2 sci-chemistry/pdb2pqr/pdb2pqr-1.9.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.9.0.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.9.0.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.9.0.ebuild?r1=1.1&r2=1.2
15
16 Index: pdb2pqr-1.9.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.9.0.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- pdb2pqr-1.9.0.ebuild 27 Oct 2014 17:03:21 -0000 1.1
23 +++ pdb2pqr-1.9.0.ebuild 27 Oct 2014 17:17:03 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.9.0.ebuild,v 1.1 2014/10/27 17:03:21 jlec Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.9.0.ebuild,v 1.2 2014/10/27 17:17:03 jlec Exp $
29
30 EAPI=5
31
32 @@ -22,6 +22,7 @@
33 RDEPEND="${PYTHON_DEPS}
34 dev-python/numpy[${PYTHON_USEDEP}]
35 sci-chemistry/openbabel[python]
36 + sci-chemistry/openbabel-python[${PYTHON_USEDEP}]
37 opal? ( dev-python/zsi[${PYTHON_USEDEP}] )
38 pdb2pka? ( sci-chemistry/apbs[${PYTHON_USEDEP},-mpi] )"
39 DEPEND="${RDEPEND}
40
41
42
43 1.42 sci-chemistry/pdb2pqr/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb2pqr/ChangeLog?rev=1.42&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb2pqr/ChangeLog?rev=1.42&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb2pqr/ChangeLog?r1=1.41&r2=1.42
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/ChangeLog,v
52 retrieving revision 1.41
53 retrieving revision 1.42
54 diff -u -r1.41 -r1.42
55 --- ChangeLog 27 Oct 2014 17:03:21 -0000 1.41
56 +++ ChangeLog 27 Oct 2014 17:17:03 -0000 1.42
57 @@ -1,6 +1,9 @@
58 # ChangeLog for sci-chemistry/pdb2pqr
59 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/ChangeLog,v 1.41 2014/10/27 17:03:21 jlec Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/ChangeLog,v 1.42 2014/10/27 17:17:03 jlec Exp $
62 +
63 + 27 Oct 2014; Justin Lecher <jlec@g.o> pdb2pqr-1.9.0.ebuild:
64 + Add missing PYTHON_USEDEP
65
66 *pdb2pqr-1.9.0 (27 Oct 2014)