Gentoo Archives: gentoo-dev

From: Ulrich Mueller <ulm@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] ekeyword written in python from scratch
Date: Mon, 20 Jan 2014 09:16:32
Message-Id: 21212.59751.352765.552325@a1i15.kph.uni-mainz.de
In Reply to: [gentoo-dev] ekeyword written in python from scratch by Mike Frysinger
1 >>>>> On Mon, 20 Jan 2014, Mike Frysinger wrote:
2
3 > i finally got annoyed with the perl version (and its output and bugs
4 > and limitations) and wrote a new version. it's fairly modular (and
5 > has pretty good unittest coverage!?), so if we wanted to look at
6 > integrating it into portage or other tools, that should be pretty
7 > easy now.
8
9 > at any rate, if other devs who use this want to give it a crack,
10 > that'd be great. iron out bugs before the next release.
11 > http://git.overlays.gentoo.org/gitweb/?p=proj/gentoolkit.git;a=blob_plain;f=src/ekeyword/ekeyword.py;hb=gentoolkit-dev
12
13 Sorting order is different from the present ekeyword. The part after
14 the hyphen (or the empty string if there is no hyphen) should be used
15 as primary key and the part before the hyphen as secondary key.
16 That is, keyword ordering should be:
17
18 amd64 x86 amd64-fbsd x86-fbsd amd64-linux x86-linux ppc-macos
19
20 You currently have:
21
22 amd64 x86 amd64-fbsd amd64-linux ppc-macos x86-fbsd x86-linux
23
24 Ulrich

Replies

Subject Author
Re: [gentoo-dev] ekeyword written in python from scratch Mike Frysinger <vapier@g.o>