Re: [gentoo-dev] rfc: noarch keyword

2020-03-20 Thread Kent Fredric
On Thu, 19 Mar 2020 15:40:20 -0400 Mike Gilbert wrote: > I'm not sure what you mean by "stabilization graph". I'm guessing you > mean the dependency graph for stable keywords? > > Valid dependency graphs are determined by whatever our tooling deems > valid. The tooling could be updated to permit

[gentoo-dev] [PATCH v2] fixheadtails.eclass: drop the sed dependency

2020-03-20 Thread David Michael
Signed-off-by: David Michael --- Changes since v1: * Drop the dependency altogether eclass/fixheadtails.eclass | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/eclass/fixheadtails.eclass b/eclass/fixheadtails.eclass index c19d33924aa..475b182843a 100644 --- a/eclass/fixh

Re: [gentoo-dev] [PATCH] fixheadtails.eclass: move sed to BDEPEND for EAPI 7

2020-03-20 Thread David Seifert
On Fri, 2020-03-20 at 14:19 -0400, David Michael wrote: > It executes sed at build time, so it should be installed in /. > > Signed-off-by: David Michael > --- > > Hi, > > Here is another simple dependency move to put a required program in the > correct ROOT so it can be executed during the bui

[gentoo-dev] Last rites: x11-libs/gtkglarea and media-sound/galan

2020-03-20 Thread David Seifert
# David Seifert (2020-03-20) # Last release in 2014, unsupported, EOL. # Include the last remaining revdep, which was last updated in 2004. x11-libs/gtkglarea media-sound/galan signature.asc Description: This is a digitally signed message part

[gentoo-dev] [PATCH] fixheadtails.eclass: move sed to BDEPEND for EAPI 7

2020-03-20 Thread David Michael
It executes sed at build time, so it should be installed in /. Signed-off-by: David Michael --- Hi, Here is another simple dependency move to put a required program in the correct ROOT so it can be executed during the build. It's basically the same as 814ab1294edf3565fc02fe63d15d6fa7ca886429.

[gentoo-dev] Last rites: sci-physics/espresso++

2020-03-20 Thread Michał Górny
# Michał Górny (2020-03-20) # Python 2 only. Upstream is not working on a port. # Removal in 30 days. Bug #713568. sci-physics/espresso++ -- Best regards, Michał Górny signature.asc Description: This is a digitally signed message part

Re: [gentoo-dev] [PATCH] font.eclass: Don't assign FONT_S in global scope, allow an array.

2020-03-20 Thread Ulrich Mueller
> On Fri, 14 Feb 2020, Ulrich Müller wrote: > Accessing ${S} in global scope is not allowed by PMS, therefore remove > the global variable assignment of FONT_S which uses it. Add a fallback > to ${S} in font_src_install() instead. > Allow FONT_S to be an array, if there are multiple directori

Re: [gentoo-dev] Last rites: net-mail/automx

2020-03-20 Thread Ralph Seichter
Package www-servers/automx2 has now been moved to net-mail/automx2. -Ralph

[gentoo-dev] Re: [gentoo-dev-announce] Last rites: dev-python/gnome-vfs-python, dev-python/libbonobo-python, dev-python/libgnome-python, dev-python/libgnomecanvas-python, dev-python/librsvg-python, de

2020-03-20 Thread Michał Górny
On Fri, 2020-03-20 at 09:59 +0100, Michał Górny wrote: > # Michał Górny (2020-03-20) > # Deprecated GNOME libraries, replaced by introspection. Python 2 only. > # No reverse dependencies. > # Removal in 30 days. Bug #713566. > dev-python/gnome-vfs-python > dev-python/libbonobo-python > dev-pytho

[gentoo-dev] Last rites: dev-python/gnome-vfs-python, dev-python/libbonobo-python, dev-python/libgnome-python, dev-python/libgnomecanvas-python, dev-python/librsvg-python, dev-python/pyorbit

2020-03-20 Thread Michał Górny
# Michał Górny (2020-03-20) # Deprecated GNOME libraries, replaced by introspection. Python 2 only. # No reverse dependencies. # Removal in 30 days. Bug #713566. dev-python/gnome-vfs-python dev-python/libbonobo-python dev-python/libgnome-python dev-python/libgnomecanvas-python dev-python/librsvg

[gentoo-dev] Last rites: sci-electronics/geda-xgsch2pcb

2020-03-20 Thread Michał Górny
# Michał Górny (2020-03-20) # Added in 2009, not bumped since. Python 2 only, requires dead # dev-python/pygtk. Gone from HOMEPAGE. # Removal in 30 days. Bug #710166. sci-electronics/geda-xgsch2pcb -- Best regards, Michał Górny signature.asc Description: This is a digitally signed message

[gentoo-dev] [PATCH 2/3] python-utils-r1.eclass: Replace python_export with getters

2020-03-20 Thread Michał Górny
Signed-off-by: Michał Górny --- eclass/python-utils-r1.eclass | 17 ++--- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass index e6c6ac1155f2..064114b4faa3 100644 --- a/eclass/python-utils-r1.eclass +++ b/ecla

[gentoo-dev] [PATCH 3/3] python-utils-r1.eclass: Mark python_export private

2020-03-20 Thread Michał Górny
Signed-off-by: Michał Górny --- eclass/python-any-r1.eclass | 12 +- eclass/python-r1.eclass | 12 +- eclass/python-single-r1.eclass | 8 +- eclass/python-utils-r1.eclass| 150 --- eclass/tests/python-utils-r1.sh

[gentoo-dev] [PATCH 1/3] distutils-r1.eclass: Replace python_export with getter

2020-03-20 Thread Michał Górny
Signed-off-by: Michał Górny --- eclass/distutils-r1.eclass | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass index 114ccc8041cc..fd6c0193d12e 100644 --- a/eclass/distutils-r1.eclass +++ b/eclass/distutils-r1.eclass