[gentoo-dev] Last Rites: x11-libs/libdmx

2023-04-10 Thread Matt Turner
# Matt Turner (2023-04-10) # DMX support was dropped from the Xserver in v21.1.0 and had been broken for # 14 years previous to its removal. See # https://cgit.freedesktop.org/xorg/xserver/commit/?id=b3b81c8c2090cd49410960a021baf0d27fdd2ab3 # Removal on 2023-05-10 x11-libs/libdmx

[gentoo-dev] Last Rites: media-fonts/font-bitstream-speedo

2023-04-10 Thread Matt Turner
# Matt Turner (2023-04-10) # speedo support was dropped from libXfont ~14 years ago. See # https://www.x.org/wiki/DeprecatedInX11R7/ # https://gitlab.freedesktop.org/xorg/lib/libxfont/-/commit/85b66b8a7f3095f10437c8ecb3dcbfe68c9cfced # Removal on 2023-05-10 media-fonts/font-bitstream-speedo

Re: [gentoo-dev] [PATCH] gnome2-utils.eclass: add glib-compile-resources

2023-02-03 Thread Matt Turner
On Thu, Feb 2, 2023 at 5:24 PM uis wrote: > > This is part of patch for bug 779871. > Added GLIB_COMPILE_RESOURCES path here near GLIB_COMPILE_SCHEMAS. > Also removed @INTERNAL for GLIB_COMPILE_SCHEMAS because it is already used > outside of gnome2-utils. Looks good to me. I can write a commit

Re: [gentoo-dev] Re: EGO_SUM

2023-05-02 Thread Matt Turner
On Tue, May 2, 2023 at 3:33 PM Florian Schmaus wrote: > I performed a tree-wide analysis regarding EGO_SUM and IIRC published > the results in my previous post about EGO_SUM last year. > https://dev.gentoo.org/~flow/ego_sum-2022-01-01.txt shows the analysis > results for ::gentoo as of 2022-01-01

Re: [gentoo-dev] What happened to gcc-12.3.0?

2023-06-14 Thread Matt Turner
On Thu, Jun 15, 2023 at 12:02 AM Joshua Kinard wrote: Options? I mean, if anyone knows magic to make gcc build faster, I am all ears, but ever since the switch to > C++, the time needed for it to build itself has just been absolutely > horrendous. And it gets worse with each > new release,

[gentoo-dev] Last Rites: dev-perl/Gtk2-Notify

2023-07-06 Thread Matt Turner
# Matt Turner (2023-07-06) # Dead package. No reverse dependencies. # Removal on 2023-08-06. dev-perl/Gtk2-Notify signature.asc Description: PGP signature

[gentoo-dev] Re: [gentoo-dev-announce] Last rites: obsolete acct-* packages

2023-07-17 Thread Matt Turner
On Mon, Jul 17, 2023 at 3:43 PM Florian Schmaus wrote: > > # Florian Schmaus (2023-07-17) > # Obsolete acct-* packages which became leaf packages. > # Removal on 2023-08-17. > acct-user/artifactory > acct-group/artifactory > acct-user/cinder > acct-group/cinder > acct-user/glance >

[gentoo-dev] [PATCH v2] meson.eclass: allow disabling verbose compilation

2023-07-18 Thread Matt Turner
From: Jonas Rakebrandt This works similar to cmake.eclass's ${CMAKE_VERBOSE}. Closes: https://github.com/gentoo/gentoo/pull/28942 Signed-off-by: Jonas Rakebrandt Signed-off-by: Matt Turner --- eclass/meson.eclass | 15 +-- 1 file changed, 13 insertions(+), 2 deletions(-) diff

[gentoo-dev] Package stabilization groups

2023-07-16 Thread Matt Turner
Hello, Many of us have started using `pkgdev bugs` to file stabilization bugs. It works well (Thanks Arthur!) and I encourage everyone to give it a try. Where possible, it files one stabilization bug per package. This makes arch testers' jobs easier and makes the task easier to automate. But

Re: [gentoo-dev] Package stabilization groups

2023-07-16 Thread Matt Turner
On Sun, Jul 16, 2023 at 11:15 AM Fabian Groffen wrote: > > On 16-07-2023 10:57:54 -0400, Matt Turner wrote: > > Hello, > > > > Many of us have started using `pkgdev bugs` to file stabilization > > bugs. It works well (Thanks Arthur!) and I encourage everyone to gi

Re: [gentoo-dev] Package stabilization groups

2023-07-17 Thread Matt Turner
On Sun, Jul 16, 2023 at 2:04 PM Arthur Zamarin wrote: > Now I'll speak from the point of implementer of `pkgdev bugs`. For me I > think both approaches are good, but I would prefer the latter over the > former. Nicer syntax, easy cache of all groups, easier to solve the > "graph problems" in the

[gentoo-dev] [PATCH] meson.eclass: allow disabling verbose compilation

