Re: [gentoo-dev] new eclass: go-live.eclass for handling go live ebuilds

2015-06-10 Thread Dean Stephens
On 06/10/15 11:08, William Hubbs wrote: > On Tue, Jun 09, 2015 at 11:34:34PM -0400, Dean Stephens wrote: >> On 06/08/15 15:38, William Hubbs wrote: >>> All, >>> >>> here is the latest version of this eclass, which I will commit >>> an hour from now if no one has any objections. >>> >>> Thanks, >>

Re: [gentoo-dev] RFC: ban EAPI 1

2015-06-10 Thread Andreas K. Huettel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Am Mittwoch, 10. Juni 2015, 22:43:10 schrieb Ulrich Mueller: > > We briefly discussed in the QA team if we should demote EAPI 1 in > layout.conf from "eapis-deprecated" to "eapis-banned". This would > have the consequence that repoman would refuse t

Re: [gentoo-dev] RFC: ban EAPI 1

2015-06-10 Thread James Le Cuirot
On Wed, 10 Jun 2015 22:43:10 +0200 Ulrich Mueller wrote: > We briefly discussed in the QA team if we should demote EAPI 1 in > layout.conf from "eapis-deprecated" to "eapis-banned". This would > have the consequence that repoman would refuse to commit packages > containing such ebuilds. AFAICS th

Re: [gentoo-dev] RFC: ban EAPI 1

2015-06-10 Thread Michał Górny
Dnia 2015-06-10, o godz. 22:43:10 Ulrich Mueller napisał(a): > Hi, > The number of EAPI 1 ebuilds in the Portage tree has decreased to > a total of 60, corresponding to 0.16 %. > > We briefly discussed in the QA team if we should demote EAPI 1 in > layout.conf from "eapis-deprecated" to "eapis-b

Re: [gentoo-dev] RFC: ban EAPI 1

2015-06-10 Thread Chris Reffett
On 6/10/2015 4:43 PM, Ulrich Mueller wrote: > Hi, > The number of EAPI 1 ebuilds in the Portage tree has decreased to > a total of 60, corresponding to 0.16 %. > > We briefly discussed in the QA team if we should demote EAPI 1 in > layout.conf from "eapis-deprecated" to "eapis-banned". This would

Re: [gentoo-dev] RFC: ban EAPI 1

2015-06-10 Thread Brian Dolbec
On Wed, 10 Jun 2015 22:43:10 +0200 Ulrich Mueller wrote: > Hi, > The number of EAPI 1 ebuilds in the Portage tree has decreased to > a total of 60, corresponding to 0.16 %. > > We briefly discussed in the QA team if we should demote EAPI 1 in > layout.conf from "eapis-deprecated" to "eapis-banne

Re: [gentoo-dev] RFC: ban EAPI 1

2015-06-10 Thread Aaron W. Swenson
On 2015-06-10 22:43, Ulrich Mueller wrote: > Hi, > The number of EAPI 1 ebuilds in the Portage tree has decreased to > a total of 60, corresponding to 0.16 %. > > We briefly discussed in the QA team if we should demote EAPI 1 in > layout.conf from "eapis-deprecated" to "eapis-banned". This would >

Re: [gentoo-dev] RFC: ban EAPI 1

2015-06-10 Thread Pacho Ramos
El mié, 10-06-2015 a las 22:43 +0200, Ulrich Mueller escribió: > Hi, > The number of EAPI 1 ebuilds in the Portage tree has decreased to > a total of 60, corresponding to 0.16 %. > > We briefly discussed in the QA team if we should demote EAPI 1 in > layout.conf from "eapis-deprecated" to "eapis-b

[gentoo-dev] RFC: ban EAPI 1

2015-06-10 Thread Ulrich Mueller
Hi, The number of EAPI 1 ebuilds in the Portage tree has decreased to a total of 60, corresponding to 0.16 %. We briefly discussed in the QA team if we should demote EAPI 1 in layout.conf from "eapis-deprecated" to "eapis-banned". This would have the consequence that repoman would refuse to commit

Re: [gentoo-dev] Impl. egetent in user.eclass using script from sys-apps/getent?

2015-06-10 Thread Alec Warner
On Wed, Jun 10, 2015 at 11:56 AM, Joakim Tjernlund < joakim.tjernl...@transmode.se> wrote: > On Wed, 2015-06-10 at 18:48 +, Robin H. Johnson wrote: > > On Wed, Jun 10, 2015 at 04:44:17PM +, Joakim Tjernlund wrote: > > > I wonder if it would be possible to use the script from > sys-apps/get

Re: [gentoo-dev] Impl. egetent in user.eclass using script from sys-apps/getent?

2015-06-10 Thread Anthony G. Basile
On 6/10/15 2:49 PM, Joakim Tjernlund wrote: On Wed, 2015-06-10 at 14:06 -0400, Anthony G. Basile wrote: On 6/10/15 1:52 PM, Mike Gilbert wrote: On Wed, Jun 10, 2015 at 12:44 PM, Joakim Tjernlund wrote: I wonder if it would be possible to use the script from sys-apps/getent(included below) to

Re: [gentoo-dev] Impl. egetent in user.eclass using script from sys-apps/getent?

