Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/attr: fix build with busybox gzip | Natanael Copa | 2018-05-01 | 2 | -3/+31 |
| | | | | we want reduce number of dependencies to make it easier to bootstrap | ||||
* | [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/ | ||||
* | main/attr: remove --enable-lib64 | Natanael Copa | 2017-03-08 | 1 | -1/+0 |
| | | | | apparently it installs the stuff in /lib64 on ppc64le | ||||
* | main/attr: don't manually remove libattr.la | Natanael Copa | 2017-03-08 | 1 | -1/+1 |
| | | | | abuild takes care of this for us now | ||||
* | main/attr: update upstream urls | Natanael Copa | 2017-03-08 | 1 | -3/+3 |
| | |||||
* | main/attr: helps to actually add the patches, doesn't it | William Pitcock | 2017-02-14 | 2 | -0/+68 |
| | |||||
* | main/attr: sync patches with adelie, clean up build() | William Pitcock | 2017-02-14 | 2 | -67/+6 |
| | |||||
* | main/attr: attr(5) is also provided by man-pages | Sören Tempel | 2015-08-07 | 1 | -2/+4 |
| | |||||
* | main/attr: make sure installed files are owned by root | Natanael Copa | 2014-02-19 | 1 | -2/+3 |
| | | | | ref #2687 | ||||
* | main/attr: specify license | Fabian Affolter | 2013-10-31 | 1 | -2/+2 |
| | |||||
* | main/attr: fix musl build | Timo Teräs | 2013-09-06 | 2 | -6/+65 |
| | |||||
* | [all autotools packages]: normalize ./configure | Timo Teräs | 2013-07-30 | 1 | -1/+4 |
| | |||||
* | main/attr: upgrade to 2.4.47 | Bartłomiej Piotrowski | 2013-06-07 | 2 | -48/+6 |
| | |||||
* | main/attr: remove *.la | Natanael Copa | 2011-07-01 | 1 | -4/+6 |
| | |||||
* | main/attr: libattr replaces attr | Natanael Copa | 2011-05-23 | 1 | -1/+2 |
| | |||||
* | main/attr: upgrade to 2.4.46 | Natanael Copa | 2011-05-20 | 2 | -12/+67 |
| | |||||
* | Set all packages with arch="x86 x86_64" to arch="all". | William Pitcock | 2011-01-13 | 1 | -1/+1 |
| | |||||
* | main/attr: fix checksum | Leonardo Arena | 2011-01-05 | 1 | -2/+2 |
| | |||||
* | main/attr: fix checksum | Leonardo Arena | 2011-01-05 | 1 | -2/+2 |
| | |||||
* | main/*: add arch | Natanael Copa | 2010-12-13 | 1 | -0/+1 |
| | |||||
* | main/attr: update checksum | Natanael Copa | 2010-11-25 | 1 | -2/+2 |
| | | | | seems like arch linux changed their package. | ||||
* | main/attr: checksum update | Leonardo Arena | 2010-11-02 | 1 | -1/+1 |
| | |||||
* | main/[various]: rebuild due to bad owner in package | Natanael Copa | 2010-07-20 | 1 | -1/+1 |
| | | | | | | | | | | Busybox got static in 3860ada6cdc107477a4de9bbc2b92d73495b66e8 causing fakeroot to break and owners got bad in all packages built after that. This got fixed in 7f3e98913b36d3254e0000765c9822423c0364e0 but all broken packages needs to be rebuilt. fixes #387 | ||||
* | main/attr: move .so to -dev package | Natanael Copa | 2010-07-14 | 1 | -1/+1 |
| | | | | ref #384 | ||||
* | main/[various]: bump pkgrel to force rebuild against nptl | Natanael Copa | 2010-05-04 | 1 | -1/+1 |
| | |||||
* | main/attr: moved from testing | Natanael Copa | 2010-02-10 | 1 | -0/+50 |