Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 82083 Details for
Bug 90105
swiss-pdbviewer requested
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
a quick mock-up for the 3.7sp5 version
spdbv-3.7.5.ebuild (text/plain), 1.27 KB, created by
George Shapovalov (RETIRED)
on 2006-03-14 02:29:00 UTC
(
hide
)
Description:
a quick mock-up for the 3.7sp5 version
Filename:
MIME Type:
Creator:
George Shapovalov (RETIRED)
Created:
2006-03-14 02:29:00 UTC
Size:
1.27 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit versionator > >My_PV0=$(replace_version_separator 1 "") >My_PV=$(replace_version_separator 1 "sp" ${My_PV0}) > >DESCRIPTION="Swiss-PdbViewer - molecular structure viewer." >HOMEPAGE="http://www.expasy.org/spdbv/" >SRC_URI="http://www.expasy.org/${PN}/program/${PN}${My_PV}-Linux.tar.gz" > >LICENSE="as-is" >SLOT="0" >KEYWORDS="~x86 ~amd64" >IUSE="" > > >RDEPEND=">=x11-libs/openmotif-2.2.2 > || ( ( x11-libs/libXext > x11-libs/libXi > || ( x11-apps/xdpyinfo x11-apps/xwininfo ) > ) > virtual/x11 > )" >DEPEND="${RDEPEND} > || ( ( x11-proto/inputproto > x11-proto/xextproto > app-text/rman > ) > virtual/x11 > )" > >S="${WORKDIR}/SPDBV_DISTRIBUTION" > >src_compile() { > einfo "nothing to do.." >} > >src_install () { > local SPDBVDir="/opt/SPDBV" > > # official spdbv installation is via a script which basically unpacks one > # tar.gz file. > dodir "${SPDBVDir}" > cd "${D}/opt" > tar xzpf ${S}/shared.tar.gz > > # We also need to move docs to a proper place > dohtml ${D}${SPDBVDir}/_stuff_/*.htm > dodoc ${D}${SPDBVDir}/*.txt > rm ${D}${SPDBVDir}/{*.txt,_stuff_/*.htm} > mv ${D}${SPDBVDir}/_stuff_/gifs ${D}/usr/share/doc/${PF}/html/ > > # and setup the wrapper > dodir /usr/bin > dobin ${FILESDIR}/spdbv >}
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 90105
: 82083