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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5B1BF158086 for ; Fri, 31 Dec 2021 15:36:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C1EA2BC031; Fri, 31 Dec 2021 15:36:32 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 804842BC031 for ; Fri, 31 Dec 2021 15:36:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E57FB342F23 for ; Fri, 31 Dec 2021 15:36:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9323726F for ; Fri, 31 Dec 2021 15:36:28 +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: <1640889768.e0453eace414e6c5d484ee9bdd69ee97904ca47b.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: e0453eace414e6c5d484ee9bdd69ee97904ca47b X-VCS-Branch: master Date: Fri, 31 Dec 2021 15:36:28 +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: e876f03b-aa24-4a09-b5b9-2434dbb7bc40 X-Archives-Hash: c93d68aec0539743de7054074acef840 commit: e0453eace414e6c5d484ee9bdd69ee97904ca47b Author: Fabian Groffen gentoo org> AuthorDate: Thu Dec 30 18:42:48 2021 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Thu Dec 30 18:42:48 2021 +0000 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=e0453eac TODO: update Signed-off-by: Fabian Groffen gentoo.org> TODO.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/TODO.md b/TODO.md index e9b6454..d14396a 100644 --- a/TODO.md +++ b/TODO.md @@ -4,11 +4,6 @@ - -e foo - -r (-R ?) regexp foo.\* - make default -e for apps like quse/qdepends/qlist? -- env vars only get expanded once, so this fails:
- `ACCEPT_LICENSE="foo"`
- `ACCEPT_LICENSE="${ACCEPT_LICENSE} bar"`
- we end up getting just:
- `ACCEPT_LICENSE=" bar"` - tree\_get\_atoms should return atoms iso string set, needs a rewrite to use foreach\_pkg and get\_atom -- set is ready for storing objects now @@ -28,8 +23,6 @@ - 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