From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8BB151382C5 for ; Sun, 1 Apr 2018 13:47:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9998CE0A49; Sun, 1 Apr 2018 13:47:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 61D35E0A4A for ; Sun, 1 Apr 2018 13:47:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 99439335DA8 for ; Sun, 1 Apr 2018 13:47:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 07A2826B for ; Sun, 1 Apr 2018 13:47:35 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1522586670.b10334e70c272bb554228acea075011925f260fb.grobian@gentoo> Subject: [gentoo-commits] proj/portage-utils:master commit in: man/, man/include/ X-VCS-Repository: proj/portage-utils X-VCS-Files: man/include/qlop.desc man/include/qlop.optdesc.yaml man/qlop.1 X-VCS-Directories: man/include/ man/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: b10334e70c272bb554228acea075011925f260fb X-VCS-Branch: master Date: Sun, 1 Apr 2018 13:47:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 85031528-81f5-4326-a6f3-bc9745b731f7 X-Archives-Hash: 892e6d504f9d1cb4883a5a8f6711bf47 commit: b10334e70c272bb554228acea075011925f260fb Author: Fabian Groffen gentoo org> AuthorDate: Sun Apr 1 12:44:30 2018 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Sun Apr 1 12:44:30 2018 +0000 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=b10334e7 man/qlop: regen manpage commit fe42f2a99297fed36720e71ba2ed77cf7a9da804 changed the generated file, this commit ensures that future regenerate operations don't lose the changes man/include/qlop.desc | 4 ++++ man/include/qlop.optdesc.yaml | 15 +++++++++++++++ man/qlop.1 | 26 +++++++++++++++----------- 3 files changed, 34 insertions(+), 11 deletions(-) diff --git a/man/include/qlop.desc b/man/include/qlop.desc new file mode 100644 index 0000000..d99cc94 --- /dev/null +++ b/man/include/qlop.desc @@ -0,0 +1,4 @@ +.I qlop +reads from $EMERGE_LOG_DIR/emerge.log and tries to extract +information about merges, unmerges and syncs. For packages, it can +calculate average merge times or just list them. diff --git a/man/include/qlop.optdesc.yaml b/man/include/qlop.optdesc.yaml new file mode 100644 index 0000000..7864d6e --- /dev/null +++ b/man/include/qlop.optdesc.yaml @@ -0,0 +1,15 @@ +gauge: | + Gauge number of times a package has been merged. This shows the + merge time for each individual merge of package. +time: | + Calculate merge time for a specific package. This is the average + time for all merges of package. +human: | + Print seconds in human readable format (needs \fB\-t\fR), using + minutes, hours and days instead of just seconds. +current: | + Show current emerging packages. This relies on + .I FEATURES=sandbox + in order to detect running merges. +verbose: | + Print package versions and revisions. diff --git a/man/qlop.1 b/man/qlop.1 index 70fb411..c138054 100644 --- a/man/qlop.1 +++ b/man/qlop.1 @@ -1,26 +1,28 @@ -.TH qlop "1" "Mar 2018" "Gentoo Foundation" "qlop" +.\" generated by mkman.py, please do NOT edit! +.TH qlop "1" "Apr 2018" "Gentoo Foundation" "qlop" .SH NAME qlop \- emerge log analyzer .SH SYNOPSIS .B qlop \fI[opts] \fR .SH DESCRIPTION -qlop reads from $EMERGE_LOG_DIR/emerge.log and tries to extract +.I qlop +reads from $EMERGE_LOG_DIR/emerge.log and tries to extract information about merges, unmerges and syncs. For packages, it can calculate average merge times or just list them. .SH OPTIONS .TP \fB\-g\fR, \fB\-\-gauge\fR -Gauge number of times a package has been merged. This shows the merge -time for each individual merge of package. +Gauge number of times a package has been merged. This shows the +merge time for each individual merge of package. .TP \fB\-t\fR, \fB\-\-time\fR -Calculate merge time for a specific package. This is the average time -for all merges of package. +Calculate merge time for a specific package. This is the average +time for all merges of package. .TP \fB\-H\fR, \fB\-\-human\fR -Print seconds in human readable format (needs -t), using minutes, hours -and days instead of just seconds. +Print seconds in human readable format (needs \fB\-t\fR), using +minutes, hours and days instead of just seconds. .TP \fB\-l\fR, \fB\-\-list\fR Show merge history. @@ -32,8 +34,9 @@ Show unmerge history. Show sync history. .TP \fB\-c\fR, \fB\-\-current\fR -Show current emerging packages. This relies on FEATURES=sandbox in -order to detect running merges. +Show current emerging packages. This relies on +.I FEATURES=sandbox +in order to detect running merges. .TP \fB\-d\fR \fI\fR, \fB\-\-date\fR \fI\fR Limit selection to this time (1st -d is start, 2nd -d is end). @@ -62,7 +65,8 @@ Print version and exit. .SH "REPORTING BUGS" Please report bugs via http://bugs.gentoo.org/ .br -Product: Portage Development; Component: Tools +Product: Portage Development; Component: Tools, Assignee: +portage-utils@gentoo.org .SH AUTHORS .nf Ned Ludd