From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E83F613877A for ; Sun, 27 Jul 2014 08:56:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D3F8E0AD8; Sun, 27 Jul 2014 08:56:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E9F60E0AD8 for ; Sun, 27 Jul 2014 08:56:49 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0F57333BDD7 for ; Sun, 27 Jul 2014 08:56:49 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2139) id B57382004E; Sun, 27 Jul 2014 08:56:47 +0000 (UTC) From: "Alexis Ballier (aballier)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, aballier@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in media-video/ffmpeg: ffmpeg-9999.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: ffmpeg-9999.ebuild ChangeLog X-VCS-Directories: media-video/ffmpeg X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140727085647.B57382004E@flycatcher.gentoo.org> Date: Sun, 27 Jul 2014 08:56:47 +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: 9a53d676-e2a2-47e8-bb2f-9e255f4200b2 X-Archives-Hash: 47f3a8435d40848123a7c5594fc817a4 aballier 14/07/27 08:56:47 Modified: ffmpeg-9999.ebuild ChangeLog Log: release notes is at the root of the repo, not under doc/ (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 160F534A) Revision Changes Path 1.165 media-video/ffmpeg/ffmpeg-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild?rev=1.165&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild?rev=1.165&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild?r1=1.164&r2=1.165 Index: ffmpeg-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild,v retrieving revision 1.164 retrieving revision 1.165 diff -u -r1.164 -r1.165 --- ffmpeg-9999.ebuild 27 Jul 2014 08:52:23 -0000 1.164 +++ ffmpeg-9999.ebuild 27 Jul 2014 08:56:47 -0000 1.165 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild,v 1.164 2014/07/27 08:52:23 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild,v 1.165 2014/07/27 08:56:47 aballier Exp $ EAPI="5" @@ -365,7 +365,7 @@ multilib_src_install_all() { dodoc Changelog README.md CREDITS doc/*.txt doc/APIchanges - [ -f "doc/RELEASE_NOTES" ] && dodoc "doc/RELEASE_NOTES" + [ -f "RELEASE_NOTES" ] && dodoc "RELEASE_NOTES" use doc && dohtml -r doc/* if use examples ; then dodoc -r doc/examples 1.768 media-video/ffmpeg/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?rev=1.768&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?rev=1.768&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?r1=1.767&r2=1.768 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v retrieving revision 1.767 retrieving revision 1.768 diff -u -r1.767 -r1.768 --- ChangeLog 27 Jul 2014 08:52:23 -0000 1.767 +++ ChangeLog 27 Jul 2014 08:56:47 -0000 1.768 @@ -1,6 +1,9 @@ # ChangeLog for media-video/ffmpeg # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.767 2014/07/27 08:52:23 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.768 2014/07/27 08:56:47 aballier Exp $ + + 27 Jul 2014; Alexis Ballier ffmpeg-9999.ebuild: + release notes is at the root of the repo, not under doc/ 27 Jul 2014; Alexis Ballier ffmpeg-9999.ebuild: enable quvi in multilib mode too