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 1SPf8a-0002nj-U3 for garchives@archives.gentoo.org; Wed, 02 May 2012 19:22:57 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19E0DE0798; Wed, 2 May 2012 19:22:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id DD974E0798 for ; Wed, 2 May 2012 19:22:38 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4B2F31B403C for ; Wed, 2 May 2012 19:22:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id B2D03E5432 for ; Wed, 2 May 2012 19:22:35 +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: <1335981972.343709f993aaf8c97385c4b33c5984c56991cba9.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-web.patch X-VCS-Directories: sci-chemistry/pymol/ sci-chemistry/pymol/files/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 343709f993aaf8c97385c4b33c5984c56991cba9 X-VCS-Branch: master Date: Wed, 2 May 2012 19:22:35 +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: 9d74272d-637a-425f-9d3e-ff4bd7e37d06 X-Archives-Hash: 891db7ac3bdd9e4574d2001e8186e47f commit: 343709f993aaf8c97385c4b33c5984c56991cba9 Author: Justin Lecher gentoo org> AuthorDate: Wed May 2 18:06:12 2012 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed May 2 18:06:12 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D343709f9 sci-chemistry/pymol: Fix for latest HEAD (Portage version: 2.2.0_alpha101/git/Linux x86_64, unsigned Manifest comm= it) --- sci-chemistry/pymol/ChangeLog | 3 +++ sci-chemistry/pymol/files/pymol-9999-web.patch | 2 +- 2 files changed, 4 insertions(+), 1 deletions(-) diff --git a/sci-chemistry/pymol/ChangeLog b/sci-chemistry/pymol/ChangeLo= g index d8f7712..98f4ebc 100644 --- a/sci-chemistry/pymol/ChangeLog +++ b/sci-chemistry/pymol/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 + 02 May 2012; Justin Lecher files/pymol-9999-web.patc= h: + Fix for latest HEAD + 29 Mar 2012; Justin Lecher pymol-9999.ebuild: Add new icon files provided by Ramiro T=C3=A9llez Sanz =20 diff --git a/sci-chemistry/pymol/files/pymol-9999-web.patch b/sci-chemist= ry/pymol/files/pymol-9999-web.patch index 4f48140..2293670 100644 --- a/sci-chemistry/pymol/files/pymol-9999-web.patch +++ b/sci-chemistry/pymol/files/pymol-9999-web.patch @@ -6,6 +6,7 @@ Index: setup.py 'pymol/opengl/glu', 'pymol/opengl/glut', 'pymol/wizard', + 'pymol/plugins', - 'pymol2', - 'web', - 'web/examples', @@ -13,4 +14,3 @@ Index: setup.py + 'pymol2', ], ext_modules =3D [ Extension("pymol._cmd", [ - "modules/cealign/src/ccealignmodule.cpp",