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 1D88A138FE0 for ; Wed, 26 Feb 2014 10:26:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4C64E0A52; Wed, 26 Feb 2014 10:26:39 +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 611B7E0A52 for ; Wed, 26 Feb 2014 10:26:39 +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 80FE633F8BA for ; Wed, 26 Feb 2014 10:26:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 03505188EE for ; Wed, 26 Feb 2014 10:26:36 +0000 (UTC) From: "Sven Eden" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Eden" Message-ID: <1393408143.bde7d03f66e8a4f2cb9c4973577931b983aae39d.yamakuzure@gentoo> Subject: [gentoo-commits] proj/ufed:master commit in: / X-VCS-Repository: proj/ufed X-VCS-Files: TODO X-VCS-Directories: / X-VCS-Committer: yamakuzure X-VCS-Committer-Name: Sven Eden X-VCS-Revision: bde7d03f66e8a4f2cb9c4973577931b983aae39d X-VCS-Branch: master Date: Wed, 26 Feb 2014 10:26:36 +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: ed1b371f-2f3e-44fc-b096-5fda268cd936 X-Archives-Hash: e6d01ddbe60bec9818a27a22cb06c882 commit: bde7d03f66e8a4f2cb9c4973577931b983aae39d Author: Sven Eden gmx net> AuthorDate: Wed Feb 26 09:49:03 2014 +0000 Commit: Sven Eden gmx de> CommitDate: Wed Feb 26 09:49:03 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/ufed.git;a=commit;h=bde7d03f TODO: Added plan to support package.use editing. --- TODO | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TODO b/TODO index 0b74593..e2e2d82 100644 --- a/TODO +++ b/TODO @@ -19,6 +19,8 @@ These ideas for the (far far away) future the tree (metadata.xml!) and store the findings in a database file. Parsing the tree like that is too much for each startup. Therefore such a db caching would enable ufed to be no longer restricted to the profiles and /var/db/pkg. +- Once the sqlite support is added, supporting the editing of + /etc/portage/package.use can be added as well. I bet many would like that. ------------ --- DONE ---