aboutsummaryrefslogtreecommitdiffstats
path: root/main/ctags
Commit message (Collapse)AuthorAgeFilesLines
* main/ctags: explicitly depend on python2Leo2020-04-071-2/+1
|
* main/ctags: upgrade to 0_git20200205Sören Tempel2020-02-062-48/+4
| | | | | | | | | Unfortunately, upstream does not tag releases currently [1]. For this reason, the package is technically outdated most of the time. I believe it make sense to update the package periodically, the last update was done almost two months ago, time for a new one. [1]: https://github.com/universal-ctags/ctags/issues/1038
* main/ctags: enable tests on s390x againSören Tempel2020-01-052-8/+46
|
* main/ctags: explicitly depend on python for checkSören Tempel2019-12-141-1/+1
| | | | | | | | | Python is already implicitly installed due to py3-docutils, thus no pkgrel bump. Without python installed the build system will use the shell script misc/units to run unit tests instead of misc/units.py. Unfortunately, this shell script is not compatible with busybox ash. See: https://github.com/universal-ctags/ctags/issues/2369#issuecomment-564779705
* main/ctags: disable check on s390xSören Tempel2019-12-111-0/+6
| | | | See: https://github.com/universal-ctags/ctags/issues/2369
* main/ctags: update licenseSören Tempel2019-12-101-1/+1
|
* main/ctags: enable iconv but remove failing encoding testsSören Tempel2019-12-101-2/+6
|
* main/ctags: enable checkSören Tempel2019-12-101-1/+7
|
* main/ctags: switch from exuberant ctags to universal ctagsSören Tempel2019-12-103-134/+15
| | | | | Exuberant ctags is no longer maintained, universal ctags is used by some other distributions as well (e.g. Arch Linux).
* main: (Bulk change) Update source urls to https using HTTPS EverywhereJ0WI2018-10-061-1/+1
|
* [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/
* main/ctags: security fix for CVE-2014-7204Sören Tempel2017-05-042-23/+118
|
* main/[various]: no need update_config_subTuan M. Hoang2017-04-111-1/+0
| | | | New packages do not have config.sub anymore
* Do not delete *.la files manuallyBartłomiej Piotrowski2015-09-101-1/+0
| | | | | Since abuild v2.22.0, these are removed automatically unless 'libtool' option has been specified.
* main/ctags: fix install locationNatanael Copa2013-12-012-7/+29
| | | | | | also fix format string error ref #2446
* main/ctags: use macroFabian Affolter2013-10-301-10/+26
|
* [all autotools packages]: normalize ./configureTimo Teräs2013-07-301-2/+6
|
* main: mass-rebuild of packages missing arch in .PKGINFONatanael Copa2011-03-311-1/+1
| | | | this is needed for apk-tools-2.1 migration
* Set all packages with arch="x86 x86_64" to arch="all".William Pitcock2011-01-131-1/+1
|
* main/*: add archNatanael Copa2010-12-131-0/+1
|
* main/[various]: bump pkgrel to force rebuild against nptlNatanael Copa2010-05-041-1/+1
|
* main/[various]: let abuild detect shared objects dependenciesNatanael Copa2010-05-041-1/+1
|
* main/ctags: upgrade to 5.8Natanael Copa2009-08-031-2/+2
|
* moved extra/* to main/Natanael Copa2009-07-241-0/+26
and fixed misc build issues