aboutsummaryrefslogtreecommitdiffstats
path: root/main/attr
Commit message (Collapse)AuthorAgeFilesLines
* [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/attr: remove --enable-lib64Natanael Copa2017-03-081-1/+0
| | | | apparently it installs the stuff in /lib64 on ppc64le
* main/attr: don't manually remove libattr.laNatanael Copa2017-03-081-1/+1
| | | | abuild takes care of this for us now
* main/attr: update upstream urlsNatanael Copa2017-03-081-3/+3
|
* main/attr: helps to actually add the patches, doesn't itWilliam Pitcock2017-02-142-0/+68
|
* main/attr: sync patches with adelie, clean up build()William Pitcock2017-02-142-67/+6
|
* main/attr: attr(5) is also provided by man-pagesSören Tempel2015-08-071-2/+4
|
* main/attr: make sure installed files are owned by rootNatanael Copa2014-02-191-2/+3
| | | | ref #2687
* main/attr: specify licenseFabian Affolter2013-10-311-2/+2
|
* main/attr: fix musl buildTimo Teräs2013-09-062-6/+65
|
* [all autotools packages]: normalize ./configureTimo Teräs2013-07-301-1/+4
|
* main/attr: upgrade to 2.4.47Bartłomiej Piotrowski2013-06-072-48/+6
|
* main/attr: remove *.laNatanael Copa2011-07-011-4/+6
|
* main/attr: libattr replaces attrNatanael Copa2011-05-231-1/+2
|
* main/attr: upgrade to 2.4.46Natanael Copa2011-05-202-12/+67
|
* Set all packages with arch="x86 x86_64" to arch="all".William Pitcock2011-01-131-1/+1
|
* main/attr: fix checksumLeonardo Arena2011-01-051-2/+2
|
* main/attr: fix checksumLeonardo Arena2011-01-051-2/+2
|
* main/*: add archNatanael Copa2010-12-131-0/+1
|
* main/attr: update checksumNatanael Copa2010-11-251-2/+2
| | | | seems like arch linux changed their package.
* main/attr: checksum updateLeonardo Arena2010-11-021-1/+1
|
* main/[various]: rebuild due to bad owner in packageNatanael Copa2010-07-201-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 packageNatanael Copa2010-07-141-1/+1
| | | | ref #384
* main/[various]: bump pkgrel to force rebuild against nptlNatanael Copa2010-05-041-1/+1
|
* main/attr: moved from testingNatanael Copa2010-02-101-0/+50