Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 942406 - app-office/ledger contrib/report script not included in ebuild
Summary: app-office/ledger contrib/report script not included in ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Erik Mackdanz
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-10-28 13:43 UTC by Lemon Lime
Modified: 2024-11-03 20:13 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 Lemon Lime 2024-10-28 13:43:19 UTC
Ledger can make use of gnuplot to render visualizations of expenses. This is mentioned in chapter 6.4.2 of the Ledger manual (here: https://ledger-cli.org/doc/ledger3.pdf#53).

Gnuplot as an "optional dependency" is not mentioned in the ebuild. Plus, the contrib/report script mentioned in the book (link above) is not installed.

Whilst the script is _very_ small, it would be nice to have it installed along side ledger.
Comment 1 Larry the Git Cow gentoo-dev 2024-11-03 20:12:03 UTC
The bug has been closed via the following commit(s):

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

commit e833bec6f11174789a0d685d66f63268e216e552
Author:     Erik Mackdanz <stasibear@gentoo.org>
AuthorDate: 2024-11-03 19:36:46 +0000
Commit:     Erik Mackdanz <stasibear@gentoo.org>
CommitDate: 2024-11-03 20:11:31 +0000

    app-office/ledger: install contrib report script
    
    Closes: https://github.com/gentoo/gentoo/pull/39094
    Closes: https://bugs.gentoo.org/942044
    Closes: https://bugs.gentoo.org/942406
    Signed-off-by: Erik Mackdanz <stasibear@gentoo.org>

 app-office/ledger/ledger-3.3.2-r2.ebuild | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)
Comment 2 Erik Mackdanz gentoo-dev 2024-11-03 20:13:52 UTC
Thank you!