15 Commits

Author SHA1 Message Date
Leonardo Arena
4136bd3fd4 community/racktables: move to php7 2018-03-16 13:20:22 +00:00
Jakub Jirutka
63f5e7d295 [various]: unify names of licenses according to SPDX
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/
2017-12-30 21:05:50 +01:00
Leonardo Arena
244cd18965 community/racktables: upgrade to 0.21.1 2017-11-09 08:15:49 +00:00
Leonardo Arena
7c8407bb8e community/racktables: upgrade to 0.20.14 2017-08-10 14:14:17 +00:00
Carlo Landmeter
b9fcd5d05f community/racktables: upgrade to 0.20.13 2017-05-13 01:31:06 +02:00
Leonardo Arena
c78947b324 community/racktables: upgrade to 0.20.12 2017-02-09 12:31:26 +00:00
Leonardo Arena
0ae0b36871 community/racktables: upgrade to 0.20.11 2016-09-22 09:36:49 +00:00
Carlo Landmeter
c70da4b22e community/racktables: update source 2016-08-14 21:56:12 +00:00
Natanael Copa
66cb52d9b5 community/racktables: php renamed to php5 2016-05-05 15:43:07 +00:00
Leonardo Arena
0a3d45364a community/racktables: bump pkgrel 2016-01-05 08:03:44 +00:00
Leonardo Arena
94228252ab Revert "community/racktables: pre-create secret.php needed during setup"
This reverts commit 06a5431020a3cccc1d31c7a62b212baf3024c74f.
2016-01-05 07:32:04 +00:00
Leonardo Arena
06a5431020 community/racktables: pre-create secret.php needed during setup 2016-01-05 07:28:11 +00:00
Leonardo Arena
72eef89810 community/racktables: speed up some slow rendering pages 2015-12-30 13:55:00 +00:00
Leonardo Arena
bafb434ce2 community/racktables: set maintainer 2015-11-10 12:11:42 +00:00
Leonardo Arena
b4c235bebd community/racktables: move from main 2015-10-22 12:21:53 +00:00