1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-26 04:35:39 +03:00
Commit graph

19 commits

Author SHA1 Message Date
Rasmus Thomsen
49c741a9bd community/emacs: disable on s390x due to librsvg
Closes !509
2019-10-24 18:56:34 +00:00
stf
401a3bd0cf community/emacs upgrade to 26.3 2019-10-06 14:47:12 +02:00
Leo
004d37764f community/emacs: make emacs-doc not depend on emacs-nox 2019-07-14 22:09:23 -03:00
Milan P. Stanić
97b5cef348 community/emacs: enable on aarch64 2019-06-28 22:20:24 +02:00
Leo
cc2af8d395 community/emacs: modernize
Closes GH-7408
2019-05-26 18:05:24 +00:00
Leo
c875a826a9 community/emacs: drop obsolete gconf-dev dependency
Closes GH-7408
2019-05-26 18:05:24 +00:00
stf
4562ca44db community/emacs upgrade to 26.2 2019-04-14 19:58:09 +00:00
stf
132b6b71fa community/emacs bump to 26.1 2018-06-01 09:30:00 +00:00
Jakub Jirutka
eb89c00dbe Revert "community/emacs: enabled for aarch64"
This reverts commit 9fbb035e36.

It still fails:

    Loading /home/buildozer/aports/community/emacs/src/emacs-25.3/x11/lisp/leim/leim-list.el (source)...
    Finding pointers to doc strings...
    Finding pointers to doc strings...done
    Dumping under the name emacs
    **************************************************
    Warning: Your system has a gap between BSS and the
    heap (60016856 bytes).  This usually means that exec-shield
    or something similar is in effect.  The dump may
    fail because of this.  See the section about
    exec-shield in etc/PROBLEMS for more information.
    **************************************************
    make[1]: *** [Makefile:740: bootstrap-emacs] Segmentation fault
    make[1]: Leaving directory '/home/buildozer/aports/community/emacs/src/emacs-25.3/x11/src'
    make: *** [Makefile:398: src] Error 2
2018-03-31 16:13:52 +02:00
stf
9fbb035e36 community/emacs: enabled for aarch64 2018-03-31 16:01:16 +02: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
Jakub Jirutka
4ee7c35b7d community/*: fix homepage url and source from http:// to https://
Most of these updates is based on data from https://repology.org/,
detection based on permanent redirect from http:// to https://.

$source urls are updated when they contain $url as substring.
2017-11-19 14:16:58 +01:00
Francesco Colista
2d4619354f community/emacs: security upgrade to 25.3 (CVE-2017-14482) Fixes #7863 2017-09-25 10:09:31 +00:00
tmpfile
d1bbf07a53 community/[various]: fix trailing whitespace 2017-07-10 09:04:20 +00:00
stf
6dbe61744b community/emacs: upgrade to 25.2 2017-04-24 12:20:53 +02:00
Natanael Copa
541e1d7fd7 community/emacs: rebuild against imagemagick 7 2017-03-22 16:09:21 +00:00
Natanael Copa
c9a67c1114 community/emacs: rebuild against new imagemagick 2016-12-22 11:06:59 +00:00
Carlo Landmeter
408082608c community/emacs: disable on aarch64 due to build error
Loading cus-start...
Loading tooltip...
Loading /home/buildozer/aports/community/emacs/src/emacs-25.1/x11/lisp/leim/leim-list.el (source)...
Finding pointers to doc strings...
Finding pointers to doc strings...done
Dumping under the name emacs
**************************************************
Warning: Your system has a gap between BSS and the
heap (723494280 bytes).  This usually means that exec-shield
or something similar is in effect.  The dump may
fail because of this.  See the section about
exec-shield in etc/PROBLEMS for more information.
**************************************************
make[1]: *** [Makefile:740: bootstrap-emacs] Segmentation fault
make[1]: Leaving directory '/home/buildozer/aports/community/emacs/src/emacs-25.1/x11/src'
make: *** [Makefile:398: src] Error 2
2016-11-16 16:14:00 +01:00
stf
4a3a8807fb community/emacs cleaned up testing&unmaintained
bumped to v25.1, added nox, x11 and gtk2 variants
2016-11-16 15:52:28 +01:00