# Copyright 2002-2009 Gentoo Foundation; 2008-2009 Various authors (see AUTHORS)
# Distributed under the GPL v2
+ 07 Apr 2009; Andrew Gaffney <agaffney@gentoo.org>
+ modules/catalyst/target/stage1.py:
+ Clean up cleanables
+
05 Apr 2009; Andrew Gaffney <agaffney@gentoo.org> TODO:
Note in TODO where things have already been done
def set_cleanables(self):
generic_stage_target.set_cleanables(self)
self.settings["cleanables"].extend(["/usr/share/gettext",\
- "/usr/lib/python2.2/test", "/usr/lib/python2.2/email",\
- "/usr/lib/python2.2/lib-tk", "/usr/lib/python2.3/test",\
- "/usr/lib/python2.3/email", "/usr/lib/python2.3/lib-tk",\
- "/usr/lib/python2.4/test", "/usr/lib/python2.4/email",\
- "/usr/lib/python2.4/lib-tk", "/usr/share/zoneinfo",\
- "/etc/portage"])
+ "/usr/lib/python2.*/{test,email,lib-tk}",\
+ "/usr/share/zoneinfo","/etc/portage"])
# XXX: How do these override_foo() functions differ from the ones in generic_stage_target and why aren't they in stage3_target?