Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | community/rust: upgrade to 1.31.1 | Marat Safin | 2019-01-02 | 3 | -11/+108 |
| | |||||
* | community/rust: rebuild against openssl 1.1 | Natanael Copa | 2018-11-07 | 1 | -2/+2 |
| | |||||
* | community/rust: upgrade to 1.30.0 | Jakub Jirutka | 2018-10-25 | 4 | -61/+16 |
| | |||||
* | community/rust: upgrade to 1.29.0 | Marat Safin | 2018-09-15 | 4 | -66/+17 |
| | |||||
* | community/rust: remove rust.deny-warnings=false, not needed anymore | Jakub Jirutka | 2018-08-03 | 1 | -4/+1 |
| | |||||
* | community/rust: upgrade to 1.28.0 | Jakub Jirutka | 2018-08-03 | 8 | -66/+42 |
| | |||||
* | community/rust: upgrade to 1.27.2 | Jakub Jirutka | 2018-07-21 | 1 | -4/+7 |
| | |||||
* | community/rust: upgrade to 1.27.0 | Marat Safin | 2018-07-02 | 9 | -179/+67 |
| | |||||
* | community/rust: upgrade to 1.26.2 | Jakub Jirutka | 2018-06-08 | 1 | -3/+3 |
| | |||||
* | community/rust: fix check error | Jakub Jirutka | 2018-05-21 | 1 | -0/+8 |
| | |||||
* | Revert "community/rust: build rust-installer in build phase" | Jakub Jirutka | 2018-05-21 | 1 | -3/+0 |
| | | | | | | | This reverts commit 792ba86e07a8f0e49a85468b49eca954fcf8fb57. This actually didn't help, `x.py install` is still building rust-installer. | ||||
* | community/rust: build rust-installer in build phase | Jakub Jirutka | 2018-05-20 | 1 | -0/+3 |
| | |||||
* | community/rust: simplify abuild, set RUST* env. vars on top-level | Jakub Jirutka | 2018-05-20 | 2 | -17/+12 |
| | |||||
* | community/rust: backport patch PR-50789 from upstream | Jakub Jirutka | 2018-05-20 | 2 | -0/+41 |
| | |||||
* | community/rust: return -src subpackage back | Jakub Jirutka | 2018-05-20 | 1 | -13/+14 |
| | |||||
* | community/rust: build with analysis data and add subpkg -analysis | Jakub Jirutka | 2018-05-20 | 1 | -2/+10 |
| | |||||
* | community/rust: makedepend on rust-bootstrap | Jakub Jirutka | 2018-05-20 | 1 | -1/+1 |
| | | | | | | | | This is actually not necessary, because rust is pulled by cargo-bootstrap. However, cargo-bootstrap is provided by this abuild too - it's a hack to allow the abuild to depend on itself (read comment inside the abuild for more information)! So rust-bootstrap is just for symmetry with cargo-bootstrap. | ||||
* | community/rust: fix libressl patch | Jakub Jirutka | 2018-05-20 | 2 | -1/+2 |
| | |||||
* | community/rust: build cargo and add cargo* subpackages | Jakub Jirutka | 2018-05-20 | 6 | -14/+331 |
| | | | | | | | | | | | | Cargo is now distributed together with rustc. Upstream has removed Cargo.lock from the cargo's repository in cargo 0.23.0, so we can't build it with locked and freezed dependencies separately anymore. alexcrichton replied on Feb 1: > cargo is packaged next to rustc, it's not intended to be a separate > package but rather built as one unit. See https://github.com/rust-lang/cargo/commit/5c9665f41c6b4d3b99d3b9f8b48a286f5f154692 | ||||
* | community/rust: use `x.py install` instead of `x.py dist` | Jakub Jirutka | 2018-05-20 | 1 | -6/+2 |
| | |||||
* | community/rust: upgrade to 1.26.0 | Jakub Jirutka | 2018-05-20 | 9 | -128/+57 |
| | | | | | Also switch to LLVM 5. Upstream switched right to LLVM 6, but we don't have it yet. | ||||
* | community/rust: temporarily disable -src subpackage | Jakub Jirutka | 2018-05-19 | 1 | -9/+9 |
| | | | | It needs some changes, I'll put it back in the following upgrade. | ||||
* | community/rust: upgrade to 1.25.0 | Jakub Jirutka | 2018-05-19 | 1 | -3/+3 |
| | |||||
* | community/rust: reformat makedepends | Jakub Jirutka | 2018-05-19 | 1 | -4/+12 |
| | |||||
* | community/rust: mark -src as noarch and disable archcheck | Jakub Jirutka | 2018-03-02 | 1 | -3/+3 |
| | |||||
* | community/rust: upgrade to 1.24.1 | Jakub Jirutka | 2018-03-02 | 1 | -2/+2 |
| | |||||
* | community/rust: fix name of py2-lldb dependency | Jakub Jirutka | 2018-02-17 | 1 | -1/+1 |
| | |||||
* | community/rust: build with locked-deps and option-checking | Jakub Jirutka | 2018-02-17 | 1 | -3/+5 |
| | |||||
* | community/rust: remove non-functional code from abuild | Jakub Jirutka | 2018-02-17 | 1 | -4/+0 |
| | |||||
* | community/rust: upgrade to 1.24.0 | Jakub Jirutka | 2018-02-17 | 2 | -12/+12 |
| | |||||
* | community/rust: mark -src as noarch | Jakub Jirutka | 2018-02-08 | 1 | -1/+1 |
| | |||||
* | community/rust: remove "(compiler)" from pkgdesc | Jakub Jirutka | 2018-02-08 | 1 | -1/+1 |
| | | | | This package does not contain just a compiler, but also stdlib etc. | ||||
* | community/rust: add subpackage -src with full sources | Orson Teodoro | 2018-02-08 | 1 | -2/+14 |
| | |||||
* | community/rust: upgrade to 1.23.0 | Jakub Jirutka | 2018-01-06 | 2 | -6/+8 |
| | |||||
* | [various]: unify names of licenses according to SPDX | Jakub Jirutka | 2017-12-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit updates $license variable in all APKBUILDs to comply with short names specified by SPDX version 3.0 [1] where possible. It was done using find-and-replace method on substrings inside $license variables. Only license names were updated, not "expressions" specifying relation between the licenses (e.g. "X and Y", "X or Y", "X and (Y or Z)") or exceptions (e.g. "X with exceptions"). Many licenses have a version or multiple variants, e.g. MPL-2.0, BSD-2-Clause, BSD-3-Clause. However, $license in many aports do not contain license version or variant. Since there's no way how to infer this information just from abuild, it were left without the variant suffix or version, i.e. non SPDX compliant. GNU licenses (AGPL, GFDL, GPL, LGPL) are especially complicated. They exist in two variants: -only (formerly e.g. GPL-2.0) and -or-later (formerly e.g. GPL-2.0+). We did not systematically noted distinguish between these variants, so GPL-2.0, GPL2, GPLv2 etc. may mean GPL-2.0-only or GPL-2.0-or-later. Thus GNU licenses without "+" (e.g. GPL2+) were left without the variant suffix, i.e. non SPDX compliant. Note: This commit just fixes format of the license names, no verification has been done if the specified license information is actually correct! [1]: https://spdx.org/licenses/ | ||||
* | community/rust: remove dependency on bash | Jakub Jirutka | 2017-11-25 | 2 | -1/+13 |
| | |||||
* | community/rust: upgrade to 1.22.1 | Marat Safin | 2017-11-25 | 3 | -14/+18 |
| | |||||
* | community/rust: change llvm3.9 to llvm4 | Jakub Jirutka | 2017-11-06 | 1 | -3/+4 |
| | |||||
* | community/rust: prepare alpine targets for aarch64 and armhf | Jakub Jirutka | 2017-10-29 | 2 | -15/+102 |
| | |||||
* | community/rust: upgrade to 1.21 | Marat Safin | 2017-10-28 | 7 | -549/+46 |
| | |||||
* | community/rust: upgrade to 1.20 | Marat Safin | 2017-10-25 | 3 | -16/+14 |
| | | | | Signed-off-by: Marat Safin <jeizsm@gmail.com> | ||||
* | community/rust: upgrade to 1.19 | Marat Safin | 2017-10-24 | 4 | -188/+20 |
| | | | | | Build fails when src/jemalloc is deleted, but it's really not used in binaries built by rustc, so it should be okay. | ||||
* | community/rust: upgrade to 1.18 | Marat Safin | 2017-10-23 | 7 | -97/+147 |
| | |||||
* | community/rust: build w/o external prebuilt rustc/cargo | Jakub Jirutka | 2017-06-22 | 1 | -40/+13 |
| | |||||
* | community/rust: rebuild against llvm-libunwind 4.0.0 | Shiz | 2017-05-16 | 1 | -1/+1 |
| | |||||
* | community/rust: move from testing | Jakub Jirutka | 2017-05-01 | 14 | -0/+1547 |