[gentoo-dev] Last rites: dev-python/ctypescrypto

2022-04-11 Thread Michał Górny
# Michał Górny (2022-04-11) # Tests are broken once again.  Last activity in Jan 2020, last release # in Aug 2019.  No revdeps. # Removal on 2022-05-11.  Bug #832317. dev-python/ctypescrypto -- Best regards, Michał Górny

[gentoo-dev] [PATCH 1/2] latex-package.eclass: Properly quote variables

2022-04-11 Thread Ulrich Müller
Bug: https://bugs.gentoo.org/379571 Signed-off-by: Ulrich Müller --- eclass/latex-package.eclass | 40 +++-- 1 file changed, 21 insertions(+), 19 deletions(-) diff --git a/eclass/latex-package.eclass b/eclass/latex-package.eclass index 359b5177bb37..bee04b607de1

[gentoo-dev] [PATCH 2/2] latex-package.eclass: Support EAPI 8

2022-04-11 Thread Ulrich Müller
Create symlinks with dosym -r. Use debug-print-function. Document TEXMF. Signed-off-by: Ulrich Müller --- eclass/latex-package.eclass | 39 + 1 file changed, 22 insertions(+), 17 deletions(-) diff --git a/eclass/latex-package.eclass

Re: [gentoo-portage-dev] Changing the VDB format

2022-04-11 Thread Sid Spry
On Mon, Apr 11, 2022, at 3:02 PM, Joshua Kinard wrote: > On 3/13/2022 21:06, Matt Turner wrote: >> The VDB uses a one-file-per-variable format. This has some >> inefficiencies, with many file systems. For example the 'EAPI' file >> that contains a single character will consume a 4K block on disk.

Re: [gentoo-portage-dev] Changing the VDB format

2022-04-11 Thread Joshua Kinard
On 3/13/2022 21:06, Matt Turner wrote: > The VDB uses a one-file-per-variable format. This has some > inefficiencies, with many file systems. For example the 'EAPI' file > that contains a single character will consume a 4K block on disk. > > $ cd /var/db/pkg/sys-apps/portage-3.0.30-r1/ > $ ls -lh

Re: [gentoo-dev] proposal: use only one hash function in manifest files

2022-04-11 Thread Joshua Kinard
On 4/5/2022 17:49, Jason A. Donenfeld wrote: > Hi Matt, > > On Tue, Apr 5, 2022 at 10:38 PM Matt Turner wrote: >> >> On Tue, Apr 5, 2022 at 12:30 PM Jason A. Donenfeld wrote: >>> By the way, we're not currently _checking_ two hash functions during >>> src_prepare(), are we? >> >> I don't know,

Re: [gentoo-portage-dev] Changing the VDB format

2022-04-11 Thread Joshua Kinard
On 4/11/2022 15:20, Sid Spry wrote: > On Mon, Apr 11, 2022, at 3:02 PM, Joshua Kinard wrote: >> >> I think json is the best format for storing the data on-disk. It's intended >> to be a data serialization format to convert data from a non-specific memory >> format to a storable on-disk format and