On Fri, 07 Dec 2007 06:33:33 -0500 Richard Freeman <[EMAIL PROTECTED]> wrote: > emerge --prune unmerges all but the most recent version of a package > (ie it gets rid of old slots). Is there anything equivalent for > paludis? Stuff like kernel sources and many webapps tend to have a > lot of slots, and they don't really need to be kept around after > they've been dealt with.
There's no explicit equivalent, since --prune is stupidly dangerous. But for individual packages, you can use --all-versions with a ranged dependency spec: paludis --uninstall --all-versions '<sys-kernel/vanilla-sources-2.6.23' -- Ciaran McCreesh
signature.asc
Description: PGP signature
_______________________________________________ paludis-user mailing list [email protected] http://lists.pioto.org/mailman/listinfo/paludis-user
