Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | testing/getmail: upgrade to 5.8 | Roberto Oliveira | 2018-12-18 | 1 | -2/+2 |
| | |||||
* | testing/getmail: upgrade to 5.6 | Henrik Riomar | 2018-04-05 | 1 | -6/+5 |
| | |||||
* | [various]: unify names of licenses according to SPDX | Jakub Jirutka | 2017-12-30 | 1 | -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/ | ||||
* | [various] rename python executable in APKBUILDs to python2 | Jakub Jirutka | 2016-10-26 | 1 | -3/+3 |
| | |||||
* | testing/getmail: upgrade to 4.50.0, simplified apkbuild | Francesco Colista | 2016-08-18 | 1 | -19/+9 |
| | |||||
* | testing/getmail: upgrade to 4.47.0 | Fabian Affolter | 2015-03-29 | 1 | -5/+5 |
| | |||||
* | testing/getmail: bump pkgrel so builders pick up last changes | Natanael Copa | 2013-06-28 | 1 | -1/+1 |
| | |||||
* | testing/getmail: fix some old shebang lines | Dubiousjim | 2013-06-28 | 1 | -0/+2 |
| | | | | | | | To be honest, I think these are irrelevant to the functioning of the program, since the files in question are imported by the offlineimap app, rather than being run as scripts. (Not sure why the shebang lines are there at all...cruft?) | ||||
* | testing/getmail: depends on python | Dubiousjim | 2013-06-28 | 1 | -1/+1 |
| | |||||
* | testing/getmail: upgrade to 4.39.0 | Fabian Affolter | 2013-03-04 | 1 | -3/+5 |
| | |||||
* | testing/getmail: upgrade to 4.34.0 | Fabian Affolter | 2012-09-21 | 1 | -2/+2 |
| | |||||
* | testing/getmail: new aport | Fabian Affolter | 2012-05-18 | 1 | -0/+38 |
getmail is a mail retriever designed to allow you to get your mail from one or more mail accounts on various mail servers to your local machine for reading with a minimum of fuss. getmail is designed to be secure, flexible, reliable, and easy-to-use. http://pyropus.ca/software/getmail/ |