From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 91FCC1391ED for ; Sat, 8 Mar 2014 05:51:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3D8F5E0AD0; Sat, 8 Mar 2014 05:51:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 93E0DE0AD0 for ; Sat, 8 Mar 2014 05:51:17 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C1B2033FAC7 for ; Sat, 8 Mar 2014 05:51:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 33418188E9 for ; Sat, 8 Mar 2014 05:51:15 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1380492969.c0117af5bc140fce36c76eb9f2ea70c23c352da5.vapier@gentoo> Subject: [gentoo-commits] proj/portage-utils:master commit in: / X-VCS-Repository: proj/portage-utils X-VCS-Files: TODO X-VCS-Directories: / X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: c0117af5bc140fce36c76eb9f2ea70c23c352da5 X-VCS-Branch: master Date: Sat, 8 Mar 2014 05:51:15 +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-Archives-Salt: 1336e72b-a1b4-47df-90e4-b5ede7fd0e39 X-Archives-Hash: b02cbb10cc86143ecd0435a0ccb7c4f0 commit: c0117af5bc140fce36c76eb9f2ea70c23c352da5 Author: Mike Frysinger gentoo org> AuthorDate: Sun Sep 29 22:16:09 2013 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Sun Sep 29 22:16:09 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage-utils.git;a=commit;h=c0117af5 add more todo stuff --- TODO | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/TODO b/TODO index efa89c6..5f1f382 100644 --- a/TODO +++ b/TODO @@ -36,6 +36,13 @@ - these limits should not be an issue for all practical purposes - need to handle USE deps like: cat/pkg-123[foo(+)] +- qcache: + - need to convert it to new metadata/md5 style + +- qdepends: + - support querying uninstalled packages (via metadata/md5 cache) + - verify version matching works: qdepend =nano-2* + - env vars only get expanded once, so this fails: ACCEPT_LICENSE="foo" ACCEPT_LICENSE="${ACCEPT_LICENSE} bar"