diff options
author | 2011-01-21 15:04:55 +0000 | |
---|---|---|
committer | 2011-01-21 15:04:55 +0000 | |
commit | 149a3bb71377746e0e6030a10c07b99cfb37149e (patch) | |
tree | 063a35196d3b179b10815116d1050f89c5f0ab6e /media-video | |
parent | Stable for HPPA (bug #351670). (diff) | |
download | gentoo-2-149a3bb71377746e0e6030a10c07b99cfb37149e.tar.gz gentoo-2-149a3bb71377746e0e6030a10c07b99cfb37149e.tar.bz2 gentoo-2-149a3bb71377746e0e6030a10c07b99cfb37149e.zip |
Update repository url, switch to git
(Portage version: 2.1.9.25/cvs/Linux x86_64)
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/ffmpeg/ChangeLog | 7 | ||||
-rw-r--r-- | media-video/ffmpeg/ffmpeg-9999.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/media-video/ffmpeg/ChangeLog b/media-video/ffmpeg/ChangeLog index d27a46c947fc..3d3a752f0def 100644 --- a/media-video/ffmpeg/ChangeLog +++ b/media-video/ffmpeg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-video/ffmpeg -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.390 2010/12/09 16:11:56 rich0 Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.391 2011/01/21 15:04:55 lu_zero Exp $ + + 21 Jan 2011; Luca Barbato <lu_zero@gentoo.org> ffmpeg-9999.ebuild: + Update repository url, switch to git 09 Dec 2010; Richard Freeman <rich0@gentoo.org> ffmpeg-0.6_p25767.ebuild: amd64 stable - 347625 diff --git a/media-video/ffmpeg/ffmpeg-9999.ebuild b/media-video/ffmpeg/ffmpeg-9999.ebuild index c56a32a77808..1634a25bca69 100644 --- a/media-video/ffmpeg/ffmpeg-9999.ebuild +++ b/media-video/ffmpeg/ffmpeg-9999.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2010 Gentoo Foundation +# 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.27 2010/11/19 16:48:47 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild,v 1.28 2011/01/21 15:04:55 lu_zero Exp $ EAPI="2" SCM="" if [ "${PV#9999}" != "${PV}" ] ; then - SCM="subversion" - ESVN_REPO_URI="svn://svn.ffmpeg.org/ffmpeg/trunk" + SCM="git" + EGIT_REPO_URI="git://git.ffmpeg.org/ffmpeg" fi inherit eutils flag-o-matic multilib toolchain-funcs ${SCM} |