gentoo / soko

[MIRROR] packages.gentoo.org (PROD)
https://gitweb.gentoo.org/sites/soko.git
GNU General Public License v2.0
6 stars 10 forks source link

support cat/pkg-version #12

Closed ZeroChaos- closed 7 months ago

ZeroChaos- commented 1 year ago

there are a ton of entries in ignored-packages such as app-admin/sl-5.05 and app-admin/sysstat-12.6.1 which include version. The current code ignores the version information https://github.com/gentoo/soko/blob/master/pkg/portage/repology/outdated.go#L119

It would be an excellent fine tuning feature if the version information was parsed and used. Ignoring a specific version is much cleaner than ignoring a package entirely.