2023-07-17 Thread Matt Turner
From: Jonas Rakebrandt This works similar to cmake.eclass's ${CMAKE_VERBOSE}. Closes: https://github.com/gentoo/gentoo/pull/28942 Signed-off-by: Jonas Rakebrandt Signed-off-by: Matt Turner --- eclass/meson.eclass | 14 -- 1 file changed, 12 insertions(+), 2 deletions(-) diff

Re: [gentoo-dev] [PATCH] meson.eclass: allow disabling verbose compilation

2023-07-17 Thread Matt Turner
On Mon, Jul 17, 2023 at 10:56 AM Adrian Schollmeyer wrote: > Am Montag, dem 17.07.2023 um 10:51 -0400 schrieb Matt Turner: > > This works similar to cmake.eclass's ${CMAKE_VERBOSE}. > > Why not use MESON_VERBOSE as well? Avoids double negation in the code > (not unset -> verb

[gentoo-dev] Re: [PATCH] meson.eclass: allow disabling verbose compilation

2023-07-17 Thread Matt Turner
On Mon, Jul 17, 2023 at 10:51 AM Matt Turner wrote: > > From: Jonas Rakebrandt > > This works similar to cmake.eclass's ${CMAKE_VERBOSE}. ... except that it's _QUIET, rather than _VERBOSE. I've sent patches to add NINJA_VERBOSE to ninja-utils.eclass and another to support C

[gentoo-dev] [PATCH] git-r3.eclass: Use '__init__' as initial branch

2023-07-17 Thread Matt Turner
From: konsolebox Closes: https://bugs.gentoo.org/841392 Signed-off-by: Matt Turner --- eclass/git-r3.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/git-r3.eclass b/eclass/git-r3.eclass index e9fdf2ac3a42..5ac141962b12 100644 --- a/eclass/git-r3.eclass

[gentoo-dev] [PATCH 1/2] ninja-utils.eclass: Add NINJA_VERBOSE

2023-07-17 Thread Matt Turner
flag from callers of eninja. Signed-off-by: Matt Turner --- eclass/ninja-utils.eclass | 13 - 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/eclass/ninja-utils.eclass b/eclass/ninja-utils.eclass index e6d8c9e6c0a9..26ba31678f01 100644 --- a/eclass/ninja-utils.eclass

[gentoo-dev] [PATCH 2/2] cmake.eclass: Support CMAKE_VERBOSE with ninja

2023-07-17 Thread Matt Turner
Signed-off-by: Matt Turner --- eclass/cmake.eclass | 4 1 file changed, 4 insertions(+) diff --git a/eclass/cmake.eclass b/eclass/cmake.eclass index d70f2cbf1fac..16b3e300ccae 100644 --- a/eclass/cmake.eclass +++ b/eclass/cmake.eclass @@ -651,6 +651,10 @@ cmake_build

Re: [gentoo-dev] [PATCH] git-r3.eclass: Use '__init__' as initial branch

2023-07-17 Thread Matt Turner
On Mon, Jul 17, 2023 at 12:01 PM Ulrich Mueller wrote: > > > On Mon, 17 Jul 2023, konsolebox wrote: > > >> Maybe the commit message could shortly explain why this is needed, > >> or what problem is fixed by it? > > > It silences the default branch warning. > > Add this sentence to the commit

[gentoo-dev] [RFC PATCH] metadata: Add gnome package stabilization groups

2023-07-19 Thread Matt Turner
Signed-off-by: Matt Turner --- Feel free to bikeshed the location, structure, file-format, etc. metadata/stabilization-groups/gnome/evolution | 3 +++ metadata/stabilization-groups/gnome/glib | 3 +++ metadata/stabilization-groups/gnome/gnome-shell | 4

Re: [gentoo-dev] [PATCH v2] meson.eclass: allow disabling verbose compilation

2023-07-20 Thread Matt Turner
On Thu, Jul 20, 2023 at 11:06 AM Florian Schmaus wrote: > > On 20/07/2023 17.00, Matt Turner wrote: > > On Wed, Jul 19, 2023 at 3:23 AM Florian Schmaus wrote: > >> > >> On 18/07/2023 18.44, Matt Turner wrote: > >>> From: Jonas Rakebrandt > &

Re: [gentoo-dev] [PATCH v2] meson.eclass: allow disabling verbose compilation

2023-07-20 Thread Matt Turner
On Wed, Jul 19, 2023 at 3:23 AM Florian Schmaus wrote: > > On 18/07/2023 18.44, Matt Turner wrote: > > From: Jonas Rakebrandt > > > > This works similar to cmake.eclass's ${CMAKE_VERBOSE}. > > > > Closes: https://github.com/gentoo/gentoo/pull/28942 > > S

[gentoo-dev] Re: [PATCH v2] profiles: promote USE=vulkan to global USE flag

2023-05-22 Thread Matt Turner
On Mon, May 22, 2023 at 4:27 PM Sam James wrote: > > Thanks to leio for this improved phrasing. > > Signed-off-by: Sam James > --- > profiles/use.desc | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/profiles/use.desc b/profiles/use.desc > index 2d5489acc568..47438c839071 100644 > ---

