diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-02-02 17:51:00 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-02-02 17:51:00 +0000 |
commit | 87bd4bc6f0f6fddd0966c0833004c4456abeb6cf (patch) | |
tree | 6db7059c4df638a2b80a8faa7987304e8f2f6472 /sci-chemistry/pymol | |
parent | Version bump (diff) | |
download | gentoo-2-87bd4bc6f0f6fddd0966c0833004c4456abeb6cf.tar.gz gentoo-2-87bd4bc6f0f6fddd0966c0833004c4456abeb6cf.tar.bz2 gentoo-2-87bd4bc6f0f6fddd0966c0833004c4456abeb6cf.zip |
Unneeded code black for old apbs support removed, thanks alexxy for reporting that
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry/pymol')
-rw-r--r-- | sci-chemistry/pymol/pymol-1.2.2-r1.ebuild | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/sci-chemistry/pymol/pymol-1.2.2-r1.ebuild b/sci-chemistry/pymol/pymol-1.2.2-r1.ebuild index 82d774f32f18..34f804f16d4b 100644 --- a/sci-chemistry/pymol/pymol-1.2.2-r1.ebuild +++ b/sci-chemistry/pymol/pymol-1.2.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pymol/pymol-1.2.2-r1.ebuild,v 1.1 2010/02/01 21:48:57 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pymol/pymol-1.2.2-r1.ebuild,v 1.2 2010/02/02 17:51:00 jlec Exp $ EAPI="2" @@ -55,15 +55,6 @@ src_prepare() { use shaders && epatch "${FILESDIR}"/${P}-shaders.patch - if use apbs; then - cp -f "${WORKDIR}"/apbs_tools.py.${APBS_PATCH} modules/pmg_tk/startup/apbs_tools.py \ - || die "Failed to copy apbs_tools.py" - - sed "s:LIBANDPYTHON:$(python_get_libdir):g" \ - -i modules/pmg_tk/startup/apbs_tools.py \ - || die "Failed running sed on apbs_tools.py" - fi - use vmd && epatch "${FILESDIR}"/${P}-vmd.patch use numpy && \ |