Commit Graph

12 Commits

Author SHA1 Message Date
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
Kevin Daudt
82f0232422 main/bash-completion: fix conflict with util-linux-bash-completion
Both packages provide `/usr/share/bash-completion/completions/rfkill`,
and conflict.

Upstream for bash-completion has fixed[0] the issue already, but that's
not yet part of any release.

Add rfkill to the list of conflicting completions untill the next
bash-completion release.

[0]:d962f3a3be
2017-11-13 11:37:17 +00:00
Lucas Ramage
348319fb32 main/bash-completion: new maintainer
Modernize and add check() while being here.
2017-11-05 12:04:43 +01:00
Sören Tempel
9ec5b02144 Remove Eivind Uggedal as a maintainer
He hasn't been active since 2015.
2017-11-01 16:55:24 +01:00
Natanael Copa
29c8993e2b main/bash-completion: upgrade to 2.7 2017-10-25 13:45:35 +00:00
tmpfile
ab744645dd main/[various]: fix trailing whitespace 2017-07-10 09:02:51 +00:00
Natanael Copa
321b5306eb main/bash-completion: upgrade to 2.5 2017-06-12 16:59:39 +00:00
Sören Tempel
6672943982 main/bash-completion: don't provide url twice 2016-08-16 00:32:29 +02:00
Sören Tempel
20b630ce5a main/bash-completion: upgrade to 2.4
And switch to a fork of the original debian bash-completion package.
This "flavour" of bash-completion seems to be used by Gentoo as well.
2016-08-15 18:14:05 +00:00
Sören Tempel
b092bc1a31 main/bash-completion: {u,}mount completions are provided by util-linux
fixes #5710
2016-06-20 12:02:43 +02:00
Natanael Copa
208bf8ac4a main/bash-completion: set maintainer 2013-12-02 09:13:06 +00:00
Natanael Copa
90f1ba2df3 main/bash-completion: moved from testing 2013-12-02 09:10:17 +00:00