[gentoo-dev] unmasking USE ada for amd64 and x86 on sys-devel/gcc

2022-08-30 Thread Alfredo Tupone
I was maintaining the gnat-gpl ebuild that build a gcc compiler that includes the ada languages. Upstream (Adacore) has declared to not provide anymore annual releases of gnat-gpl but only to upgrade the fsf maintained gcc. So I mean to add ada capability to sys-devel/gcc. To build gcc with ada

Re: [gentoo-dev] Last rites: dev-python/flask-security & its deps

2022-08-30 Thread Michał Górny
On Tue, 2022-08-30 at 07:33 -0700, Zoltan Puskas wrote: > Hi, > > Can we please keep `dev-python/pyqrcode`. I find it quite useful for > quickly generating QR codes from scripts. pyqrcode is dead and buried. Use dev-python/qrcode instead. Look at [1], [2] for some ideas how to replace it. [1]

[gentoo-dev] [PATCH 4/4] profiles/profiles.desc: fix alignment

2022-08-30 Thread Mike Gilbert
Signed-off-by: Mike Gilbert --- profiles/profiles.desc | 288 - 1 file changed, 144 insertions(+), 144 deletions(-) diff --git a/profiles/profiles.desc b/profiles/profiles.desc index 4bc94f910ab..0a8a4d84bfb 100644 --- a/profiles/profiles.desc +++ b/profil

[gentoo-dev] [PATCH 3/4] profiles/profiles.desc: add systemd/merged-usr subprofiles

2022-08-30 Thread Mike Gilbert
Signed-off-by: Mike Gilbert --- profiles/profiles.desc | 54 ++ 1 file changed, 54 insertions(+) diff --git a/profiles/profiles.desc b/profiles/profiles.desc index 894b0377d33..4bc94f910ab 100644 --- a/profiles/profiles.desc +++ b/profiles/profiles.desc @@

[gentoo-dev] [PATCH 2/4] profiles/default/linux: add systemd/merged-usr subprofiles

2022-08-30 Thread Mike Gilbert
Signed-off-by: Mike Gilbert --- .../linux/alpha/17.0/desktop/gnome/systemd/merged-usr/eapi | 1 + .../linux/alpha/17.0/desktop/gnome/systemd/merged-usr/parent| 2 ++ profiles/default/linux/alpha/17.0/systemd/merged-usr/eapi | 1 + profiles/default/linux/alpha/17.0/systemd/merged-us

[gentoo-dev] [PATCH 1/4] profiles/features/merged-usr: unforce/mask 'split-usr' USE flag

2022-08-30 Thread Mike Gilbert
Signed-off-by: Mike Gilbert --- profiles/features/merged-usr/eapi | 1 + profiles/features/merged-usr/use.force | 1 + profiles/features/merged-usr/use.mask | 1 + 3 files changed, 3 insertions(+) create mode 100644 profiles/features/merged-usr/eapi create mode 100644 profiles/features/me

[gentoo-dev] Add systemd/merged-usr profiles

2022-08-30 Thread Mike Gilbert
This patch series adds a "merged-usr" feature profile, and subprofiles for each systemd profile. As background: systemd upstream is preparing to drop support for split-usr systems soon. All systemd users on Gentoo will eventually need to migrate to a merged-usr system.

Re: [gentoo-dev] Last rites: dev-python/flask-security & its deps

2022-08-30 Thread Ionen Wolkens
On Tue, Aug 30, 2022 at 07:33:59AM -0700, Zoltan Puskas wrote: > Hi, > > Can we please keep `dev-python/pyqrcode`. I find it quite useful for > quickly generating QR codes from scripts. I've never tried it but I think you likely want dev-python/qrcode as a replacement, pyqrcode also been dead ups

[gentoo-dev] Last rites: dev-python/flask-security & its deps

