summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Globally add missing remote ID references to metadata.xmlJustin Lecher2017-04-291-1/+4
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* dev-util/cargo: version bump to 0.17.0Dirkjan Ochtman2017-03-182-0/+189
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-282-2/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-util/cargo: remove old versionsDirkjan Ochtman2017-02-025-873/+0
| | | | Package-Manager: portage-2.3.3
* dev-util/cargo: version bump to 0.16.0Dirkjan Ochtman2017-02-022-0/+183
| | | | Package-Manager: portage-2.3.3
* dev-util/cargo: fix build failureDoug Goldstein2017-02-021-0/+1
| | | | | | | | Fixed build failure with a patch from Will Mortensen <will@extrahop.com>. This will cause cargo to use the proper snapshot to bootstrap itself. Gentoo-Bug: 603898 Signed-off-by: Doug Goldstein <cardoe@gentoo.org>
* dev-util/cargo: version bump to 0.15.0Dirkjan Ochtman2016-12-272-0/+203
| | | | Package-Manager: Portage-2.3.0, Repoman-2.3.1
* dev-util/cargo: use a newer snapshot to buildDoug Goldstein2016-12-173-100/+4
| | | | | | | Use a newer snapshot of Cargo to build Cargo so that we can drop the special casing in the ebuild. Signed-off-by: Doug Goldstein <cardoe@gentoo.org>
* dev-util/cargo: fix wrong dependenciesDoug Goldstein2016-12-173-2/+15
| | | | | | | | | | When these packages were added the wrong crate dependencies were used and as a result the package relies on reaching out to the internet during the compile phase to build properly. This fails for users using FEATURE="network-sandbox". The dependencies are generated using https://crates.io/crates/cargo-ebuild Signed-off-by: Doug Goldstein <cardoe@gentoo.org>
* dev-util/cargo: preserve older build methodDoug Goldstein2016-11-304-0/+184
| | | | | | | | | Cargo bootstraps itself with a 0.10.0 version of Cargo that does not support the newer features we're rolling into the eclass. As a result this lifts out bits from the eclass and moves it into the Cargo ebuilds so that the eclass can be updated. Signed-off-by: Doug Goldstein <cardoe@gentoo.org>
* dev-util/cargo: version bump to 0.14.0Dirkjan Ochtman2016-11-192-0/+195
| | | | Package-Manager: portage-2.3.0
* dev-util/cargo-0.13.0-r1: add libressl supportWilliam2016-11-011-2/+3
|
* dev-util/cargo: remove unused patchesMichael Mair-Keimberger (asterix)2016-10-055-259/+0
|
* dev-util/cargo: require rust-1.9.0 (fixes bug 591942)Dirkjan Ochtman2016-09-302-0/+175
| | | | | | Also updates the crates.io registry index to something more recent. Package-Manager: portage-2.3.0
* dev-util/cargo: remove old versionsDirkjan Ochtman2016-09-303-350/+0
| | | | Package-Manager: portage-2.3.0
* dev-util/cargo: version bump to 0.13.0Dirkjan Ochtman2016-09-302-0/+223
| | | | Package-Manager: portage-2.3.0
* dev-util/cargo: fix missing dependenciesDennis Schridde2016-09-112-0/+4
| | | | | Package-Manager: portage-2.2.28 Signed-off-by: Doug Goldstein <cardoe@gentoo.org>
* dev-util/cargo: version bump to 0.12.0Dirkjan Ochtman2016-08-222-0/+168
| | | | Package-Manager: portage-2.2.28
* dev-util/cargo: version bump to 0.11.0Dirkjan Ochtman2016-07-083-0/+230
| | | | Package-Manager: portage-2.2.28
* dev-util/cargo: initial versionDoug Goldstein2016-06-297-0/+439
Add an initial version of the Rust package manager, Cargo. Package-Manager: portage-2.2.28 Signed-off-by: Doug Goldstein <cardoe@gentoo.org>