Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/pymol/, sci-chemistry/pymol/files/
Date: Wed, 31 Aug 2011 10:05:31
Message-Id: 8b78270e241be7c137bc274fc0ed20918dd616b1.jlec@gentoo
1 commit: 8b78270e241be7c137bc274fc0ed20918dd616b1
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 29 15:09:01 2011 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 29 15:09:01 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=8b78270e
7
8 Latest changes on HEAD
9
10 (Portage version: 2.2.0_alpha51/git/Linux x86_64, signed Manifest commit with key 70EB7916)
11
12 ---
13 sci-chemistry/pymol/ChangeLog | 3 +++
14 sci-chemistry/pymol/files/pymol-9999-shaders.patch | 2 +-
15 2 files changed, 4 insertions(+), 1 deletions(-)
16
17 diff --git a/sci-chemistry/pymol/ChangeLog b/sci-chemistry/pymol/ChangeLog
18 index e830989..5560aa7 100644
19 --- a/sci-chemistry/pymol/ChangeLog
20 +++ b/sci-chemistry/pymol/ChangeLog
21 @@ -2,6 +2,9 @@
22 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 + 29 Aug 2011; Justin Lecher <jlec@g.o> files/pymol-9999-shaders.patch:
26 + Latest changes on HEAD
27 +
28 18 Aug 2011; Justin Lecher <jlec@g.o> files/pymol-9999-prefix.patch,
29 files/pymol-9999-shaders.patch:
30 Fixed patches
31
32 diff --git a/sci-chemistry/pymol/files/pymol-9999-shaders.patch b/sci-chemistry/pymol/files/pymol-9999-shaders.patch
33 index 8517ebe..f8a762c 100644
34 --- a/sci-chemistry/pymol/files/pymol-9999-shaders.patch
35 +++ b/sci-chemistry/pymol/files/pymol-9999-shaders.patch
36 @@ -17,7 +17,7 @@ Index: layer0/ShaderMgr.c
37
38 - pymol_path = getenv("PYMOL_PATH");
39 - if (!pymol_path){
40 -+ pymol_path = getenv("PYMOL_DATA");
41 ++ pymol_data = getenv("PYMOL_DATA");
42 + if (!pymol_data){
43 PRINTFB(G, FB_ShaderMgr, FB_Warnings)
44 - " PyMOLShader_NewFromFile-Warning: PYMOL_PATH not set, cannot read shader config files from disk\n" ENDFB(G);