[gentoo-dev] [PATCH] profiles/targets/desktop: disable USE=xvid by default

2022-01-11 Thread Georgy Yakovlev
it's an ancient codec that is barely used nowadays so let's disable it by default. Users are free to re-enable if required. Bug: https://bugs.gentoo.org/831044 Signed-off-by: Georgy Yakovlev --- profiles/targets/desktop/make.defaults | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

Re: [gentoo-dev] Looking for a solution to the distutils/setuptools .egg-info mess

2022-01-11 Thread Andreas K. Huettel
> > TL;DR: how to deal with setuptools (and newer distutils vendored by > setuptools) replacing .egg-info files with directories? > I should probably emphasize here that the .egg-info path contains > the package version, so this is a problem only if the same upstream > version is being

Re: [gentoo-dev] Looking for a solution to the distutils/setuptools .egg-info mess

2022-01-11 Thread Michał Górny
On Tue, 2022-01-11 at 19:23 +0100, Andreas K. Huettel wrote: > > > > TL;DR: how to deal with setuptools (and newer distutils vendored by > > setuptools) replacing .egg-info files with directories? > > > I should probably emphasize here that the .egg-info path contains > > the package version, so

[gentoo-dev] [PATCH v2 2/5] multilib-build.eclass: remove EAPI 5

2022-01-11 Thread David Seifert
Signed-off-by: David Seifert --- eclass/multilib-build.eclass | 44 +--- 1 file changed, 6 insertions(+), 38 deletions(-) diff --git a/eclass/multilib-build.eclass b/eclass/multilib-build.eclass index 17cd7da0d18..a4121ad42f1 100644 ---

[gentoo-dev] [PATCH v2 1/5] multilib-minimal.eclass: remove EAPI 5

2022-01-11 Thread David Seifert
Signed-off-by: David Seifert --- eclass/multilib-minimal.eclass | 19 ++- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/eclass/multilib-minimal.eclass b/eclass/multilib-minimal.eclass index 9a1efe2cc46..97c8d618c42 100644 --- a/eclass/multilib-minimal.eclass +++

[gentoo-dev] Last rites: net-analyzer/jmx2munin

2022-01-11 Thread Jakov Smolić
# Jakov Smolić (2022-01-11) # Outdated java package, uses EAPI 5, no other distro # is packaging this. # Removal on 2022-02-10. Bug #826810. net-analyzer/jmx2munin -- Jakov OpenPGP_signature Description: OpenPGP digital signature

[gentoo-dev] [PATCH v2 4/5] multibuild.eclass: inline cp_args

2022-01-11 Thread David Seifert
Signed-off-by: David Seifert --- eclass/multibuild.eclass | 36 +++- 1 file changed, 7 insertions(+), 29 deletions(-) diff --git a/eclass/multibuild.eclass b/eclass/multibuild.eclass index cbd48b1eeb6..4699ebc43fb 100644 --- a/eclass/multibuild.eclass +++

[gentoo-dev] [PATCH v2 5/5] multibuild.eclass: remove EAPI 4 and 5

2022-01-11 Thread David Seifert
Signed-off-by: David Seifert --- eclass/multibuild.eclass | 42 +++- 1 file changed, 7 insertions(+), 35 deletions(-) diff --git a/eclass/multibuild.eclass b/eclass/multibuild.eclass index 4699ebc43fb..039041af694 100644 --- a/eclass/multibuild.eclass +++

[gentoo-dev] [PATCH v2 3/5] multibuild.eclass: remove dead userland_BSD

2022-01-11 Thread David Seifert
Signed-off-by: David Seifert --- eclass/multibuild.eclass | 35 --- 1 file changed, 12 insertions(+), 23 deletions(-) diff --git a/eclass/multibuild.eclass b/eclass/multibuild.eclass index 37568ebf87c..cbd48b1eeb6 100644 --- a/eclass/multibuild.eclass +++