aboutsummaryrefslogtreecommitdiffstats
path: root/main/ccache
Commit message (Collapse)AuthorAgeFilesLines
* main/ccache: upgrade to 3.4.1Sören Tempel2018-02-141-2/+3
|
* main/ccache: upgrade to 3.3.6Roberto Oliveira2018-02-071-3/+3
|
* main/ccache: add checkAndré Klitzing2018-01-201-1/+6
|
* main/ccache: upgrade to 3.3.5Sören Tempel2018-01-191-2/+3
|
* main/ccache: modernize APKBUILDSören Tempel2018-01-191-17/+15
|
* [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/
* main/ccache: upgrade to 3.3.4André Klitzing2017-02-211-4/+2
|
* main/ccache: upgrade to 3.3.3André Klitzing2017-01-071-7/+6
| | | | Use system zlib instead of bundled copy.
* main/ccache: upgrade to 3.3.2Sören Tempel2016-09-301-4/+4
|
* main/ccache: upgrade to 3.3.1Daniel Sabogal2016-09-191-4/+4
|
* main/ccache: upgrade to 3.3Daniel Sabogal2016-09-031-9/+12
|
* main/ccache: upgrade to 3.2.7Natanael Copa2016-07-291-4/+4
|
* main/ccache: upgrade to 3.2.5Natanael Copa2016-05-181-4/+4
|
* main/ccache: upgrade to 3.2.4Sören Tempel2015-10-121-5/+5
|
* main/ccache: upgrade to 3.2.3Natanael Copa2015-09-101-5/+5
|
* main/ccache: rebuild with i586-alpine-linux-muslNatanael Copa2015-05-291-1/+1
| | | | to fix i486-alpine-linux-musl-* symlinks
* main/ccache: upgrade to 3.2.2Natanael Copa2015-05-181-4/+4
|
* main/ccache: upgrade to 3.2.1Carlo Landmeter2015-02-231-4/+4
|
* main/ccache: downgrade to 3.1.10Natanael Copa2014-11-251-4/+4
| | | | | ccache-3.2 will filter out -D option which causes gcc to pick wrong gcc spec when compiling kernel. Lets revert for now
* main/ccache: upgrade to 3.2Natanael Copa2014-11-201-4/+9
|
* main/ccache: upgrade to 3.1.10Natanael Copa2014-11-191-5/+5
|
* main/ccache: specify license and add missing checksumsFabian Affolter2013-10-301-10/+13
|
* [all autotools packages]: normalize ./configureTimo Teräs2013-07-301-1/+5
|
* main/ccache: upgrade to 3.1.9Bartłomiej Piotrowski2013-01-071-2/+2
|
* main/ccache: upgrade to 3.1.8Natanael Copa2012-08-141-2/+2
|
* main/ccache: upgrade to 3.1.7Natanael Copa2012-01-231-2/+2
|
* main/ccache: upgrade to 3.1.6Natanael Copa2011-08-231-2/+2
|
* main/ccache: upgrade to 3.1.5Natanael Copa2011-06-021-2/+2
|
* Set all packages with arch="x86 x86_64" to arch="all".William Pitcock2011-01-131-1/+1
|
* main/ccache: upgrade to 3.1.4Natanael Copa2011-01-101-2/+2
|
* main/*: add archNatanael Copa2010-12-131-0/+1
|
* main/ccache: upgrade to 3.1.3Natanael Copa2010-12-011-2/+2
|
* main/ccache: upgrade to 3.1.2Natanael Copa2010-11-221-2/+2
|
* main/ccache: upgrade to 3.1.1Natanael Copa2010-11-151-2/+2
|
* main/ccache: upgrade to 3.1Natanael Copa2010-09-281-2/+2
|
* main/ccache: upgrade to 3.0.1Natanael Copa2010-07-191-2/+2
|
* main/ccache: upgrade to 3.0Natanael Copa2010-06-221-3/+7
|
* main/[various]: bump pkgrel to force rebuild against nptlNatanael Copa2010-05-041-1/+1
|
* main/[various]: let abuild detect shared objects dependenciesNatanael Copa2010-05-041-1/+1
|
* moved extra/* to main/Natanael Copa2009-07-241-0/+32
and fixed misc build issues