summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancesco Turco <fturco@fastmail.fm>2018-01-14 21:19:14 +0100
committerLars Wendler <polynomial-c@gentoo.org>2018-01-17 14:00:47 +0100
commit41704bea401e079dbcbc9a40bdadb5f7be68d344 (patch)
tree539ff3f9012102e46f29b39f24485fd7dbc8c34e /media-sound
parentsys-apps/net-tools: Removed old. (diff)
downloadgentoo-41704bea401e079dbcbc9a40bdadb5f7be68d344.tar.gz
gentoo-41704bea401e079dbcbc9a40bdadb5f7be68d344.tar.bz2
gentoo-41704bea401e079dbcbc9a40bdadb5f7be68d344.zip
media-sound/lame: replace dohtml function with dodoc
Closes: https://github.com/gentoo/gentoo/pull/6859
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/lame/lame-3.100.ebuild5
-rw-r--r--media-sound/lame/lame-3.99.5-r1.ebuild5
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 eca4dc28c09c..50c2f1cf6963 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 416a94fb34f9..63a1db9b353f 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 {} +
}