[gentoo-dev] Last Rites: x11-libs/vte:0

2022-10-31 Thread Matt Turner
# Matt Turner (2022-11-01) # Dead slot. No reverse dependencies that are not masked for removal. # Removal on 2022-12-01 x11-libs/gnome-pty-helper x11-libs/vte:0 signature.asc Description: PGP signature

[gentoo-dev] Last Rites: sci-electronics/drahnr-oregano

2022-11-01 Thread Matt Turner
# Matt Turner (2022-11-01) # Added by a proxied maintainer in 2018 who then never touched it again before # disappearing. Doesn't build with Python 3.9. Depends on gnome-base/gconf. # Bugs #846233, #873877 # Removal on 2022-12-01 sci-electronics/drahnr-oregano signature.asc Description

[gentoo-dev] Looking for dedicated ModemManager maintainer

2022-11-06 Thread Matt Turner
The following packages are currently maintained by GNOME for no real reason other than they're a dependency of networkmanager: net-misc/modemmanager net-libs/libmbim net-libs/libqmi net-libs/libqrtr-glib But I don't have any ability to test them. I'd really appreciate a dedicated maintainer take

[gentoo-dev] [PATCH 1/2] media-fonts/x11fonts-jmk: Install files with 0644 permissions

2022-11-07 Thread Matt Turner
fontconfig segfaults if fonts are unreadable, but that claim dates to 2007 (bug #187774). Additionally, 0444 is readable, but who knows. Let's just keep things working how they have been since 2007. Bug: https://bugs.gentoo.org/187774 Signed-off-by: Matt Turner --- media-fonts/x11fonts-jmk/x11font

[gentoo-dev] [PATCH 2/2] font.eclass: Remove racy pkg_postinst code

2022-11-07 Thread Matt Turner
nstall files with correct permissions to begin with, and all except media-fonts/x11fonts-jmk already use 0644 permissions. media-fonts/x11fonts-jmk used 0444 (which was probably fine) until the previous commit which changes its installed files to 0644. Bug: https://bugs.gentoo.org/187774 S

Re: [gentoo-dev] [PATCH 2/2] font.eclass: Remove racy pkg_postinst code

2022-11-08 Thread Matt Turner
On Mon, Nov 7, 2022 at 11:11 PM Sam James wrote: > > > > > On 8 Nov 2022, at 01:10, Matt Turner wrote: > > > > Noticed on ChromeOS when installing a large number of font packages in > > parallel: > > > > /usr/share/fonts/noto/NotoSerifThai-Regular.t

[gentoo-dev] Last Rites: x11-misc/xnee

2022-11-14 Thread Matt Turner
# Matt Turner (2022-11-14) # Unmaintained in Gentoo since at least the transition to git. Last release in # 2014. Depends on x11-libs/gtk+:2 and gnome-base/gconf. Fails to build with # (1) clang-16, (2) with LTO, (3) with -fno-common. # Bugs #812137, #864763, #871405, #873886 # Removal on 2022-12

[gentoo-dev] [PATCH 1/5] targets: Fix enabling PermitRootLogin

2022-11-14 Thread Matt Turner
g which would allow us to avoid rebuilding the package for the ISO. Signed-off-by: Matt Turner --- targets/support/livecdfs-update.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/targets/support/livecdfs-update.sh b/targets/support/livecdfs-update.sh index b7ead552..3f47

[gentoo-dev] [PATCH 2/5] targets: Remove remnants of support for the installer

2022-11-14 Thread Matt Turner
Signed-off-by: Matt Turner --- livecd/files/livecd.motd.txt | 2 -- targets/support/livecdfs-update.sh | 16 +--- 2 files changed, 1 insertion(+), 17 deletions(-) diff --git a/livecd/files/livecd.motd.txt b/livecd/files/livecd.motd.txt index fe4c0918..9f8e2396 100644 --- a

[gentoo-dev] [PATCH 3/5] targets: Remove gconf usage

2022-11-14 Thread Matt Turner
Bug: https://bugs.gentoo.org/873841 Signed-off-by: Matt Turner --- livecd/files/livecd-local.start| 5 - targets/support/livecdfs-update.sh | 24 2 files changed, 29 deletions(-) diff --git a/livecd/files/livecd-local.start b/livecd/files/livecd-local.start

[gentoo-dev] [PATCH 4/5] targets: Remove openglify usage

2022-11-14 Thread Matt Turner
This script was removed from livecd-tools in commit 8e2a9c0 ("remove openglify") in 2011. Signed-off-by: Matt Turner --- targets/support/livecdfs-update.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/targets/support/livecdfs-update.sh b/targets/support/livecdfs-updat

[gentoo-dev] [PATCH 5/5] catalyst: Drop livecd/{xinitrc,xsession,xdm}

2022-11-14 Thread Matt Turner
This is functionality better implemented in fsscripts outside of catalyst. Signed-off-by: Matt Turner --- catalyst/targets/livecd_stage2.py| 3 -- doc/catalyst-spec.5.txt | 20 - examples/livecd-stage2_template.spec | 24 --- examples/stage4_template.spec

[gentoo-dev] [PATCH] targets: Drop /etc/asound.state creation

2022-11-14 Thread Matt Turner
alsa creates this file at runtime at /var/lib/alsa/asound.state in modern times. Signed-off-by: Matt Turner --- targets/support/livecdfs-update.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/targets/support/livecdfs-update.sh b/targets/support/livecdfs-update.sh index e750e785

[gentoo-dev] Packages up for grabs: telepathy related packages

2022-11-24 Thread Matt Turner
GNOME 43 will no longer need these packages. They seem to be in varying states of decay upstream. - net-im/telepathy-connection-managers - net-libs/farstream - net-libs/sofia-sip - net-libs/telepathy-farstream - net-voip/telepathy-gabble - net-voip/telepathy-rakia - net-voip/telepathy-salut Thes

Re: [gentoo-dev] Last rites: www-servers/boa

2022-12-02 Thread Matt Turner
On Fri, Dec 2, 2022 at 12:20 PM Peter Stuge wrote: > If you wanted to encourage me to become a Gentoo developer and (among > other things) improve the lastriting process then you missed the mark, > in fact your behavior consistently remains one strong reason for me > to *not* become a Gentoo devel

[gentoo-dev] Last rites: dev-cpp/atkmm:2.36

2022-12-21 Thread Matt Turner
# Matt Turner (2022-12-21) # No reverse dependencies. GTK 4 doesn't use it. # See https://gitlab.gnome.org/GNOME/atkmm/-/issues/4 # Removal on 2023-01-20. dev-cpp/atkmm:2.36 signature.asc Description: PGP signature

[gentoo-dev] Last rites: media-gfx/colorhug-client

2022-12-21 Thread Matt Turner
# Matt Turner (2022-12-21) # Archived upstream, now that fwupd can handle updates. # Removal on 2023-01-20. media-gfx/colorhug-client signature.asc Description: PGP signature

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

[gentoo-dev] Last Rites: sys-fs/genfstab

2023-02-23 Thread Matt Turner
# Matt Turner (2023-02-23) # Added by proxied maintainer who then quit (twice) and deleted the github repo # SRC_URI pointed at. # Removal on 2023-03-23. sys-fs/genfstab signature.asc Description: PGP signature

[gentoo-dev] Last Rites: gnome-extra/seahorse-nautilus and x11-libs/libcryptui

2023-02-25 Thread Matt Turner
# Matt Turner (2023-02-25) # Packages are unmaintained and archived upstream. # Removal on 2023-03-27. Bug #897748 gnome-extra/seahorse-nautilus x11-libs/libcryptui signature.asc Description: PGP signature

[gentoo-dev] Last Rites: app-office/upwork

2023-03-03 Thread Matt Turner
# Matt Turner (2023-03-03) # No commits from maintainer in more than two years. Downloads are broken for # 18 months (bug #809551), depends on deprecated gconf (bug #873856) # Removal on 2023-04-03. Bug #873856 app-office/upwork signature.asc Description: PGP signature

[gentoo-dev] Last Rites: gnome-base/gconf and gnome-extra/gconf-editor

2023-03-04 Thread Matt Turner
# Matt Turner (2023-03-04) # Long deprecated, GNOME 2-era packages. # Removal on 2023-04-04. Bug #873841 gnome-base/gconf gnome-extra/gconf-editor signature.asc Description: PGP signature

[gentoo-dev] Last Rites: x11-apps/xdbedizzy and x11-apps/xf86dga

2023-03-04 Thread Matt Turner
# Matt Turner (2023-03-04) # Test applications that don't really have any business being packaged. # Removal on 2023-04-04. x11-apps/xdbedizzy x11-apps/xf86dga signature.asc Description: PGP signature

[gentoo-dev] [PATCH] gnome.org.eclass: Handle GNOME's .alpha/.beta/.rc versioning

2023-03-13 Thread Matt Turner
Signed-off-by: Matt Turner --- eclass/gnome.org.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/gnome.org.eclass b/eclass/gnome.org.eclass index 05025f5f58fa..215c9be3f043 100644 --- a/eclass/gnome.org.eclass +++ b/eclass/gnome.org.eclass @@ -57,8 +57,8

[gentoo-dev] Last Rites: net-libs/libgfbgraph, net-libs/libzapojit, net-misc/gnome-online-miners

2023-03-30 Thread Matt Turner
# Matt Turner (2023-03-30) # gnome-online-miners and libzapojit are archived upstream. All three packages # are stuck on libsoup-2.4. gnome-photos is the only reverse dependency of # gnome-online-miners, and it works without it. # Removal on 2023-04-30. net-libs/libgfbgraph net-libs/libzapojit

[gentoo-dev] [PATCH 1/3] gnome.org.eclass: Rename GNOME_ORG_PVP -> GNOME_ORG_RELEASE

2023-03-30 Thread Matt Turner
I don't think PVP stood for anything. Signed-off-by: Matt Turner --- eclass/gnome.org.eclass | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/eclass/gnome.org.eclass b/eclass/gnome.org.eclass index 99b0090fda7c..2add88ef59f7 100644 --- a/eclass/gnome.org.eclass

[gentoo-dev] [PATCH 2/3] gnome.org.eclass: Add GNOME_ORG_PV variable

2023-03-30 Thread Matt Turner
Provides the package version in the format used upstream by GNOME projects. Signed-off-by: Matt Turner --- eclass/gnome.org.eclass | 7 +++ 1 file changed, 7 insertions(+) diff --git a/eclass/gnome.org.eclass b/eclass/gnome.org.eclass index 2add88ef59f7..d5f9102e5818 100644 --- a/eclass

[gentoo-dev] [PATCH 3/3] gnome.org.eclass: Handle GNOME's .alpha/.beta/.rc versioning

2023-03-30 Thread Matt Turner
we attempt to fetch glib-networking-2.76.beta.1.tar.xz. Signed-off-by: Matt Turner --- eclass/gnome.org.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/gnome.org.eclass b/eclass/gnome.org.eclass index d5f9102e5818..760dc2ba0b66 100644 --- a/eclass

[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

[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] Re: EGO_SUM

2023-04-26 Thread Matt Turner
On Wed, Apr 26, 2023 at 11:31 AM Florian Schmaus wrote: > The discussion would be more productive if someone who is supporting the > EGO_SUM deprecation could rationally summarize the main arguments why we > deprecated EGO_SUM. You're requesting the changes. It's on you to read the previous threa

[gentoo-dev] Last Rites: x11-apps/scripts

2023-04-26 Thread Matt Turner
# Matt Turner (2023-04-26) # Package contains only a script that runs an X application on a remote system # with rsh (use ssh -Y instead), and two scripts that were probably used for # converting the old BDF fonts to XLFD names back in the early 90's. None of # these are useful today. # Re

Re: [gentoo-dev] Re: EGO_SUM

2023-04-26 Thread Matt Turner
On Wed, Apr 26, 2023 at 3:31 PM Andrew Ammerlaan wrote: > > On 26/04/2023 18:12, Matt Turner wrote: > > On Wed, Apr 26, 2023 at 11:31 AM Florian Schmaus wrote: > >> The discussion would be more productive if someone who is supporting the > >> EGO_SUM deprecation

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

[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: 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

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 will

[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

[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 > --- a/

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, for

[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: 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] 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 som

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 t

[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] 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(-)

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

2023-07-17 Thread Matt Turner
hard-coded 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-ut

[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

[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

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 ->

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] 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 > acct-group/gla

[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(-)

[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 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 > &

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 > &

[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: gnome-extra/synapse

2023-08-14 Thread Matt Turner
# Matt Turner (2023-08-14) # Unmaintained in Gentoo and upstream. Last release was 2018, last commit # upstream was 2021. Only reverse dependency of dead net-libs/rest:0.7. # Removal on 2023-09-14. gnome-extra/synapse signature.asc Description: PGP signature

[gentoo-dev] Last Rites: net-libs/rest:0.7

2023-08-14 Thread Matt Turner
# Matt Turner (2023-08-14) # Dead slot depending on libsoup:2.4 # Removal on 2023-09-14. net-libs/rest:0.7 signature.asc Description: PGP signature

Re: [gentoo-dev] [PATCH] cmake.eclass: Remove duplicate eninja call from cmake_build

2023-08-23 Thread Matt Turner
On Wed, Aug 23, 2023 at 2:51 AM Michał Górny wrote: > > Signed-off-by: Michał Górny > --- > eclass/cmake.eclass | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/eclass/cmake.eclass b/eclass/cmake.eclass > index fb3f9b6352be..d0f6d0b4bd91 100644 > --- a/eclass/cmake.eclass > +++ b/eclass/c

[gentoo-dev] Last Rites: net-wireless/blueberry and net-wireless/gnome-bluetooth:2

2023-08-29 Thread Matt Turner
# Olivier Laurantin (2023-08-29) # Masked for removal on 2023-10-01 # net-wireless/blueberry will never work with recent gnome-bluetooth versions # and is the only package requiring net-wireless/gnome-bluetooth:2 net-wireless/blueberry net-wireless/gnome-bluetooth:2 signature.asc Description: P

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

2023-09-12 Thread Matt Turner
On Tue, Sep 12, 2023 at 11:04 AM Eddie Chapman wrote: > Yes I regularly do this if there is a piece of software not in the tree, I > have a local repo full of stuff. But this argument doesn't hold as much > weight when it comes to a package like this which is integrated in the > core of the system

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

2023-09-12 Thread Matt Turner
On Tue, Sep 12, 2023 at 11:35 AM orbea wrote: > > On Tue, 12 Sep 2023 15:17:00 +0100 > Sam James wrote: > > > Rich Freeman writes: > > > > > On Tue, Sep 12, 2023 at 9:36 AM Eddie Chapman > > > wrote: > > >> in Gentoo. Have any of these 4 maintainers publicly said > > >> (anywhere) that they are

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

2023-09-12 Thread Matt Turner
On Tue, Sep 12, 2023 at 1:24 PM Alexe Stefan wrote: > All this makes me wonder, what really is the reason for this shitshow. > Something tells me systemd and it's shims will never be without a > maintainer, regardless of how "popular" they are among gentoo folks. > All this seems like intentional

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

2023-09-12 Thread Matt Turner
On Tue, Sep 12, 2023 at 4:25 PM orbea wrote: > > On Tue, 12 Sep 2023 14:51:34 -0400 > Matt Turner wrote: > > > On Tue, Sep 12, 2023 at 11:35 AM orbea wrote: > > > > > > On Tue, 12 Sep 2023 15:17:00 +0100 > > > Sam James wrote: > > > >

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

2023-09-12 Thread Matt Turner
On Tue, Sep 12, 2023 at 5:23 PM Eddie Chapman wrote: > Why would you think that by having an alternative in tree it means that > everyone else is then forced into doing work that they don't want to and > it will inconvenience everyone? Because it's already happened! commit 6404b064d63d182da4a8a1

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

2023-09-12 Thread Matt Turner
On Tue, Sep 12, 2023 at 5:45 PM Alexe Stefan wrote: > > On 9/13/23, Matt Turner wrote: > > On Tue, Sep 12, 2023 at 5:23 PM Eddie Chapman wrote: > >> Why would you think that by having an alternative in tree it means that > >> everyone else is then forced into doin

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

2023-09-14 Thread Matt Turner
On Thu, Sep 14, 2023 at 10:17 AM Eddie Chapman wrote: > Of course whether the Gentoo community would deem me as a suitable > maintainer and be willing to accept me as such is another matter entirely. You don't need any permissions from us to go fix eudev upstream. Please focus on that (if you wa

[gentoo-dev] GNOME needs a new maintainer in Gentoo

2023-09-20 Thread Matt Turner
Hello, Happy GNOME 45.0 release day! I've been maintaining the GNOME packages in Gentoo, essentially alone, since GNOME 3.38 (Sept 2020). After adding seven major versions of GNOME to Gentoo, I've decided to stop. So, the GNOME project needs a new maintainer. Preferably multiple. A quick accoun

[gentoo-dev] Re: GNOME needs a new maintainer in Gentoo

2023-09-21 Thread Matt Turner
On Wed, Sep 20, 2023 at 10:31 AM Matt Turner wrote: > IMO, the state of the project is really good. We've been adding > alpha/beta/rc versions in order to catch and report problems to > upstream and to give us time to sort out important issues beforehand. > Most of GNOME 45 is al

[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 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

[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

Re: [gentoo-dev] Maintainer-needed: G15 keyboard stack

2024-05-30 Thread Matt Turner
On Wed, May 29, 2024 at 2:56 PM Robin H. Johnson wrote: > > The G15 keyboard stack need a new maintainer. > > My last G15-based keyboard died a few months ago, and I cannot test these > anymore. > > Given the poor upstream code quality, I strongly suggest last-rites if nobody > is found. > > app-m

Re: [gentoo-dev] borked release media

2012-12-07 Thread Matt Turner
On Fri, Dec 7, 2012 at 8:55 PM, "Paweł Hajdan, Jr." wrote: > Hey people, what are we going to do with bugs like: > > > > > I'd like to help with things. Is the process of building livecd .isos > and s

Re: [gentoo-dev] Time based retirements

2012-12-20 Thread Matt Turner
On Thu, Dec 20, 2012 at 7:21 PM, Doug Goldstein wrote: > I'm curious who had the brain dead idea to retire Gentoo developers > that are still interested in the distro, that maintain low activity > packages for herds that are stretched way too thin, and are still > contributing to the distro in man

[gentoo-dev] Wordiness

2012-12-20 Thread Matt Turner
On Thu, Dec 20, 2012 at 10:09 PM, Duncan <1i5t5.dun...@cox.net> wrote: > Do you realize that you just wrote a two-and-a-half page single-spaced thousand-word email? Seriously, this is way too much. This mailing list is way too much.

Re: [gentoo-dev] Re: Wordiness

2012-12-21 Thread Matt Turner
On Thu, Dec 20, 2012 at 11:05 PM, Duncan <1i5t5.dun...@cox.net> wrote: > My point is that you consistently write long essays that I, and apparently most others, don't bother to read. I'm not sure if you're aware of this. Someone said on IRC this morning in response to this thread > the tragic th

Re: [gentoo-dev] Re: [gentoo-dev-announce] Soliciting Feedback: Gentoo Copyright Assignments / Licensing

2012-12-21 Thread Matt Turner
On Fri, Dec 21, 2012 at 3:57 PM, Greg KH wrote: > Just ask anyone who has had to get their company to sign the FSF > copyright assignment paperwork, for just how hard that was, and how long > it took. It took my university, who had no rational reason to own any of my work, six months to sign the

Re: [gentoo-dev] Re: [gentoo-dev-announce] Soliciting Feedback: Gentoo Copyright Assignments / Licensing

2012-12-21 Thread Matt Turner
On Fri, Dec 21, 2012 at 6:38 PM, Robin H. Johnson wrote: > On Fri, Dec 21, 2012 at 06:14:23PM -0800, Matt Turner wrote: >> On Fri, Dec 21, 2012 at 3:57 PM, Greg KH wrote: >> > Just ask anyone who has had to get their company to sign the FSF >> > copyright assignment p

Re: [gentoo-dev] Local bindist descriptions

2012-12-29 Thread Matt Turner
On Sat, Dec 29, 2012 at 3:54 PM, Alexander Berntsen wrote: > All packages should have local descriptions of what the bindist > USE-flag specifically does. This should be a policy when writing > ebuilds that include it. Agreed. > media-libs/mesa Fixed. (bug 448932)

Re: [gentoo-dev] Switching order of packages in virtual/pkgconfig

2013-01-02 Thread Matt Turner
On Wed, Jan 2, 2013 at 4:11 AM, Samuli Suominen wrote: > i'd say never. there is no benefit in switching. pkg-config is the default > implementation from freedesktop.org. > pkg-config is now lighter and has less dependencies than before as the > switch from bundled glib1 to glib2 allowed dropping

Re: [gentoo-dev] January stabilization candidates

2013-01-16 Thread Matt Turner
On Wed, Jan 16, 2013 at 5:58 AM, Rick "Zero_Chaos" Farina wrote: > net-wireless/b43-fwcutter-017 > > be my guest, although I prefer the bugs personally. That's what he's doing... asking maintainers if it's okay to open stabilization bugs for their packages.

Re: [gentoo-dev] January stabilization candidates

2013-01-16 Thread Matt Turner
> honestly this list is such a tinderbox that I hardly read it. I actually > missed the email at first and had to go back in the thread when I saw a > lot of responses. Hence, I would prefer to get bugs than random emails > that I have to search through. So ignore it and he'll open bugs just the s

Re: [gentoo-dev] Getting proper USE_EXPAND variable(s) for multilib

2013-01-20 Thread Matt Turner
On Sun, Jan 20, 2013 at 3:01 PM, Thomas Sachau wrote: > So you want to re-implement multilib-portage in an eclass without the > additional benefits a package-manager level implementation has? I really wish you'd just make the PMS diff and get your stuff implemented. How long has it been?

Re: [gentoo-dev] The gx86 multilib project -- masterplan

2013-01-27 Thread Matt Turner
On Sun, Jan 27, 2013 at 7:12 AM, Michał Górny wrote: > 5. Solutions to specific problems > - > > 1. x11-proto packages > > Those packages install headers to /usr/include and pkg-config files > to /usr/lib64. This supposedly means that the headers could be > ABI-spec

Re: [gentoo-dev] Porting ZFS to additional architectures

2013-02-05 Thread Matt Turner
On Tue, Feb 5, 2013 at 11:25 AM, Richard Yao wrote: > Dear Everyone, > > Does anyone have root access to Linux systems on any of the following > architectures that is willing to help ZFS development? > > Alpha > HPPA > IA-64 > MIPS/MIPS64 > PPC/PPC64 > SH > SPARC/SPARC64 > > I want to port ZFSOnLi

Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in profiles: ChangeLog profiles.desc

2013-02-19 Thread Matt Turner
On Tue, Feb 19, 2013 at 7:19 AM, Alexis Ballier wrote: > On Mon, 7 Jan 2013 00:02:33 + (UTC) > "Mike Frysinger (vapier)" wrote: > [...] >> + 07 Jan 2013; Mike Frysinger profiles.desc: >> + Mark s390 profiles stable. >> + >>06 Jan 2013; Justin Bronder package.mask: >>Remove net-nn

Re: [gentoo-dev] [PATCH multilib-build] Tee the build logs to ABI-specific files.

2013-02-21 Thread Matt Turner
On Thu, Feb 21, 2013 at 3:27 AM, Michał Górny wrote: > This makes reading them a bit easier, especially with phases run > in parallel. > --- > gx86/eclass/multilib-build.eclass | 7 --- > 1 file changed, 4 insertions(+), 3 deletions(-) > > diff --git a/gx86/eclass/multilib-build.eclass > b/g

Re: [gentoo-dev] Re: GCC 4.7 unmasking

2013-02-25 Thread Matt Turner
On Mon, Feb 25, 2013 at 5:02 PM, Ryan Hill wrote: > On Sun, 24 Feb 2013 23:03:01 -0600 > Ryan Hill wrote: > >> I'm going to be unmasking 4.7.2 later this week. There are still 47 open >> bugs >> blocking the 4.7 tracker, so if any are yours now would be a good time >> to take a look at them. >>

Re: [gentoo-dev] Evaluating a new malloc()

2013-02-26 Thread Matt Turner
On Tue, Feb 26, 2013 at 8:35 AM, Alec Warner wrote: > In terms of 'following Gentoo policy.' We encourage packages to be as > close to upstream as possible. I cannot fathom why when you basically > find a performance bug in malloc, you start a thread on the list about > replacing it; as opposed to

Re: [gentoo-dev] Evaluating a new malloc()

2013-02-26 Thread Matt Turner
On Tue, Feb 26, 2013 at 1:37 PM, Maciej Mrozowski wrote: > On Tuesday 26 of February 2013 11:44:31 Rich Freeman wrote: >> On Tue, Feb 26, 2013 at 11:35 AM, Alec Warner wrote: >> > I see a *HUGE* reason. glibc ships with ptmalloc. If you think they >> > should use jemalloc, talk to them. Don't jus

Re: [gentoo-dev] Re: Last rites: media-tv/tvtime

2013-03-24 Thread Matt Turner
On Sun, Mar 24, 2013 at 7:43 AM, Markos Chandras wrote: > And what if it breaks again in the future? Should we go over the same > discussion again? Can't this be restated as "Shouldn't we tree clean it now since it could have bugs in the future?"? Tree cleaning packages over future hypothetical b

Re: [gentoo-dev] FYI: emul-linux-x86-xlibs deps being replaced in gx86

2013-04-21 Thread Matt Turner
On Sun, Apr 21, 2013 at 12:43 PM, Michał Górny wrote: > Hi, > > I'd like to give you a heads up and explanation on what I'm doing > today. > > I'm in the process of converting emul-linux-x86-xlibs dependencies > in gx86 with any-of dependencies supporting both emul-linux and split > multilib packa

Re: [gentoo-dev] FYI: emul-linux-x86-xlibs deps being replaced in gx86

2013-04-22 Thread Matt Turner
On Mon, Apr 22, 2013 at 5:21 AM, Ben de Groot wrote: > On 22 April 2013 03:43, Michał Górny wrote: >> >> Hi, >> >> I'd like to give you a heads up and explanation on what I'm doing >> today. >> >> I'm in the process of converting emul-linux-x86-xlibs dependencies >> in gx86 with any-of dependenci

Re: [gentoo-dev] FYI: emul-linux-x86-xlibs deps being replaced in gx86

2013-04-22 Thread Matt Turner
On Mon, Apr 22, 2013 at 10:03 AM, Ben de Groot wrote: > On 22 April 2013 23:38, Matt Turner wrote: >> >> Do I assume correctly that this is a response to the freetype and >> fontconfig multilib bugs? > > > This thread is not directly about that, but it is related. &

<    1   2   3   4   5   6   7   8   >