summaryrefslogtreecommitdiff
path: root/dev-lang/rust/rust-1.12.0.ebuild
Commit message (Collapse)AuthorAge
* dev-lang/rust: remove old versionsDirkjan Ochtman2017-03-18
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-lang/rust: Correct sys-devel/llvm deps to slot :0Michał Górny2017-03-07
|
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-28
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-lang/rust: simplify unpackDoug Goldstein2016-11-08
| | | | | | | | | | Instead of unpacking the tarball of the stage0 compiler and then patching the fetch script to not actually reach out to the internet, use the built in mechanism for supplying a stage0 compiler. This improves on d63d593dfdc5fb7dd1256663daac7b978aa892af and should make future bumps easier. Drops the now unnecessary patch as well. Signed-off-by: Doug Goldstein <cardoe@gentoo.org>
* dev-lang/rust: fix network-less buildsDoug Goldstein2016-10-24
| | | | | | | | | When building without a network connection or FEATURES=network-sandbox the build would fail due to the build process reaching out to the internet to fetch down some files that the package manager already got for it. This neuters that network access and uses the existing files. Signed-off-by: Doug Goldstein <cardoe@gentoo.org>
* dev-lang/rust: have src_prepare use defaultDoug Goldstein2016-10-24
| | | | | | | | Instead of calling eapply_user manually inside of src_prepare, call the default function to ensure we use all the of the steps of src_prepare (namely the use of eapply ${PATCHES}). Signed-off-by: Doug Goldstein <cardoe@gentoo.org>
* dev-lang/rust: version bump to 1.12.0Dirkjan Ochtman2016-09-30
Package-Manager: portage-2.3.0