aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorfuzzyray <fuzzyray@gentoo.org>2009-05-05 21:15:19 +0000
committerfuzzyray <fuzzyray@gentoo.org>2009-05-05 21:15:19 +0000
commita0f23669f83bf28203c844439c88a9ff19b97e24 (patch)
tree4109415fd0b49c96442da0c364fa0134769b1942 /man
parentUpdate to most recent versions and add changes from djanderson (diff)
downloadgentoolkit-a0f23669f83bf28203c844439c88a9ff19b97e24.tar.gz
gentoolkit-a0f23669f83bf28203c844439c88a9ff19b97e24.tar.bz2
gentoolkit-a0f23669f83bf28203c844439c88a9ff19b97e24.zip
Remove unused man page for genpkgindex
svn path=/trunk/gentoolkit/; revision=601
Diffstat (limited to 'man')
-rw-r--r--man/genpkgindex.159
1 files changed, 0 insertions, 59 deletions
diff --git a/man/genpkgindex.1 b/man/genpkgindex.1
deleted file mode 100644
index 8a3956e..0000000
--- a/man/genpkgindex.1
+++ /dev/null
@@ -1,59 +0,0 @@
-.TH "genpkgindex" "1" "" "Ned Ludd" "gentoolkit"
-.SH "NAME"
-.LP
-genpkgindex \- Generates package metadata from binary packages for use with programs such a qmerge from portage\-utils
-.SH "USAGE"
-.LP
-genpkgindex [\fI\-\-options\fP]
-
-.SH "DESCRIPTION"
-.LP
-Generates package metadata from binary packages for use with programs such a qmerge from portage\-utils
-.SH "OPTIONS"
-.LP
-.TP
-\fB\-h, \-\-help\fR
- Display help and exit
-.TP
-\fB\-v, \-\-verbose\fR
- Be verbose
-.TP
-\fB\-q, \-\-quiet\fR
- Be quiet
-.TP
-\fB\-c, \-\-compress\fR
- Compresses the generated metadata with bzip2.
-.TP
-\fB\-P, \-\-pkgdir <path>\fR
- Set the base location of the binary packages. The default is normally /usr/portage/packages
-.TP
-
-.SH "ENVIRONMENT VARIABLES"
-.LP
-.TP
-\fBPKGDIR\fP
-is the location of binary packages that you can have created with FEATURES=buildpkg, '\-\-buildpkg' or '\-b/\-B' while emerging a package.
-.SH "EXAMPLES"
-.LP
-Typical usage is to simply run:
-.LP
-genpkgindex
-.LP
-Alternatively if you want the metadata compressed:
-.LP
-genpkgindex \-\-compress
-.LP
-.SH "NOTES"
-.LP
-When no package directories are directly given to genpkgindex on the command line it will output additional variables that it assumes from the running portage environment.
-.LP
-When FEATURES=cleanpkgdir is enabled genpkgindex will invoke "/usr/bin/eclean \-d packages" before creating any package metadata.
-.LP
-genpkgindex intended use is to be run from /etc/portage/bashrc in the $EBUILD_PHASE of "postinst".
-.LP
-.SH "AUTHORS"
-.LP
-Ned Ludd <solar@gentoo.org>
-.SH "SEE ALSO"
-.LP
-emerge(1) qmerge(1) make.conf(5) portage(5)