Re: [gentoo-dev] [PATCH 2/3] xorg-2.eclass: Remove use of prune_libtool_files

2019-02-19 Thread Michał Górny
On Wed, 2019-02-20 at 07:20 +0100, Ulrich Mueller wrote: > > > > > > On Wed, 20 Feb 2019, Matt Turner wrote: > > > > # Don't install libtool archives (even for modules) > > - prune_libtool_files --all > > + find "${D}" -name '*.la' -delete || die > > Maybe restrict removal to regular fi

Re: [gentoo-dev] adding app-crypt/gentoo-keys to @system

2019-02-19 Thread Michał Górny
On Tue, 2019-02-19 at 21:23 -0600, Matthew Thode wrote: > As the title says, I think this should be done. > > First sync is impossible to verify without keys (webrsync) > app-crypt/gentoo-keys has no dependencies, which help avoid some bloat > in the base install. > This is the wrong place to ad

Re: [gentoo-dev] [PATCH 2/3] xorg-2.eclass: Remove use of prune_libtool_files

2019-02-19 Thread Matt Turner
On Tue, Feb 19, 2019 at 10:21 PM Ulrich Mueller wrote: > > > On Wed, 20 Feb 2019, Matt Turner wrote: > > > # Don't install libtool archives (even for modules) > > - prune_libtool_files --all > > + find "${D}" -name '*.la' -delete || die > > Maybe restrict removal to regular files

Re: [gentoo-dev] [PATCH 3/3] xorg-2.eclass: Add EAPI=7 support

2019-02-19 Thread Matt Turner
On Tue, Feb 19, 2019 at 10:24 PM Ulrich Mueller wrote: > > > On Wed, 20 Feb 2019, Matt Turner wrote: > > > Nearly all the work is just removing uses of autotools-multilib and > > autotools-utils. The new code should work in EAPI 4 and 5. Don't add > > support for EAPI 6; that ship has already

Re: [gentoo-dev] [PATCH 3/3] xorg-2.eclass: Add EAPI=7 support

2019-02-19 Thread Ulrich Mueller
> On Wed, 20 Feb 2019, Matt Turner wrote: > Nearly all the work is just removing uses of autotools-multilib and > autotools-utils. The new code should work in EAPI 4 and 5. Don't add > support for EAPI 6; that ship has already sailed. AFAICS, adding EAPI 6 support wouldn't require any additio

Re: [gentoo-dev] [PATCH 2/3] xorg-2.eclass: Remove use of prune_libtool_files

2019-02-19 Thread Ulrich Mueller
> On Wed, 20 Feb 2019, Matt Turner wrote: > # Don't install libtool archives (even for modules) > - prune_libtool_files --all > + find "${D}" -name '*.la' -delete || die Maybe restrict removal to regular files, i.e. add "-type f"? signature.asc Description: PGP signature

Re: [gentoo-dev] adding app-crypt/gentoo-keys to @system

2019-02-19 Thread Brian Dolbec
On Tue, 19 Feb 2019 23:03:51 -0600 Matthew Thode wrote: > On 19-02-20 00:00:04, Michael Orlitzky wrote: > > On 2/19/19 11:21 PM, Matthew Thode wrote: > > >> > > >> What problem would this solve? (Is adding gentoo-keys to @system > > >> the least bad way to solve it?) > > >> > > > > > > It'd

Re: [gentoo-dev] adding app-crypt/gentoo-keys to @system

2019-02-19 Thread Matthew Thode
On 19-02-20 00:00:04, Michael Orlitzky wrote: > On 2/19/19 11:21 PM, Matthew Thode wrote: > >> > >> What problem would this solve? (Is adding gentoo-keys to @system the > >> least bad way to solve it?) > >> > > > > It'd allow the stage tarballs (3,4) to use webrsync-gpg to verify > > portage tarba

Re: [gentoo-dev] adding app-crypt/gentoo-keys to @system

2019-02-19 Thread Michael Orlitzky
On 2/19/19 11:21 PM, Matthew Thode wrote: >> >> What problem would this solve? (Is adding gentoo-keys to @system the >> least bad way to solve it?) >> > > It'd allow the stage tarballs (3,4) to use webrsync-gpg to verify > portage tarballs. This is useful for the initial sync (as called out in >

[gentoo-dev] [PATCH 3/3] xorg-2.eclass: Add EAPI=7 support

2019-02-19 Thread Matt Turner
Nearly all the work is just removing uses of autotools-multilib and autotools-utils. The new code should work in EAPI 4 and 5. Don't add support for EAPI 6; that ship has already sailed. --- There are a number of trivial x11 bumps coming up, so I figured I'd try to finally add EAPI=7 support to xor

[gentoo-dev] [PATCH 1/3] xorg-2.eclass: Drop support for EAPI 3

2019-02-19 Thread Matt Turner
No ebuilds inheriting xorg-2 are EAPI=3. --- eclass/xorg-2.eclass | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/eclass/xorg-2.eclass b/eclass/xorg-2.eclass index 4ed65e676a0..7133aa365f1 100644 --- a/eclass/xorg-2.eclass +++ b/eclass/xorg-2.eclass @@ -7,7 +7,7 @@ # @

[gentoo-dev] [PATCH 2/3] xorg-2.eclass: Remove use of prune_libtool_files

2019-02-19 Thread Matt Turner
--- eclass/xorg-2.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/xorg-2.eclass b/eclass/xorg-2.eclass index 7133aa365f1..74660e7f213 100644 --- a/eclass/xorg-2.eclass +++ b/eclass/xorg-2.eclass @@ -500,7 +500,7 @@ xorg-2_src_install() { fi # Don

Re: [gentoo-dev] adding app-crypt/gentoo-keys to @system

2019-02-19 Thread Matthew Thode
On 19-02-19 23:04:26, Michael Orlitzky wrote: > On 2/19/19 10:23 PM, Matthew Thode wrote: > > As the title says, I think this should be done. > > > > First sync is impossible to verify without keys (webrsync) > > app-crypt/gentoo-keys has no dependencies, which help avoid some bloat > > in the bas

Re: [gentoo-dev] adding app-crypt/gentoo-keys to @system

2019-02-19 Thread Michael Orlitzky
On 2/19/19 10:23 PM, Matthew Thode wrote: > As the title says, I think this should be done. > > First sync is impossible to verify without keys (webrsync) > app-crypt/gentoo-keys has no dependencies, which help avoid some bloat > in the base install. > > Let the bikeshedding begin. > I don't ha

[gentoo-dev] adding app-crypt/gentoo-keys to @system

2019-02-19 Thread Matthew Thode
As the title says, I think this should be done. First sync is impossible to verify without keys (webrsync) app-crypt/gentoo-keys has no dependencies, which help avoid some bloat in the base install. Let the bikeshedding begin. -- Matthew Thode (prometheanfire) signature.asc Description: PGP s

Re: [gentoo-dev] Deprecation and removal of 13.0 profiles is imminent

2019-02-19 Thread Sergei Trofimovich
On Sun, 16 Dec 2018 19:56:38 + Sergei Trofimovich wrote: > On Wed, 12 Dec 2018 00:25:04 + > Sergei Trofimovich wrote: > > > Tl;DR: 13.0 profiles will be removed some time soon unless there are > > enough reports broken on 13.0->17.0 switch. > > > > 13.0 profiles been a while in Gentoo