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/mrbump/files: 0.4.4-superpose.patch
Date: Sat, 06 Feb 2010 23:26:00
Message-Id: E1Ndu2I-0006Xr-7M@stork.gentoo.org
1 jlec 10/02/06 23:25:58
2
3 Added: 0.4.4-superpose.patch
4 Log:
5 Splitted mrbump from ccp4
6 (Portage version: 2.2_rc62/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 sci-chemistry/mrbump/files/0.4.4-superpose.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/mrbump/files/0.4.4-superpose.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/mrbump/files/0.4.4-superpose.patch?rev=1.1&content-type=text/plain
13
14 Index: 0.4.4-superpose.patch
15 ===================================================================
16 --- share/mrbump/include/mr/Ensemble.py 2008-07-28 16:40:47.000000000 +0200
17 +++ share/mrbump/include/mr/Ensemble.py.new 2009-08-26 22:26:44.000000000 +0200
18 @@ -29,7 +29,7 @@
19 self.superposeEXE=os.path.join(os.environ['CBIN'], 'superpose.exe')
20 self.pdbsetEXE=os.path.join(os.environ['CBIN'], 'pdbset.exe')
21 else:
22 - self.superposeEXE=os.path.join(os.environ['CBIN'], 'superpose')
23 + self.superposeEXE=os.path.join(os.environ['CBIN'], 'superpose-ccp4')
24 self.pdbsetEXE=os.path.join(os.environ['CBIN'], 'pdbset')
25
26 self.SPxyz_template=''