| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: Mikhail Pukhlikov <cynede@gentoo.org>
|
|
|
|
|
| |
Closes: https://github.com/gentoo/gentoo-rust/pull/503
Signed-off-by: Mikhail Pukhlikov <cynede@gentoo.org>
|
|
|
|
|
|
|
| |
Fix rust-9999 compilation.
Fix pijul license.
Signed-off-by: Mikhail Pukhlikov <cynede@gentoo.org>
|
|
|
|
|
| |
Closes: https://github.com/gentoo/gentoo-rust/pull/501
Signed-off-by: Mikhail Pukhlikov <cynede@gentoo.org>
|
|
|
|
| |
Signed-off-by: Mikhail Pukhlikov <cynede@gentoo.org>
|
|
|
|
| |
Signed-off-by: Mikhail Pukhlikov <cynede@gentoo.org>
|
|
|
|
|
| |
Closes: https://github.com/gentoo/gentoo-rust/pull/495
Signed-off-by: Mikhail Pukhlikov <cynede@gentoo.org>
|
|
|
|
|
|
|
| |
RLS - old and busted.
rust-analyzer - new hotness.
Signed-off-by: Mikhail Pukhlikov <cynede@gentoo.org>
|
|
|
|
|
|
| |
Downloads and installs the sourcecode. Required for RLS.
Signed-off-by: Mikhail Pukhlikov <cynede@gentoo.org>
|
|
|
|
| |
Signed-off-by: Mikhail Pukhlikov <cynede@gentoo.org>
|
|
|
|
| |
Signed-off-by: Mikhail Pukhlikov <cynede@gentoo.org>
|
|
|
|
| |
Signed-off-by: Mikhail Pukhlikov <cynede@gentoo.org>
|
|
|
|
| |
Signed-off-by: Mikhail Pukhlikov <cynede@gentoo.org>
|
|
|
|
|
| |
Closes: https://github.com/gentoo/gentoo-rust/pull/488
Signed-off-by: Mikhail Pukhlikov <cynede@gentoo.org>
|
|
|
|
|
| |
Closes: https://github.com/gentoo/gentoo-rust/pull/485
Signed-off-by: Mikhail Pukhlikov <cynede@gentoo.org>
|
|
|
|
|
|
| |
Signed-off-by: David Heidelberg <david@ixit.cz>
Closes: https://github.com/gentoo/gentoo-rust/pull/482
Signed-off-by: Mikhail Pukhlikov <cynede@gentoo.org>
|
|
|
|
| |
Signed-off-by: Mikhail Pukhlikov <cynede@gentoo.org>
|
|
|
|
| |
Signed-off-by: Mikhail Pukhlikov <cynede@gentoo.org>
|
|
|
|
| |
Signed-off-by: Mikhail Pukhlikov <cynede@gentoo.org>
|
|
|
|
| |
Signed-off-by: Mikhail Pukhlikov <cynede@gentoo.org>
|
|
|
|
|
|
|
|
|
| |
Add RUST_NIGHTLY_DATE variable, similar to EGIT_COMMIT from git-r3.eclass.
Usage:
RUST_NIGHTLY_DATE="YYYY-MM-DD" emerge rust-bin:nightly
Closes: https://github.com/gentoo/gentoo-rust/pull/474
Signed-off-by: Mikhail Pukhlikov <cynede@gentoo.org>
|
|
|
|
| |
Signed-off-by: Mikhail Pukhlikov <cynede@gentoo.org>
|
|
|
|
|
|
| |
Signed-off-by: Steffen Kuhn <nielson2@yandex.com>
Closes: https://github.com/gentoo/gentoo-rust/pull/471
Signed-off-by: Mikhail Pukhlikov <cynede@gentoo.org>
|
|
|
|
| |
Signed-off-by: Mikhail Pukhlikov <cynede@gentoo.org>
|
|
|
|
|
|
| |
Signed-off-by: Steffen Kuhn <nielson2@yandex.com>
Closes: https://github.com/gentoo/gentoo-rust/pull/466
Signed-off-by: Mikhail Pukhlikov <cynede@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
| |
pr65932 was merged as part of a bigger rollup in pr66366
the patch must stay in the overlay for the beta live ebuild, either
as long as it takes to uplift it to the beta, or up to the next release.
Signed-off-by: Steffen Kuhn <nielson2@yandex.com>
Closes: https://github.com/gentoo/gentoo-rust/issues/454
Closes: https://github.com/gentoo/gentoo-rust/pull/467
Signed-off-by: Mikhail Pukhlikov <cynede@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
pr65474 minimizes the amount of files needed for the install
of a rust-std component by not merging certain dev-header
files and other instable components.
more information:
https://github.com/rust-lang/rust/pull/64823
https://github.com/rust-lang/rust/pull/65474
I opted for +-r1 and dropped keywords, for testing.
Also included pr66103, it shouldn't hurt anyone.
Signed-off-by: Steffen Kuhn <nielson2@yandex.com>
Closes: https://github.com/gentoo/gentoo-rust/pull/464
Signed-off-by: Mikhail Pukhlikov <cynede@gentoo.org>
|
|
|
|
| |
Signed-off-by: Mikhail Pukhlikov <cynede@gentoo.org>
|
|
|
|
|
|
|
|
|
|
| |
branch got updated to v1.40.0, in which the patch got merged by upstream.
Keeping the patch online for possible use in rust-1.39.0 ebuild
Signed-off-by: Steffen Kuhn <nielson2@yandex.com>
Closes: https://github.com/gentoo/gentoo-rust/pull/462
Signed-off-by: Mikhail Pukhlikov <cynede@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
there's an additional rust-std for armv7 when there's neon and thumbv2
optimizations available. glibc based toolchain has it for a longer time
now, and firefox does claim it when configured with --enbable-neon
It's needed on top of the actuall armv7*-unknown-linux-musleabihf std lib,
so it is not a replacement.
Signed-off-by: Steffen Kuhn <nielson2@yandex.com>
Closes: https://github.com/gentoo/gentoo-rust/pull/461
Signed-off-by: Mikhail Pukhlikov <cynede@gentoo.org>
|
|
|
|
|
|
| |
Signed-off-by: Steffen Kuhn <nielson2@yandex.com>
Closes: https://github.com/gentoo/gentoo-rust/pull/460
Signed-off-by: Mikhail Pukhlikov <cynede@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
| |
the bootstrap script uses python to extract the stage0, and given that
someone out there's still using python2 for that, it will fail, as there's
no built in support for lzma prior to python-3.4
the updated patch solves this problem, as it detects the used python version
and chooses tar.gz for users of python2 and tar.xz for those of python3
Signed-off-by: Steffen Kuhn <nielson2@yandex.com>
Signed-off-by: Mikhail Pukhlikov <cynede@gentoo.org>
|
| |
|
| |
|
|
|
|
| |
also add xz-utils to compile time deps
|
| |
|
|\
| |
| | |
dev-lang/rust: add beta channel ebuild
|
| | |
|
| |
| |
| |
| | |
please patch this and open a pullrequest if it's not working anymore
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
I tried to follow the instructions more closer, right now it wants to pull
in the old llvm-8 slot, also it might break soon given that it's a live ebuild
|
| |
| |
| |
| |
| | |
Package-Manager: Portage-2.3.77, Repoman-2.3.17
Manifest-Sign-Key: 0xB8A2E0A105BE6F29
|
|/
|
|
| |
try to fix #447
|
| |
|
| |
|
|
|
|
| |
this allows testing for beta, if desired
|
| |
|
| |
|
|\
| |
| | |
dev-lang/rust-bin-9999: add armv7 and aarch64 support
|