From 11aa6d80b5e62f726597523126feb9a0eefd2d97 Mon Sep 17 00:00:00 2001 From: Sebastian Luther Date: Sun, 28 Mar 2010 10:57:15 +0200 Subject: Add support for package sets to quickpkg Split quickpkg_atom out of quickpkg_main to handle single atoms. Create quickpkg_set to handle sets that calls quickpkg_atom. Use a dict called 'infos' to return information about skipped config files, etc. Move imports to global scope. Update --help message and man page. --- man/quickpkg.1 | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'man/quickpkg.1') diff --git a/man/quickpkg.1 b/man/quickpkg.1 index 4c033e6d5..b9260f1f8 100644 --- a/man/quickpkg.1 +++ b/man/quickpkg.1 @@ -2,7 +2,7 @@ .SH NAME quickpkg \- creates portage packages .SH SYNOPSIS -.B quickpkg +.B quickpkg .SH DESCRIPTION .I quickpkg can be utilized to quickly create a package for portage by @@ -20,13 +20,14 @@ This variable is defined in \fBmake.conf\fR(5) and defaults to /usr/portage/packages. .SH OPTIONS .TP -.B +.B Each package in the list can be of two forms. First you can give it the full path to the installed entry in the virtual -database. That is, /var/db/pkg///. -The second form is a portage depend atom. This atom is of -the same form that you would give \fBemerge\fR if you wanted -to emerge something. See \fBebuild\fR(5) for full definition. +database. That is, /var/db/pkg///. +The second form is a portage depend atom or a portage package +set. The atom or set is of the same form that you would give +\fBemerge\fR if you wanted to emerge something. +See \fBebuild\fR(5) for full definition. .SH "EXAMPLES" .B quickpkg /var/db/pkg/dev-python/pyogg-1.1 @@ -39,6 +40,9 @@ planeshift .br .B quickpkg =net-www/apache-2* +.br +.B quickpkg +@system .SH "REPORTING BUGS" Please report bugs via http://bugs.gentoo.org/ .SH AUTHORS -- cgit v1.2.3-1-g7c22