Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 24769

Summary: auto cleaning user configured directories before merging
Product: Portage Development Reporter: SpanKY <vapier>
Component: UnclassifiedAssignee: Portage team <dev-portage>
Status: RESOLVED FIXED    
Severity: normal CC: mholzer, nakano, seemant
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description SpanKY gentoo-dev 2003-07-18 13:38:47 UTC
i hate info, emacs, lisp, etc... and usually prune the 'doc' dir just to save
space on my routers ... so i was wondering if you could add a config file
that'll let users tell portage to not merge certain things to the live filesystem ...

i'd also be useful for people who dont like to have nls support on their computer
and in order to save space, delete all the locales (except for the ones they use)
Comment 1 SpanKY gentoo-dev 2003-07-25 22:23:48 UTC
*** Bug 25296 has been marked as a duplicate of this bug. ***
Comment 2 Masatomo Nakano (RETIRED) gentoo-dev 2003-08-30 17:38:07 UTC
I agree with this proposal and I propose FILTER variable.

Examples
If you set FILTER="document", portage won't install /usr/share/doc/*
If you set FILTER="info", portage won't install /usr/share/info/*
If you set FILTER="man", portage won't install /usr/share/man/*

I proposed a feature not to install unnecessary documents on bug 9988.
If we have this FILTER, the feature can use FILTER instead of FEATURES variable. e.g. FILTER="other_language_document other_language_man"
Comment 3 Marius Mauch (RETIRED) gentoo-dev 2004-02-04 20:52:22 UTC
FEATURES="nodoc noinfo noman" is implemented, but not documented atm.