Re: [gentoo-dev] ekeyword written in python from scratch

2014-01-28 Thread Mike Frysinger
On Tuesday, January 28, 2014 05:53:52 Jeroen Roovers wrote: > On Mon, 27 Jan 2014 18:14:54 -0500 Mike Frysinger wrote: > > > It's more obvious with the fancy colouring > > > > if you dislike the color format, then pick a different one. there > > are a large number available. > > I didn't intend

Re: [gentoo-dev] ekeyword written in python from scratch

2014-01-27 Thread Jeroen Roovers
On Mon, 27 Jan 2014 18:14:54 -0500 Mike Frysinger wrote: > > It's more obvious with the fancy colouring > > if you dislike the color format, then pick a different one. there > are a large number available. I didn't intend that at all. A coloured multiline output would be a nice default, though

Re: [gentoo-dev] ekeyword written in python from scratch

2014-01-27 Thread Mike Frysinger
On Monday, January 27, 2014 14:01:58 Jeroen Roovers wrote: > # cp nvidia-drivers-304.117.ebuild nvidia-drivers-304.119.ebuild > # ~/bin/ekeyword ~all nvidia-drivers-304.119.ebuild > nvidia-drivers-304.119: -~* ~amd64 ~x86 ~amd64-fbsd ~x86-fbsd > > It's more obvious with the fancy colouring if you

Re: [gentoo-dev] ekeyword written in python from scratch

2014-01-27 Thread Jeroen Roovers
On Mon, 20 Jan 2014 01:01:40 -0500 Mike Frysinger wrote: > at any rate, if other devs who use this want to give it a crack, > that'd be great. iron out bugs before the next release. > http://git.overlays.gentoo.org/gitweb/?p=proj/gentoolkit.git;a=blob_plain;f=src/ekeyword/ekeyword.py;hb=gentoolk

Re: [gentoo-dev] ekeyword written in python from scratch

2014-01-20 Thread Mike Frysinger
On Monday 20 January 2014 04:16:23 Ulrich Mueller wrote: > Sorting order is different from the present ekeyword. The part after > the hyphen (or the empty string if there is no hyphen) should be used > as primary key and the part before the hyphen as secondary key. hmm, was unaware of that. shoul

Re: [gentoo-dev] ekeyword written in python from scratch

2014-01-20 Thread Ulrich Mueller
> On Mon, 20 Jan 2014, Mike Frysinger wrote: > i finally got annoyed with the perl version (and its output and bugs > and limitations) and wrote a new version. it's fairly modular (and > has pretty good unittest coverage!?), so if we wanted to look at > integrating it into portage or other too

[gentoo-dev] ekeyword written in python from scratch

2014-01-19 Thread Mike Frysinger
i finally got annoyed with the perl version (and its output and bugs and limitations) and wrote a new version. it's fairly modular (and has pretty good unittest coverage!?), so if we wanted to look at integrating it into portage or other tools, that should be pretty easy now. at any rate, if o