Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 877519 - app-portage/gentoolkit: 'equery m' should show remote-id URLs
Summary: app-portage/gentoolkit: 'equery m' should show remote-id URLs
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Portage Tools Team
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2022-10-18 02:42 UTC by Sam James
Modified: 2023-10-03 15:44 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-10-18 02:42:50 UTC
```
$ equery m gnutls
 * net-libs/gnutls [gentoo]
Maintainer:  base-system@gentoo.org
Upstream:    Remote-ID:   cpe:/a:gnu:gnutls ID: cpe
             Remote-ID:   gnutls/gnutls ID: gitlab
Homepage:    https://www.gnutls.org/
[...]
```

"equery m" should map the gitlab remote-id to https://gitlab.com/gnutls/gnutls and include it as a link.
Comment 1 Larry the Git Cow gentoo-dev 2023-09-19 19:13:11 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=5146d35eb97e2c1a8f7691e59c755ed14e858dd4

commit 5146d35eb97e2c1a8f7691e59c755ed14e858dd4
Author:     Siddhanth Rathod <xsiddhanthrathod@gmail.com>
AuthorDate: 2023-09-19 18:31:49 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-09-19 19:13:02 +0000

    equery meta: map the remote-id to the respective url
    
    Bug: https://bugs.gentoo.org/877519
    Signed-off-by: Siddhanth Rathod <xsiddhanthrathod@gmail.com>
    Closes: https://github.com/gentoo/gentoolkit/pull/32
    Signed-off-by: Sam James <sam@gentoo.org>

 pym/gentoolkit/equery/meta.py | 51 ++++++++++++++++++++++++++++++++++---------
 1 file changed, 41 insertions(+), 10 deletions(-)
Comment 2 Larry the Git Cow gentoo-dev 2023-10-03 15:44:44 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(+)