2022-08-30 Thread Michał Górny
# Michał Górny (2022-08-30) # Flask-Security-Too is a package with high maintenance cost # and no revdeps in ::gentoo.  The next version bump (once more) # introduces more dependencies. # # The remaining listed packages are used exclusively by this package # (or its tests).  If you find one of the

Re: [gentoo-dev] Last rites: sys-fs/eudev

2022-08-30 Thread Jaco Kroon
Hi Arve, On 2022/08/30 12:27, Arve Barsnes wrote: > On Tue, 30 Aug 2022 at 11:52, Jaco Kroon wrote: >> I note that the default provider for the virtual is systemd-utils[udev], >> followed by sys-fs/udev, sys-fs/eudev and finally sys-apps/systemd. >> This contradicts the wiki page which states th

Re: [gentoo-dev] Last rites: sys-fs/eudev

2022-08-30 Thread Arve Barsnes
On Tue, 30 Aug 2022 at 11:52, Jaco Kroon wrote: > I note that the default provider for the virtual is systemd-utils[udev], > followed by sys-fs/udev, sys-fs/eudev and finally sys-apps/systemd. > This contradicts the wiki page which states that sys-fs/udev is the > default (https://wiki.gentoo.org/

Re: [gentoo-dev] Last rites: sys-fs/eudev

2022-08-30 Thread Jaco Kroon
Hi Mike, Sam This is the last I saw on the ML regarding eudev - has there been a change of strategy regarding eudev since? I note that the default provider for the virtual is systemd-utils[udev], followed by sys-fs/udev, sys-fs/eudev and finally sys-apps/systemd.  This contradicts the wiki page w

[gentoo-dev] [PATCH 3/3] xemacs-packages.eclass: Whitespace

2022-08-30 Thread Ulrich Müller
Signed-off-by: Ulrich Müller --- eclass/xemacs-packages.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/xemacs-packages.eclass b/eclass/xemacs-packages.eclass index 67c9491d575e..91621f5f52d3 100644 --- a/eclass/xemacs-packages.eclass +++ b/eclass/xemacs-pack

[gentoo-dev] [PATCH 2/3] xemacs-packages.eclass: Support EAPI 8

2022-08-30 Thread Ulrich Müller
Signed-off-by: Ulrich Müller --- eclass/xemacs-packages.eclass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/eclass/xemacs-packages.eclass b/eclass/xemacs-packages.eclass index 8f5d3f1b51b2..67c9491d575e 100644 --- a/eclass/xemacs-packages.eclass +++ b/eclass/xemacs-pa

[gentoo-dev] [PATCH 1/3] xemacs-packages.eclass: Drop backwards compatibility code

2022-08-30 Thread Ulrich Müller
Signed-off-by: Ulrich Müller --- eclass/xemacs-packages.eclass | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/eclass/xemacs-packages.eclass b/eclass/xemacs-packages.eclass index 2440ef835291..8f5d3f1b51b2 100644 --- a/eclass/xemacs-packages.eclass +++ b/eclass/xemacs-pac

[gentoo-dev] [PATCH 2/2] multilib-build.eclass: add multilib_native_usev

2022-08-30 Thread David Seifert
Signed-off-by: David Seifert --- eclass/multilib-build.eclass | 9 + 1 file changed, 9 insertions(+) diff --git a/eclass/multilib-build.eclass b/eclass/multilib-build.eclass index 76948baf539..1ea31c0a79e 100644 --- a/eclass/multilib-build.eclass +++ b/eclass/multilib-build.eclass @@ -57

[gentoo-dev] [PATCH 1/2] multilib-build.eclass: add multilib_native_use

2022-08-30 Thread David Seifert
Signed-off-by: David Seifert --- eclass/multilib-build.eclass | 9 + 1 file changed, 9 insertions(+) diff --git a/eclass/multilib-build.eclass b/eclass/multilib-build.eclass index 42efdc9def6..76948baf539 100644 --- a/eclass/multilib-build.eclass +++ b/eclass/multilib-build.eclass @@ -56