public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] portage r12087 - in main/branches/2.1.6: man pym/_emerge
@ 2008-11-25  0:06 Zac Medico (zmedico)
  0 siblings, 0 replies; only message in thread
From: Zac Medico (zmedico) @ 2008-11-25  0:06 UTC (permalink / raw
  To: gentoo-commits

Author: zmedico
Date: 2008-11-25 00:06:10 +0000 (Tue, 25 Nov 2008)
New Revision: 12087

Modified:
   main/branches/2.1.6/man/emerge.1
   main/branches/2.1.6/pym/_emerge/help.py
Log:
Remove world and system targets for emerge --help since it no longer works now that
they are sets rather than actions. (trunk r12086)


Modified: main/branches/2.1.6/man/emerge.1
===================================================================
--- main/branches/2.1.6/man/emerge.1	2008-11-25 00:04:23 UTC (rev 12086)
+++ main/branches/2.1.6/man/emerge.1	2008-11-25 00:06:10 UTC (rev 12087)
@@ -16,7 +16,7 @@
 \fB\-\-search\fR \fIsomestring\fR
 .TP
 .BR emerge
-\fB\-\-help\fR [\fBsystem\fR | \fBworld\fR | \fB\-\-sync\fR]
+\fB\-\-help\fR [\fB\-\-sync\fR]
 .SH "DESCRIPTION"
 \fBemerge\fR is the definitive command\-line interface to the Portage
 system.  It is primarily used for installing packages, and \fBemerge\fR

Modified: main/branches/2.1.6/pym/_emerge/help.py
===================================================================
--- main/branches/2.1.6/pym/_emerge/help.py	2008-11-25 00:04:23 UTC (rev 12086)
+++ main/branches/2.1.6/pym/_emerge/help.py	2008-11-25 00:06:10 UTC (rev 12087)
@@ -457,32 +457,3 @@
 		print "       exist on it, including ones that you may have created. The exceptions"
 		print "       to this are the distfiles, local and packages directories."
 		print
-	elif myaction=="system":
-		print
-		print bold("Usage: ")+turquoise("emerge")+" [ "+green("options")+" ] "+turquoise("system")
-		print
-		print "       \"emerge system\" is the Portage system update command.  When run, it"
-		print "       will scan the etc/make.profile/packages file and determine what"
-		print "       packages need to be installed so that your system meets the minimum"
-		print "       requirements of your current system profile.  Note that this doesn't"
-		print "       necessarily bring your system up-to-date at all; instead, it just"
-		print "       ensures that you have no missing parts.  For example, if your system"
-		print "       profile specifies that you should have sys-apps/iptables installed"
-		print "       and you don't, then \"emerge system\" will install it (the most"
-		print "       recent version that matches the profile spec) for you.  It's always a"
-		print "       good idea to do an \"emerge --pretend system\" before an \"emerge"
-		print "       system\", just so you know what emerge is planning to do."
-		print
-	elif myaction=="world":
-		print
-		print bold("Usage: ")+turquoise("emerge")+" [ "+green("options")+" ] "+turquoise("world")
-		print
-		print "       'emerge world' is the Portage command for completely updating your"
-		print "       system.  The normal procedure is to first do an 'emerge --sync' and"
-		print "       then an 'emerge --update --deep world'.  The first command brings your"
-		print "       local Portage tree up-to-date with the latest version information and"
-		print "       ebuilds.  The second command then rebuilds all packages for which newer"
-		print "       versions or newer ebuilds have become available since you last did a"
-		print "       sync and update."
-		print
-




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-11-25  0:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-25  0:06 [gentoo-commits] portage r12087 - in main/branches/2.1.6: 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