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

Bug 934433

Summary: app-portage/gentoolkit: fix equery meta indentation for "Docs:"
Product: Gentoo Linux Reporter: Lucio Sauer <watermanpaint>
Component: Current packagesAssignee: Portage Tools Team <tools-portage>
Status: UNCONFIRMED ---    
Severity: trivial CC: watermanpaint
Priority: Low Keywords: PATCH
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Patch that fixes the "Docs:" value indentation

Description Lucio Sauer 2024-06-16 22:27:07 UTC
equery meta indents upstream information such that it aligns at column/character 14.
"Docs:" falls short by one. I attached a bug to fix that.


Reproducible: Always

Steps to Reproduce:
1. equery m portage
Actual Results:  
Maintainer:  dev-portage@gentoo.org
Upstream:    ChangeLog:   https://gitweb.gentoo.org/proj/portage.git/plain/NEWS
             Docs:       https://wiki.gentoo.org/wiki/Handbook:AMD64/Working/Portage
             Bugs-to:     mailto:dev-portage@gentoo.org
             Remote-ID:   cpe:/a:gentoo:portage (cpe)
             Remote-ID:   https://gitweb.gentoo.org/proj/portage.git/ (gentoo)
             Remote-ID:   https://github.com/gentoo/portage (github)
             Remote-ID:   https://pypi.org/project/portage/ (pypi)
Homepage:    https://wiki.gentoo.org/wiki/Project:Portage
Location:    /var/db/repos/gentoo/sys-apps/portage
Keywords:    3.0.61-r1:0: 
Keywords:    3.0.63-r1:0: amd64 arm arm64 hppa ppc ppc64 sparc x86
Keywords:    3.0.64-r3:0: 
Keywords:    3.0.65:0: ~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86
Keywords:    9999:0: 
License:     GPL-2


Expected Results:  
Maintainer:  dev-portage@gentoo.org
Upstream:    ChangeLog:   https://gitweb.gentoo.org/proj/portage.git/plain/NEWS
             Docs:        https://wiki.gentoo.org/wiki/Handbook:AMD64/Working/Portage
             Bugs-to:     mailto:dev-portage@gentoo.org
             Remote-ID:   cpe:/a:gentoo:portage (cpe)
             Remote-ID:   https://gitweb.gentoo.org/proj/portage.git/ (gentoo)
             Remote-ID:   https://github.com/gentoo/portage (github)
             Remote-ID:   https://pypi.org/project/portage/ (pypi)
Homepage:    https://wiki.gentoo.org/wiki/Project:Portage
Location:    /var/db/repos/gentoo/sys-apps/portage
Keywords:    3.0.61-r1:0: 
Keywords:    3.0.63-r1:0: amd64 arm arm64 hppa ppc ppc64 sparc x86
Keywords:    3.0.64-r3:0: 
Keywords:    3.0.65:0: ~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86
Keywords:    9999:0: 
License:     GPL-2
Comment 1 Lucio Sauer 2024-06-16 22:30:25 UTC
Created attachment 895938 [details, diff]
Patch that fixes the "Docs:" value indentation