summaryrefslogtreecommitdiff
path: root/trunk/src/eclean/TODO
diff options
context:
space:
mode:
authorfuzzyray <fuzzyray@gentoo.org>2005-09-08 21:19:36 +0000
committerfuzzyray <fuzzyray@gentoo.org>2005-09-08 21:19:36 +0000
commit456429d82046a4efc0fb5f41c596290754cc692c (patch)
tree44bc41d800957fdca2e38006d178fd0d150c61d4 /trunk/src/eclean/TODO
parent5b08fb0a0f9834d4bab3dbd2340394220acd956f (diff)
downloadgentoolkit-456429d82046a4efc0fb5f41c596290754cc692c.tar.gz
Added eclean bug# 33877 and updated README bug# 103662
svn path=/; revision=228
Diffstat (limited to 'trunk/src/eclean/TODO')
-rw-r--r--trunk/src/eclean/TODO16
1 files changed, 16 insertions, 0 deletions
diff --git a/trunk/src/eclean/TODO b/trunk/src/eclean/TODO
new file mode 100644
index 0000000..04e64ca
--- /dev/null
+++ b/trunk/src/eclean/TODO
@@ -0,0 +1,16 @@
+- exclusion file syntax could be improved (maybe it should support real
+ dep-atoms, or wildcards, etc.)
+
+- some policy to keep the X latest versions of a package (in each of its
+ SLOT maybe) would be really cool...
+
+- add an option to protect system binary packages
+ => yup, but later... (needs some portage modifications to be done right)
+
+- add actions for PORT_LOGDIR and/or /var/tmp/portage cleaning?
+ => bah, don't know... imho tmpreaper or find+rm onliners are enough here
+
+- cleanup of DISTDIR/cvs-src when action=distfiles
+ => i never use cvs ebuilds, i should check what it does exactly
+
+- rewrite for a decent Portage API if there ever is one