From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QeaDF-0006uP-UD for garchives@archives.gentoo.org; Wed, 06 Jul 2011 22:04:55 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE10521C095; Wed, 6 Jul 2011 22:04:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 8ECE621C055 for ; Wed, 6 Jul 2011 22:04:21 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 204DA2AC020 for ; Wed, 6 Jul 2011 22:04:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 8491D8003D for ; Wed, 6 Jul 2011 22:04:20 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: Subject: [gentoo-commits] proj/gentoopm:master commit in: / X-VCS-Repository: proj/gentoopm X-VCS-Files: API-REQUIREMENTS X-VCS-Directories: / X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f2b61c7f40105cb16a1a6dd4791a60eb2e872521 Date: Wed, 6 Jul 2011 22:04:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: c9e3d10c687bab5d692e3e93796fcefb commit: f2b61c7f40105cb16a1a6dd4791a60eb2e872521 Author: Micha=C5=82 G=C3=B3rny gentoo org> AuthorDate: Wed Jul 6 22:03:59 2011 +0000 Commit: Micha=C5=82 G=C3=B3rny gentoo org> CommitDate: Wed Jul 6 22:03:59 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gentoopm.git;= a=3Dcommit;h=3Df2b61c7f Start writing down API requirements for potential consumers. --- API-REQUIREMENTS | 19 +++++++++++++++++++ 1 files changed, 19 insertions(+), 0 deletions(-) diff --git a/API-REQUIREMENTS b/API-REQUIREMENTS new file mode 100644 index 0000000..eeee4d9 --- /dev/null +++ b/API-REQUIREMENTS @@ -0,0 +1,19 @@ +diffmask: +- atom matching, +- masking status/reason, +- USER_CONFIG_PATH? + +flaggie: +- atom matching, +- getting all atoms from LICENSE (use_reduce()), +- grabdict()/grabfile()?, +- USER_CONFIG_PATH? + +pms-test-suite: +- atom matching (__contains__()), +- install, uninstall, manifest... + +smart-live-rebuild: +- userpriv checks, uid/gid, +- environment.bz2 parsing, +- getting atoms; maybe install cmdline?