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/vmd: vmd-1.8.6.ebuild ChangeLog
Date: Thu, 20 Sep 2007 21:52:49
Message-Id: E1IYTpK-0002p6-Ik@stork.gentoo.org
1 markusle 07/09/20 21:44:50
2
3 Modified: vmd-1.8.6.ebuild ChangeLog
4 Log:
5 Added patch to fix python-2.5 compile issues on amd64 (fixes bug #192902).
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.5 sci-chemistry/vmd/vmd-1.8.6.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/vmd/vmd-1.8.6.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/vmd/vmd-1.8.6.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/vmd/vmd-1.8.6.ebuild?r1=1.4&r2=1.5
14
15 Index: vmd-1.8.6.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/vmd/vmd-1.8.6.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- vmd-1.8.6.ebuild 22 Jul 2007 07:20:11 -0000 1.4
22 +++ vmd-1.8.6.ebuild 20 Sep 2007 21:44:50 -0000 1.5
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/vmd/vmd-1.8.6.ebuild,v 1.4 2007/07/22 07:20:11 dberkholz Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/vmd/vmd-1.8.6.ebuild,v 1.5 2007/09/20 21:44:50 markusle Exp $
28
29 inherit eutils toolchain-funcs python
30
31 @@ -41,6 +41,7 @@
32
33 # apply LINUX-arch patches to vmd configure
34 epatch "${FILESDIR}"/${P}-config-gentoo.patch
35 + epatch "${FILESDIR}"/${P}-python-2.5.patch
36
37 # prepare the plugins
38
39
40
41
42 1.17 sci-chemistry/vmd/ChangeLog
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/vmd/ChangeLog?rev=1.17&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/vmd/ChangeLog?rev=1.17&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/vmd/ChangeLog?r1=1.16&r2=1.17
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/vmd/ChangeLog,v
51 retrieving revision 1.16
52 retrieving revision 1.17
53 diff -u -r1.16 -r1.17
54 --- ChangeLog 22 Jul 2007 07:20:11 -0000 1.16
55 +++ ChangeLog 20 Sep 2007 21:44:50 -0000 1.17
56 @@ -1,6 +1,12 @@
57 # ChangeLog for sci-chemistry/vmd
58 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/vmd/ChangeLog,v 1.16 2007/07/22 07:20:11 dberkholz Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/vmd/ChangeLog,v 1.17 2007/09/20 21:44:50 markusle Exp $
61 +
62 + 20 Sep 2007; Markus Dittrich <markusle@g.o>
63 + +files/vmd-1.8.6-python-2.5.patch, vmd-1.8.6.ebuild:
64 + Added patch to fix python-2.5 compile issues on amd64 (fixes bug
65 + #192902). Thanks much to milan hodoscek <milan@××××××.si> for his
66 + patch.
67
68 22 Jul 2007; Donnie Berkholz <dberkholz@g.o>; vmd-1.8.5.ebuild,
69 vmd-1.8.6.ebuild:
70
71
72
73 --
74 gentoo-commits@g.o mailing list