From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Q1dQJ-0003YH-2l for garchives@archives.gentoo.org; Mon, 21 Mar 2011 11:37:23 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1FA12E0529; Mon, 21 Mar 2011 11:37:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E363FE0529 for ; Mon, 21 Mar 2011 11:37:05 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 365011B412B for ; Mon, 21 Mar 2011 11:37:05 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2139) id C1E7520054; Mon, 21 Mar 2011 11:37:03 +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 Message-Id: <20110321113703.C1E7520054@flycatcher.gentoo.org> Date: Mon, 21 Mar 2011 11:37:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 16426a7537931f1c2a21b5c69d691246 aballier 11/03/21 11:37:03 Modified: ffmpeg-9999.ebuild ChangeLog Log: fix git uri to the one pointed by http://ffmpeg.org/download.html =20 (Portage version: 2.2.0_alpha28/cvs/Linux x86_64) Revision Changes Path 1.32 media-video/ffmpeg/ffmpeg-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg= /ffmpeg-9999.ebuild?rev=3D1.32&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg= /ffmpeg-9999.ebuild?rev=3D1.32&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg= /ffmpeg-9999.ebuild?r1=3D1.31&r2=3D1.32 Index: ffmpeg-9999.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- ffmpeg-9999.ebuild 10 Mar 2011 03:50:26 -0000 1.31 +++ ffmpeg-9999.ebuild 21 Mar 2011 11:37:03 -0000 1.32 @@ -1,13 +1,13 @@ # Copyright 1999-2011 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.31 2011/03/10 03:50:26 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild= ,v 1.32 2011/03/21 11:37:03 aballier Exp $ =20 EAPI=3D"2" =20 SCM=3D"" if [ "${PV#9999}" !=3D "${PV}" ] ; then SCM=3D"git" - EGIT_REPO_URI=3D"git://git.ffmpeg.org/ffmpeg.git" + EGIT_REPO_URI=3D"git://git.videolan.org/ffmpeg.git" fi =20 inherit eutils flag-o-matic multilib toolchain-funcs ${SCM} 1.394 media-video/ffmpeg/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg= /ChangeLog?rev=3D1.394&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg= /ChangeLog?rev=3D1.394&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg= /ChangeLog?r1=3D1.393&r2=3D1.394 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v retrieving revision 1.393 retrieving revision 1.394 diff -u -r1.393 -r1.394 --- ChangeLog 10 Mar 2011 03:50:26 -0000 1.393 +++ ChangeLog 21 Mar 2011 11:37:03 -0000 1.394 @@ -1,6 +1,9 @@ # ChangeLog for media-video/ffmpeg # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.393 = 2011/03/10 03:50:26 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.394 = 2011/03/21 11:37:03 aballier Exp $ + + 21 Mar 2011; Alexis Ballier ffmpeg-9999.ebuild: + fix git uri to the one pointed by http://ffmpeg.org/download.html =20 10 Mar 2011; Tim Harder ffmpeg-0.6_p25423.ebuil= d, ffmpeg-0.6_p25767.ebuild, ffmpeg-9999.ebuild: