[gentoo-dev] Re: eutils changes wrt EAPI-3 - ebeep and epause no longer available

2010-03-01 Thread Maciej Mrozowski
On Thursday 25 of February 2010 04:11:49 Maciej Mrozowski wrote: > On Wednesday 17 of February 2010 03:25:16 Maciej Mrozowski wrote: > > If no objections, I'm going to commit in 5 days the following patch to > eutils.eclass > > Index: eutils.eclass > ==

[gentoo-dev] Re: eutils changes wrt EAPI-3 - ebeep and epause no longer available

2010-02-24 Thread Maciej Mrozowski
On Wednesday 17 of February 2010 03:25:16 Maciej Mrozowski wrote: If no objections, I'm going to commit in 5 days the following patch to eutils.eclass Index: eutils.eclass === RCS file: /var/cvsroot/gentoo

Re: [gentoo-dev] Re: eutils changes wrt EAPI-3 - ebeep and epause no longer available

2010-02-17 Thread Petteri Räty
On 17.2.2010 20.03, Jeremy Olexa wrote: > > What is going on with all these undocumented changes? When I look at the > council logs to see what is in EAPI3, I don't see anything about removing > functions. This is just silly and wastes alot of people's time for no > practical gain. In my EAPI3 po

Re: [gentoo-dev] Re: eutils changes wrt EAPI-3 - ebeep and epause no longer available

2010-02-17 Thread Jeremy Olexa
On Wed, 17 Feb 2010 18:11:42 +, Ciaran McCreesh wrote: > On Wed, 17 Feb 2010 18:03:42 + > Jeremy Olexa wrote: >> What is going on with all these undocumented changes? When I look at >> the council logs to see what is in EAPI3, I don't see anything about >> removing functions. This is jus

Re: [gentoo-dev] Re: eutils changes wrt EAPI-3 - ebeep and epause no longer available

2010-02-17 Thread Ciaran McCreesh
On Wed, 17 Feb 2010 18:03:42 + Jeremy Olexa wrote: > What is going on with all these undocumented changes? When I look at > the council logs to see what is in EAPI3, I don't see anything about > removing functions. This is just silly and wastes alot of people's > time for no practical gain. B

Re: [gentoo-dev] Re: eutils changes wrt EAPI-3 - ebeep and epause no longer available

2010-02-17 Thread Jeremy Olexa
On Wed, 17 Feb 2010 19:13:06 +0200, Petteri Räty wrote: > On 17.2.2010 16.33, Torsten Veller wrote: > >> >>> --- eutils.eclass 15 Feb 2010 02:10:39 - 1.330 >>> +++ eutils.eclass 17 Feb 2010 14:13:16 - >>> @@ -50,6 +50,15 @@ >>> done >>> fi >>> }

Re: [gentoo-dev] Re: eutils changes wrt EAPI-3 - ebeep and epause no longer available

2010-02-17 Thread Petteri Räty
On 17.2.2010 16.33, Torsten Veller wrote: > >> --- eutils.eclass 15 Feb 2010 02:10:39 - 1.330 >> +++ eutils.eclass 17 Feb 2010 14:13:16 - >> @@ -50,6 +50,15 @@ >> done >> fi >> } >> +else >> + ebeep() { >> + eqawarn "ebeep is n

[gentoo-dev] Re: eutils changes wrt EAPI-3 - ebeep and epause no longer available

2010-02-17 Thread Torsten Veller
* Jeremy Olexa : > Maciej Mrozowski wrote: > >A as result of discussion http://www.mail-archive.com/gentoo- > >d...@lists.gentoo.org/msg37300.html > >ebeep and epause functions defined in eutils are not available in EAPI >= 3. > >For interactive installs, PROPERTIES="interactive" should be used ins