9 Commits

Author SHA1 Message Date
Stuart Cardall
0202047d15 community/maven: upgrade to 3.6.0
https://maven.apache.org/docs/3.6.0/release-notes.html
2018-12-11 22:59:55 +02:00
Stuart Cardall
b2de6d33b5 community/maven: tidy up APKBUILD
* removes unnecessary return code checks
2018-06-24 10:24:48 +00:00
Roberto Oliveira
b139a8b65c community/maven: upgrade to 3.5.4 2018-06-22 14:40:36 +00:00
Roberto Oliveira
d93572f6e5 community/maven: upgrade to 3.5.3 2018-04-13 17:59:35 +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
Roberto Oliveira
e716900f0d community/maven: upgrade to 3.5.2
maven 3.5.0 is no longer available upstream.
2017-11-21 14:15:45 +00:00
Francesco Colista
5b503c9807 community/maven: upgrade to 3.5.0, added fix for #7617 2017-08-04 09:19:05 +00:00
Jakub Jirutka
6d40ebff80 community/maven: enable for all archs
openjdk8 is now built for all archs
2016-08-30 23:05:39 +02:00
Jakub Jirutka
5a8bee3bee community/maven: move from testing 2016-08-17 14:27:19 +02:00