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 B0E4F138334 for ; Wed, 25 Sep 2019 15:43:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A07A5E0882; Wed, 25 Sep 2019 15:43:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 51651E0882 for ; Wed, 25 Sep 2019 15:43:35 +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 33ACF34B57D for ; Wed, 25 Sep 2019 15:43:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A6EEE6E8 for ; Wed, 25 Sep 2019 15:43:32 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1569426203.3ea6f20d6b4ba7dc36519fe72b910d4625a81897.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/album/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/album/album-4.15.ebuild X-VCS-Directories: media-gfx/album/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 3ea6f20d6b4ba7dc36519fe72b910d4625a81897 X-VCS-Branch: master Date: Wed, 25 Sep 2019 15:43:32 +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: 0456feb1-892b-4c82-8399-6c82fcd1e684 X-Archives-Hash: 091426464d74fb4c5d3959b225ac921b commit: 3ea6f20d6b4ba7dc36519fe72b910d4625a81897 Author: Thomas Deutschmann gentoo org> AuthorDate: Wed Sep 25 14:22:04 2019 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Wed Sep 25 15:43:23 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ea6f20d media-gfx/album: don't use dohtml Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Thomas Deutschmann gentoo.org> media-gfx/album/album-4.15.ebuild | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/media-gfx/album/album-4.15.ebuild b/media-gfx/album/album-4.15.ebuild index 29747bb6555..ce30184d495 100644 --- a/media-gfx/album/album-4.15.ebuild +++ b/media-gfx/album/album-4.15.ebuild @@ -23,11 +23,15 @@ src_install() { dobin album doman album.1 dodoc License.txt CHANGELOG - use doc && dohtml -r Docs/* + + if use doc ; then + docinto html + dodoc -r Docs/. + fi dodir /usr/share/album insinto /usr/share/album - cd .. + cd .. || die doins -r lang use themes && doins -r Themes use plugins && doins -r plugins