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 84715138206 for ; Wed, 17 Jan 2018 13:01:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8538AE08C4; Wed, 17 Jan 2018 13:01:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 60542E08C4 for ; Wed, 17 Jan 2018 13:01:17 +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 C4671335C31 for ; Wed, 17 Jan 2018 13:01:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3D4521A6 for ; Wed, 17 Jan 2018 13:01:11 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1516194047.41704bea401e079dbcbc9a40bdadb5f7be68d344.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/lame/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/lame/lame-3.100.ebuild media-sound/lame/lame-3.99.5-r1.ebuild X-VCS-Directories: media-sound/lame/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 41704bea401e079dbcbc9a40bdadb5f7be68d344 X-VCS-Branch: master Date: Wed, 17 Jan 2018 13:01:11 +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: db1820b0-1db9-4b54-9aec-8d9097ed28f7 X-Archives-Hash: c2e089ad3834db1d17046e79b693cc6a commit: 41704bea401e079dbcbc9a40bdadb5f7be68d344 Author: Francesco Turco fastmail fm> AuthorDate: Sun Jan 14 20:19:14 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Wed Jan 17 13:00:47 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41704bea media-sound/lame: replace dohtml function with dodoc Closes: https://github.com/gentoo/gentoo/pull/6859 media-sound/lame/lame-3.100.ebuild | 5 +++-- media-sound/lame/lame-3.99.5-r1.ebuild | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/media-sound/lame/lame-3.100.ebuild b/media-sound/lame/lame-3.100.ebuild index eca4dc28c09..50c2f1cf696 100644 --- a/media-sound/lame/lame-3.100.ebuild +++ b/media-sound/lame/lame-3.100.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -74,7 +74,8 @@ multilib_src_install_all() { dobin misc/mlame dodoc API ChangeLog HACKING README STYLEGUIDE TODO USAGE - dohtml misc/lameGUI.html Dll/LameDLLInterface.htm + docinto html + dodoc misc/lameGUI.html Dll/LameDLLInterface.htm find "${ED}" -name '*.la' -exec rm -f {} + } diff --git a/media-sound/lame/lame-3.99.5-r1.ebuild b/media-sound/lame/lame-3.99.5-r1.ebuild index 416a94fb34f..63a1db9b353 100644 --- a/media-sound/lame/lame-3.99.5-r1.ebuild +++ b/media-sound/lame/lame-3.99.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -73,7 +73,8 @@ multilib_src_install_all() { dobin misc/mlame dodoc API ChangeLog HACKING README STYLEGUIDE TODO USAGE - dohtml misc/lameGUI.html Dll/LameDLLInterface.htm + docinto html + dodoc misc/lameGUI.html Dll/LameDLLInterface.htm find "${ED}" -name '*.la' -exec rm -f {} + }