[gentoo-dev] Re: [RFC PATCH] metadata: Add gnome package stabilization groups

2023-07-24 Thread Matt Turner
On Fri, Jul 21, 2023 at 2:22 PM Arthur Zamarin wrote: > > On 19/07/2023 19.10, Matt Turner wrote: > > Signed-off-by: Matt Turner > > --- > > Feel free to bikeshed the location, structure, file-format, etc. > > > > metadata/stabilization-groups/gnome/evoluti

[gentoo-dev] Last Rites: media-sound/gmusicbrowser

2023-06-22 Thread Matt Turner
# Matt Turner (2023-06-22) # Depends on deprecated packages: #- dev-perl/Gtk2 #- dev-perl/Gtk2-Notify #- dev-perl/gnome2-wnck # No maintainer in Gentoo. Seems unmaintained upstream as well. # Removal on 2023-07-22. Bug #774909. media-sound/gmusicbrowser signature.asc Description

[gentoo-dev] Last Rites: dev-perl/gnome2-wnck

2023-06-22 Thread Matt Turner
# Matt Turner (2023-06-22) # Dead package. Depends on x11-libs/libwnck:1. # Removal on 2023-07-22. Bug #774906. dev-perl/gnome2-wnck signature.asc Description: PGP signature

[gentoo-dev] Last Rites: x11-libs/libwnck:1

2023-06-22 Thread Matt Turner
# Matt Turner (2023-06-22) # Dead slot. Depends on x11-libs/gtk+:2. # Removal on 2023-07-22. Bug #769500. x11-libs/libwnck:1 signature.asc Description: PGP signature

[gentoo-dev] Last Rites: net-irc/kvirc

2023-05-08 Thread Matt Turner
# Matt Turner (2023-05-08) # Package is unmaintained and appears quite dead (e.g. SSL certificate for the # homepage expired in 2021). Only version is a snapshot from 2021. No Python # 3.11 support. Depends on app-text/enchant:0. # Bug #905955. Removal on 2023-06-08 net-irc/kvirc signature.asc

[gentoo-dev] Last Rites: net-im/mcabber

2023-05-08 Thread Matt Turner
# Matt Turner (2023-05-08) # Package is unmaintained and appears quite dead. Last release in 2020. Broken # with stable glib-2.76. Depends on app-text/enchant:0. # Bug #905954. Removal on 2023-06-08 net-im/mcabber signature.asc Description: PGP signature

[gentoo-dev] Last Rites: app-text/stardict and friends

2023-05-11 Thread Matt Turner
[Also mark eclass/stardict.eclass as @DEAD] # Matt Turner (2023-05-11) # Console version of stardict which is masked for removal. Only reverse # dependencies are app-dicts/stardict-* (via stardict.eclass). # Bug #905901. Removal on 2023-06-11 app-text/sdcv # Matt Turner (2023-05-11

[gentoo-dev] Last Rites: gnome-extra/gucharmap:0

2023-05-12 Thread Matt Turner
# Matt Turner (2023-05-12) # Dead slot. Only reverse dependency is stardict which is masked for removal # Removal on 2023-06-12 gnome-extra/gucharmap:0 signature.asc Description: PGP signature

Re: [gentoo-dev] [PATCH v2] 2023-05-08-openssh-configuration-changes: add item

2023-05-08 Thread Matt Turner
On Mon, May 8, 2023 at 1:04 PM Ulrich Mueller wrote: > > > On Mon, 08 May 2023, Sam James wrote: > > > +++ > > b/2023-05-08-openssh-configuration-changes/2023-05-08-openssh-configuration-changes.en.txt > > https://www.gentoo.org/glep/glep-0042.html#news-item-identities > "This identifier

[gentoo-dev] [PATCH 1/3] Log for 20231210 meeting.

2024-01-11 Thread Matt Turner
License: CC-PDM-1.0 (raw IRC log, not copyrightable) Signed-off-by: Matt Turner --- meeting-logs/20231210.txt | 163 ++ meeting-logs/20231210.txt.asc | 10 +++ 2 files changed, 173 insertions(+) create mode 100644 meeting-logs/20231210.txt create mode

[gentoo-dev] [PATCH 3/3] Summary for 20231210 meeting.

2024-01-11 Thread Matt Turner
License: CC-BY-SA-4.0 Signed-off-by: Matt Turner --- meeting-logs/20231210-summary.txt | 71 +++ meeting-logs/20231210-summary.txt.asc | 10 2 files changed, 81 insertions(+) create mode 100644 meeting-logs/20231210-summary.txt create mode 100644 meeting-logs

[gentoo-dev] [PATCH 2/3] Summary for 20231112 meeting.

2024-01-11 Thread Matt Turner
License: CC-BY-SA-4.0 Signed-off-by: Matt Turner --- meeting-logs/20231112-summary.txt | 34 +++ meeting-logs/20231112-summary.txt.asc | 10 2 files changed, 44 insertions(+) create mode 100644 meeting-logs/20231112-summary.txt create mode 100644 meeting

<    3   4   5   6   7   8