Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 921498 - app-portage/pfl: version bump to 3.4
Summary: app-portage/pfl: version bump to 3.4
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Daniel Pielmeier
URL: https://github.com/portagefilelist/cl...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-01-06 11:06 UTC by bugs
Modified: 2024-01-11 18:57 UTC (History)
0 users

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 bugs 2024-01-06 11:06:58 UTC
Package https://packages.gentoo.org/packages/app-portage/pfl has a new release: https://github.com/portagefilelist/client/releases/tag/3.4

Changelog:

+ Fixed man file for pfl
+ Added GURU as an additional repository #41
+ Added --repo [-r|--repo] cli option to pfl to collect and update only from specified repository.
  Only Gentoo and GURU are available.
+ Changed the upload file creation process to avoid big files.
  It creates new a file for each category, compress and adds them to a single tar file which is then uploaded.
  Backwards compatible to older versions.
+ Updated man files


Reproducible: Always
Comment 1 bugs 2024-01-09 08:36:12 UTC
The pfl.py command does call bzip2[1] with a system call. Shouldn't this be added as dependency in the ebuild file?


[1]https://github.com/portagefilelist/client/blob/master/pfl/pfl.py#L262
Comment 2 Larry the Git Cow gentoo-dev 2024-01-11 18:54:12 UTC
The bug has been closed via the following commit(s):

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

commit 679edc6fe3842742b649d40f53a36b794f5c2736
Author:     Daniel Pielmeier <billie@gentoo.org>
AuthorDate: 2024-01-11 18:52:46 +0000
Commit:     Daniel Pielmeier <billie@gentoo.org>
CommitDate: 2024-01-11 18:53:16 +0000

    app-portage/pfl: add 3.4
    
    Closes: https://bugs.gentoo.org/921498
    Signed-off-by: Daniel Pielmeier <billie@gentoo.org>

 app-portage/pfl/Manifest       |  1 +
 app-portage/pfl/pfl-3.4.ebuild | 49 ++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 50 insertions(+)
Comment 3 Daniel Pielmeier gentoo-dev 2024-01-11 18:57:16 UTC
(In reply to bugs from comment #1)
> The pfl.py command does call bzip2[1] with a system call. Shouldn't this be
> added as dependency in the ebuild file?

bzip2 is in @system so a depending on it is not necessary [1]. Strangely almost 200 packages depend on it!?

[1] https://devmanual.gentoo.org/general-concepts/dependencies/#implicit-system-dependency