22 Commits

Author SHA1 Message Date
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
7d26675b77 community/ocamlbuild: add $replaces for backward compatibility 2018-03-11 23:18:37 +01:00
Jakub Jirutka
0a773df31f community/ocamlbuild: split to subpkgs and update depending aports 2018-03-11 19:11:21 +01:00
Jakub Jirutka
734cc08553 community/ocamlbuild: add missing dependency cmd:tput (ncurses) 2018-03-11 19:11:21 +01:00
Jakub Jirutka
ac17cc5990 community/ocamlbuild: run tests 2018-03-11 19:11:20 +01:00
Jakub Jirutka
5749edfd78 community/ocamlbuild: install only native binary 2018-03-11 19:11:20 +01:00
Jakub Jirutka
76f01d32d4 community/ocamlbuild: clarify license 2018-03-11 19:11:20 +01:00
Jakub Jirutka
8171095019 community/ocamlbuild: rebuild with ocaml 4.06.1 2018-03-10 02:17:25 +01:00
Jakub Jirutka
dbf104a03a community/ocamlbuild: upgrade to 0.12.0 2018-03-05 00:14:26 +01:00
Jakub Jirutka
c2ebfdef53 community/ocamlbuild: modernize abuild 2018-03-05 00:14:26 +01: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
eec001738e community/ocaml[build/-findlib]: enable build on ppc64le.
Enable build of ocamlbuild and ocaml-findlib on ppc64le as ocaml
now works.
2017-06-30 21:51:47 +00:00
Shiz
445c9d04ab community/[ocaml packages]: disable on ppc64le and s390x again
It seems s390x and ppc64le OCaml builds but is severely broken.
Disable these packages until we have a properly working OCaml.
2017-05-13 06:42:23 +02:00
Shiz
c9728a266c Revert "community/[various]: enable on ppc64le due ocaml"
It seems ppc64le OCaml does compile but is severely broken.
Disabling these again until we have a working OCaml.
2017-05-13 06:40:29 +02:00
Shiz
bd15f1363f community/[various]: enable on ppc64le due ocaml 2017-05-13 06:36:31 +02:00
Leonardo Arena
8c8568d692 community/ocamlbuild: ocaml not avail on ppc64le 2017-04-04 10:29:54 +00:00
Natanael Copa
b58a15a468 community/ocamlbuild: revert to 0.9
the 0.10 had unexpected breakcakge of backwards compatibility:
https://github.com/ocaml/opam-repository/pull/8156#issuecomment-269225735
2017-01-09 16:10:52 +00:00
Natanael Copa
c4217661bf community/ocamlbuild: upgrade to 0.10.1 2017-01-03 18:25:40 +01:00
Natanael Copa
7ea34bd36b community/ocamlbuild: disable on 32bit builds 2016-12-03 15:50:54 +00:00
Natanael Copa
d5e7de149c community/ocamlbuild: disable on x86 2016-12-02 23:32:37 +00:00
Anil Madhavapeddy
68e47c3b13 community/ocaml: mark ocaml as !x86 instead of deps 2016-12-02 23:30:18 +00:00
Anil Madhavapeddy
c9ebcfc8f4 community/ocamlbuild: move from testing to community 2016-12-02 21:20:45 +00:00