From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1623132-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id C8E22158043
	for <garchives@archives.gentoo.org>; Sat, 20 Apr 2024 13:49:51 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id DD93FE29EB;
	Sat, 20 Apr 2024 13:49:50 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id C0739E29EB
	for <gentoo-commits@lists.gentoo.org>; Sat, 20 Apr 2024 13:49:50 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 6E80E3433EB
	for <gentoo-commits@lists.gentoo.org>; Sat, 20 Apr 2024 13:49:49 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id CA61BB29
	for <gentoo-commits@lists.gentoo.org>; Sat, 20 Apr 2024 13:49:47 +0000 (UTC)
From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" <davidroman96@gmail.com>
Message-ID: <1713620959.37e98a7c00a6c90a3e0b829e7efa0d3e24cf6280.davidroman@gentoo>
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/libdwarf/
X-VCS-Repository: repo/proj/guru
X-VCS-Files: dev-libs/libdwarf/libdwarf-0.9.2.ebuild
X-VCS-Directories: dev-libs/libdwarf/
X-VCS-Committer: davidroman
X-VCS-Committer-Name: David Roman
X-VCS-Revision: 37e98a7c00a6c90a3e0b829e7efa0d3e24cf6280
X-VCS-Branch: dev
Date: Sat, 20 Apr 2024 13:49:47 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: c0929b01-a576-4a2c-8638-4d1d189b5759
X-Archives-Hash: dc37490be78c64f507da440555609a21

commit:     37e98a7c00a6c90a3e0b829e7efa0d3e24cf6280
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Sat Apr 20 13:49:19 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sat Apr 20 13:49:19 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=37e98a7c

dev-libs/libdwarf: fix docs install

Closes: https://bugs.gentoo.org/930232
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 dev-libs/libdwarf/libdwarf-0.9.2.ebuild | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/dev-libs/libdwarf/libdwarf-0.9.2.ebuild b/dev-libs/libdwarf/libdwarf-0.9.2.ebuild
index 89fcac2563..68ff604546 100644
--- a/dev-libs/libdwarf/libdwarf-0.9.2.ebuild
+++ b/dev-libs/libdwarf/libdwarf-0.9.2.ebuild
@@ -44,8 +44,4 @@ src_install(){
 	cmake_src_install
 
 	dodoc ChangeLog* doc/*.pdf
-	if use doc; then
-		mv "${ED}"/usr/share/doc/${PN}/* "${ED}"/usr/share/doc/${PF}/ || die
-		rmdir "${ED}"/usr/share/doc/${PN} || die
-	fi
 }