Re: [gentoo-dev] New eshowkw

2010-10-29 Thread Tomáš Chvátal
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dne 29.10.2010 05:51, Jeroen Roovers napsal(a): > On Thu, 28 Oct 2010 23:33:09 +0200 > Tomáš Chvátal wrote: > >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> So now on the eshowkw is part of gentoolkit (in svn, and in next >> release). If y

Re: [gentoo-dev] New eshowkw

2010-10-28 Thread Jeroen Roovers
On Thu, 28 Oct 2010 23:33:09 +0200 Tomáš Chvátal wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > So now on the eshowkw is part of gentoolkit (in svn, and in next > release). If you want to test it and suggest more features/report > bugs you can use it as follows: > > eshowkw [somet

Re: [gentoo-dev] New eshowkw

2010-10-28 Thread Tomáš Chvátal
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 So now on the eshowkw is part of gentoolkit (in svn, and in next release). If you want to test it and suggest more features/report bugs you can use it as follows: eshowkw [something] equery keywords something Cheers Tomas -BEGIN PGP SIGNATURE

Re: [gentoo-dev] New eshowkw

2010-10-28 Thread Jeroen Roovers
On Thu, 28 Oct 2010 02:33:09 +0200 Tomáš Chvátal wrote: > http://dev.gentooexperimental.org/~scarabeus/eshowkw-0.5.0.tar.xz Ebuild attached. You may want to make this slight change: $ eshowkw-ng --help [...] < -P, --prefix Do not display prefix keywords in output. (default: False) >

Re: [gentoo-dev] New eshowkw

2010-10-27 Thread justin
On 28/10/10 02:33, Tomáš Chvátal wrote: > Ok i finished my separation as i said yesterday in some of the mails so > here is the 0.5.0 version with self install script and so on :) > > New features: > * sorting based on user decision, version or keywords can be on top > * filtering archs > > Imple

Re: [gentoo-dev] New eshowkw

2010-10-27 Thread Tomáš Chvátal
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ok i finished my separation as i said yesterday in some of the mails so here is the 0.5.0 version with self install script and so on :) New features: * sorting based on user decision, version or keywords can be on top * filtering archs Implementing a

Re: [gentoo-dev] New eshowkw

