Re: [gentoo-dev] [PATCH] unpacker.eclass: support >=app-arch/xz-utils-5.4.0 for lzip decompression

2022-12-14 Thread Sam James
> On 14 Dec 2022, at 11:40, Ulrich Mueller wrote: > >> On Wed, 14 Dec 2022, Sam James wrote: > >> *.lz) >> - d="|| ( app-arch/plzip app-arch/pdlzip app-arch/lzip )" ;; >> + d=" >> + || ( >> + >=app-arch/xz-utils-5.4.0 >> + app-arch/plzip >> + app-arch/pdlzip >> + app-arch/lzip >> + ) >> +

Re: [gentoo-dev] [PATCH] unpacker.eclass: support >=app-arch/xz-utils-5.4.0 for lzip decompression

2022-12-14 Thread Mike Gilbert
On Wed, Dec 14, 2022 at 6:40 AM Ulrich Mueller wrote: > > > On Wed, 14 Dec 2022, Sam James wrote: > > > *.lz) > > - d="|| ( app-arch/plzip app-arch/pdlzip app-arch/lzip > > )" ;; > > + d=" > > + || ( > > +

[gentoo-dev] Last rites: games-engines/residualvm

2022-12-14 Thread James Le Cuirot
# James Le Cuirot (2022-12-14) # Merged into games-engines/scummvm a while back. No longer maintained # upstream. Removal in 30 days. games-engines/residualvm signature.asc Description: This is a digitally signed message part

[gentoo-dev] last-rite: net-print/{apsfilter,kyocera-mita-ppds}

2022-12-14 Thread Marco Scardovi
Hi everyone, I'm gonna propose to l-r these packages as both are dead upstream and on our side # Marco Scardovi (2022-12-14) # We are literally the only distro that still have # an installation option for that package. # It still uses EAPI 6 and no real support since # years. # Removal on 202

[gentoo-dev] last-rite: net-voip/captagent

2022-12-14 Thread Jaco Kroon
# Jaco Kroon (2022-12-14) # Multiple open bugs (bug #870910, bug #877731, bug #884815), only one of which # is trivial to solve. # With more and more SIP traffic using TLS rather than plaintext UDP or TCP # this is fast becoming less and less useful.  You should rather use # asterisk's res_hep

Re: [gentoo-dev] [PATCH] unpacker.eclass: support >=app-arch/xz-utils-5.4.0 for lzip decompression

2022-12-14 Thread Ulrich Mueller
> On Wed, 14 Dec 2022, Sam James wrote: > *.lz) > - d="|| ( app-arch/plzip app-arch/pdlzip app-arch/lzip )" > ;; > + d=" > + || ( > + >=app-arch/xz-utils-5.4.0 > +

Re: [gentoo-dev] [PATCH] unpacker.eclass: fix unpack_gpkg with TAPE set

2022-12-14 Thread Michał Górny
On Wed, 2022-12-14 at 08:48 +, Sam James wrote: > Closes: https://bugs.gentoo.org/885719 > Signed-off-by: Sam James > --- > eclass/unpacker.eclass | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/eclass/unpacker.eclass b/eclass/unpacker.eclass > index 11f04fde7226..5c

[gentoo-dev] [PATCH] unpacker.eclass: fix unpack_gpkg with TAPE set

2022-12-14 Thread Sam James
Closes: https://bugs.gentoo.org/885719 Signed-off-by: Sam James --- eclass/unpacker.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/unpacker.eclass b/eclass/unpacker.eclass index 11f04fde7226..5ce681ebaa0d 100644 --- a/eclass/unpacker.eclass +++ b/eclass/unpacker

[gentoo-dev] [PATCH] unpacker.eclass: support >=app-arch/xz-utils-5.4.0 for lzip decompression

2022-12-14 Thread Sam James
>=app-arch/xz-utils-5.4.0 supports lzip decompression (not compression). Add support for unpacker.eclass to handle it for .lz files. Note that xz-utils is part of @system (and PMS requires that .xz is unpackable), while most users do not have lzip and friends installed. (Note that xz does not (c