Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 672764

Summary: app-portage/portage-utils-0.64: qsearch produces trailing spaces
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Fabian Groffen <grobian>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Toralf Förster gentoo-dev 2018-12-08 18:49:26 UTC
reproducer:

qsearch --all --nocolor --name-only --quiet | head | grep ' '

would be nice if they would be stripped by qsearch
Comment 1 Larry the Git Cow gentoo-dev 2018-12-09 10:42:04 UTC
The bug has been referenced in the following commit(s):

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

commit 8ccd45be3ade13b4bef748b7486a87b3d143afc1
Author:     Fabian Groffen <grobian@gentoo.org>
AuthorDate: 2018-12-09 10:40:07 +0000
Commit:     Fabian Groffen <grobian@gentoo.org>
CommitDate: 2018-12-09 10:40:07 +0000

    qsearch: avoid printing a trailing space, bug #672764
    
    When --name-only is in effect, don't print the space separating the
    package and its description, for we won't print the latter.
    
    Bug: https://bugs.gentoo.org/672764
    Signed-off-by: Fabian Groffen <grobian@gentoo.org>

 qsearch.c | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)
Comment 2 Larry the Git Cow gentoo-dev 2018-12-21 14:53:31 UTC
The bug has been closed via the following commit(s):

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

commit eff6c805c75168da858bbdd46a76e90fecccb563
Author:     Fabian Groffen <grobian@gentoo.org>
AuthorDate: 2018-12-21 14:52:44 +0000
Commit:     Fabian Groffen <grobian@gentoo.org>
CommitDate: 2018-12-21 14:53:14 +0000

    app-portage/portage-utils: version bump to v0.74
    
    Closes: https://bugs.gentoo.org/672764
    Closes: https://bugs.gentoo.org/672098
    Closes: https://bugs.gentoo.org/668418
    Closes: https://bugs.gentoo.org/662802
    Closes: https://bugs.gentoo.org/656318
    Signed-off-by: Fabian Groffen <grobian@gentoo.org>
    Package-Manager: Portage-2.3.51, Repoman-2.3.11

 app-portage/portage-utils/Manifest                                      | 2 +-
 .../{portage-utils-0.72.ebuild => portage-utils-0.74.ebuild}            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)