Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 618790 - dev-util/perf-4.9.13 installs two copies of tips.txt
Summary: dev-util/perf-4.9.13 installs two copies of tips.txt
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Naohiro Aota
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-17 19:56 UTC by Chris Mayo
Modified: 2020-11-19 15:36 UTC (History)
2 users (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 Chris Mayo 2017-05-17 19:56:23 UTC
/usr/share/doc/perf-4.9.13/tips.txt.bz2
/usr/share/doc/perf-tip/tips.txt.bz2

Fixed for me by adding to src_install():

rm -rf "${D}/usr/share/doc/perf-tip" || die
Comment 1 Larry the Git Cow gentoo-dev 2020-11-19 15:36:44 UTC
The bug has been closed via the following commit(s):

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

commit c2716da2764b18e49eecbf61c4864a5cc0da8d72
Author:     Guilherme Amadio <amadio@gentoo.org>
AuthorDate: 2020-11-19 15:20:33 +0000
Commit:     Guilherme Amadio <amadio@gentoo.org>
CommitDate: 2020-11-19 15:36:00 +0000

    dev-util/perf: version bump to 5.9.9
    
    Add support for libpfm
    Fix perf version command
    Fix installation of tips.txt
    Move warning about USE=-doc to pkg_pretend
    Move build dependencies to BDEPEND
    
    Closes: https://bugs.gentoo.org/588152
    Closes: https://bugs.gentoo.org/618790
    Closes: https://bugs.gentoo.org/731106
    Package-Manager: Portage-3.0.9, Repoman-3.0.2
    Signed-off-by: Guilherme Amadio <amadio@gentoo.org>

 dev-util/perf/Manifest          |   2 +
 dev-util/perf/metadata.xml      |   1 +
 dev-util/perf/perf-5.9.9.ebuild | 246 ++++++++++++++++++++++++++++++++++++++++
 3 files changed, 249 insertions(+)