Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 934433 - app-portage/gentoolkit: fix equery meta indentation for "Docs:"
Summary: app-portage/gentoolkit: fix equery meta indentation for "Docs:"
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Low trivial (vote)
Assignee: Portage Tools Team
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2024-06-16 22:27 UTC by Lucio Sauer
Modified: 2024-06-17 02:36 UTC (History)
1 user (show)

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


Attachments
Patch that fixes the "Docs:" value indentation (0001-equery-meta-fix-Docs-indentation.patch,1018 bytes, patch)
2024-06-16 22:30 UTC, Lucio Sauer
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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