media-video/ffmpeg: drop examples useflag; they are installed in /usr/share/ffmpeg...
authorAlexis Ballier <aballier@gentoo.org>
Mon, 15 Feb 2016 12:16:59 +0000 (13:16 +0100)
committerAlexis Ballier <aballier@gentoo.org>
Mon, 15 Feb 2016 12:17:15 +0000 (13:17 +0100)
Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
media-video/ffmpeg/ffmpeg-9999.ebuild

index 36467888c27d555aa52c3c136c44368492f207d5..c7c537a2cc5292f50a18c3385092d7ca8e5c4bf8 100644 (file)
@@ -97,7 +97,7 @@ FFMPEG_ENCODER_FLAG_MAP=(
 )
 
 IUSE="
-       alsa doc +encode examples jack libressl oss pic static-libs test v4l
+       alsa doc +encode jack libressl oss pic static-libs test v4l
        ${FFMPEG_FLAG_MAP[@]%:*}
        ${FFMPEG_ENCODER_FLAG_MAP[@]%:*}
 "
@@ -461,10 +461,6 @@ multilib_src_install() {
 multilib_src_install_all() {
        dodoc Changelog README.md CREDITS doc/*.txt doc/APIchanges
        [ -f "RELEASE_NOTES" ] && dodoc "RELEASE_NOTES"
-       if use examples ; then
-               dodoc -r doc/examples
-               docompress -x /usr/share/doc/${PF}/examples
-       fi
 }
 
 multilib_src_test() {