Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-chemistry/pdb2pqr: pdb2pqr-1.9.0.ebuild pdb2pqr-1.9.0-r1.ebuild ChangeLog
Date: Wed, 29 Oct 2014 02:42:27
Message-Id: 20141029024221.943CF8F93@oystercatcher.gentoo.org
1 patrick 14/10/29 02:42:21
2
3 Modified: pdb2pqr-1.9.0.ebuild pdb2pqr-1.9.0-r1.ebuild
4 ChangeLog
5 Log:
6 Whitespace, clean up inherit
7
8 (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.3 sci-chemistry/pdb2pqr/pdb2pqr-1.9.0.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.9.0.ebuild?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.9.0.ebuild?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.9.0.ebuild?r1=1.2&r2=1.3
16
17 Index: pdb2pqr-1.9.0.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.9.0.ebuild,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- pdb2pqr-1.9.0.ebuild 27 Oct 2014 17:17:03 -0000 1.2
24 +++ pdb2pqr-1.9.0.ebuild 29 Oct 2014 02:42:21 -0000 1.3
25 @@ -1,12 +1,12 @@
26 # Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
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 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.9.0.ebuild,v 1.3 2014/10/29 02:42:21 patrick Exp $
30
31 EAPI=5
32
33 PYTHON_COMPAT=( python2_7 )
34
35 -inherit autotools scons-utils fortran-2 flag-o-matic python-single-r1 toolchain-funcs
36 +inherit scons-utils fortran-2 flag-o-matic python-single-r1 toolchain-funcs
37
38 DESCRIPTION="An automated pipeline for performing Poisson-Boltzmann electrostatics calculations"
39 HOMEPAGE="http://www.poissonboltzmann.org/"
40
41
42
43 1.2 sci-chemistry/pdb2pqr/pdb2pqr-1.9.0-r1.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.9.0-r1.ebuild?rev=1.2&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.9.0-r1.ebuild?rev=1.2&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.9.0-r1.ebuild?r1=1.1&r2=1.2
48
49 Index: pdb2pqr-1.9.0-r1.ebuild
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.9.0-r1.ebuild,v
52 retrieving revision 1.1
53 retrieving revision 1.2
54 diff -u -r1.1 -r1.2
55 --- pdb2pqr-1.9.0-r1.ebuild 28 Oct 2014 09:00:32 -0000 1.1
56 +++ pdb2pqr-1.9.0-r1.ebuild 29 Oct 2014 02:42:21 -0000 1.2
57 @@ -1,12 +1,12 @@
58 # Copyright 1999-2014 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.9.0-r1.ebuild,v 1.1 2014/10/28 09:00:32 jlec Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.9.0-r1.ebuild,v 1.2 2014/10/29 02:42:21 patrick Exp $
62
63 EAPI=5
64
65 PYTHON_COMPAT=( python2_7 )
66
67 -inherit autotools scons-utils fortran-2 flag-o-matic python-r1 toolchain-funcs
68 +inherit scons-utils fortran-2 flag-o-matic python-r1 toolchain-funcs
69
70 DESCRIPTION="An automated pipeline for performing Poisson-Boltzmann electrostatics calculations"
71 HOMEPAGE="http://www.poissonboltzmann.org/"
72 @@ -127,6 +127,5 @@
73 insinto /usr/share/${PN}/ && \
74 doins -r examples
75
76 -
77 dodoc *md NEWS
78 }
79
80
81
82 1.44 sci-chemistry/pdb2pqr/ChangeLog
83
84 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb2pqr/ChangeLog?rev=1.44&view=markup
85 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb2pqr/ChangeLog?rev=1.44&content-type=text/plain
86 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pdb2pqr/ChangeLog?r1=1.43&r2=1.44
87
88 Index: ChangeLog
89 ===================================================================
90 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/ChangeLog,v
91 retrieving revision 1.43
92 retrieving revision 1.44
93 diff -u -r1.43 -r1.44
94 --- ChangeLog 28 Oct 2014 09:00:32 -0000 1.43
95 +++ ChangeLog 29 Oct 2014 02:42:21 -0000 1.44
96 @@ -1,6 +1,10 @@
97 # ChangeLog for sci-chemistry/pdb2pqr
98 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
99 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/ChangeLog,v 1.43 2014/10/28 09:00:32 jlec Exp $
100 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/ChangeLog,v 1.44 2014/10/29 02:42:21 patrick Exp $
101 +
102 + 29 Oct 2014; Patrick Lauer <patrick@g.o> pdb2pqr-1.9.0-r1.ebuild,
103 + pdb2pqr-1.9.0.ebuild:
104 + Whitespace, clean up inherit
105
106 *pdb2pqr-1.9.0-r1 (28 Oct 2014)
107
108 @@ -193,4 +197,3 @@
109 +files/pdb2pqr-gcc4-gentoo.patch, +files/pdb2pqr-propka-gentoo.patch, +metadata.xml, +pdb2pqr-1.0.2.ebuild:
110 Initial import (fixes bug #124791). Many thanks to je_fro
111 <je_fro@×××××.com> for his ebuild.
112 -