Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 637686 - =x11-themes/silver-xcursors-0.4 - use elog instead of einfo
Summary: =x11-themes/silver-xcursors-0.4 - use elog instead of einfo
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Desktop Misc. Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-16 16:08 UTC by Francesco Turco
Modified: 2018-01-26 21:48 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 Francesco Turco 2017-11-16 16:08:47 UTC
=x11-themes/silver-xcursors-0.4 contains the following message for the users:

> To use this set of cursors, edit or create the file ~/.Xdefaults
> and add the following line:
> Xcursor.theme: Silver
> 
> You can change the size by adding a line like:
> Xcursor.size: 48
> 
> Also, to globally use this set of mouse cursors edit the file:
>    /usr/share/cursors/xorg-x11/default/index.theme
> and change the line:
>     Inherits=[current setting]
> to
>     Inherits=Silver
> 
> Note this will be overruled by a user's ~/.Xdefaults file.

Currently the ebuild uses the einfo function. In my opinion it should use the elog function instead because it is logged by default and it is meant to be read by users. See https://dev.gentoo.org/~zmedico/portage/doc/portage.html#package-ebuild-helper-functions-output for more details.
Comment 1 Larry the Git Cow gentoo-dev 2018-01-26 21:48:08 UTC
The bug has been closed via the following commit(s):

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

commit 59089e88c33ec150a3d1abd93d5fcea2d975d556
Author:     Francesco Turco <fturco@fastmail.fm>
AuthorDate: 2017-11-16 16:00:45 +0000
Commit:     Patrice Clement <monsieurp@gentoo.org>
CommitDate: 2018-01-26 21:48:02 +0000

    x11-themes/silver-xcursors: use readme.gentoo-r1.eclass and EAPI 6 bump.
    
    Closes: https://bugs.gentoo.org/637686
    Closes: https://github.com/gentoo/gentoo/pull/6205

 .../silver-xcursors/silver-xcursors-0.4-r1.ebuild  |  4 +-
 .../silver-xcursors/silver-xcursors-0.4.ebuild     | 56 +++++++++++++---------
 2 files changed, 36 insertions(+), 24 deletions(-)