1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-22 18:55:29 +03:00
Commit graph

10 commits

Author SHA1 Message Date
J0WI
16f8ceb8e2 testing: (Bulk change) Update urls to https using HTTPS Everywhere and bump pkgrel 2018-10-06 17:19:31 +00:00
Oliver Smith
9d9f981a2c aports: add support for armv7 [skip ci]
This makes it possible to provide armv7 as additional architecture in
Alpine, next to armhf. See the discussion in this ML thread:
<https://lists.alpinelinux.org/alpine-devel/6271.html>

It's done by adding armv7 next to armhf in the arch line and also
!armv7 where the arch line said !armhf. The following script was used:
2018-09-24 10:19:24 +03: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
Francesco Colista
2fb6d95056 testing/icingaweb2-module-generictts: uses php7, no longer php5 2017-09-25 14:34:43 +00:00
tmpfile
77f6dfa126 testing/[various]: fix trailing whitespace 2017-07-10 09:05:20 +00:00
Roberto Oliveira
1707452f9e testing/icingaweb2-module-*: enable build on ppc64le
enabling packages icingaweb2-module-pnp, icingaweb2-module-fileshipper and
icingaweb2-module-generictts as icingaweb2-module-director builds on ppc64le.
2017-06-16 13:45:53 +00:00
Breno Leitao
5dc0d6cc23 testing/icingaweb2-*: Does not compile on ppc64le
Icinga2 is not available on ppc64le yet. Disabling the packages that
depend on it.
2017-04-27 17:46:47 +00:00
Francesco Colista
a26acd53e9 testing/icingaweb2-module-generictts: disabled armhf build 2017-02-09 08:00:28 +00:00
Francesco Colista
e158fbecc4 testing/icingaweb2-module-generictts: php-xml package not needed in depends 2017-02-09 07:58:02 +00:00
Francesco Colista
121c601814 testing/icingaweb2-module-generictts: new aport 2017-02-08 16:14:31 +00:00