[gentoo-dev] [PATCH] linux-info.eclass: enable EAPI 7

2018-07-10 Thread Marty E. Plummer
versionator is banned in EAPI 7, so switch to either native EAPI 7 version functions or inherit eapi7-ver on EAPI 0-6 --- eclass/linux-info.eclass | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/eclass/linux-info.eclass b/eclass/linux-info.eclass index

[gentoo-dev] [PATCH] linux-info.eclass: enable EAPI 7

2018-07-10 Thread Marty E. Plummer
versionator is banned in EAPI 7, so switch to either native EAPI 7 version functions or inherit eapi7-ver on EAPI 0-6 --- eclass/linux-info.eclass | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/eclass/linux-info.eclass b/eclass/linux-info.eclass index

[gentoo-dev] [PATCH] meson.eclass: add EAPI 7 support

2018-07-10 Thread Marty E. Plummer
--- It seems this is all that is needed, and all the eclasses inherited by it are supported for EAPI 7. I could be missing something, so please do comment if I have. eclass/meson.eclass | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/eclass/meson.eclass

Re: [gentoo-dev] rfc: moving default location of portage tree

2018-07-10 Thread M. J. Everitt
On 10/07/18 21:09, William Hubbs wrote: > On Mon, Jul 09, 2018 at 03:54:35PM -0700, Zac Medico wrote: >> On 07/09/2018 03:27 PM, M. J. Everitt wrote: >>> On 09/07/18 23:12, Zac Medico wrote: On 07/09/2018 02:34 PM, Kristian Fiskerstrand wrote: > I'd mostly argue any such change should

Re: [gentoo-dev] rfc: moving default location of portage tree

2018-07-10 Thread William Hubbs
On Mon, Jul 09, 2018 at 03:54:35PM -0700, Zac Medico wrote: > On 07/09/2018 03:27 PM, M. J. Everitt wrote: > > On 09/07/18 23:12, Zac Medico wrote: > >> On 07/09/2018 02:34 PM, Kristian Fiskerstrand wrote: > >>> I'd mostly argue any such change should only affect new systems > >>> > >> Yes,

[gentoo-dev] Last rites: media-sound/neroaac

2018-07-10 Thread Jonas Stein
profiles: Last rite media-sound/neroaac # Jonas Stein (10 Jul 2018) # Package is not maintained, has a broken SRC_URI and # we may not mirror the files. # Removal on (10 Aug 2018) Bug #660750 media-sound/neroaac https://bugs.gentoo.org/660750 -- Best regards, Jonas Stein signature.asc

[gentoo-dev] Lastrites: guacamole-server and guacamole

2018-07-10 Thread Andreas Schuerch
# Andreas Schuerch (10 Jul 2018) # Packages have open bugs and mayor component is not working since years # Removal in 30 days. Bug 608540 net-misc/guacamole-server www-apps/guacamole

[gentoo-dev] [PATCH] glep-0001: Small update to reflect current practice.

2018-07-10 Thread Ulrich Müller
Drop the requirement that GLEPs must be discussed in forums (in addition to mailing lists), since no GLEPs have been sent there since at least 2011. --- See also the discussion about the previous update of GLEP 1 in 2011:

Re: [gentoo-dev] [RFC] Requiring gentoo.git committers to use their @gentoo.org address

2018-07-10 Thread Rich Freeman
On Tue, Jul 10, 2018 at 10:14 AM kuzetsa wrote: > > Authorship was brought up by: [ Mart Raudsepp ] > > It's germane, and wanting clarity doesn't hurt: Sure, and it was answered by mgorny 17 hours before your post, pointing to the original email which did in fact specifically reference the

Re: [gentoo-dev] [RFC] Requiring gentoo.git committers to use their @gentoo.org address

2018-07-10 Thread kuzetsa
On 07/10/2018 09:44 AM, Rich Freeman wrote: > On Tue, Jul 10, 2018 at 9:38 AM kuzetsa wrote: >> >> I think authorship is a good point / distinction, Mart. >> >> Authorship was never shown in dev-timeline for addresses >> which aren't @gentoo.org anyway. That's a separate issue, >> so this policy

Re: [gentoo-dev] [RFC] Requiring gentoo.git committers to use their @gentoo.org address

2018-07-10 Thread Rich Freeman
On Tue, Jul 10, 2018 at 9:38 AM kuzetsa wrote: > > I think authorship is a good point / distinction, Mart. > > Authorship was never shown in dev-timeline for addresses > which aren't @gentoo.org anyway. That's a separate issue, > so this policy change shouldn't affect proxy-maint? > Might I

Re: [gentoo-dev] [RFC] Requiring gentoo.git committers to use their @gentoo.org address

2018-07-10 Thread kuzetsa
On 07/09/2018 06:29 AM, Mart Raudsepp wrote: > Ühel kenal päeval, E, 09.07.2018 kell 10:40, kirjutas Michał Górny: >> Hi, >> >> We currently don't enforce any particular standard for e-mail >> addresses >> for developers committing to gentoo.git. FWICS, the majority of >> developers is using

Re: [gentoo-dev] rfc: moving default location of portage tree

2018-07-10 Thread Ulrich Mueller
> On Tue, 10 Jul 2018, Ulrich Mueller wrote: > On Mon, 9 Jul 2018, William Hubbs wrote: >> Agreed, /var/db I guess is a Gentoo invention of some kind? > No, it exists in FreeBSD too. As was pointed out to me, it exists in all three BSD variants [1,2,3]. Its purpose there is for

[gentoo-portage-dev] [PATCH] GitSync: support sync-depth (bug 552814)

2018-07-10 Thread Zac Medico
Support sync-depth for shallow sync, using git reset --merge just like in the earlier implementation that was reverted in commit ab840ac982d3c8b676b89f6bedd14e85dd06870f. Also, use git gc --auto in order to trigger periodic housekeeping and hopefully avoid errors from automatic git gc calls as