diff options
| author | Paul Varner <fuzzyray@gentoo.org> | 2011-07-12 09:03:52 -0500 |
|---|---|---|
| committer | Paul Varner <fuzzyray@gentoo.org> | 2011-07-12 09:03:52 -0500 |
| commit | 00104a648d2c713123d928ee08453d4de2192300 (patch) | |
| tree | 4a2cc92f42f4a2f08fd75be161612b42b975d41a | |
| parent | d0d74f705aa0b9737d4f11eb8bd549ee488356cd (diff) | |
| download | gentoolkit-00104a648d2c713123d928ee08453d4de2192300.tar.gz | |
Change "Deprecated" to "unavailable" to reflect term used in portage.
Unavailable packages are packages that are installed, but do not have a
corresponding ebuild available for installation.
| -rw-r--r-- | pym/gentoolkit/eclean/cli.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pym/gentoolkit/eclean/cli.py b/pym/gentoolkit/eclean/cli.py index 9e4bfd9..8d47cfb 100644 --- a/pym/gentoolkit/eclean/cli.py +++ b/pym/gentoolkit/eclean/cli.py @@ -421,14 +421,14 @@ def doAction(action,options,exclude={}, output=None): output.einfo("Your "+action+" directory was already clean.") if saved and not options['quiet']: print() - print( (pp.emph(" The following ") + yellow("Deprecated") + + print( (pp.emph(" The following ") + yellow("unavailable") + pp.emph(" files were saved from cleaning due to exclusion file entries"))) output.set_colors('deprecated') clean_size = cleaner.pretend_clean(saved) output.total('deprecated', clean_size, len(saved), verb, action) if deprecated and not options['quiet']: print() - print( (pp.emph(" The following ") + yellow("Deprecated") + + print( (pp.emph(" The following ") + yellow("unavailable") + pp.emph(" installed packages were found"))) output.set_colors('deprecated') output.list_pkgs(deprecated) |
