12 Commits

Author SHA1 Message Date
A. Wilcox
561f7e51a6 main/cdparanoia: mark test suite broken 2018-02-07 04:58:09 +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
tmpfile
ce25079b7e main/cdparanoia: modernize abuild 2017-06-06 20:30:20 +00:00
William Pitcock
b805835f4e main/cdparanoia: fix cdparanoia-libs description 2017-02-02 18:38:34 +00:00
Natanael Copa
ab0b956a9e main/cdparanoia: linux-headers build fix 2015-04-28 09:16:54 +00:00
Fabian Affolter
739eb0e7a9 main/cdparanoia: specify license 2013-10-30 08:23:20 +00:00
Timo Teräs
364d51e6f4 main/cdparanoia: fix musl build 2013-10-08 08:37:08 +00:00
Timo Teräs
8f6f2e3166 main/[various]: update config.sub (and remove charset.alias)
for musl build. the changes are automatically done based on previous
build log errors, so this does not guarantee successful build, but
is a required.
2013-09-29 08:47:22 +00:00
Timo Teräs
5c90471732 [all autotools packages]: normalize ./configure 2013-07-30 08:54:53 +00:00
Natanael Copa
537e18b91b main/cdparanoia: cdparanoia-libs replaces cdparanoia 2012-10-04 07:46:46 +00:00
Natanael Copa
c56787c3e1 main/cdparanoia: parallel build fix 2012-10-03 11:03:19 +00:00
Natanael Copa
6e10043a87 main/cdparanoia: moved from testing 2012-10-03 10:58:23 +00:00