Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 930342 - dev-tex/rubber-1.6.5 installs GNU Info file in wrong location
Summary: dev-tex/rubber-1.6.5 installs GNU Info file in wrong location
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Florian Schmaus
URL:
Whiteboard:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2024-04-20 17:06 UTC by Ulrich Müller
Modified: 2024-04-21 11:38 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 Ulrich Müller gentoo-dev 2024-04-20 17:06:29 UTC
rubber.info is installed in /usr/share/doc/${PF}/${PN}/ where info cannot find it. Correct location would be /usr/share/info/.

This is a regression from rubber-1.6.0-r1.
Comment 1 Larry the Git Cow gentoo-dev 2024-04-21 11:38:31 UTC
The bug has been closed via the following commit(s):

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

commit c88e07bca04459db8a41263dad07164bca3c741f
Author:     Ulrich Müller <ulm@gentoo.org>
AuthorDate: 2024-04-21 11:32:35 +0000
Commit:     Ulrich Müller <ulm@gentoo.org>
CommitDate: 2024-04-21 11:37:50 +0000

    dev-tex/rubber: Install GNU Info file in correct location
    
    Avoid doubled ${PF}/${PN} directory in /usr/share/doc/.
    
    Drop python_install() because distutils-r1_python_install ignores its
    arguments when in PEP517 mode.
    
    Closes: https://bugs.gentoo.org/930342
    Signed-off-by: Ulrich Müller <ulm@gentoo.org>

 .../{rubber-1.6.5.ebuild => rubber-1.6.5-r1.ebuild}      | 16 +++++-----------
 1 file changed, 5 insertions(+), 11 deletions(-)