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 6DEDA13933E for ; Tue, 6 Jul 2021 06:44:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F43CE0980; Tue, 6 Jul 2021 06:44:01 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 7A77FE0980 for ; Tue, 6 Jul 2021 06:44:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 3A370342B4F for ; Tue, 6 Jul 2021 06:43:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 618727BA for ; Tue, 6 Jul 2021 06:43:57 +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: <1625553808.a7fdc5749013b873ec1df8113d3f28e8e624551d.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: a7fdc5749013b873ec1df8113d3f28e8e624551d X-VCS-Branch: master Date: Tue, 6 Jul 2021 06:43:57 +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: 6cab933d-cf52-42ce-9fc0-966f387b709e X-Archives-Hash: 93eec6ee76a99845225fef53f975472e commit: a7fdc5749013b873ec1df8113d3f28e8e624551d Author: Fabian Groffen gentoo org> AuthorDate: Tue Jul 6 06:43:28 2021 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Tue Jul 6 06:43:28 2021 +0000 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=a7fdc574 TODO: update qmerge items Signed-off-by: Fabian Groffen gentoo.org> TODO.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/TODO.md b/TODO.md index 8188fe1..e9b6454 100644 --- a/TODO.md +++ b/TODO.md @@ -28,6 +28,8 @@ - make tree\_get\_metadata also retrieve maintainer type, such that qlist can query for maintainer email or type, ideally to do qlist -Iv $(portageq --repo gentoo --orphaned) in one step (bug 711466#c3) +- atom\_compare should have a flags argument which specifies how to + match, e.g. ignore REPO, SUBSLOT, etc. for use in e.g. qmerge # tests - add test for qsearch to avoid repetitions like @@ -38,20 +40,16 @@ - needs safe deleting (merge in place rather than unmerge;merge) - multiple binary repos (talk to zmedico) - handle compressed Packages file (talk to zmedico) -- handle binary Packages file (talk to zmedico) - gpg sign the packages file (before compression) - binary vdb (sqlite) ... talk to zmedico - remote vdb - parallel fetch tbz2s -- check order of pkg\_{pre,post}{inst,rm} during install, unmerge, and upgrade - env is not saved/restored between pkg\_{pre,post}inst (see portage and REPO\_LAYOUT\_CONF\_WARN) - support installing via path to tbz2 package - support TTL field in binpkgs file -- merge duplicate atoms on the CLI (`qmerge -Uq nano nano nano`) - unmerging should clean out @world set - fixup lame misnaming of force\_download (--fetch/--force) actually not-forcing things -- use xpak.h instead of shelling out to qxpak binary # qdepends - -v should lookup whether packages are installed for || cases/colouring