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 | 8dcae2ad8759b7b03612a8eb3dc48c38a9976f1d (patch) | |
tree | c72891ade8ba5067874a6ae9f7738a320b8f79cd /sci-chemistry | |
parent | New version, bug #124868. (diff) | |
download | historical-8dcae2ad8759b7b03612a8eb3dc48c38a9976f1d.tar.gz historical-8dcae2ad8759b7b03612a8eb3dc48c38a9976f1d.tar.bz2 historical-8dcae2ad8759b7b03612a8eb3dc48c38a9976f1d.zip |
Whitespace fixes
Package-Manager: portage-2.1_pre5-r1
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/pymol/Manifest | 16 | ||||
-rw-r--r-- | sci-chemistry/pymol/pymol-0.99.ebuild | 6 |
2 files changed, 16 insertions, 6 deletions
diff --git a/sci-chemistry/pymol/Manifest b/sci-chemistry/pymol/Manifest index 8054fe2866ff..f54672fd1620 100644 --- a/sci-chemistry/pymol/Manifest +++ b/sci-chemistry/pymol/Manifest @@ -1,3 +1,6 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 3b0f6b9fa7796b10202c238a70e3dec5 ChangeLog 3951 RMD160 547861512033e3fcb1d5ac4adf6a7e769dd52cd1 ChangeLog 3951 SHA256 5aadaa470b8b3754017281805333175a6e535cfa4e8ad39333aecf2f396b0ced ChangeLog 3951 @@ -34,6 +37,13 @@ SHA256 3c78bd24c24de4861e5b37925fa872164fa20c032dcea3d30d93bc3900208047 pymol-0. MD5 178d73732fb90d64350e98c172b9b594 pymol-0.98.ebuild 1131 RMD160 74c9af0b01ad3f38d1b7ebc80ec176774069d228 pymol-0.98.ebuild 1131 SHA256 d1a682ccf38e792d76529b104594e583e7b076a8b1095ed92866f7f23e5fa7dc pymol-0.98.ebuild 1131 -MD5 68a731189fea0e1e79a4f2a6b72fa975 pymol-0.99.ebuild 1478 -RMD160 88edc526ae7f51442b933934bfb1e96e0365ff63 pymol-0.99.ebuild 1478 -SHA256 4a6b52c37bb5c5761abf8da5407268efd2b9aac9de25c3a178bc1245b7114da2 pymol-0.99.ebuild 1478 +MD5 95a8a4c67a222c1e9f6eb89008ab81e9 pymol-0.99.ebuild 1474 +RMD160 dcf0d4297c91654377178ab56b983b75a13bea04 pymol-0.99.ebuild 1474 +SHA256 ccd7a039f54866746de1b93d011d189515bbfc62cceb5a661397be3f1fe06b46 pymol-0.99.ebuild 1474 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2.1 (GNU/Linux) + +iD8DBQFECN4MCRZPokWLroQRAsovAJ9eRr8nU8PyPilV4G2WrfqenEJtsACg3BHM +eWNQqdr/wnUW6/IvVZ4RSN8= +=1QeM +-----END PGP SIGNATURE----- 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 |