2015-06-10 Thread Joakim Tjernlund
On Wed, 2015-06-10 at 18:48 +, Robin H. Johnson wrote: > On Wed, Jun 10, 2015 at 04:44:17PM +, Joakim Tjernlund wrote: > > I wonder if it would be possible to use the script from > > sys-apps/getent(included below) > > to impl. getent in user.eclass instead of using glibc's getent? I > > c

Re: [gentoo-dev] Impl. egetent in user.eclass using script from sys-apps/getent?

2015-06-10 Thread Joakim Tjernlund
On Wed, 2015-06-10 at 14:06 -0400, Anthony G. Basile wrote: > On 6/10/15 1:52 PM, Mike Gilbert wrote: > > On Wed, Jun 10, 2015 at 12:44 PM, Joakim Tjernlund > > wrote: > > > I wonder if it would be possible to use the script from > > > sys-apps/getent(included below) > > > to impl. getent in user

Re: [gentoo-dev] Impl. egetent in user.eclass using script from sys-apps/getent?

2015-06-10 Thread Robin H. Johnson
On Wed, Jun 10, 2015 at 04:44:17PM +, Joakim Tjernlund wrote: > I wonder if it would be possible to use the script from > sys-apps/getent(included below) > to impl. getent in user.eclass instead of using glibc's getent? I > cannot see any downside, is there one? > > This would help a lot(just

Re: [gentoo-dev] Impl. egetent in user.eclass using script from sys-apps/getent?

2015-06-10 Thread Anthony G. Basile
On 6/10/15 1:52 PM, Mike Gilbert wrote: On Wed, Jun 10, 2015 at 12:44 PM, Joakim Tjernlund wrote: I wonder if it would be possible to use the script from sys-apps/getent(included below) to impl. getent in user.eclass instead of using glibc's getent? I cannot see any downside, is there one?

Re: [gentoo-dev] Impl. egetent in user.eclass using script from sys-apps/getent?

2015-06-10 Thread Mike Gilbert
On Wed, Jun 10, 2015 at 12:44 PM, Joakim Tjernlund wrote: > I wonder if it would be possible to use the script from > sys-apps/getent(included below) > to impl. getent in user.eclass instead of using glibc's getent? I cannot see > any downside, is there one? > glibc's getent can get data from a

Re: [gentoo-dev] new eclass: go-live.eclass for handling go live ebuilds

2015-06-10 Thread William Hubbs
On Wed, Jun 10, 2015 at 11:53:28AM -0400, Mike Frysinger wrote: > On 08 Jun 2015 14:38, William Hubbs wrote: > > # Copyright 2015 Gentoo Foundation > > normally we use the header from skel.ebuild everywhere Ok, I can fix that. > > > # We depend on dev-vcs/git since it is the most used vcs for G

[gentoo-dev] Impl. egetent in user.eclass using script from sys-apps/getent?

2015-06-10 Thread Joakim Tjernlund
I wonder if it would be possible to use the script from sys-apps/getent(included below) to impl. getent in user.eclass instead of using glibc's getent? I cannot see any downside, is there one? This would help a lot(just seed your groups/users is in ROOT/etc/{passwd,group ...} first) when cross

Re: [gentoo-dev] new eclass: go-live.eclass for handling go live ebuilds

2015-06-10 Thread Mike Frysinger
On 08 Jun 2015 14:38, William Hubbs wrote: > # Copyright 2015 Gentoo Foundation normally we use the header from skel.ebuild everywhere > # We depend on dev-vcs/git since it is the most used vcs for Go > # packages. However we will not depend on all vcs's Go supports at the > # eclass level. If yo

Re: [gentoo-dev] new eclass: xdg and xdg-utils as a replacement for fdo-mime

2015-06-10 Thread Gilles Dartiguelongue
Le mercredi 10 juin 2015 à 11:04 -0400, Mike Gilbert a écrit : > On Wed, Jun 10, 2015 at 10:12 AM, Gilles Dartiguelongue < > e...@gentoo.org> wrote: > > This is an attempt to fix bug #208047 [1] and bug #444568 [2] > > > > Current fdo-mime eclass is often not used when it should be. I > > suppose

Re: [gentoo-dev] new eclass: go-live.eclass for handling go live ebuilds

2015-06-10 Thread William Hubbs
On Tue, Jun 09, 2015 at 11:34:34PM -0400, Dean Stephens wrote: > On 06/08/15 15:38, William Hubbs wrote: > > All, > > > > here is the latest version of this eclass, which I will commit an > > hour from now if no one has any objections. > > > > Thanks, > > > > William > > > Not an objection to t

Re: [gentoo-dev] new eclass: xdg and xdg-utils as a replacement for fdo-mime

2015-06-10 Thread Mike Gilbert
On Wed, Jun 10, 2015 at 10:12 AM, Gilles Dartiguelongue wrote: > This is an attempt to fix bug #208047 [1] and bug #444568 [2] > > Current fdo-mime eclass is often not used when it should be. I suppose > this is partly because one has to think too much about whether it is > needed or not and what

[gentoo-dev] new eclass: xdg and xdg-utils as a replacement for fdo-mime

2015-06-10 Thread Gilles Dartiguelongue
This is an attempt to fix bug #208047 [1] and bug #444568 [2] Current fdo-mime eclass is often not used when it should be. I suppose this is partly because one has to think too much about whether it is needed or not and what to do with the functions. The proposed solution is to not have to worry