On Wed, 2009-05-27 at 01:19 +0530, Nirbheek Chauhan wrote: > 2009/5/27 Sérgio Almeida : > > this time (SoC starts in a few hours) the prototype is written in > > python, does everything eselect does and supports any scripting language > > for module's actions. Oh, it's extremely faster too. > > You have a working prototype right now? Awesome! Where's the ebuild for it? > Hello, There isn't yet. The code is still pretty ugly and I'm still refactoring to the new architecture before I can make it public (or even officially git it). I will post it on this mailing list as soon as experimentations are possible. As a teaser... sym /usr/src/linux /usr/src/ linux-(.*) This is all that the kernel module needs so that it can list available options, select a new option, view the current option. The new uselect Kernel module has 10 lines instead of eselect's 100. Cheers, Sérgio