aboutsummaryrefslogtreecommitdiffstats
path: root/main/automake
Commit message (Collapse)AuthorAgeFilesLines
* main/automake: upgrade to 1.16.2Leo2020-03-221-6/+3
|
* main/automake: remove unused checkdependsNatanael Copa2018-05-011-1/+0
| | | | remove unused checkdepends. This also prevents circular dependencies
* main/automake: upgrade to 1.16.1TBK2018-04-091-5/+4
|
* main/automake: add coreutils/diffutils for testsuite, disable tests for now ↵William Pitcock2018-02-171-1/+4
| | | | due to required bashism cleanup
* main/automake: add checkA. Wilcox2018-02-171-1/+7
|
* [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/*: fix homepage url and source from http:// to https://Jakub Jirutka2017-11-191-1/+1
| | | | | | | Most of these updates is based on data from https://repology.org/, detection based on permanent redirect from http:// to https://. $source urls are updated when they contain $url as substring.
* main/automake: upgrade to 1.15.1André Klitzing2017-06-272-30/+4
|
* main/automake: fix error with latest PerlJakub Jirutka2017-06-162-3/+29
| | | | | $ automake --version Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at /usr/bin/automake line 3936.
* main/automake: modernize abuildJakub Jirutka2017-06-161-10/+7
|
* main/automake: upgrade to 1.15Natanael Copa2015-01-061-4/+4
|
* main/automake: upgrade to 1.14.1Natanael Copa2013-12-251-4/+4
|
* main/automake: specify licenseFabian Affolter2013-10-311-6/+7
|
* [all autotools packages]: normalize ./configureTimo Teräs2013-07-301-1/+5
|
* main/automake: upgrade to 1.14Natanael Copa2013-06-251-4/+4
|
* main/automake: upgrade to 1.13.4Natanael Copa2013-06-171-4/+4
|
* main/automake: upgrade to 1.13.3Natanael Copa2013-06-051-4/+4
|
* main/automake: upgrade to 1.13.2Natanael Copa2013-05-211-2/+4
|
* main/automake: upgrade to 1.13.1Bartłomiej Piotrowski2013-01-031-2/+2
|
* main/automake: upgrade to 1.13Natanael Copa2012-12-311-2/+2
|
* main/automake: upgrade to 1.12.6Bartłomiej Piotrowski2012-12-171-2/+2
|
* main/automake: upgrade to 1.12.5Natanael Copa2012-11-191-2/+2
|
* main/automake: upgrade to 1.12.4Bartłomiej Piotrowski2012-09-211-2/+2
|
* main/automake: upgrade to 1.12.3Natanael Copa2012-08-151-2/+2
|
* main/automake: upgrade to 1.12.2Natanael Copa2012-07-121-2/+2
|
* main/automake: upgrade to 1.12.1Natanael Copa2012-06-041-2/+2
|
* main/automake: upgrade to 1.12Natanael Copa2012-05-081-2/+2
|
* main/automake: upgrade to 1.11.5Natanael Copa2012-04-181-2/+2
|
* main/automake: upgrade to 1.11.3Natanael Copa2012-02-021-2/+2
|
* main/automake: upgrade to 1.11.2Natanael Copa2011-12-231-2/+2
|
* main/automake: upgrade to 1.11.1Natanael Copa2011-01-101-3/+3
|
* main/automake: update archNatanael Copa2010-12-131-2/+6
|
* move core/* to main/Natanael Copa2009-07-231-0/+21
added maintainer to several packages as well