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/vmd: ChangeLog vmd-1.9.1-r2.ebuild
Date: Wed, 02 Oct 2013 11:39:55
Message-Id: 20131002113949.22F022004C@flycatcher.gentoo.org
1 jlec 13/10/02 11:39:49
2
3 Modified: ChangeLog vmd-1.9.1-r2.ebuild
4 Log:
5 sci-chemistry/vmd: Add fix for cuda 5.5
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
8
9 Revision Changes Path
10 1.58 sci-chemistry/vmd/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/vmd/ChangeLog?rev=1.58&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/vmd/ChangeLog?rev=1.58&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/vmd/ChangeLog?r1=1.57&r2=1.58
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/vmd/ChangeLog,v
19 retrieving revision 1.57
20 retrieving revision 1.58
21 diff -u -r1.57 -r1.58
22 --- ChangeLog 2 Oct 2013 11:12:18 -0000 1.57
23 +++ ChangeLog 2 Oct 2013 11:39:48 -0000 1.58
24 @@ -1,6 +1,10 @@
25 # ChangeLog for sci-chemistry/vmd
26 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/vmd/ChangeLog,v 1.57 2013/10/02 11:12:18 jlec Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/vmd/ChangeLog,v 1.58 2013/10/02 11:39:48 jlec Exp $
29 +
30 + 02 Oct 2013; Justin Lecher <jlec@g.o> vmd-1.9.1-r2.ebuild,
31 + +files/vmd-1.9.1-cuda-device_ptr.patch:
32 + Add fix for cuda 5.5
33
34 02 Oct 2013; Justin Lecher <jlec@g.o> vmd-1.9.1-r2.ebuild:
35 Update dependency for tk
36
37
38
39 1.5 sci-chemistry/vmd/vmd-1.9.1-r2.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/vmd/vmd-1.9.1-r2.ebuild?rev=1.5&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/vmd/vmd-1.9.1-r2.ebuild?rev=1.5&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/vmd/vmd-1.9.1-r2.ebuild?r1=1.4&r2=1.5
44
45 Index: vmd-1.9.1-r2.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/vmd/vmd-1.9.1-r2.ebuild,v
48 retrieving revision 1.4
49 retrieving revision 1.5
50 diff -u -r1.4 -r1.5
51 --- vmd-1.9.1-r2.ebuild 2 Oct 2013 11:12:18 -0000 1.4
52 +++ vmd-1.9.1-r2.ebuild 2 Oct 2013 11:39:48 -0000 1.5
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2013 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/vmd/vmd-1.9.1-r2.ebuild,v 1.4 2013/10/02 11:12:18 jlec Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/vmd/vmd-1.9.1-r2.ebuild,v 1.5 2013/10/02 11:39:48 jlec Exp $
58
59 EAPI=5
60
61 @@ -66,6 +66,8 @@
62 src_prepare() {
63 use cuda && cuda_sanitize
64
65 + epatch "${FILESDIR}"/${P}-cuda-device_ptr.patch
66 +
67 cd "${WORKDIR}"/plugins
68
69 epatch \