aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* media-sound/spotify-tui: add package to overlayDaniel Barry2019-12-173-0/+470
| | | | | | Package-Manager: Portage-2.3.82, Repoman-2.3.20 Closes: https://github.com/gentoo/gentoo-rust/pull/470 Signed-off-by: Mikhail Pukhlikov <cynede@gentoo.org>
* media-sound/spotifyd: add package to overlayDaniel Barry2019-12-174-0/+819
| | | | | | Package-Manager: Portage-2.3.82, Repoman-2.3.20 Closes: https://github.com/gentoo/gentoo-rust/pull/469 Signed-off-by: Mikhail Pukhlikov <cynede@gentoo.org>
* dev-lang/rust: update patch from pr65932stefson2019-11-141-56/+111
| | | | | | 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>
* dev-lang/rust-9999: all patches have been commited to the master branchstefson2019-11-141-7/+1
| | | | | | | | | | | 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>
* dev-lang/rust: add rust-1.39.0-r667 with pr65474stefson2019-11-111-0/+296
| | | | | | | | | | | | | | | | | | 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>
* Revert "dev-rust/cranelift-tools: update to v0.49.0"Mikhail Pukhlikov2019-11-082-104/+118
| | | | | | This reverts commit f882217fb807e8d380d1ee82dc42b2e05c6e8d0a. Signed-off-by: Mikhail Pukhlikov <cynede@gentoo.org>
* dev-rust/cranelift-tools: update to v0.49.0stefson2019-11-082-118/+104
| | | | | | Signed-off-by: Steffen Kuhn <nielson2@yandex.com> Closes: https://github.com/gentoo/gentoo-rust/pull/463 Signed-off-by: Mikhail Pukhlikov <cynede@gentoo.org>
* Bump Rust ot 1.39Mikhail Pukhlikov2019-11-084-5/+5
| | | | Signed-off-by: Mikhail Pukhlikov <cynede@gentoo.org>
* dev-lang/rust: pr65474 must be dropped from the beta ebuild, as the beta ↵stefson2019-11-071-2/+0
| | | | | | | | | | 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>
* dev-lang/rust: add thumbv7neon-unknown-linux-musleabihf targetstefson2019-11-053-0/+75
| | | | | | | | | | | | | 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>
* dev-lang/rust: update patch from pr65932stefson2019-10-311-1/+61
| | | | | | 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>
* dev-lang/rust: add upstream fix from pr65932stefson2019-10-314-48/+81
| | | | | | | | | | | | 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>
* Readme updateMikhail Pukhlikov2019-10-311-1/+1
| | | | Signed-off-by: Mikhail Pukhlikov <cynede@gentoo.org>
* Merge pull request #459 from stefson/partially-revert-#454cnd2019-10-292-2/+0
|\ | | | | dev-lang/rust: the bootstrap script is executed via python, not via /usr/bin/xz
| * dev-lang/rust: the bootstrap script is executed via python, not via /usr/bin/xzstefson2019-10-292-2/+0
|/
* Merge pull request #458 from stefson/fix-#454cnd2019-10-253-1/+55
|\ | | | | dev-lang/rust: use tar.xz for stage0 rather than tar.gz
| * dev-lang/rust: add reference to upstream bug 65757stefson2019-10-252-0/+3
| |
| * dev-lang/rust: use tar.xz for stage0 rather than tar.gzstefson2019-10-253-1/+52
|/ | | | also add xz-utils to compile time deps
* Merge pull request #457 from stefson/remove-rust-patchcnd2019-10-251-62/+0
|\ | | | | dev-lang/rust: remove old clippy patch
| * dev-lang/rust: remove old clippy patchstefson2019-10-241-62/+0
|/
* Merge pull request #456 from stefson/cargo-buildcnd2019-10-253-225/+0
|\ | | | | app-portage/cargo-ebuild: v0.2.0 has been added to the tree
| * app-portage/cargo-ebuild: v0.2.0 has been added to the treestefson2019-10-243-225/+0
|/
* Merge pull request #448 from stefson/rust-999cnd2019-10-242-0/+860
|\ | | | | dev-lang/rust: add beta channel ebuild
| * dev-lang/rust: add armv7 support to the beta branch ebuildstefson2019-10-231-0/+1
| |
| * dev-lang/rust: allow llvm 8 or 9 for beta branchstefson2019-10-231-0/+4
| | | | | | | | please patch this and open a pullrequest if it's not working anymore
| * dev-lang/rust: add pr65474 to beta branchstefson2019-10-222-305/+341
| |
| * dev-lang/rust: add beta channel ebuildstefson2019-10-112-0/+819
| |
* | Merge pull request #453 from stefson/rust-9999-fix-llvmcnd2019-10-241-0/+4
|\ \ | | | | | | dev-lang/rust: allow llvm 8 or 9 for the live ebuild with system-llvm
| * | dev-lang/rust: allow llvm 8 or 9 for the live ebuild with system-llvmstefson2019-10-231-0/+4
|/ / | | | | | | | | 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
* | Merge pull request #452 from sielicki/dev-lang/rust-std-bincnd2019-10-213-1/+119
|\ \ | | | | | | dev-lang/rust-std-bin: version bump
| * | dev-lang/rust-std-bin: version bumpNicholas Sielicki2019-10-203-1/+119
|/ / | | | | | | | | Package-Manager: Portage-2.3.77, Repoman-2.3.17 Manifest-Sign-Key: 0xB8A2E0A105BE6F29
* | Merge pull request #451 from stefson/cranelift-0.46.1cnd2019-10-172-28/+28
|\ \ | | | | | | cranelift-tools: update to v0.46.1
| * | cranelift-tools: update to v0.46.1stefson2019-10-172-28/+28
|/ /
* | Merge pull request #450 from stefson/cranelift-wabt-syscnd2019-10-141-1/+4
|\ \ | | | | | | cranelift-tools: wabt-sys demands cmake and gcc
| * | cranelift-tools: wabt-sys demands cmake and gccstefson2019-10-131-1/+4
|/ / | | | | | | this will only show on cmake and gcc free systems
* | Merge pull request #449 from stefson/fix-447cnd2019-10-122-0/+4
|\ \ | |/ |/| dev-lang/rust-bin: fix failure in name resolution for beta and git
| * dev-lang/rust-bin: fix failure in name resolution for beta and gitstefson2019-10-112-0/+4
|/ | | | try to fix #447
* Merge pull request #445 from stefson/cranelift-0.45cnd2019-10-102-46/+72
|\ | | | | dev-rust/cranelift-tools: update to 0.45.0
| * dev-rust/cranelift-tools: update to 0.45.0stefson2019-10-092-46/+72
|/
* Bump rustCynede2019-09-274-5/+5
|
* Merge pull request #444 from stefson/cranelift-0.43.1cnd2019-09-232-28/+28
|\ | | | | dev-util/cranelift-tools: update to v0.43.1
| * dev-util/cranelift-tools: update to v0.43.1stefson2019-09-232-28/+28
|/
* Merge pull request #443 from stefson/cranelift-0.43.0cnd2019-09-232-48/+54
|\ | | | | dev-util/cranelift-tools: update to v0.43.0
| * dev-util/cranelift-tools: update to v0.43.0stefson2019-09-202-48/+54
|/
* Merge pull request #442 from o01eg/mastercnd2019-09-191-3/+4
|\ | | | | dev-lang/rust-9999: Allows to build with system LLVM-8
| * dev-lang/rust-9999: Allows to build with system LLVM-8.o01eg2019-09-191-3/+4
|/
* Merge pull request #441 from stefson/rust-bin-999cnd2019-09-161-0/+181
|\ | | | | dev-lang/rust-bin: add live ebuild for beta channel
| * dev-lang/rust-bin: add live ebuild for beta channelstefson2019-09-161-0/+181
|/ | | | this allows testing for beta, if desired
* Merge pull request #440 from stefson/rust-9999-fixcnd2019-09-161-4/+4
|\ | | | | dev-lang/rust-9999: raise llvm slot to 9
| * dev-lang/rust-9999: raise to system-llvm-9, patch it if you don't like itstefson2019-09-161-3/+3
| |