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 7E1A6138334 for ; Sun, 22 Jul 2018 23:22:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B11AE0849; Sun, 22 Jul 2018 23:22:21 +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 62FC1E0849 for ; Sun, 22 Jul 2018 23:22:21 +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 EFE3B335D75 for ; Sun, 22 Jul 2018 23:22:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 529E7387 for ; Sun, 22 Jul 2018 23:22:16 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1532301713.b3d9e332e5f61f9e63d7758475ac35d3dfa57588.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/imlib2/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/imlib2/imlib2-1.5.1-r1.ebuild X-VCS-Directories: media-libs/imlib2/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: b3d9e332e5f61f9e63d7758475ac35d3dfa57588 X-VCS-Branch: master Date: Sun, 22 Jul 2018 23:22:16 +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-Archives-Salt: f41a721d-14d2-40e0-9303-100056a05516 X-Archives-Hash: faa21a3bafa80414c8d0f31e185269cf commit: b3d9e332e5f61f9e63d7758475ac35d3dfa57588 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jul 22 23:14:27 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jul 22 23:21:53 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3d9e332 media-libs/imlib2: Remove bogus Makefiles from docs Package-Manager: Portage-2.3.43, Repoman-2.3.10 media-libs/imlib2/imlib2-1.5.1-r1.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/media-libs/imlib2/imlib2-1.5.1-r1.ebuild b/media-libs/imlib2/imlib2-1.5.1-r1.ebuild index 7457df0e31d..ca27d229d37 100644 --- a/media-libs/imlib2/imlib2-1.5.1-r1.ebuild +++ b/media-libs/imlib2/imlib2-1.5.1-r1.ebuild @@ -65,7 +65,10 @@ multilib_src_configure() { multilib_src_install() { V=1 emake install DESTDIR="${D}" - use doc && local HTML_DOCS=( "${S}"/doc/. ) + if use doc; then + local HTML_DOCS=( "${S}"/doc/. ) + rm "${S}"/doc/Makefile.{am,in} || die + fi einstalldocs find "${D}" -name '*.la' -delete || die