aboutsummaryrefslogtreecommitdiffstats
path: root/community/erlang
Commit message (Collapse)AuthorAgeFilesLines
* community/erlang: upgrade to 22.2.7J0WI2020-02-191-5/+4
|
* community/erlang: remove obsolete patch fileJ0WI2019-10-241-22/+0
|
* community/erlang: upgrade to 22.1J0WI2019-10-181-17/+15
|
* community/erlang: rebuild against wxgtk-3.1Natanael Copa2019-10-111-1/+1
|
* community/erlang: rebuild against perl 5.30Natanael Copa2019-09-051-1/+1
|
* community/erlang: bump to patch version 22.0.7Daniel Isaksen2019-07-311-2/+2
|
* community/erlang: bump to 22.0.2, take maintainership, fix some applicationsDaniel Isaksen2019-06-143-108/+106
| | | | | | Signed-off-by: Daniel Isaksen <d@duniel.no> Closes GH-8629
* community/erlang: rebuild against perl 5.28Natanael Copa2019-05-111-1/+1
|
* orphan all of my packagesWilliam Pitcock2019-03-261-1/+1
|
* community/erlang: fix signal handlingWilliam Pitcock2019-02-252-2/+26
|
* community/erlang: upgrade to 21.2.6William Pitcock2019-02-231-2/+2
|
* community/erlang: bump to 21.2.1Daniel Isaksen2018-12-311-2/+2
| | | | Signed-off-by: Daniel Isaksen <d@duniel.no>
* community/erlang: remove the two CORBA applications i somehow missedWilliam Pitcock2018-11-261-2/+0
|
* community/erlang: upgrade to 21.1William Pitcock2018-11-262-35/+4
|
* community/erlang: add xmerl to depends for common-testBrian Kubisiak2018-11-221-2/+2
|
* community/erlang: rebuild against openssl 1.1Natanael Copa2018-11-071-2/+2
|
* community/erlang: upgrade to 20.3.4Roberto Oliveira2018-06-171-2/+2
|
* community/erlang: upgrade to 20.3.2Natanael Copa2018-04-062-4/+22
|
* community/erlang: upgrade to 20.3.1William Pitcock2018-03-171-2/+2
|
* community/erlang: upgrade to 20.3William Pitcock2018-03-152-115/+5
|
* community/erlang: take maintainership, more depends fixingWilliam Pitcock2018-03-091-7/+7
|
* community/erlang: hooray, erlang-ssl package actually works nowWilliam Pitcock2018-03-071-2/+2
|
* community/erlang: clean up more subpackage dependenciesWilliam Pitcock2018-03-071-3/+3
|
* community/erlang: fix erlang-compiler dependenciesWilliam Pitcock2018-03-071-2/+2
|
* community/erlang: upgrade to 20.2.4gmile2018-02-261-2/+2
|
* community/erlang: upgrade to 20.2.3gmile2018-02-201-2/+2
|
* community/erlang: upgrade to 20.2.2gmile2018-02-052-4/+114
|
* [various]: unify names of licenses according to SPDXJakub Jirutka2017-12-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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/
* community/erlang: upgrade to 20.1.7gmile2017-11-281-2/+2
|
* community/erlang: upgrade to 20.1.6gmile2017-11-261-2/+2
|
* community/erlang: rebuild against libressl-2.6Jakub Jirutka2017-11-101-1/+1
|
* community/erlang: upgrade to 20.1.4gmile2017-11-071-2/+2
|
* community/erlang: Added wx package (required to run debbuger and observer)Sergey Safarov2017-11-021-4/+6
|
* community/erlang: bump to 20.1.2gmile2017-10-121-2/+2
|
* community/erlang: bump to 20.1.1gmile2017-10-091-2/+2
|
* community/erlang: bump to 20.1Daniel Isaksen2017-09-271-2/+2
|
* community/erlang: fix build dep and use openjdk8Natanael Copa2017-09-251-2/+3
|
* community/erlang: bump to 20.0.5, use github as sourceDaniel Isaksen2017-09-253-27/+16
| | | | | | | | | | | I have updated the community/erlang package to version 20.0.5, and changed the APKBUILD file to pull the source from github.com/erlang/otp instead of erlang.com as they distribute "older" releases there. Three applications were removed upstream (and subsequently here): - erlang-percept (concurrency profiling tool) - erlang-typer (type annotator) - erlang-gs (graphics system)
* community/erlang: rebuild after previous fixJakub Jirutka2017-07-141-1/+1
|
* Remove --disable-hipe parameterGabriele Santomaggio2017-07-131-1/+1
| | | | Fix for https://bugs.alpinelinux.org/issues/5700
* community/erlang: upgrade to 19.3Joel Carlbark2017-05-131-5/+5
|
* community/erlang: rebuild against libressl 2.5Natanael Copa2017-04-181-1/+1
|
* community/erlang: set -e build fixNatanael Copa2017-03-301-1/+2
|
* community/erlang: rebuild for ppc64leLeonardo Arena2017-03-301-1/+1
|
* community/erlang: fix circular depsNatanael Copa2017-01-111-3/+6
|
* community/erlang: upgrade to 19.1.0Daniel Sabogal2016-11-042-1258/+16
| | | | fixes #6332
* community/erlang: rebuild against libresslNatanael Copa2016-10-101-2/+2
|
* community/erlang: upgrade to 19.0.2Natanael Copa2016-09-051-1/+1
|
* community/erlang: upgrade to 19.0.1Marlus Saraiva2016-07-1210-3067/+1243
|
* community/erlang: upgrade to 18.3.2Marlus Saraiva2016-05-042-5/+1896
|