commit:     5a6bbdb3c0aeb5ea23d5153518e0937f16a52ea3
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  6 20:06:46 2020 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Tue Oct  6 20:08:16 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a6bbdb3

media-sound/mpd: remove /usr/share/doc/mpd

The buildsystem is able to respect portage's
/usr/share/doc/${PF} path now, this means that
the /usr/share/doc directory becomes useless

Closes: https://bugs.gentoo.org/746545
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 media-sound/mpd/mpd-0.22-r1.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/media-sound/mpd/mpd-0.22-r1.ebuild 
b/media-sound/mpd/mpd-0.22-r1.ebuild
index 96419725bc8..0ff1fb2cc51 100644
--- a/media-sound/mpd/mpd-0.22-r1.ebuild
+++ b/media-sound/mpd/mpd-0.22-r1.ebuild
@@ -286,6 +286,8 @@ src_install() {
        keepdir /var/lib/mpd/music
        keepdir /var/lib/mpd/playlists
 
+       rm -r "${ED}"/usr/share/doc/mpd || die
+
 }
 
 pkg_postinst() {

Reply via email to