summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-lang/rust: update metadata.xml, better useflag descriptionsGeorgy Yakovlev2020-03-301-6/+5
| | | | | Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* dev-lang/rust: bump to 1.42.0Georgy Yakovlev2020-03-181-1/+2
| | | | | | Bug: https://bugs.gentoo.org/713198 Package-Manager: Portage-2.3.94, Repoman-2.3.21 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* dev-lang/rust: revbump 1.40.0 with fixesGeorgy Yakovlev2019-12-301-0/+6
| | | | | | | | | | | | | | | | add parallel-compiler useflag, to use pass RUSTFLAGS=" -Zthreads=<num>" add debian soname patch add system-bootstrap install rustlib into /usr/lib unconditionally drop multilib hacks various minor fixes add myself to metadata.xml explicitly Bug: https://bugs.gentoo.org/694248 Bug: https://bugs.gentoo.org/703744 Bug: https://bugs.gentoo.org/703470 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* dev-lang/rust: add nightly useflag to 1.40.0Georgy Yakovlev2019-12-211-0/+1
| | | | | | | this will allow installing stable release with nightly features enabled Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* dev-lang/rust: drop 1.29.1-r1Georgy Yakovlev2019-06-181-1/+0
| | | | | Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* dev-lang/rust: bump to 1.35.0Georgy Yakovlev2019-05-241-13/+13
| | | | | | | | | | | | | | commit summary: EAPI=7 don't compile lld with system-llvm and wasm depend on lld if wasm enabled pass config file at install phase, otherwise bad things happen drop unneeded patches make build verbose, so if users report bugs we can actually see failures instead of cargo's green text Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* dev-lang/rust: fix inconsistency, optionally use system LLVMDirkjan Ochtman2018-11-151-0/+1
| | | | | | Fixes: https://bugs.gentoo.org/663240 Signed-off-by: Dirkjan Ochtman <djc@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* */*: remove redundant local descriptions of 'jemalloc' flagMichał Górny2018-10-201-2/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-lang/rust: remove old, vulnerable versions of rustDirkjan Ochtman2018-10-051-2/+0
| | | | | | | Bug: https://bugs.gentoo.org/show_bug.cgi?id=666976 Bug: https://bugs.gentoo.org/show_bug.cgi?id=662904 Signed-off-by: Dirkjan Ochtman <djc@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.10
* dev-lang/rust: version bump to 1.29.1Dirkjan Ochtman2018-09-291-0/+1
| | | | | | Package-Manager: Portage-2.3.49, Repoman-2.3.10 Signed-off-by: Dirkjan Ochtman <djc@gentoo.org>
* dev-lang/rust: add USE flags to install cargo, rls and rustfmtDirkjan Ochtman2018-07-131-0/+3
| | | | | | Reduce verbosity of builds to get sane output. Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-lang/rust: version bump to 1.26.2Dirkjan Ochtman2018-06-061-0/+2
| | | | | | | Also add support for WebAssembly target. Fixes: https://bugs.gentoo.org/657110 Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-lang/rust: remove old versionsDirkjan Ochtman2018-05-141-3/+0
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* dev-lang/rust: Drop oldMichał Górny2018-04-111-2/+0
|
* dev-lang/rust: Fix PkgMetadataXmlInvalidPkgRefMichał Górny2018-02-281-1/+1
|
* dev-lang/rust: bump to 1.23.0-r1, fixing bugs found in 1.23.0Dirkjan Ochtman2018-01-271-0/+2
| | | | | | | | | | | | Bug 645466: moving the documentation is no longer necessary during the install phase, since the doc dir is configured correctly in advance. Bug 645498: add an "extended" use flag which will build and install rls, rustfmt and cargo alongside rustc and rustdoc. Bug 626136: prevent collisions for installed libraries. Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-lang/rust: version bump to 1.23.0Dirkjan Ochtman2018-01-221-0/+2
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-lang/rust: fix metadataDoug Goldstein2016-03-241-1/+1
| | | | | | | Rust is a project and not a person. Package-Manager: portage-2.2.26 Signed-off-by: Doug Goldstein <cardoe@gentoo.org>
* dev-lang/rust: change to Rust projectDoug Goldstein2016-03-221-9/+2
|
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-3/+3
|
* Revert DOCTYPE SYSTEM https changes in metadata.xmlMike Gilbert2015-08-241-1/+1
| | | | | | | repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720
* Use https by defaultJustin Lecher2015-08-241-1/+1
| | | | | | Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
* proj/gentoo: Initial commitRobin H. Johnson2015-08-081-0/+22
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed