[gentoo-dev] Re: Last rites: dev-python/logging

2007-10-06 Thread Ali Polatel
Thu, Sep 06, 2007 at 03:12:57PM +0300 tarihinde, Ali Polatel yazmış: > # Ali Polatel <[EMAIL PROTECTED]> (06 Sept 2007) > # Masked for removal in 30 days. bug 185041 > # Included to python standard library as of 2.3 > dev-python/logging > > As said in the comment, included to py standard library a

[gentoo-dev] Re: new-style virtual/editor

2007-10-06 Thread Duncan
Chris Gianelloni <[EMAIL PROTECTED]> posted [EMAIL PROTECTED], excerpted below, on Fri, 05 Oct 2007 13:22:08 -0700: > On Fri, 2007-10-05 at 14:57 -0400, Olivier Crête wrote: >> On Fri, 2007-05-10 at 11:46 -0700, Donnie Berkholz wrote: >> > How many packages depend on virtual/editor? Should it be

Re: [gentoo-dev] new old eclass - wxwidgets.eclass

2007-10-06 Thread Mart Raudsepp
Hello, On E, 2007-09-24 at 21:14 -0600, Ryan Hill wrote: > since everyone is getting into the reviewing mood, i thought it > would be a good time to get some opinions on the wxwidgets > eclass rewrite i've done. I figured I'd reply to the old review request on the list instead of doing this pri

Re: [gentoo-dev] RFC: sh versionator.eclass

2007-10-06 Thread Mike Frysinger
On Tuesday 02 October 2007, Joe Peterson wrote: > Mike Frysinger wrote: > > wrong. bash and GNU prevail because they provide useful extensions. it > > may be worthwhile to force `find` in the portage environment to be GNU > > find so we can stop wasting time trying to figure out how to rewrite >

Re: [gentoo-dev] RFC: sh versionator.eclass

2007-10-06 Thread Mike Frysinger
On Wednesday 03 October 2007, Roy Marples wrote: > On Tue, 2007-10-02 at 06:57 -0400, Mike Frysinger wrote: > > > Pattern matching can be done just as well with case. Infact, tend to > > > use [[ == ]] a lot when pattern matching when a case statement would be > > > more efficient and use less code

Re: [gentoo-dev] Re: RFC: sh versionator.eclass

2007-10-06 Thread Mike Frysinger
On Tuesday 02 October 2007, George Shapovalov wrote: > Tuesday, 2. October 2007, Roy Marples Ви написали: > > And here it is > > - if [[ "${FORTRANC}" = "gfortran" ]]; then > + if [ "${FORTRANC}" = "gfortran" ]; then > > You know, it is funny to see these lines after all those cries abo

Re: [gentoo-dev] new old eclass - wxwidgets.eclass

2007-10-06 Thread Ryan Hill
Mart Raudsepp wrote: > Hello, > > On E, 2007-09-24 at 21:14 -0600, Ryan Hill wrote: >> since everyone is getting into the reviewing mood, i thought it >> would be a good time to get some opinions on the wxwidgets >> eclass rewrite i've done. > > > I figured I'd reply to the old review request o