RFC: don't define ebeep and epause in eutils in EAPI 3
With GLEP 42 and proper logging of e* messages I think we shouldn't
annoy users any more with ebeep or epause so attached is a patch only
defines these functions for EAPIs 0, 1 and 2. Anyone have a reason to
keep these around for EAPI 3? If not I will apply the attached patch.
RFC: don't define ebeep and epause in eutils in EAPI 3
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Dne 17.1.2010 21:38, Petteri Räty napsal(a):
> With GLEP 42 and proper logging of e* messages I think we shouldn't
> annoy users any more with ebeep or epause so attached is a patch only
> defines these functions for EAPIs 0, 1 and 2. Anyone have a reason to
> keep these around for EAPI 3? If not I will apply the attached patch.
>
> Regards,
> Petteri
++ should really not be used.
Actualy i think since it is just eclass call we could make it not used
anywhere in ebuilds, and then mark the functions as deprecated and just
return true.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.14 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
RFC: don't define ebeep and epause in eutils in EAPI 3
On Sunday 17 January 2010 20:38:48 Petteri Räty wrote:
> With GLEP 42 and proper logging of e* messages I think we shouldn't
> annoy users any more with ebeep or epause so attached is a patch only
> defines these functions for EAPIs 0, 1 and 2. Anyone have a reason to
> keep these around for EAPI 3? If not I will apply the attached patch.
The eclass-manpages comments should be updated too.
01-17-2010, 08:30 PM
Mike Frysinger
RFC: don't define ebeep and epause in eutils in EAPI 3
On Sunday 17 January 2010 16:12:29 David Leverton wrote:
> On Sunday 17 January 2010 20:38:48 Petteri Räty wrote:
> > With GLEP 42 and proper logging of e* messages I think we shouldn't
> > annoy users any more with ebeep or epause so attached is a patch only
> > defines these functions for EAPIs 0, 1 and 2. Anyone have a reason to
> > keep these around for EAPI 3? If not I will apply the attached patch.
>
> The eclass-manpages comments should be updated too.
you mean you should re-emerge it on your system
-mike
01-18-2010, 06:21 AM
Torsten Veller
RFC: don't define ebeep and epause in eutils in EAPI 3
* Mike Frysinger <vapier@gentoo.org>:
> On Sunday 17 January 2010 16:12:29 David Leverton wrote:
> > On Sunday 17 January 2010 20:38:48 Petteri Räty wrote:
> > > With GLEP 42 and proper logging of e* messages I think we shouldn't
> > > annoy users any more with ebeep or epause so attached is a patch only
> > > defines these functions for EAPIs 0, 1 and 2. Anyone have a reason to
> > > keep these around for EAPI 3? If not I will apply the attached patch.
The patch only defines these functions for EAPI=0 and EAPI=1.
> > The eclass-manpages comments should be updated too.
>
> you mean you should re-emerge it on your system
I think he means that the patch should modify @DESCRIPTION too.