1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 12:15:32 +03:00
Commit graph

10 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
Jakub Jirutka
c18b35140d [various] rename python executable in APKBUILDs to python2 2016-10-26 19:47:58 +02:00
Francesco Colista
2d810f9721 testing/getmail: upgrade to 4.50.0, simplified apkbuild 2016-08-18 08:10:25 +00:00
Fabian Affolter
d5c051cf22 testing/getmail: upgrade to 4.47.0 2015-03-29 13:05:37 +00:00
Natanael Copa
abde33fe1f testing/getmail: bump pkgrel so builders pick up last changes 2013-06-28 07:04:30 +00:00
Dubiousjim
610c091b16 testing/getmail: fix some old shebang lines
To be honest, I think these are irrelevant to the functioning of the program,
since the files in question are imported by the offlineimap app, rather than
being run as scripts. (Not sure why the shebang lines are there at
all...cruft?)
2013-06-28 06:58:42 +00:00
Dubiousjim
d961fcd5c0 testing/getmail: depends on python 2013-06-28 06:57:44 +00:00
Fabian Affolter
15dd3684e8 testing/getmail: upgrade to 4.39.0 2013-03-04 10:01:09 +00:00
Fabian Affolter
abe746af21 testing/getmail: upgrade to 4.34.0 2012-09-21 22:28:08 +00:00
Fabian Affolter
63156ee9bf testing/getmail: new aport
getmail is a mail retriever designed to allow you to get your mail
from one or more mail accounts on various mail servers to your local
machine for reading with a minimum of fuss. getmail is designed to be
secure, flexible, reliable, and easy-to-use.

http://pyropus.ca/software/getmail/
2012-05-18 13:26:19 +00:00