diff options
author | 2006-10-15 22:26:16 +0000 | |
---|---|---|
committer | 2006-10-15 22:26:16 +0000 | |
commit | fe1fafbc4184a3264022548b5e5cb1b7b90fa20c (patch) | |
tree | 822038003fb80fcd1f36dc83c5d677f25e21e995 /TODO | |
parent | 1585964b145063bd1211d5069887bea57073f918 (diff) | |
download | paludis-fe1fafbc4184a3264022548b5e5cb1b7b90fa20c.tar.gz paludis-fe1fafbc4184a3264022548b5e5cb1b7b90fa20c.tar.xz |
Added TODO file.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 49 |
1 files changed, 49 insertions, 0 deletions
@@ -0,0 +1,49 @@ +TODO +==== + +Do not write Changelog entries for this file. + + +System report action: 'paludis --report' +---------------------------------------- + +Assigned to: <nobody> + + * Shall output a comprehensible and parsable report of the current + state of the system. + + * The output format shall be suited for sending this report via mail. + + * Shall be made as a task. (See libpaludistasks) + + * Shall contain at least this information: + - QA warning in regard to installed packages + - Warning for installed packages which are package.masked + - Warning for installed packages which are marked vulnerable + by a GLSA. + +Crossdev-like repository +------------------------ + +Assigned to: Danny van Dyk <kugelfang@gentoo.org> + + * Format is 'cross'. + + * Needs key 'CTARGET'. + + * Category is set to 'cross-${CTARGET}'. + + * Provided packages are: + - binutils + - gcc + - kernel-headers + - libc + + * Shall support package aliasing: + + libc = >=sys-libs/newlib-1 + + This way, cross-${CTARGET}/libc will resolve to >=sys-libs/newlib-1. + + * Unset aliases shall be filled with defaults values, based on the complete + CTARGET. |