Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 147813 Details for
Bug 209970
[NEW EBUILD] plugins for pymol
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
pymol-plugins-dynmap-1.0.ebuild
pymol-plugins-dynmap-1.0.ebuild (text/plain), 1.14 KB, created by
Justin Lecher (RETIRED)
on 2008-03-31 11:48:43 UTC
(
hide
)
Description:
pymol-plugins-dynmap-1.0.ebuild
Filename:
MIME Type:
Creator:
Justin Lecher (RETIRED)
Created:
2008-03-31 11:48:43 UTC
Size:
1.14 KB
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit python eutils toolchain-funcs > >SLOT="0" >LICENSE="GPL-2" >KEYWORDS="~x86 ~amd64" >DESCRIPTION="DYN-MAP generates maps of functional groups in a protein and visualize them using dynamic parameters" >SRC_URI="http://www.giacomobastianelli.com/Files/DYNMAP_v${PV}.tar.gz" >HOMEPAGE="http://www.giacomobastianelli.com/work.html" >IUSE="" >RESTRICT="mirror" >RDEPEND=">=sci-biology/biopython-1.43 > >=dev-python/cheetah-2.0 > >=sci-chemistry/gromacs-3.3.1 > sci-chemistry/msms-bin" >DEPEND="" > >src_unpack(){ > python_version > unpack DYNMAP_v${PV}.tar.gz > if [[ "${PYVER}" == "2.5" ]] ; then > epatch "${FILESDIR}"/dynmap-${PV}-python2.5.patch || die "epatch dynmap-python2.5.patch failed" > else > epatch "${FILESDIR}"/dynmap-${PV}.patch || die "epatch dynmap-${PV}.patch failed" > fi >} > >src_install(){ > insinto /usr/lib/dynmap/ > doins -r DYNMAP_v${PV}/*{py,gif} > dosym /usr/lib/dynmap/DYN-MAP /usr/bin/DYN-MAP > dodoc DYNMAP_v${PV}/README.txt >} > >pkg_postrm() { > python_mod_cleanup "${ROOT}"/usr/$(get_libdir)/python${PYVER}/site-packages/pmg_tk/startup/ >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 209970
:
143410
|
143414
|
143415
|
143416
|
143417
|
143420
|
146056
|
146059
|
146061
|
146063
|
146064
|
146067
|
147634
|
147809
|
147810
|
147811
|
147812
| 147813 |
147815
|
147817
|
147819
|
147821
|
147822
|
147823
|
147827
|
147837
|
147863
|
147865
|
147867
|
147889
|
147993