Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/hivex/
Date: Sun, 31 May 2020 09:44:22
Message-Id: 1590918249.d26cc6ee80638c97f02c2002518fa50d4cdb3316.mgorny@gentoo
1 commit: d26cc6ee80638c97f02c2002518fa50d4cdb3316
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 18 15:03:30 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun May 31 09:44:09 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d26cc6ee
7
8 app-misc/hivex: remove obsolete man handling
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Gilles Dartiguelongue <eva <AT> gentoo.org>
12 Closes: https://github.com/gentoo/gentoo/pull/15395
13 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
14
15 app-misc/hivex/hivex-1.3.18.ebuild | 4 ----
16 1 file changed, 4 deletions(-)
17
18 diff --git a/app-misc/hivex/hivex-1.3.18.ebuild b/app-misc/hivex/hivex-1.3.18.ebuild
19 index da2e2b6fae0..dad58992eb7 100644
20 --- a/app-misc/hivex/hivex-1.3.18.ebuild
21 +++ b/app-misc/hivex/hivex-1.3.18.ebuild
22 @@ -105,8 +105,4 @@ src_install() {
23 if use perl; then
24 perl_delete_localpod
25 fi
26 -
27 - #can't figure out a better way to do this
28 - mv "${ED}"/usr/man/man3/* "${ED}/usr/share/man/man3/" || die
29 - rm -r "${ED}/usr/man" || die
30 }