aboutsummaryrefslogtreecommitdiffstats
path: root/community/rust
Commit message (Collapse)AuthorAgeFilesLines
* community/rust: mark -src as noarch and disable archcheckJakub Jirutka2018-03-021-3/+3
|
* community/rust: upgrade to 1.24.1Jakub Jirutka2018-03-021-2/+2
|
* community/rust: fix name of py2-lldb dependencyJakub Jirutka2018-02-171-1/+1
|
* community/rust: build with locked-deps and option-checkingJakub Jirutka2018-02-171-3/+5
|
* community/rust: remove non-functional code from abuildJakub Jirutka2018-02-171-4/+0
|
* community/rust: upgrade to 1.24.0Jakub Jirutka2018-02-172-12/+12
|
* community/rust: mark -src as noarchJakub Jirutka2018-02-081-1/+1
|
* community/rust: remove "(compiler)" from pkgdescJakub Jirutka2018-02-081-1/+1
| | | | This package does not contain just a compiler, but also stdlib etc.
* community/rust: add subpackage -src with full sourcesOrson Teodoro2018-02-081-2/+14
|
* community/rust: upgrade to 1.23.0Jakub Jirutka2018-01-062-6/+8
|
* [various]: unify names of licenses according to SPDXJakub Jirutka2017-12-301-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 bashJakub Jirutka2017-11-252-1/+13
|
* community/rust: upgrade to 1.22.1Marat Safin2017-11-253-14/+18
|
* community/rust: change llvm3.9 to llvm4Jakub Jirutka2017-11-061-3/+4
|
* community/rust: prepare alpine targets for aarch64 and armhfJakub Jirutka2017-10-292-15/+102
|
* community/rust: upgrade to 1.21Marat Safin2017-10-287-549/+46
|
* community/rust: upgrade to 1.20Marat Safin2017-10-253-16/+14
| | | | Signed-off-by: Marat Safin <jeizsm@gmail.com>
* community/rust: upgrade to 1.19Marat Safin2017-10-244-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.18Marat Safin2017-10-237-97/+147
|
* community/rust: build w/o external prebuilt rustc/cargoJakub Jirutka2017-06-221-40/+13
|
* community/rust: rebuild against llvm-libunwind 4.0.0Shiz2017-05-161-1/+1
|
* community/rust: move from testingJakub Jirutka2017-05-0114-0/+1547