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)
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 $
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(-)
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(+)