From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3BA22138334 for ; Sat, 28 Sep 2019 13:28:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5AD16E08F3; Sat, 28 Sep 2019 13:28:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3E004E08F3 for ; Sat, 28 Sep 2019 13:28:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9A1B534B69C for ; Sat, 28 Sep 2019 13:28:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C86F7E7 for ; Sat, 28 Sep 2019 13:28:14 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1569677271.e68e90f5eee468a5523b2daee3902578de43cf15.grobian@gentoo> Subject: [gentoo-commits] proj/portage-utils:master commit in: / X-VCS-Repository: proj/portage-utils X-VCS-Files: TODO.md X-VCS-Directories: / X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: e68e90f5eee468a5523b2daee3902578de43cf15 X-VCS-Branch: master Date: Sat, 28 Sep 2019 13:28:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: eb739e12-c6f1-43c7-9f33-0033438a3228 X-Archives-Hash: 2e0b4facb8a5fa156f7b451a4e31a2ed commit: e68e90f5eee468a5523b2daee3902578de43cf15 Author: Fabian Groffen gentoo org> AuthorDate: Sat Sep 28 13:27:51 2019 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Sat Sep 28 13:27:51 2019 +0000 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=e68e90f5 TODO: update with new ideas and things done Signed-off-by: Fabian Groffen gentoo.org> TODO.md | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/TODO.md b/TODO.md index 8e12c0d..299cf17 100644 --- a/TODO.md +++ b/TODO.md @@ -4,9 +4,7 @@ - default \*foo\* - -e foo - -r (-R ?) regexp foo.\* -- make default -e for apps like quse/qdepends? - -- make set.c to array (xarray) instead of C-array (list) +- make default -e for apps like quse/qdepends/qlist? - env vars only get expanded once, so this fails:
`ACCEPT_LICENSE="foo"`
@@ -18,7 +16,14 @@ cat?) to reduce search space - tree\_get\_atoms should return atoms iso string set, needs a rewrite - to use foreach\_pkg and get\_atom + to use foreach\_pkg and get\_atom -- set is ready for storing objects + now + +- implement our own iniparser so we *can* be dep-free + +- add applet/functionality to view latest version of package in tree + (functionality necessary for upgrade in qmerge, easy printing would + also allow to use q instead of eix from Puppet provider) # Atoms @@ -58,10 +63,11 @@ # qpkg -- fix "would be freed" message when --pretend is *not* active - add a verbose output that describes why a package is cleaned - newer binpkgs available - newer installed version available +- integrate qxpak and qtbz2 with this package (the latter are confusing, + and qpkg is doing parts of qtbz2's compose # qgrep @@ -73,6 +79,7 @@ # quse - make -v only print requested USE-flag when flags given +- list each package only once (e.g. quse -e lz4) # qkeyword - drop -c argument? it can be fully expressed using -p cat/ @@ -87,3 +94,6 @@ guestimate alternative to current time jumping - display excess time (+12:05) when overrunning guestimate to indicate longer run than last guestimate +- read tail of file fro last merge/running? +- multiple files support -- current opinion: don't do it +- compressed file support, use guessing support from qmerge?