Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage-utils:master commit in: /
Date: Thu, 02 May 2019 08:29:33
Message-Id: 1556785152.ee895eeb8e45c4f29c31b1559c5f0304292e6b08.grobian@gentoo
1 commit: ee895eeb8e45c4f29c31b1559c5f0304292e6b08
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 2 08:19:12 2019 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Thu May 2 08:19:12 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=ee895eeb
7
8 TODO: add/refine some tasks
9
10 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
11
12 TODO.md | 15 +++++++++++++++
13 1 file changed, 15 insertions(+)
14
15 diff --git a/TODO.md b/TODO.md
16 index fcda59f..38778b0 100644
17 --- a/TODO.md
18 +++ b/TODO.md
19 @@ -4,6 +4,7 @@
20 - default \*foo\*
21 - -e foo
22 - -r (-R ?) regexp foo.\*
23 +- make default -e for apps like quse/qdepends?
24
25 - disable color when tty = NULL; may break less?
26
27 @@ -29,6 +30,12 @@
28
29 - vdb repo/slot think about when it is freed (see cache\_pkg\_close)
30
31 +- cache:cache\_read\_file\_ebuild deal with \\\\n sequences
32 +
33 +- qcache -> rename to qkeyword
34 +
35 +- quse -K -> move to qkeyword
36 +
37 # Atoms
38
39 - only 32bit values are supported for revision (-r#)
40 @@ -61,6 +68,7 @@
41 - support querying uninstalled packages (via libq/cache)
42 - add -S/-v/-R behavior like qlist #574934
43 - support printing full dep content (with -v?) from libq/cache
44 +- bring back -k? (but seems solved by using qlist -IF%{SLOT} pkg)
45
46 # qpkg
47
48 @@ -83,3 +91,10 @@
49 work)
50 - make a -d mode that allows to do equivalent of "last portage emerge"
51 to make it easy to see what was newly merged/unmerged
52 +
53 +# qlist
54 +- have -F for use with -I so one can do things like print SLOT for
55 + package X
56 +
57 +# quse
58 +- make -v faster by calling searcg funcs once per package match