summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: update maintainer nameTheo Anderson2021-06-181-1/+1
| | | | | | Signed-off-by: James Beddek <telans@posteo.de> Closes: https://github.com/gentoo/gentoo/pull/21299 Signed-off-by: Sam James <sam@gentoo.org>
* sys-fs/compsize: Stabilize 1.5 x86, #790062Sam James2021-06-021-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-fs/compsize: Stabilize 1.5 amd64, #790062Sam James2021-06-021-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-fs/compsize: sync live ebuild for KEYWORDSSam James2021-04-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-fs/compsize: Keyword 1.5 arm64, #774213Sam James2021-04-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* */*: Add proxied="yes" for non-@gentoo.org peopleMichał Górny2021-03-161-1/+1
| | | | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '/pkgmetadata/maintainer[substring(email, string-length(email) - string-length("@gentoo.org") + 1) != "@gentoo.org"]' \ -t attr -n proxied -v yes {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Add 'proxied="proxy"' for proxy-maint projectMichał Górny2021-03-161-1/+1
| | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '//maintainer[email="proxy-maint@gentoo.org"]' \ -t attr -n proxied -v proxy {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-fs/compsize: Keyword 1.5 arm, #774213Sam James2021-03-151-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-fs/compsize: respect CCSam James2021-02-162-2/+6
| | | | | Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* sys-fs/compsize: bump to 1.5Theo Anderson2021-02-162-0/+40
| | | | | | | Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Theo Anderson <telans@posteo.de> Closes: https://github.com/gentoo/gentoo/pull/19474 Signed-off-by: Sam James <sam@gentoo.org>
* sys-fs/compsize: fix LICENSETheo Anderson2021-02-013-4/+4
| | | | | | | | | LICENSE in source is GPL-2+, but files such as 'radix-tree.c' are GPL-2 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Theo Anderson <telans@posteo.de> Closes: https://github.com/gentoo/gentoo/pull/19135 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sys-fs/compsize: bump to 1.4Theo Anderson2021-02-013-8/+44
| | | | | | | | | | | | | ebuild changes: - use einstalldocs instead of dodoc - update PREFIX instead of sedding "/usr" to Makefile - remove append-cflags -std=gnu90 - add -Wall to debug flags Closes: https://bugs.gentoo.org/716200 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Theo Anderson <telans@posteo.de> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sys-fs/compsize: Stabilize 1.3 amd64, #751577Sam James2020-11-041-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-fs/compsize: drop oldTheo Anderson2020-10-312-42/+0
| | | | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Theo Anderson <telans@posteo.de> Closes: https://github.com/gentoo/gentoo/pull/18063 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sys-fs/compsize: x86 stable (bug #751577)Thomas Deutschmann2020-10-281-1/+1
| | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* sys-fs/compsize: 9999 update + EAPI 7Theo Anderson2020-09-061-14/+16
| | | | | | | Package-Manager: Portage-3.0.4-r1, Repoman-3.0.1 Signed-off-by: Theo Anderson <telans@posteo.de> Closes: https://github.com/gentoo/gentoo/pull/17113 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sys-fs/compsize: bump to 1.3Theo Anderson2020-09-062-0/+42
| | | | | | | Closes: https://bugs.gentoo.org/689144 Package-Manager: Portage-3.0.4-r1, Repoman-3.0.1 Signed-off-by: Theo Anderson <telans@posteo.de> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sys-fs/compsize: add proxy maintainerTheo Anderson2020-09-061-1/+11
| | | | | | Package-Manager: Portage-3.0.4-r1, Repoman-3.0.1 Signed-off-by: Theo Anderson <telans@posteo.de> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sys-fs/compsize: drop to m-nJoonas Niilola2020-05-161-7/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sys-fs/compsize: New ebuildautomorphism882018-03-304-0/+94
Closes: https://github.com/gentoo/gentoo/pull/7660