* [gentoo-commits] portage r14739 - in main/branches/2.1.7: man pym/_emerge
@ 2009-10-27 22:55 99% Zac Medico (zmedico)
0 siblings, 0 replies; 1+ results
From: Zac Medico (zmedico) @ 2009-10-27 22:55 UTC (permalink / raw
To: gentoo-commits
Author: zmedico
Date: 2009-10-27 22:55:28 +0000 (Tue, 27 Oct 2009)
New Revision: 14739
Modified:
main/branches/2.1.7/man/emerge.1
main/branches/2.1.7/pym/_emerge/help.py
main/branches/2.1.7/pym/_emerge/main.py
Log:
Take the -c option and make it mean --depclean instead of --clean, since
--clean is pretty useless anyway. (trunk r14731)
Modified: main/branches/2.1.7/man/emerge.1
===================================================================
--- main/branches/2.1.7/man/emerge.1 2009-10-27 22:55:16 UTC (rev 14738)
+++ main/branches/2.1.7/man/emerge.1 2009-10-27 22:55:28 UTC (rev 14739)
@@ -86,7 +86,7 @@
to the \fBworld\fR file at the end, so that they are considered for
later updating.
.TP
-.BR "\-\-clean " (\fB\-c\fR)
+.BR \-\-clean
Cleans up the system by examining the installed packages and removing older
packages. This is accomplished by looking at each installed package and separating
the installed versions by \fBslot\fR. Clean will \fBremove all but the most recently
@@ -98,7 +98,7 @@
has completed. This usually entails configuration file setup or other similar
setups that the user may wish to run.
.TP
-.BR "\-\-depclean (-R)"
+.BR "\-\-depclean (-c)"
Cleans the system by removing packages that are not associated
with explicitly merged packages. Depclean works by creating the
full dependency tree from the system and world sets,
Modified: main/branches/2.1.7/pym/_emerge/help.py
===================================================================
--- main/branches/2.1.7/pym/_emerge/help.py 2009-10-27 22:55:16 UTC (rev 14738)
+++ main/branches/2.1.7/pym/_emerge/help.py 2009-10-27 22:55:28 UTC (rev 14739)
@@ -14,7 +14,7 @@
print(" "+turquoise("emerge")+" < "+turquoise("--sync")+" | "+turquoise("--metadata")+" | "+turquoise("--info")+" >")
print(" "+turquoise("emerge")+" "+turquoise("--resume")+" [ "+green("--pretend")+" | "+green("--ask")+" | "+green("--skipfirst")+" ]")
print(" "+turquoise("emerge")+" "+turquoise("--help")+" [ "+green("--verbose")+" ] ")
- print(bold("Options:")+" "+green("-")+"["+green("abBcCdDefgGhjkKlnNoOpPqrRsStuvV")+"]")
+ print(bold("Options:")+" "+green("-")+"["+green("abBcCdDefgGhjkKlnNoOpPqrsStuvV")+"]")
print(" [ " + green("--color")+" < " + turquoise("y") + " | "+ turquoise("n")+" > ] [ "+green("--columns")+" ]")
print(" [ "+green("--complete-graph")+" ] [ "+green("--deep")+" ]")
print(" [ "+green("--jobs") + " " + turquoise("JOBS")+" ] [ "+green("--keep-going")+" ] [ " + green("--load-average")+" " + turquoise("LOAD") + " ]")
@@ -42,7 +42,7 @@
print(" emerge to display detailed help.")
print()
print(turquoise("Actions:"))
- print(" "+green("--clean")+" ("+green("-c")+" short option)")
+ print(" "+green("--clean"))
print(" Cleans the system by removing outdated packages which will not")
print(" remove functionalities or prevent your system from working.")
print(" The arguments can be in several different formats :")
@@ -66,7 +66,7 @@
print(" emerge process has completed. This usually entails configuration")
print(" file setup or other similar setups that the user may wish to run.")
print()
- print(" "+green("--depclean")+" ("+green("-R")+" short option)")
+ print(" "+green("--depclean")+" ("+green("-c")+" short option)")
paragraph = "Cleans the system by removing packages that are " + \
"not associated with explicitly merged packages. Depclean works " + \
Modified: main/branches/2.1.7/pym/_emerge/main.py
===================================================================
--- main/branches/2.1.7/pym/_emerge/main.py 2009-10-27 22:55:16 UTC (rev 14738)
+++ main/branches/2.1.7/pym/_emerge/main.py 2009-10-27 22:55:28 UTC (rev 14739)
@@ -76,7 +76,8 @@
"1":"--oneshot",
"a":"--ask",
"b":"--buildpkg", "B":"--buildpkgonly",
-"c":"--clean", "C":"--unmerge",
+"c":"--depclean",
+"C":"--unmerge",
"d":"--debug",
"e":"--emptytree",
"f":"--fetchonly", "F":"--fetch-all-uri",
@@ -87,7 +88,6 @@
"p":"--pretend", "P":"--prune",
"q":"--quiet",
"r":"--resume",
-"R":"--depclean",
"s":"--search", "S":"--searchdesc",
"t":"--tree",
"u":"--update",
^ permalink raw reply [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2009-10-27 22:55 99% [gentoo-commits] portage r14739 - in main/branches/2.1.7: man pym/_emerge Zac Medico (zmedico)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox