Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 832369 - app-portage/gentoolkit: equery help still lists "changes" as valid module, but isn't supported anymore
Summary: app-portage/gentoolkit: equery help still lists "changes" as valid module, bu...
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2022-01-30 12:57 UTC by Martin Gebert
Modified: 2022-03-05 07:15 UTC (History)
3 users (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 Martin Gebert 2022-01-30 12:57:34 UTC
--8><--
# equery --help
Gentoo package query tool
[...]
 (c)hanges               list changelog entries for ATOM
[...]
--><8--

--8><--
# equery changes somepackage
!!! Unknown module 'changes'
[...]
--><8--

Support for this argument/option is also missing in `.../site-packages/gentoolkit/equery/__init__.py`, where the help text is located.
Comment 1 Larry the Git Cow gentoo-dev 2022-02-09 10:50:36 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=0064df828104e2fda3b552c02c56f1ef1fb9c613

commit 0064df828104e2fda3b552c02c56f1ef1fb9c613
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-12-14 05:19:37 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-02-09 10:49:44 +0000

    */*: drop obsolete Changelog references
    
    We got rid of Changelogs years ago in ::gentoo and most Portage
    support is gone too.
    
    Closes: https://bugs.gentoo.org/832369
    Signed-off-by: Sam James <sam@gentoo.org>

 bin/ebump                           | 35 -----------------------------------
 man/ebump.1                         | 29 +----------------------------
 pym/gentoolkit/ekeyword/ekeyword.py |  7 +------
 3 files changed, 2 insertions(+), 69 deletions(-)
Comment 2 Martin Gebert 2022-02-09 20:50:24 UTC
Resolved without changes to the equery code?
Comment 3 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-02-10 01:18:52 UTC
(In reply to Martin Gebert from comment #2)
> Resolved without changes to the equery code?

That was already done before, just not yet in a release:

commit 55170b5be88df6d5d8f6e07ecb39fc1a86d3426a
Author: Matt Turner <mattst88@gentoo.org>
Date:   Fri Jul 16 14:21:44 2021 -0700

    equery: Remove leftovers from 'changes' removal
    
    Closes: https://bugs.gentoo.org/796986
    Fixes: bcb8158 ("equery: Remove 'changes' subcommand")
    Signed-off-by: Matt Turner <mattst88@gentoo.org>