Gentoo Archives: gentoo-commits

From: "Markus Dittrich (markusle)" <markusle@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-chemistry/pdb2pqr: ChangeLog pdb2pqr-1.1.2.ebuild
Date: Sat, 11 Oct 2008 11:23:48
Message-Id: E1KocZV-00021K-8u@stork.gentoo.org
1 markusle 08/10/11 11:23:45
2
3 Modified: ChangeLog pdb2pqr-1.1.2.ebuild
4 Log:
5 Added numpy dependency to stable ebuild as well (see bug #241178).
6 (Portage version: 2.2_rc11/cvs/Linux 2.6.26-SENTINEL-2 i686)
7
8 Revision Changes Path
9 1.14 sci-chemistry/pdb2pqr/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/pdb2pqr/ChangeLog?rev=1.14&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/pdb2pqr/ChangeLog?rev=1.14&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/pdb2pqr/ChangeLog?r1=1.13&r2=1.14
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/ChangeLog,v
18 retrieving revision 1.13
19 retrieving revision 1.14
20 diff -u -r1.13 -r1.14
21 --- ChangeLog 11 Oct 2008 11:19:36 -0000 1.13
22 +++ ChangeLog 11 Oct 2008 11:23:45 -0000 1.14
23 @@ -1,6 +1,9 @@
24 # ChangeLog for sci-chemistry/pdb2pqr
25 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/ChangeLog,v 1.13 2008/10/11 11:19:36 markusle Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/ChangeLog,v 1.14 2008/10/11 11:23:45 markusle Exp $
28 +
29 + 11 Oct 2008; Markus Dittrich <markusle@g.o> pdb2pqr-1.1.2.ebuild:
30 + Added numpy dependency to stable ebuild as well (see bug #241178).
31
32 11 Oct 2008; Markus Dittrich <markusle@g.o>
33 +files/pdb2pqr-1.3.0-ldflags.patch, pdb2pqr-1.3.0.ebuild:
34
35
36
37 1.9 sci-chemistry/pdb2pqr/pdb2pqr-1.1.2.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.1.2.ebuild?rev=1.9&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.1.2.ebuild?rev=1.9&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.1.2.ebuild?r1=1.8&r2=1.9
42
43 Index: pdb2pqr-1.1.2.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.1.2.ebuild,v
46 retrieving revision 1.8
47 retrieving revision 1.9
48 diff -u -r1.8 -r1.9
49 --- pdb2pqr-1.1.2.ebuild 6 Feb 2008 15:14:10 -0000 1.8
50 +++ pdb2pqr-1.1.2.ebuild 11 Oct 2008 11:23:45 -0000 1.9
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2008 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.1.2.ebuild,v 1.8 2008/02/06 15:14:10 markusle Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.1.2.ebuild,v 1.9 2008/10/11 11:23:45 markusle Exp $
56
57 inherit eutils fortran multilib flag-o-matic distutils
58
59 @@ -13,7 +13,8 @@
60 IUSE=""
61 KEYWORDS="amd64 x86"
62
63 -DEPEND="dev-lang/python"
64 +DEPEND="dev-lang/python
65 + dev-python/numpy"
66
67 FORTRAN="g77 gfortran"