diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-03-22 22:09:16 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-03-22 22:09:16 +0000 |
commit | 7edd1283e626aa043e3b5d3ef5402cf5f0924ae4 (patch) | |
tree | e98015ed295dba0e744ede07cf89338325ca20ec /sci-chemistry/pymol-plugins-msms | |
parent | old (diff) | |
download | historical-7edd1283e626aa043e3b5d3ef5402cf5f0924ae4.tar.gz historical-7edd1283e626aa043e3b5d3ef5402cf5f0924ae4.tar.bz2 historical-7edd1283e626aa043e3b5d3ef5402cf5f0924ae4.zip |
Restrict Jython ABIs. Simplify installation.
Package-Manager: portage-2.2.0_alpha28_p4/cvs/Linux x86_64
Diffstat (limited to 'sci-chemistry/pymol-plugins-msms')
-rw-r--r-- | sci-chemistry/pymol-plugins-msms/Manifest | 12 | ||||
-rw-r--r-- | sci-chemistry/pymol-plugins-msms/pymol-plugins-msms-100415.ebuild | 11 |
2 files changed, 6 insertions, 17 deletions
diff --git a/sci-chemistry/pymol-plugins-msms/Manifest b/sci-chemistry/pymol-plugins-msms/Manifest index ec447f4611e2..bfa642e5069e 100644 --- a/sci-chemistry/pymol-plugins-msms/Manifest +++ b/sci-chemistry/pymol-plugins-msms/Manifest @@ -1,15 +1,5 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - AUX 100415-msms.patch 1687 RMD160 fd2d64ddc65fbb611425de24e93a717eeed88bf9 SHA1 2a1d31da62408deb3d087f0f5833fb8c7f28b108 SHA256 50509fe85feb3e12d35d0a1aba8fe2edef5dc557d06617bb1fcaaff7dae3938a DIST pymol-plugins-msms-100415.py 62320 RMD160 b1f4fc49ea680d21395aa9b38436264c276b75ae SHA1 9910134fef01269d85d4c05273ca2d5484485009 SHA256 1452acdcf8b13f5af22da563d44d51aca9f8fdd108dd7a0548ec41941cb463a5 -EBUILD pymol-plugins-msms-100415.ebuild 1300 RMD160 120a9c4cd70b0ebbaf960558f6776cceb8e813ca SHA1 2cdedf1517400c57a59ceb44dbd0415fc8187c02 SHA256 81f84deea97fe66371b2dc632a647230f0783246d815edd66bb76f5d20e893f6 +EBUILD pymol-plugins-msms-100415.ebuild 1281 RMD160 807a2a1b3236ea34f40350f753d1699608ebe487 SHA1 930366d67123d844057754d4b22a9bbbc91864a1 SHA256 99644f566dd298d2c0325d789cb49eab8e31727d36b105b818d4c3d3c5e7b33d MISC ChangeLog 524 RMD160 bd27f2a2aa614c4d0570bdcb987811be1bf20efd SHA1 2a43d8ed1d64478a94e5524485d53087230145af SHA256 df41ab38915913c606c32feb0f808f12e8518dcbe9449499f99fe90cf16d6593 MISC metadata.xml 658 RMD160 4a761e7abe5e0980f86f4a6f4933b906a2eb8434 SHA1 809ba327380c953ea3e5a6a85369b7e7e2242cde SHA256 e25136f83d45a31c989d60615fadc84c091df1609af30d17cb3081cfeeb3b18a ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.17 (GNU/Linux) - -iEYEARECAAYFAk2JEAoACgkQgAnW8HDreRal4gCfdzL+8jCwmOoLTYscQiLyNF8Q -km8An0p3zsvLnRNIZFr/Lu61baV+9kFL -=TaOf ------END PGP SIGNATURE----- diff --git a/sci-chemistry/pymol-plugins-msms/pymol-plugins-msms-100415.ebuild b/sci-chemistry/pymol-plugins-msms/pymol-plugins-msms-100415.ebuild index cda68386e9e1..63eb8e827b0f 100644 --- a/sci-chemistry/pymol-plugins-msms/pymol-plugins-msms-100415.ebuild +++ b/sci-chemistry/pymol-plugins-msms/pymol-plugins-msms-100415.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pymol-plugins-msms/pymol-plugins-msms-100415.ebuild,v 1.2 2011/03/22 21:09:25 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pymol-plugins-msms/pymol-plugins-msms-100415.ebuild,v 1.3 2011/03/22 22:09:16 arfrever Exp $ EAPI="3" PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" +RESTRICT_PYTHON_ABIS="3.* *-jython" inherit eutils python @@ -35,15 +35,14 @@ src_prepare() { -e "s:GENTOOMSMS:${EPREFIX}/opt/bin/msms:g" \ -e "s:GENTOOXYZRN:${EPREFIX}/usr/bin/pdb_to_xyzrn:g" \ -i ${A} || die - python_copy_sources } src_install() { installation() { - insinto $(python_get_sitedir)/pmg_tk/startup/ - doins ${P}.py || die + insinto $(python_get_sitedir)/pmg_tk/startup + doins ${P}.py } - python_execute_function -s installation + python_execute_function installation } pkg_postinst() { |