aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2020-01-02 10:44:33 +0100
committerFabian Groffen <grobian@gentoo.org>2020-01-02 10:44:33 +0100
commit56a4f36cf6325323068397b0b510b8e8340c25d9 (patch)
treea8d232b473972b70e2eda455872d0d4632381d09 /TODO.md
parentTODO: remove finished items (diff)
downloadportage-utils-56a4f36cf6325323068397b0b510b8e8340c25d9.tar.gz
portage-utils-56a4f36cf6325323068397b0b510b8e8340c25d9.tar.bz2
portage-utils-56a4f36cf6325323068397b0b510b8e8340c25d9.zip
qlop: improve description for -c, fix -E
-c could use a bit better explanation -E included installed packages for no good reason Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
index 602d17a..d89dda1 100644
--- a/TODO.md
+++ b/TODO.md
@@ -18,6 +18,10 @@
so we can
- parse package.accept\_keywords such that we can provide the latest
"available" version like Portage
+- check timestamps in libq/tree for choosing which method to take:
+ - ignore Packages when it is older than the last directory change
+ - ignore metadata when ebuild is modified
+ - add some method to skip these checks and assume everything is right
# qmerge
- dep resolver needs spanktastic love.
@@ -65,6 +69,7 @@
# qmanifest
- use openat in most places
- parse timestamps and print in local timezone
+- implement python module for gemato interface (to use with Portage)
# qlop
- guestimate runtime based on best-matching pkg (e.g. with gcc)