From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9B5781382C5 for ; Fri, 28 May 2021 05:39:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB1C4E09E2; Fri, 28 May 2021 05:39:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AEC8EE09E2 for ; Fri, 28 May 2021 05:39:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3ACB5340E6C for ; Fri, 28 May 2021 05:39:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B405E790 for ; Fri, 28 May 2021 05:39:09 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1622180343.8179497676ed3701b9253a6b97653cfdce62d19b.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/pango/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/pango/pango-1.48.5.ebuild X-VCS-Directories: x11-libs/pango/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 8179497676ed3701b9253a6b97653cfdce62d19b X-VCS-Branch: master Date: Fri, 28 May 2021 05:39:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d50dac43-932e-4c78-9058-7782cea20b59 X-Archives-Hash: d3e7f3da04f13115c3982036f330b7ce commit: 8179497676ed3701b9253a6b97653cfdce62d19b Author: Chris Mayo gmail com> AuthorDate: Mon May 24 18:29:18 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri May 28 05:39:03 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81794976 x11-libs/pango: Install docs to html/ Avoid compressing installed fonts and JSON. Closes: https://github.com/gentoo/gentoo/pull/20970 Signed-off-by: Chris Mayo gmail.com> Signed-off-by: Matt Turner gentoo.org> x11-libs/pango/pango-1.48.5.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/x11-libs/pango/pango-1.48.5.ebuild b/x11-libs/pango/pango-1.48.5.ebuild index 23397f85adf..4c0ee309003 100644 --- a/x11-libs/pango/pango-1.48.5.ebuild +++ b/x11-libs/pango/pango-1.48.5.ebuild @@ -84,10 +84,11 @@ multilib_src_install() { } multilib_src_install_all() { + einstalldocs if use gtk-doc; then - mv "${ED}"/usr/share/doc/{${PN},${P}} || die + mv "${ED}"/usr/share/doc/{${PN}/reference/,${PF}/html/} || die + rmdir "${ED}"/usr/share/doc/${PN} || die fi - einstalldocs } pkg_postinst() {