Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 93569 - distclean.sh: Clean out distfiles that are not referenced by any installed packages.
Summary: distclean.sh: Clean out distfiles that are not referenced by any installed pa...
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Other
: High normal (vote)
Assignee: Portage Tools Team
URL: http://borkware.net/~mark/distclean.sh
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-22 09:15 UTC by Mark Rosenstand
Modified: 2005-07-16 14:58 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
distclean.sh (rev. 1.4) (distclean.sh,6.08 KB, text/plain)
2005-05-22 09:16 UTC, Mark Rosenstand
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Rosenstand 2005-05-22 09:15:15 UTC
This little script deletes all unreferenced distfiles (like portsclean -DD does on FreeBSD, and apt-get clean (I think) on Debian GNU/Linux). Feel free to include it in gentoolkit or whatever.
Comment 1 Mark Rosenstand 2005-05-22 09:16:19 UTC
Created attachment 59549 [details]
distclean.sh (rev. 1.4)

Initial public "release".
Comment 2 Mark Rosenstand 2005-07-16 14:58:50 UTC
There's a python implementation that works the same and is much faster. Check it
out: http://www.stacken.kth.se/~foo/gentoo/files/distclean-0.2.py