Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 395760 Details for
Bug 539204
dev-lang/rust-bin-999 - ?
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fix for the ebuild, adressing the issues listed
rust-bin-nightly.patch (text/plain), 1.61 KB, created by
Olaf Leidinger
on 2015-02-07 09:44:10 UTC
(
hide
)
Description:
fix for the ebuild, adressing the issues listed
Filename:
MIME Type:
Creator:
Olaf Leidinger
Created:
2015-02-07 09:44:10 UTC
Size:
1.61 KB
patch
obsolete
>--- dev-lang/rust-bin/rust-bin-999.ebuild 2014-11-30 14:01:06.000000000 +0100 >+++ ../local/portage/dev-lang/rust-bin/rust-bin-999.ebuild 2015-02-07 10:40:16.461584596 +0100 >@@ -39,27 +39,24 @@ > mv "${WORKDIR}/rust-nightly-${postfix}" "${S}" || die > } > >-src_prepare() { >- epatch "${FILESDIR}/${PN}-0.12.0-no-ldconfig.patch" >-} >- > src_install() { > ./install.sh \ >+ --disable-ldconfig \ > --disable-verify \ > --prefix="${D}/opt/${P}" \ > --mandir="${D}/usr/share/${P}/man" > > local rustc=rustc-bin-${PV} > local rustdoc=rustdoc-bin-${PV} >- local rustlldb=rust-lldb-bin-${PV} >+ local rustgdb=rust-gdb > > mv "${D}/opt/${P}/bin/rustc" "${D}/opt/${P}/bin/${rustc}" || die > mv "${D}/opt/${P}/bin/rustdoc" "${D}/opt/${P}/bin/${rustdoc}" || die >- mv "${D}/opt/${P}/bin/rust-lldb" "${D}/opt/${P}/bin/${rustlldb}" || die > > dosym "/opt/${P}/bin/${rustc}" "/usr/bin/${rustc}" > dosym "/opt/${P}/bin/${rustdoc}" "/usr/bin/${rustdoc}" >- dosym "/opt/${P}/bin/${rustlldb}" "/usr/bin/${rustlldb}" >+ dosym "/opt/${P}/bin/${rustgdb}" "/usr/bin/${rustgdb}" >+ dosym "/opt/${P}/bin/cargo" "/usr/bin/cargo" > > cat <<-EOF > "${T}"/50${P} > LDPATH="/opt/${P}/lib" >@@ -78,11 +75,6 @@ > elog "and 'eselect rust set' to list and set rust version." > elog "For more information see 'eselect rust help'" > elog "and http://wiki.gentoo.org/wiki/Project:Eselect/User_guide" >- >- elog "Rust installs a helper script for calling LLDB now," >- elog "for your convenience it is installed under /usr/bin/rust-lldb-bin-${PV}," >- elog "but note, that there is no LLDB ebuild in the tree currently," >- elog "so you are on your own if you want to use it." > } > > pkg_postrm() {
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 539204
: 395760