From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Qyhfm-0007X2-W5 for garchives@archives.gentoo.org; Wed, 31 Aug 2011 10:05:31 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B420521C062; Wed, 31 Aug 2011 10:05:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 7655421C062 for ; Wed, 31 Aug 2011 10:05:22 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 06DCE1B401C for ; Wed, 31 Aug 2011 10:05:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 6066280040 for ; Wed, 31 Aug 2011 10:05:21 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <8b78270e241be7c137bc274fc0ed20918dd616b1.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/pymol/, sci-chemistry/pymol/files/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/pymol/ChangeLog sci-chemistry/pymol/files/pymol-9999-shaders.patch X-VCS-Directories: sci-chemistry/pymol/ sci-chemistry/pymol/files/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 8b78270e241be7c137bc274fc0ed20918dd616b1 Date: Wed, 31 Aug 2011 10:05:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: e6eb3bf93371f29b3eb35021dd3bc023 commit: 8b78270e241be7c137bc274fc0ed20918dd616b1 Author: Justin Lecher gentoo org> AuthorDate: Mon Aug 29 15:09:01 2011 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Aug 29 15:09:01 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D8b78270e Latest changes on HEAD (Portage version: 2.2.0_alpha51/git/Linux x86_64, signed Manifest commit = with key 70EB7916) --- sci-chemistry/pymol/ChangeLog | 3 +++ sci-chemistry/pymol/files/pymol-9999-shaders.patch | 2 +- 2 files changed, 4 insertions(+), 1 deletions(-) diff --git a/sci-chemistry/pymol/ChangeLog b/sci-chemistry/pymol/ChangeLo= g index e830989..5560aa7 100644 --- a/sci-chemistry/pymol/ChangeLog +++ b/sci-chemistry/pymol/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 + 29 Aug 2011; Justin Lecher files/pymol-9999-shaders.= patch: + Latest changes on HEAD + 18 Aug 2011; Justin Lecher files/pymol-9999-prefix.p= atch, files/pymol-9999-shaders.patch: Fixed patches diff --git a/sci-chemistry/pymol/files/pymol-9999-shaders.patch b/sci-che= mistry/pymol/files/pymol-9999-shaders.patch index 8517ebe..f8a762c 100644 --- a/sci-chemistry/pymol/files/pymol-9999-shaders.patch +++ b/sci-chemistry/pymol/files/pymol-9999-shaders.patch @@ -17,7 +17,7 @@ Index: layer0/ShaderMgr.c =20 - pymol_path =3D getenv("PYMOL_PATH"); - if (!pymol_path){ -+ pymol_path =3D getenv("PYMOL_DATA"); ++ pymol_data =3D getenv("PYMOL_DATA"); + if (!pymol_data){ PRINTFB(G, FB_ShaderMgr, FB_Warnings) - " PyMOLShader_NewFromFile-Warning: PYMOL_PATH not set, cannot rea= d shader config files from disk\n" ENDFB(G);