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 1RXxzD-00026I-US for garchives@archives.gentoo.org; Tue, 06 Dec 2011 16:35:20 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 02BC021C1D8; Tue, 6 Dec 2011 16:35:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id C9F3321C1D8 for ; Tue, 6 Dec 2011 16:35:02 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 517E464409 for ; Tue, 6 Dec 2011 16:35:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 9CD8280042 for ; Tue, 6 Dec 2011 16:35:01 +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: <812ffb36524400002afd40fc6c2f12b4822ec8e9.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-setup.py.patch X-VCS-Directories: sci-chemistry/pymol/ sci-chemistry/pymol/files/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 812ffb36524400002afd40fc6c2f12b4822ec8e9 Date: Tue, 6 Dec 2011 16:35:01 +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: ac7833d9-12c6-4a73-a2ec-8d5d777d02d6 X-Archives-Hash: 198790f04f199263afc339d9afce21bf commit: 812ffb36524400002afd40fc6c2f12b4822ec8e9 Author: Justin Lecher gentoo org> AuthorDate: Mon Dec 5 16:58:47 2011 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Dec 5 16:58:47 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D812ffb36 Fix pymol-9999-setup.py.patch for current HEAD (Portage version: 2.2.0_alpha79/git/Linux x86_64, signed Manifest commit = with key 70EB7916) --- sci-chemistry/pymol/ChangeLog | 3 +++ .../pymol/files/pymol-9999-setup.py.patch | 17 +++++++-------= --- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/sci-chemistry/pymol/ChangeLog b/sci-chemistry/pymol/ChangeLo= g index 5560aa7..0a9b65e 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 + 05 Dec 2011; Justin Lecher files/pymol-9999-setup.py= .patch: + Fix pymol-9999-setup.py.patch for current HEAD + 29 Aug 2011; Justin Lecher files/pymol-9999-shaders.= patch: Latest changes on HEAD =20 diff --git a/sci-chemistry/pymol/files/pymol-9999-setup.py.patch b/sci-ch= emistry/pymol/files/pymol-9999-setup.py.patch index 1267b96..01efe30 100644 --- a/sci-chemistry/pymol/files/pymol-9999-setup.py.patch +++ b/sci-chemistry/pymol/files/pymol-9999-setup.py.patch @@ -1,20 +1,17 @@ - setup.py | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) - -diff --git a/setup.py b/setup.py -index b0f4dad..8c82722 100644 ---- a/setup.py -+++ b/setup.py -@@ -156,7 +156,7 @@ else: # linux or other unix +Index: setup.py +=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D +--- setup.py (revision 3972) ++++ setup.py (working copy) +@@ -156,7 +156,7 @@ # ("_PYMOL_VMD_PLUGINS",None) ("NO_MMLIBS",None), ] -- ext_comp_args=3D["-ffast-math","-funroll-loops","-O3"] +- ext_comp_args=3D["-ffast-math","-funroll-loops","-O3","-g"] + ext_comp_args=3D[] ext_link_args=3D[] =20 setup ( # Distribution meta-data -@@ -174,6 +174,7 @@ setup ( # Distribution meta-data +@@ -174,6 +174,7 @@ 'pmg_tk/skins', 'pmg_tk/skins/normal', =20 'pmg_wx',