Gentoo Archives: gentoo-commits

From: Sven Eden <sven.eden@×××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/ufed:master commit in: /
Date: Tue, 25 Feb 2014 08:18:47
Message-Id: 1393311482.1d8145a8c1936ee46ea14caeba47e93f2db4c474.yamakuzure@gentoo
1 commit: 1d8145a8c1936ee46ea14caeba47e93f2db4c474
2 Author: Sven Eden <yamakuzure <AT> gmx <DOT> net>
3 AuthorDate: Tue Feb 25 06:58:02 2014 +0000
4 Commit: Sven Eden <sven.eden <AT> gmx <DOT> de>
5 CommitDate: Tue Feb 25 06:58:02 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/ufed.git;a=commit;h=1d8145a8
7
8 File TODO: Some cleanup and recent additions.
9
10 ---
11 TODO | 9 +++++++--
12 1 file changed, 7 insertions(+), 2 deletions(-)
13
14 diff --git a/TODO b/TODO
15 index 321ec59..f1d5283 100644
16 --- a/TODO
17 +++ b/TODO
18 @@ -9,7 +9,6 @@ When a feature is officially released (no rc-ebuild!), it is removed.
19 --- TODO ---
20 ------------
21 These are mandatory for the next release cycle:
22 -- ufed must not error out when USE in make.conf is exceptionally large.
23
24 These are planned:
25 - Add package filter per command line argument
26 @@ -24,7 +23,8 @@ These ideas for the (far far away) future
27 ------------
28 --- DONE ---
29 ------------
30 -These have been finished
31 +These have been finished :
32 +
33 - (0.90) Add Filter local/global.
34 - (0.90) Add Filter installed/all.
35 - (0.90) Add parsing of /etc/make.profile/package.use for command line
36 @@ -51,6 +51,11 @@ These have been finished
37 - (0.90) Handle setups where /etc/portage/make.conf is a directory.
38 - (0.90) Read PORTDIR and PORTDIR_OVERLAY from portageq, too.
39 - (0.90) Make searching and cursor placement reliable.
40 +
41 - (0.91) Add line wrapping.
42 - (0.91) Make key help buttons dynamic (text, placement and width).
43 - (0.91) Replace status indicator with dynamic status line.
44 +- (0.91) ufed does not error out when USE in make.conf is exceptionally large.
45 +- (0.91) The deprecated 'portageq envvar' is no longer used for to determine
46 + PORTDIR and PORTDIR_OVERLAY, eix is used if available and portageq
47 + with the get_repo(s|_path) command as a fallback.