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: Fri, 31 Dec 2021 15:36:33
Message-Id: 1640889768.e0453eace414e6c5d484ee9bdd69ee97904ca47b.grobian@gentoo
1 commit: e0453eace414e6c5d484ee9bdd69ee97904ca47b
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 30 18:42:48 2021 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 30 18:42:48 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=e0453eac
7
8 TODO: update
9
10 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
11
12 TODO.md | 7 -------
13 1 file changed, 7 deletions(-)
14
15 diff --git a/TODO.md b/TODO.md
16 index e9b6454..d14396a 100644
17 --- a/TODO.md
18 +++ b/TODO.md
19 @@ -4,11 +4,6 @@
20 - -e foo
21 - -r (-R ?) regexp foo.\*
22 - make default -e for apps like quse/qdepends/qlist?
23 -- env vars only get expanded once, so this fails:<br>
24 - `ACCEPT_LICENSE="foo"`<br>
25 - `ACCEPT_LICENSE="${ACCEPT_LICENSE} bar"`<br>
26 - we end up getting just:<br>
27 - `ACCEPT_LICENSE=" bar"`
28 - tree\_get\_atoms should return atoms iso string set, needs a rewrite
29 to use foreach\_pkg and get\_atom -- set is ready for storing objects
30 now
31 @@ -28,8 +23,6 @@
32 - make tree\_get\_metadata also retrieve maintainer type, such that
33 qlist can query for maintainer email or type, ideally to do
34 qlist -Iv $(portageq --repo gentoo --orphaned) in one step (bug 711466#c3)
35 -- atom\_compare should have a flags argument which specifies how to
36 - match, e.g. ignore REPO, SUBSLOT, etc. for use in e.g. qmerge
37
38 # tests
39 - add test for qsearch to avoid repetitions like