Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 669876 - dev-lang/rust-1.30.1 version bump
Summary: dev-lang/rust-1.30.1 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal normal
Assignee: Gentoo Rust Project
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2018-10-28 16:51 UTC by Oleg
Modified: 2018-11-14 16:19 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
dev-lang/rust ebuild (rust-1.30.0.ebuild,7.80 KB, text/plain)
2018-10-28 16:51 UTC, Oleg
Details
patch to fix clippy (1.30.0-clippy-sysroot.patch,2.80 KB, patch)
2018-10-28 16:51 UTC, Oleg
Details | Diff
dev-lang/rust ebuild (rust-1.30.1.ebuild,7.80 KB, text/plain)
2018-11-09 16:41 UTC, Oleg
Details
patch to fix clippy (1.30.1-clippy-sysroot.patch,2.80 KB, patch)
2018-11-09 16:42 UTC, Oleg
Details | Diff
dev-util/cargo for this rust version (cargo-0.31.1.ebuild,3.80 KB, text/plain)
2018-11-09 16:44 UTC, Oleg
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Oleg 2018-10-28 16:51:10 UTC
Created attachment 553528 [details]
dev-lang/rust ebuild

https://blog.rust-lang.org/2018/10/25/Rust-1.30.0.html
Comment 1 Oleg 2018-10-28 16:51:57 UTC
Created attachment 553530 [details, diff]
patch to fix clippy
Comment 2 N. Andrew Walsh 2018-11-03 10:26:48 UTC
rust-1.30.0 (this version) depends on cargo-0.31.0, which I can't find either here or in an overlay. Did I miss it somewhere?
Comment 3 Oleg 2018-11-09 16:41:36 UTC
Created attachment 554659 [details]
dev-lang/rust ebuild

Bug-fix rust version.
Comment 4 Oleg 2018-11-09 16:42:01 UTC
Created attachment 554661 [details, diff]
patch to fix clippy
Comment 5 Oleg 2018-11-09 16:44:19 UTC
Created attachment 554663 [details]
dev-util/cargo for this rust version

I use cargo-9999 so I didn't test this cargo version. At the least it builds and installs into image/
Comment 6 Larry the Git Cow gentoo-dev 2018-11-14 16:16:35 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aee297999eab95cd0c4c5ebd886874529efde55b

commit aee297999eab95cd0c4c5ebd886874529efde55b
Author:     Dirkjan Ochtman <djc@gentoo.org>
AuthorDate: 2018-11-14 16:12:09 +0000
Commit:     Dirkjan Ochtman <djc@gentoo.org>
CommitDate: 2018-11-14 16:16:21 +0000

    dev-lang/rust: version bump to 1.30.1
    
    Fixes: https://bugs.gentoo.org/669876
    Fixes: https://bugs.gentoo.org/669918
    Signed-off-by: Dirkjan Ochtman <djc@gentoo.org>
    Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-lang/rust/Manifest                          |  14 ++
 dev-lang/rust/files/1.30.1-clippy-sysroot.patch |  62 ++++++
 dev-lang/rust/rust-1.30.1.ebuild                | 263 ++++++++++++++++++++++++
 3 files changed, 339 insertions(+)
Comment 7 Dirkjan Ochtman (RETIRED) gentoo-dev 2018-11-14 16:19:00 UTC
Oleg, thanks for the patch!