summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-arch/lziprecover: Bump to 1.24Michał Górny2024-01-222-0/+31
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-arch/innoextract: Stabilize 1.9 ppc64, #922527Sam James2024-01-221-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-arch/innoextract: Stabilise 1.9 on arm64James Le Cuirot2024-01-211-1/+1
| | | | Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* app-arch/rpm: Keyword 4.19.1 alpha, #919936Matoro Mahri2024-01-211-1/+1
| | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* app-arch/gzip: Stabilize 1.13 x86, #914544Matoro Mahri2024-01-191-1/+1
| | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-arch/bzip3: Stabilize 1.4.0 arm64, #921604Sam James2024-01-181-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-arch/bzip3: Stabilize 1.4.0 x86, #921604Sam James2024-01-181-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-arch/bzip3: Stabilize 1.4.0 amd64, #921604Sam James2024-01-181-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-arch/cpio: run tests in parallelSam James2024-01-181-0/+6
| | | | | | | | | | | Inspired by vapier's cd7f047fe43fb631c4ca6979c6efb5038c616f41. `RUNTESTFLAGS` has been in the back of my head for a while now as I've been meaning to figure out the interaction between it and parallel make and which packages actually need it. This only shaves off about ~10s or so consistently for me for cpio though, as its test suite is smaller, but maybe it'll do better on slower machines. Signed-off-by: Sam James <sam@gentoo.org>
* app-arch/tar: run tests in parallelSam James2024-01-181-3/+3
| | | | | | | | | | | | | | | | | | | | | | | Inspired by vapier's cd7f047fe43fb631c4ca6979c6efb5038c616f41. `RUNTESTFLAGS` has been in the back of my head for a while now as I've been meaning to figure out the interaction between it and parallel make and which packages actually need it, so figured I'd start with something I was pretty sure used autotest... Before: ``` real 4m53.950s user 0m0.743s sys 0m0.263s ``` After: ``` real 2m3.075s user 0m0.750s sys 0m0.265s ``` Signed-off-by: Sam James <sam@gentoo.org>
* app-arch/libdeflate: new ebuildPaul Zander2024-01-164-0/+106
| | | | | | Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/34767 Signed-off-by: Florian Schmaus <flow@gentoo.org>
* app-arch/gzip: Stabilize 1.13 arm, #914544Matoro Mahri2024-01-161-1/+1
| | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* Move {sys-devel → dev-build}/libtoolMichał Górny2024-01-152-4/+4
| | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/34807 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-arch/gzip: Stabilize 1.13 hppa, #914544Matoro Mahri2024-01-141-2/+2
| | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-arch/cpio: add 2.15Sam James2024-01-142-0/+49
| | | | | Closes: https://bugs.gentoo.org/898344 Signed-off-by: Sam James <sam@gentoo.org>
* Move {app-doc → app-text}/doxygenMichał Górny2024-01-123-5/+5
| | | | | | | | Per the category metadata, app-doc/ is reserved for documentation *files* and not software. Move it to app-text/ where it seems a better fit. Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-arch/unar: check ObjC toolchain supportDavid Seifert2024-01-121-0/+25
| | | | | | Bug: https://bugs.gentoo.org/732846 Bug: https://bugs.gentoo.org/802813 Signed-off-by: David Seifert <soap@gentoo.org>
* app-arch/unar: add 1.10.8David Seifert2024-01-113-0/+96
| | | | | | Bug: https://bugs.gentoo.org/802813 Bug: https://bugs.gentoo.org/920359 Signed-off-by: David Seifert <soap@gentoo.org>
* app-arch/dpkg: sys-devel/flex -> app-alternatives/lexSam James2024-01-087-14/+14
| | | | | | | | | | All of these will be using app-alternatives/lex anyway as they're not unsetting YACC or LEX, so make the dep reflect reality. (Included both YACC and LEX out of conservatism.) Signed-off-by: Sam James <sam@gentoo.org>
* app-arch/rpm2targz: app-arch/cpio -> app-alternatives/cpioSam James2024-01-081-2/+2
| | | | | | | | All of these will be using app-alternatives/cpio anyway as they're not calling gcpio, so make the dep reflect reality. Signed-off-by: Sam James <sam@gentoo.org>
* app-arch/patool: app-arch/cpio -> app-alternatives/cpioSam James2024-01-084-8/+8
| | | | | | | | All of these will be using app-alternatives/cpio anyway as they're not calling gcpio, so make the dep reflect reality. Signed-off-by: Sam James <sam@gentoo.org>
* app-arch/file-roller: app-arch/cpio -> app-alternatives/cpioSam James2024-01-083-4/+4
| | | | | | | | All of these will be using app-alternatives/cpio anyway as they're not calling gcpio, so make the dep reflect reality. Signed-off-by: Sam James <sam@gentoo.org>
* app-arch/engrampa: app-arch/cpio -> app-alternatives/cpioSam James2024-01-082-4/+4
| | | | | | | | All of these will be using app-alternatives/cpio anyway as they're not calling gcpio, so make the dep reflect reality. Signed-off-by: Sam James <sam@gentoo.org>
* app-arch/file-roller: Stabilize 43.1 amd64, #920740Sam James2024-01-081-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-arch/xarchiver: keyword 0.5.4.22 for ~loongWANG Xuerui2024-01-071-1/+1
| | | | Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* app-arch/upx-bin: drop 4.0.2Azamat H. Hackimov2024-01-072-46/+0
| | | | | | Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/34604 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* app-arch/upx-bin: add 4.2.1Azamat H. Hackimov2024-01-072-0/+46
| | | | | Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* app-arch/upx: drop 4.0.2Azamat H. Hackimov2024-01-072-31/+0
| | | | | Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* app-arch/upx: add 4.2.1Azamat H. Hackimov2024-01-072-0/+31
| | | | | Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* app-arch/lzlib: fix calling AR directly, bug #721916Michael Mair-Keimberger2024-01-071-0/+41
| | | | | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://bugs.gentoo.org/721916 Closes: https://github.com/gentoo/gentoo/pull/34585 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* app-arch/tarlz: add 0.25Florian Schmaus2024-01-052-0/+33
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* app-arch/xarchiver: Keyword 0.5.4.22 riscv, #921390Jakov Smolić2024-01-051-2/+2
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* app-arch/rpm: keyword 4.19.1 for ~loongWANG Xuerui2024-01-031-2/+2
| | | | Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* app-arch/pdv: update HOMEPAGEPetr Vaněk2023-12-301-1/+1
| | | | Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
* app-arch/pdv: resolve implicit function declaration issuePetr Vaněk2023-12-302-0/+21
| | | | | | | | The issue is fixed with a patch which adds function prototype to a common header file. Closes: https://bugs.gentoo.org/882157 Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
* app-arch/pdv: reconfigure also project rootPetr Vaněk2023-12-302-8/+7
| | | | | | | | | | | It is necessary to reconfigure also project root for modern compiler compatibility. This necessitated updating the no-strip patch to modify extra.mk instead of Makefile.in, responding to the new regeneration process. Closes: https://bugs.gentoo.org/880351 Closes: https://bugs.gentoo.org/906002 Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
* app-arch/xarchiver: Bump to 0.5.4.22Michał Górny2023-12-302-0/+62
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-arch/xz-utils: drop 5.4.2, 5.4.3, 5.4.4Sam James2023-12-285-431/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-arch/xz-utils: drop 5.2.11, 5.2.12Sam James2023-12-283-240/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-arch/lxqt-archiver: Stabilize 0.9.0 x86, #920175Sam James2023-12-271-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-arch/upx: Stabilize 4.1.0 x86, #920586Arthur Zamarin2023-12-241-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-arch/upx-bin: Stabilize 4.1.0 x86, #920585Arthur Zamarin2023-12-241-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-arch/gzip: Stabilize 1.13 ppc, #914544Sam James2023-12-241-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-arch/upx: Stabilize 4.1.0 amd64, #920586Sam James2023-12-241-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-arch/upx-bin: Stabilize 4.1.0 amd64, #920585Sam James2023-12-241-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-arch/rpm: Keyword 4.19.1 riscv, #919936Jakov Smolić2023-12-231-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* app-arch/rpm: Keyword 4.19.1 x86, #919936Joonas Niilola2023-12-221-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-arch/torrentzip: Use improved <longdescription> from README.mdAlexander Miller2023-12-221-4/+6
| | | | | | Signed-off-by: Alexander Miller <alex.miller@gmx.de> Closes: https://github.com/gentoo/gentoo/pull/34406 Signed-off-by: Sam James <sam@gentoo.org>
* app-arch/torrentzip: Add github remote-id for new upstreamAlexander Miller2023-12-221-0/+1
| | | | | Signed-off-by: Alexander Miller <alex.miller@gmx.de> Signed-off-by: Sam James <sam@gentoo.org>
* app-arch/torrentzip: Switch to new upstream and add 1.0Alexander Miller2023-12-222-0/+29
| | | | | | Bug: https://bugs.gentoo.org/920358 Signed-off-by: Alexander Miller <alex.miller@gmx.de> Signed-off-by: Sam James <sam@gentoo.org>