Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 223535 Details for
Bug 273890
[version bump] dev-util/plan9port-20110310
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
updated date stamped ebuild
plan9port-20100307.ebuild (text/plain), 1.95 KB, created by
John (EBo) David
on 2010-03-14 17:20:19 UTC
(
hide
)
Description:
updated date stamped ebuild
Filename:
MIME Type:
Creator:
John (EBo) David
Created:
2010-03-14 17:20:19 UTC
Size:
1.95 KB
patch
obsolete
># Copyright 1999-2010 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI="2" > >inherit > >DESCRIPTION="Plan 9 From User Space" >HOMEPAGE="http://swtch.com/plan9port/" >SRC_URI="http://swtch.com//plan9port/${P}.tgz" > >LICENSE="Lucent-1.02" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="" > >DEPEND="x11-libs/libX11 > x11-libs/libXau > x11-libs/libXdmcp > x11-libs/libXext > x11-libs/libxcb > sys-libs/glibc" >RDEPEND="${DEPEND}" > >S="${WORKDIR}/plan9" > >PLAN9=/usr/plan9 > >src_prepare() >{ > einfo "Fixing hard-coded /usr/local/plan9 paths" > find -type f -exec sed -i 's!/usr/local/plan9!${PLAN9}!g' '{}' ';' >} > >src_compile() { > einfo "Compiling Plan 9 from User Space can take a very long time" > einfo "depending on the speed of your computer. Please be patient!" > ./INSTALL -b || die "Plan9 build failed" >} > >src_install() { > dodir "${PLAN9}" || die "creating ${PLAN9} failed" > > # do* plays with the executable bit, and we should not modify them > cp -a * "${D}/${PLAN9}" > > # build the environment variables and install them in env.d > cat > "${T}/30plan9" <<EOF >PLAN9="${PLAN9}" >PATH="${PLAN9}"/bin >ROOTPATH="${PLAN9}"/bin >MANPATH="${PLAN9}"/man >EOF > doenvd "${T}/30plan9" || die "installing 30plan9 failed" >} > >pkg_postinst() { > einfo "Recalibrating Plan 9 from User Space to its new environment." > einfo "This could take a while..." > > cd "${PLAN9}" > ./INSTALL -c &> /dev/null > > elog "Plan 9 from User Space has been successfully installed into" > elog "${PLAN9}. Your PLAN9 and PATH environment variables" > elog "have also been appropriately set, please use env-update and" > elog "source /etc/profile to bring that into immediate effect." > elog > elog "Please note that \${PLAN9}/bin has been appended to the *end*" > elog "or your PATH to prevent conflicts. To use the Plan9 versions" > elog "of common UNIX tools, use the absolute path:" > elog "${PLAN9}/bin or the 9 command (eg: 9 troff)" > elog > elog "Please report any bugs to bugs.gentoo.org, NOT Plan9Port. " >}
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 273890
:
207114
|
223533
| 223535 |
268183
|
268185
|
268189
|
268191
|
272565
|
272567
|
272569
|
272571