2010-10-26 Thread Tomáš Chvátal
Updated few function calls to fill empty spaces. Thanks to Michal (mgorny) for suggestions. Now it works a bit faster :) Tomas --- eshowkwng.py.old2010-10-27 00:13:21.476218699 +0200 +++ eshowkwng.py2010-10-27 00:11:33.929218700 +0200 @@ -34,32 +34,33 @@ """Prepare lis

Re: [gentoo-dev] New eshowkw

2010-10-26 Thread Jeroen Roovers
On Tue, 26 Oct 2010 18:13:25 +0200 Fabian Groffen wrote: > On 26-10-2010 17:39:04 +0200, Tomáš Chvátal wrote: > > So since I would like to have this script replace current eshowkw > > one I want to ask you for kind help on that script and review it > > and suggest improvements. Great work! > I

Re: [gentoo-dev] New eshowkw

2010-10-26 Thread Tomáš Chvátal
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dne 26.10.2010 18:13, Fabian Groffen napsal(a): > Hi Tomáš, > > On 26-10-2010 17:39:04 +0200, Tomáš Chvátal wrote: >> So since I would like to have this script replace current eshowkw one I >> want to ask you for kind help on that script and review it

Re: [gentoo-dev] New eshowkw

2010-10-26 Thread Krzysztof Pawlik
On 10/26/10 21:42, Tomáš Chvátal wrote: > Dne 26.10.2010 20:38, Krzysztof Pawlik napsal(a): > >> nelch...@s-lappy ~$ time eshowkw gcc > /dev/null > > Could you compare speed of your and mine script Sure: nelch...@s-lappy ~/tmp$ time eshowkw gcc > /dev/null real0m1.025s user0m0.924s sys

Re: [gentoo-dev] New eshowkw

2010-10-26 Thread Tomáš Chvátal
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dne 26.10.2010 20:38, Krzysztof Pawlik napsal(a): > > nelch...@s-lappy ~$ time eshowkw gcc > /dev/null > > real0m0.965s > user0m0.900s > sys 0m0.060s > nelch...@s-lappy ~$ time /usr/bin/eshowkw gcc > /dev/null > > real0m2.559s > user

Re: [gentoo-dev] New eshowkw

2010-10-26 Thread Krzysztof Pawlik
On 10/26/10 20:53, Tomáš Chvátal wrote: > Dne 26.10.2010 18:34, Krzysztof Pawlik napsal(a): >> On 10/26/10 17:39, Tomáa Chvátal wrote: >>> Hello guys, >>> I took last few days to rewrite our eshowkw script from bash to python >>> and enhance its functionality. > >> I did the same some time ago, ch

Re: [gentoo-dev] New eshowkw

2010-10-26 Thread Tomáš Chvátal
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dne 26.10.2010 18:34, Krzysztof Pawlik napsal(a): > On 10/26/10 17:39, Tomáš Chvátal wrote: >> Hello guys, >> I took last few days to rewrite our eshowkw script from bash to python >> and enhance its functionality. > > I did the same some time ago, ch

Re: [gentoo-dev] New eshowkw

2010-10-26 Thread Krzysztof Pawlik
On 10/26/10 20:24, Daniel Pielmeier wrote: > Krzysztof Pawlik schrieb am 26.10.2010 18:34: >> On 10/26/10 17:39, Tomáš Chvátal wrote: >>> Hello guys, >>> I took last few days to rewrite our eshowkw script from bash to python >>> and enhance its functionality. >> >> I did the same some time ago, che

Re: [gentoo-dev] New eshowkw

2010-10-26 Thread Daniel Pielmeier
Krzysztof Pawlik schrieb am 26.10.2010 18:34: > On 10/26/10 17:39, Tomáš Chvátal wrote: >> Hello guys, >> I took last few days to rewrite our eshowkw script from bash to python >> and enhance its functionality. > > I did the same some time ago, check it: > http://git.overlays.gentoo.org/gitweb/?p=

Re: [gentoo-dev] New eshowkw

2010-10-26 Thread Peter Volkov
В Втр, 26/10/2010 в 17:39 +0200, Tomáš Chvátal пишет: > If the script lack some feature you really want to use also let me know, > maybe it wont be too hard to implement. Nice! What I always missed is an ability to print stable archs in format ready to use in bugzilla's CC field, IOW output strin

Re: [gentoo-dev] New eshowkw

2010-10-26 Thread Krzysztof Pawlik
On 10/26/10 17:39, Tomáš Chvátal wrote: > Hello guys, > I took last few days to rewrite our eshowkw script from bash to python > and enhance its functionality. I did the same some time ago, check it: http://git.overlays.gentoo.org/gitweb/?p=dev/nelchael.git;a=blob;f=scripts/eshowkw.py. -- Krzysz

Re: [gentoo-dev] New eshowkw

2010-10-26 Thread Fabian Groffen
Hi Tomáš, On 26-10-2010 17:39:04 +0200, Tomáš Chvátal wrote: > So since I would like to have this script replace current eshowkw one I > want to ask you for kind help on that script and review it and suggest > improvements. > > If the script lack some feature you really want to use also let me kn

Re: [gentoo-dev] New eshowkw

2010-10-26 Thread Donnie Berkholz
On 17:39 Tue 26 Oct , Tomáš Chvátal wrote: > Hello guys, > I took last few days to rewrite our eshowkw script from bash to python > and enhance its functionality. > > Not all of you are aware of this usefull script from gentoolkit-dev > package, so let me introduce it: > It is script that show

[gentoo-dev] New eshowkw

2010-10-26 Thread Tomáš Chvátal
Hello guys, I took last few days to rewrite our eshowkw script from bash to python and enhance its functionality. Not all of you are aware of this usefull script from gentoolkit-dev package, so let me introduce it: It is script that shows keywords for package and all its versions in nice table for