diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2006-03-04 00:23:27 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2006-03-04 00:23:27 +0000 |
commit | ee97fd8572d90a48526e3f07c39080153fc1ffee (patch) | |
tree | 174e11459dd29fd3df3e085097b2c492d65a26e3 /sci-chemistry/pymol | |
parent | New version, bug #124868. (diff) | |
download | gentoo-2-ee97fd8572d90a48526e3f07c39080153fc1ffee.tar.gz gentoo-2-ee97fd8572d90a48526e3f07c39080153fc1ffee.tar.bz2 gentoo-2-ee97fd8572d90a48526e3f07c39080153fc1ffee.zip |
Whitespace fixes
(Portage version: 2.1_pre5-r1)
Diffstat (limited to 'sci-chemistry/pymol')
-rw-r--r-- | sci-chemistry/pymol/pymol-0.99.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-chemistry/pymol/pymol-0.99.ebuild b/sci-chemistry/pymol/pymol-0.99.ebuild index d809d010dfbd..60c646936335 100644 --- a/sci-chemistry/pymol/pymol-0.99.ebuild +++ b/sci-chemistry/pymol/pymol-0.99.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pymol/pymol-0.99.ebuild,v 1.1 2006/03/03 17:32:45 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pymol/pymol-0.99.ebuild,v 1.2 2006/03/04 00:23:27 halcy0n Exp $ inherit distutils eutils multilib @@ -37,7 +37,7 @@ src_install() { distutils_src_install cd ${S} - + #The following three lines probably do not do their jobs and should be #changed PYTHONPATH="${D}/usr/$(get_libdir)/site-packages" ${python} setup2.py @@ -51,7 +51,7 @@ PYMOL_SCRIPTS="/usr/share/pymol/scripts" export PYMOL_PATH PYMOL_DATA PYMOL_SCRIPTS ${python} \${PYMOL_PATH}/__init__.py \$* EOF - + exeinto /usr/bin doexe ${T}/pymol dodoc DEVELOPERS CHANGES |