Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage-utils:master commit in: man/, man/include/
Date: Sun, 01 Apr 2018 13:47:40
Message-Id: 1522586670.b10334e70c272bb554228acea075011925f260fb.grobian@gentoo
1 commit: b10334e70c272bb554228acea075011925f260fb
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 1 12:44:30 2018 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 1 12:44:30 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=b10334e7
7
8 man/qlop: regen manpage
9
10 commit fe42f2a99297fed36720e71ba2ed77cf7a9da804 changed the generated
11 file, this commit ensures that future regenerate operations don't lose
12 the changes
13
14 man/include/qlop.desc | 4 ++++
15 man/include/qlop.optdesc.yaml | 15 +++++++++++++++
16 man/qlop.1 | 26 +++++++++++++++-----------
17 3 files changed, 34 insertions(+), 11 deletions(-)
18
19 diff --git a/man/include/qlop.desc b/man/include/qlop.desc
20 new file mode 100644
21 index 0000000..d99cc94
22 --- /dev/null
23 +++ b/man/include/qlop.desc
24 @@ -0,0 +1,4 @@
25 +.I qlop
26 +reads from $EMERGE_LOG_DIR/emerge.log and tries to extract
27 +information about merges, unmerges and syncs. For packages, it can
28 +calculate average merge times or just list them.
29
30 diff --git a/man/include/qlop.optdesc.yaml b/man/include/qlop.optdesc.yaml
31 new file mode 100644
32 index 0000000..7864d6e
33 --- /dev/null
34 +++ b/man/include/qlop.optdesc.yaml
35 @@ -0,0 +1,15 @@
36 +gauge: |
37 + Gauge number of times a package has been merged. This shows the
38 + merge time for each individual merge of package.
39 +time: |
40 + Calculate merge time for a specific package. This is the average
41 + time for all merges of package.
42 +human: |
43 + Print seconds in human readable format (needs \fB\-t\fR), using
44 + minutes, hours and days instead of just seconds.
45 +current: |
46 + Show current emerging packages. This relies on
47 + .I FEATURES=sandbox
48 + in order to detect running merges.
49 +verbose: |
50 + Print package versions and revisions.
51
52 diff --git a/man/qlop.1 b/man/qlop.1
53 index 70fb411..c138054 100644
54 --- a/man/qlop.1
55 +++ b/man/qlop.1
56 @@ -1,26 +1,28 @@
57 -.TH qlop "1" "Mar 2018" "Gentoo Foundation" "qlop"
58 +.\" generated by mkman.py, please do NOT edit!
59 +.TH qlop "1" "Apr 2018" "Gentoo Foundation" "qlop"
60 .SH NAME
61 qlop \- emerge log analyzer
62 .SH SYNOPSIS
63 .B qlop
64 \fI[opts] <pkgname>\fR
65 .SH DESCRIPTION
66 -qlop reads from $EMERGE_LOG_DIR/emerge.log and tries to extract
67 +.I qlop
68 +reads from $EMERGE_LOG_DIR/emerge.log and tries to extract
69 information about merges, unmerges and syncs. For packages, it can
70 calculate average merge times or just list them.
71 .SH OPTIONS
72 .TP
73 \fB\-g\fR, \fB\-\-gauge\fR
74 -Gauge number of times a package has been merged. This shows the merge
75 -time for each individual merge of package.
76 +Gauge number of times a package has been merged. This shows the
77 +merge time for each individual merge of package.
78 .TP
79 \fB\-t\fR, \fB\-\-time\fR
80 -Calculate merge time for a specific package. This is the average time
81 -for all merges of package.
82 +Calculate merge time for a specific package. This is the average
83 +time for all merges of package.
84 .TP
85 \fB\-H\fR, \fB\-\-human\fR
86 -Print seconds in human readable format (needs -t), using minutes, hours
87 -and days instead of just seconds.
88 +Print seconds in human readable format (needs \fB\-t\fR), using
89 +minutes, hours and days instead of just seconds.
90 .TP
91 \fB\-l\fR, \fB\-\-list\fR
92 Show merge history.
93 @@ -32,8 +34,9 @@ Show unmerge history.
94 Show sync history.
95 .TP
96 \fB\-c\fR, \fB\-\-current\fR
97 -Show current emerging packages. This relies on FEATURES=sandbox in
98 -order to detect running merges.
99 +Show current emerging packages. This relies on
100 +.I FEATURES=sandbox
101 +in order to detect running merges.
102 .TP
103 \fB\-d\fR \fI<arg>\fR, \fB\-\-date\fR \fI<arg>\fR
104 Limit selection to this time (1st -d is start, 2nd -d is end).
105 @@ -62,7 +65,8 @@ Print version and exit.
106 .SH "REPORTING BUGS"
107 Please report bugs via http://bugs.gentoo.org/
108 .br
109 -Product: Portage Development; Component: Tools
110 +Product: Portage Development; Component: Tools, Assignee:
111 +portage-utils@g.o
112 .SH AUTHORS
113 .nf
114 Ned Ludd <solar@g.o>