Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 688442 - app-portage/portage-utils-0.80_pre20190620: qgrep help offset error
Summary: app-portage/portage-utils-0.80_pre20190620: qgrep help offset error
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Third-Party Tools (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Fabian Groffen
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-06-21 14:35 UTC by Kent Fredric (IRC: kent\n) (RETIRED)
Modified: 2019-07-14 16:30 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2019-06-21 14:35:50 UTC
I thought I was going cross-eyed:

Options: -[IiNclLexJEsRS:B:A:vqChV]
  -I, --invert-match  * Select non-matching lines
  -i, --ignore-case   * Ignore case distinctions
  -N, --with-name     * Print the filename for each match
  -c, --count         * Print the package or eclass name for each match
  -l, --list          * Only print a count of matching lines per FILE
  -L, --invert-list   * Only print FILE names containing matches
  -e, --regexp        * Only print FILE names containing no match
  -x, --extended      * Use PATTERN as a regular expression
  -J, --installed     * Use PATTERN as an extended regular expression
  -E, --eclass        * Search in installed ebuilds instead of the tree
  -s, --skip-comments * Search in eclasses instead of ebuilds
  -R, --repo          * Skip comments lines
  -S, --skip <arg>    * Print source repository name for each match (implies -N)
  -B, --before <arg>  * Skip lines matching <arg>
  -A, --after <arg>   * Print <arg> lines of leading context
      --root <arg>    * Print <arg> lines of trailing context
  -v, --verbose       * Set the ROOT env var
  -q, --quiet         * Make a lot of noise
  -C, --nocolor       * Tighter output; suppress warnings
  -h, --help          * Don't output color
  -V, --version       * Print this help and exit



Looks fine ... but wait:

  -c, --count         * Print the package or eclass name for each match

Huh?

  -l, --list          * Only print a count of matching lines per FILE

>_>

  -L, --invert-list   * Only print FILE names containing matches
  -e, --regexp        * Only print FILE names containing no match

<_<

  -x, --extended      * Use PATTERN as a regular expression
  -J, --installed     * Use PATTERN as an extended regular expression

o_0
Comment 1 Larry the Git Cow gentoo-dev 2019-06-21 18:24:04 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=2fd5a0ccc059a64a25aa292b7899af9e3ccf94f0

commit 2fd5a0ccc059a64a25aa292b7899af9e3ccf94f0
Author:     Fabian Groffen <grobian@gentoo.org>
AuthorDate: 2019-06-21 18:23:31 +0000
Commit:     Fabian Groffen <grobian@gentoo.org>
CommitDate: 2019-06-21 18:23:31 +0000

    qgrep: fix command descriptions
    
    Bug: https://bugs.gentoo.org/688442
    Signed-off-by: Fabian Groffen <grobian@gentoo.org>

 man/qgrep.1 | 32 ++++++++++++++++----------------
 qgrep.c     |  1 -
 2 files changed, 16 insertions(+), 17 deletions(-)
Comment 2 Larry the Git Cow gentoo-dev 2019-06-23 07:00:39 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4d7ceb22b26f9f684af9e8d60bc1ffb7ddea5a6

commit e4d7ceb22b26f9f684af9e8d60bc1ffb7ddea5a6
Author:     Kent Fredric <kentnl@gentoo.org>
AuthorDate: 2019-06-22 11:00:55 +0000
Commit:     Kent Fredric <kentnl@gentoo.org>
CommitDate: 2019-06-23 06:41:38 +0000

    app-admin/gentoo-perl-helpers: Bump to version 0.4.0 re bug #683432
    
    Reworked to make use of recent changes in portage-utils
    
    Bug: https://bugs.gentoo.org/683432
    Bug: https://bugs.gentoo.org/688442
    Package-Manager: Portage-2.3.66, Repoman-2.3.12
    Signed-off-by: Kent Fredric <kentnl@gentoo.org>

 app-admin/gentoo-perl-helpers/Manifest             |  1 +
 .../gentoo-perl-helpers-0.4.0.ebuild               | 53 ++++++++++++++++++++++
 2 files changed, 54 insertions(+)
Comment 3 Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2019-06-23 07:06:58 UTC
Er, Ignore that last commit message, wrong bug id :(
Comment 4 Larry the Git Cow gentoo-dev 2019-07-14 16:30:55 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=631b38ecd0e5d3724590ddd53c0ff453d5ddcf45

commit 631b38ecd0e5d3724590ddd53c0ff453d5ddcf45
Author:     Fabian Groffen <grobian@gentoo.org>
AuthorDate: 2019-07-14 16:30:33 +0000
Commit:     Fabian Groffen <grobian@gentoo.org>
CommitDate: 2019-07-14 16:30:46 +0000

    app-portage/portage-utils: bump 0.80 pre
    
    Closes: https://bugs.gentoo.org/688442
    Closes: https://bugs.gentoo.org/689290
    Signed-off-by: Fabian Groffen <grobian@gentoo.org>
    Package-Manager: Portage-2.3.66, Repoman-2.3.11

 app-portage/portage-utils/Manifest                    |  2 +-
 app-portage/portage-utils/metadata.xml                |  1 +
 ...0.ebuild => portage-utils-0.80_pre20190714.ebuild} | 19 ++++++++++++++++++-
 app-portage/portage-utils/portage-utils-9999.ebuild   | 19 ++++++++++++++++++-
 4 files changed, 38 insertions(+), 3 deletions(-)