aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2013-09-29 22:14:20 +0000
committerMike Frysinger <vapier@gentoo.org>2013-09-29 22:14:20 +0000
commit675bebd8885bfbe9293933bc11a2a0af07974fb7 (patch)
tree98f9dc6c00821b5b3bfac5900f1ffd6df6df2e15 /man/qdepends.1
parentman: add some details about qdepends #459970 (diff)
downloadportage-utils-675bebd8885bfbe9293933bc11a2a0af07974fb7.tar.gz
portage-utils-675bebd8885bfbe9293933bc11a2a0af07974fb7.tar.bz2
portage-utils-675bebd8885bfbe9293933bc11a2a0af07974fb7.zip
man: regenerate with new python helper
Diffstat (limited to 'man/qdepends.1')
-rw-r--r--man/qdepends.140
1 files changed, 34 insertions, 6 deletions
diff --git a/man/qdepends.1 b/man/qdepends.1
index f148abd..2014c3f 100644
--- a/man/qdepends.1
+++ b/man/qdepends.1
@@ -1,11 +1,19 @@
-.TH qdepends "1" "April 2012" "Gentoo Foundation" "qdepends"
+.TH qdepends "1" "Sep 2013" "Gentoo Foundation" "qdepends"
.SH NAME
qdepends \- show dependency info
.SH SYNOPSIS
.B qdepends
\fI<opts> <pkgname>\fR
.SH DESCRIPTION
-Options: \fB\-[drpaNk:Q:vqChV]\fR
+The qdepends applet has a couple different modes. Normally it is geared towards
+answering the queries "what does package X depend on" and "what packages depend
+on X". Both can further be classified into build, run, and post dependencies.
+
+By default, it will tell you the build time dependencies only (DEPEND).
+
+Currently, qdepends will only query installed packages. There is no support for
+querying packages not yet installed (the \fBequery\fR(1) tool can do that).
+.SH OPTIONS
.TP
\fB\-d\fR, \fB\-\-depend\fR
Show DEPEND info (default)
@@ -16,10 +24,10 @@ Show RDEPEND info
\fB\-p\fR, \fB\-\-pdepend\fR
Show PDEPEND info
.TP
-\fB\-k\fR, \fB\-\-key\fR <arg>
+\fB\-k\fR \fI<arg>\fR, \fB\-\-key\fR \fI<arg>\fR
User defined vdb key
.TP
-\fB\-Q\fR, \fB\-\-query\fR <arg>
+\fB\-Q\fR \fI<arg>\fR, \fB\-\-query\fR \fI<arg>\fR
Query reverse deps
.TP
\fB\-N\fR, \fB\-\-name\-only\fR
@@ -28,6 +36,9 @@ Only show package name
\fB\-a\fR, \fB\-\-all\fR
Show all DEPEND info
.TP
+\fB\-f\fR, \fB\-\-format\fR
+Pretty format specified depend strings
+.TP
\fB\-v\fR, \fB\-\-verbose\fR
Make a lot of noise
.TP
@@ -42,5 +53,22 @@ Print this help and exit
.TP
\fB\-V\fR, \fB\-\-version\fR
Print version and exit
-.PP
-$Id: qdepends.1,v 1.23 2012/04/15 05:31:07 vapier Exp $
+.SH "EXAMPLES"
+For finding out what a particular package depends on for building, you could do:
+.nf
+ $ \fIqdepends nano\fR
+ app-editors/nano-2.3.2: >=sys-libs/ncurses-5.9-r1[unicode] sys-apps/file ...
+.fi
+This tells us that we have \fIapp-editors/nano-2.3.2\fR installed and it depends
+on ncurses (among other things).
+.SH "REPORTING BUGS"
+Please report bugs via http://bugs.gentoo.org/
+.br
+Product: Portage Development; Component: Tools
+.SH AUTHORS
+.nf
+Ned Ludd <solar@gentoo.org>
+Mike Frysinger <vapier@gentoo.org>
+.fi
+.SH "SEE ALSO"
+