Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 14320 Details for
Bug 24198
xpvm-1.2.5-r1.ebuild (Upgrade)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
the upgraded xpvm ebuild
xpvm-1.2.5-r1.ebuild (text/plain), 1.40 KB, created by
the
on 2003-07-09 13:06:15 UTC
(
hide
)
Description:
the upgraded xpvm ebuild
Filename:
MIME Type:
Creator:
the
Created:
2003-07-09 13:06:15 UTC
Size:
1.40 KB
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: > >S=${WORKDIR}/${P} >DESCRIPTION="XPVM: A graphical console and monitor for PVM" >SRC_URI="http://www.netlib.org/pvm3/xpvm/XPVM.src.1.2.5.tgz" >HOMEPAGE="http://www.csm.ornl.gov/pvm/pvm_home.html" >IUSE="" > >DEPEND=">=sys-cluster/pvm-3.4.1-r1 > =dev-lang/tcl-8.3.4 > =dev-lang/tk-8.3.4" >RDEPEND="" > >SLOT="0" >KEYWORDS="~x86" >LICENSE="LGPL-2" > >src_unpack() { > unpack ${A} > patch -p0 <${FILESDIR}/xpvm-1.2.5-gentoo.diff || die >} > >src_compile() { > cd ${WORKDIR}/xpvm > > export PVM_ROOT="/usr/local/pvm3" > export PVM_ARCH="LINUX" > export XPVM_ROOT=${WORKDIR}"/xpvm" > > emake xpvm || die >} > >src_install() { > cd ${WORKDIR}/xpvm > dodir ${PVM_ROOT}"/xpvm" > dodir ${PVM_ROOT}"/bin/"${PVM_ARCH} > dodir "/usr/bin" > > export XPVM_ROOT=${PVM_ROOT}"/xpvm" > > #create symlinks to xpvm binary > dosym ${XPVM_ROOT}"/src/"${PVM_ARCH}"/xpvm" ${PVM_ROOT}"/bin/"${PVM_ARCH}"/xpvm" > dosym ${XPVM_ROOT}"/src/"${PVM_ARCH}"/xpvm" "/usr/bin/xpvm" > > #install headers and libs and binary > export PVM_ROOT=${D}"/usr/local/pvm3" > cp ${WORKDIR}/xpvm ${PVM_ROOT} -r > > #environment variables: > touch 97xpvm > echo XPVM_ROOT=/usr/local/pvm3/xpvm/src >>97xpvm > insinto /etc/env.d > doins 97xpvm > > dodoc README >} > >pkg_postinst() { > ewarn "Environment Variables have changed. Do not forget to reboot or perform" > ewarn "source /etc/profile before using xpvm !" >} >
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 24198
: 14320