summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-arch/innoextract: fix build w/ boost-1.85.0Sam James2024-04-232-0/+22
| | | | | Closes: https://bugs.gentoo.org/930495 Signed-off-by: Sam James <sam@gentoo.org>
* app-arch/rpm: Keyword 4.19.1.1 sparc, #919936Matoro Mahri2024-04-231-1/+1
| | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* app-arch/rpm: Keyword 4.19.1.1 mips, #919936Matoro Mahri2024-04-231-1/+1
| | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* app-arch/rpm: Keyword 4.19.1.1 hppa, #919936Matoro Mahri2024-04-231-1/+1
| | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* app-arch/file-roller: add 44.1Mart Raudsepp2024-04-202-0/+104
| | | | Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* app-arch/unrar: add 7.0.7Joe Kappus2024-04-202-0/+80
| | | | | | Signed-off-by: Joe Kappus <joe@wt.gd> Closes: https://github.com/gentoo/gentoo/pull/36066 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-arch/engrampa: update maintainersJoonas Niilola2024-04-171-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-arch/lzip: Remove oldMichał Górny2024-04-172-31/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-arch/rar: drop 6.24Conrad Kostecki2024-04-172-123/+0
| | | | Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* app-arch/rar: x86 stableConrad Kostecki2024-04-171-1/+1
| | | | Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* app-arch/rar: amd64 stableConrad Kostecki2024-04-171-1/+1
| | | | Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* app-arch/libarchive: Stabilize 3.7.2-r3 x86, #926557Sam James2024-04-171-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-arch/lzip: Stabilize 1.24.1 hppa, #927595Matoro Mahri2024-04-171-1/+1
| | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-arch/torrentzip: Stabilize 1.3 amd64, #928335Joonas Niilola2024-04-161-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-arch/torrentzip: Stabilize 1.3 x86, #928335Joonas Niilola2024-04-161-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-arch/xz-utils: improve USE=pgo for 9999Sam James2024-04-161-0/+38
| | | | | | | | | | | | | | | | | | | | | Takes a lot of inspiration from https://packages.altlinux.org/en/sisyphus/srpms/xz/specfiles/#line-80. IIRC at least one other distro does this for xz or gzip (was it Clear Linux?) The testsuite could do with better coverage so supplement it by creating a tar archive of a bunch of files made during the build, then repeatedly compress/decompress it to gather profiling data. That said, I don't get any binary differences at all for liblzma and xz for my usual flags (-O3 -march=znver2 ...). I do get some small differences for just -O2. Both tests were done with GCC 14.0.1 20240415. It would be nice if we could drop -fprofile-partial-training and that's perhaps the thing to try next. I see this commit as mostly a step towards being able to do that which should let PGO give smaller binaries with -O2 at least. Signed-off-by: Sam James <sam@gentoo.org>
* app-arch/xz-utils: fix live ebuild (drop obsolete rm)Sam James2024-04-161-3/+0
| | | | | | | | | | | The malicious test files were removed in an upstream commit [0]. The git repository is currently being reviewed. The `rm ...` would fail as a result since that happened. [0] e93e13c8b3bec925c56e0c0b675d8000a0f7f754 Signed-off-by: Sam James <sam@gentoo.org>
* app-arch/gzip: add savannah upstream metadataSam James2024-04-151-0/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-arch/tardelta: enable py3.12Zac Medico2024-04-141-1/+1
| | | | | Closes: https://bugs.gentoo.org/929281 Signed-off-by: Zac Medico <zmedico@gentoo.org>
* app-arch/dtrx: enable py3.12 compatMaciej Barć2024-04-142-4/+4
| | | | | Closes: https://bugs.gentoo.org/929280 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
* app-arch/unrpa: Fix variable orderMichał Górny2024-04-131-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-arch/unrpa: enable py3.12Haelwenn (lanodan) Monnier2024-04-131-2/+2
| | | | | | Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me> Closes: https://github.com/gentoo/gentoo/pull/36087 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-arch/unrpa: add myself as a maintainerHaelwenn (lanodan) Monnier2024-04-131-1/+8
| | | | | Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me> Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-arch/file-roller: drop 43.1Mart Raudsepp2024-04-132-104/+0
| | | | Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* app-arch/7zip: fix #929025, add some commentsNRK2024-04-132-10/+10
| | | | | | | Closes: https://bugs.gentoo.org/929025 Signed-off-by: NRK <nrk@disroot.org> Closes: https://github.com/gentoo/gentoo/pull/36230 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-arch/snappy: bump subslot's fudge value due to ABI breakageIonen Wolkens2024-04-111-1/+1
| | | | | | | | | | | | Breaks at least dev-qt/qtwebengine:6 if not rebuilt, aka libQt6WebEngineCore.so.6: undefined reference to `snappy::RawCompress(char const*, unsigned long, char*, unsigned long*) * ABI: libsnappy.so.1(64) func(+6,-5) [BREAKING] ^ includes RawCompress Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-arch/upx-bin: drop 4.2.2Azamat H. Hackimov2024-04-112-46/+0
| | | | | | Closes: https://github.com/gentoo/gentoo/pull/36210 Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com> Signed-off-by: Yixun Lan <dlan@gentoo.org>
* app-arch/upx-bin: add 4.2.3Azamat H. Hackimov2024-04-112-0/+46
| | | | | Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com> Signed-off-by: Yixun Lan <dlan@gentoo.org>
* app-arch/upx: drop 4.2.2Azamat H. Hackimov2024-04-112-31/+0
| | | | | Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com> Signed-off-by: Yixun Lan <dlan@gentoo.org>
* app-arch/upx: add 4.2.3Azamat H. Hackimov2024-04-112-0/+35
| | | | | Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com> Signed-off-by: Yixun Lan <dlan@gentoo.org>
* app-arch/snappy: add 1.2.0Azamat H. Hackimov2024-04-115-0/+152
| | | | | | Closes: https://github.com/gentoo/gentoo/pull/36205 Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com> Signed-off-by: Yixun Lan <dlan@gentoo.org>
* app-arch/snappy: drop 1.1.9-r1Azamat H. Hackimov2024-04-113-114/+0
| | | | | Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com> Signed-off-by: Yixun Lan <dlan@gentoo.org>
* app-arch/bzip3: drop old 1.3.2Maciej Barć2024-04-112-33/+0
| | | | Signed-off-by: Maciej Barć <xgqt@gentoo.org>
* app-arch/libarchive: enable zstd IUSE by defaultIonen Wolkens2024-04-103-3/+3
| | | | | | | | | | | | | | 23.0 profiles no longer enable USE=zstd globally, but on libarchive seems it makes very little sense to be off by default. Popular format that you'd expect libarchive to be able to handle out-of-the-box and zstd will be pulled by portage either way (no extra dependencies). But the more immediate motivation is that qtbase[zstd] requires cmake with zstd support, which is tied with it being enabled on libarchive. And then recent developments led to force enabling zstd on qtbase. This will spare users from having to set it themselves. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-arch/libdeflate: Stabilize 1.19 amd64, #929003Arthur Zamarin2024-04-091-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-arch/libdeflate: Stabilize 1.19 x86, #929003Arthur Zamarin2024-04-091-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-arch/engrampa: ebuild clean upIan Jordan2024-04-091-2/+0
| | | | | Signed-off-by: Ian Jordan <immoloism@gmail.com> Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-arch/engrampa: update maintainersIan Jordan2024-04-091-0/+4
| | | | | Signed-off-by: Ian Jordan <immoloism@gmail.com> Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-arch/engrampa: add 1.28.1Ian Jordan2024-04-092-0/+70
| | | | | Signed-off-by: Ian Jordan <immoloism@gmail.com> Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-arch/engrampa: drop 1.27.1Ian Jordan2024-04-092-68/+0
| | | | | Signed-off-by: Ian Jordan <immoloism@gmail.com> Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-arch/libdeflate: Stabilize 1.19 arm64, #929003Arthur Zamarin2024-04-091-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-arch/unp: Stabilize 2.0 arm64, #928952Arthur Zamarin2024-04-091-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-arch/unp: Stabilize 2.0 x86, #928952Arthur Zamarin2024-04-091-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-arch/unp: Stabilize 2.0 amd64, #928952Arthur Zamarin2024-04-091-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-arch/libarchive: Bump to 3.7.3Michał Górny2024-04-092-0/+178
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-arch/file-roller: Stabilize 44 arm64, #928762Arthur Zamarin2024-04-071-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-arch/file-roller: Stabilize 44 x86, #928762Arthur Zamarin2024-04-071-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-arch/file-roller: Stabilize 44 amd64, #928762Arthur Zamarin2024-04-071-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-arch/patool: Stabilize 2.2.0 x86, #928847Joonas Niilola2024-04-071-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-arch/patool: Stabilize 2.2.0 amd64, #928847Joonas Niilola2024-04-071-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>