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

Bug 576224

Summary: app-portage/gentoolkit-0.3.0.9-r2: epkginfo should show <description> at the same line as <name>
Product: Gentoo Linux Reporter: Pacho Ramos <pacho>
Component: Current packagesAssignee: Portage Tools Team <tools-portage>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Pacho Ramos gentoo-dev 2016-03-02 11:41:51 UTC
For example, this metadata.xml:
$ cat /usr/portage/app-emulation/libvirt/metadata.xml 
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
	<email>tamiko@gentoo.org</email>
	<name>Matthias Maier</name>
	<description>Please assign bugs to me</description>
</maintainer>
<maintainer type="person">
	<email>cardoe@gentoo.org</email>
	<name>Doug Goldstein</name>
</maintainer>
<maintainer type="project">
	<email>virtualization@gentoo.org</email>
	<name>Gentoo Virtualization Project</name>
</maintainer>

If I run:
$ epkginfo -Hm app-emulation/libvirt
 * app-emulation/libvirt [gentoo]
None specified
tamiko@gentoo.org (Matthias Maier)
Please assign bugs to me
cardoe@gentoo.org (Doug Goldstein)
virtualization@gentoo.org (Gentoo Virtualization Project)

It is hard to know who is really the one I should assign bugs to, is that line referring to the above one or the line below?

This could be solved with an output like:
tamiko@gentoo.org (Matthias Maier) - Please assign bugs to me
cardoe@gentoo.org (Doug Goldstein)
virtualization@gentoo.org (Gentoo Virtualization Project)
Comment 1 Brian Dolbec (RETIRED) gentoo-dev 2022-07-12 01:37:13 UTC
There you go.  But I did have to add the description to that metadata/xml file
it will be in the next release (0.6.2) most likely.

brian@storm ~/Dev/git/gentoolkit $ epkginfo -Hm app-emulation/libvirt
 * app-emulation/libvirt [gentoo]
tamiko@gentoo.org (Matthias Maier) - Please assign bugs to me
michal.privoznik@gmail.com (Michal Prívozník)
virtualization@gentoo.org (Gentoo Virtualization Project)
brian@storm ~/Dev/git/gentoolkit $
Comment 2 Larry the Git Cow gentoo-dev 2022-07-28 15:29:04 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=91721fcdb85ff67f7607dad60e82f11c1bf701fd

commit 91721fcdb85ff67f7607dad60e82f11c1bf701fd
Author:     Brian Dolbec <dolsen@gentoo.org>
AuthorDate: 2022-07-12 01:37:37 +0000
Commit:     Brian Dolbec <dolsen@gentoo.org>
CommitDate: 2022-07-12 01:37:37 +0000

    equery meta: Put maintainer description on the same line
    
    Bug: https://bugs.gentoo.org/576224
    
    Signed-off-by: Brian Dolbec <dolsen@gentoo.org>

 pym/gentoolkit/equery/meta.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 3 Larry the Git Cow gentoo-dev 2023-10-03 15:44:45 UTC
The bug has been closed via the following commit(s):

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

commit c162ce62447fec711a28ecf1434879256c8aea6a
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2023-10-03 15:43:51 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-10-03 15:44:35 +0000

    app-portage/gentoolkit: add 0.6.2
    
    Bug: https://bugs.gentoo.org/900224
    Closes: https://bugs.gentoo.org/369581
    Closes: https://bugs.gentoo.org/382009
    Closes: https://bugs.gentoo.org/576224
    Closes: https://bugs.gentoo.org/709816
    Closes: https://bugs.gentoo.org/861116
    Closes: https://bugs.gentoo.org/877519
    Closes: https://bugs.gentoo.org/902551
    Signed-off-by: Sam James <sam@gentoo.org>

 app-portage/gentoolkit/Manifest                |  1 +
 app-portage/gentoolkit/gentoolkit-0.6.2.ebuild | 71 ++++++++++++++++++++++++++
 2 files changed, 72 insertions(+)