Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in virtual/ffmpeg: ffmpeg-0.6.ebuild ChangeLog ffmpeg-0.5.ebuild ffmpeg-0.ebuild
Date: Thu, 31 Mar 2011 07:35:31
Message-Id: 20110331073521.7BC0520054@flycatcher.gentoo.org
1 scarabeus 11/03/31 07:35:21
2
3 Modified: ChangeLog
4 Added: ffmpeg-0.6.ebuild ffmpeg-0.5.ebuild
5 Removed: ffmpeg-0.ebuild
6 Log:
7 Move back to versioned virtuals as discussed on dev ml. So chop chop with migration now :). Force... stable keywords following ffmpeg ones...
8
9 (Portage version: 2.2.0_alpha29/cvs/Linux x86_64, RepoMan options: --force)
10
11 Revision Changes Path
12 1.5 virtual/ffmpeg/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ffmpeg/ChangeLog?rev=1.5&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ffmpeg/ChangeLog?rev=1.5&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ffmpeg/ChangeLog?r1=1.4&r2=1.5
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/virtual/ffmpeg/ChangeLog,v
21 retrieving revision 1.4
22 retrieving revision 1.5
23 diff -u -r1.4 -r1.5
24 --- ChangeLog 27 Mar 2011 09:49:00 -0000 1.4
25 +++ ChangeLog 31 Mar 2011 07:35:20 -0000 1.5
26 @@ -1,6 +1,13 @@
27 # ChangeLog for virtual/ffmpeg
28 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/virtual/ffmpeg/ChangeLog,v 1.4 2011/03/27 09:49:00 scarabeus Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/virtual/ffmpeg/ChangeLog,v 1.5 2011/03/31 07:35:20 scarabeus Exp $
31 +
32 +*ffmpeg-0.5 (31 Mar 2011)
33 +
34 + 31 Mar 2011; Tomáš Chvátal <scarabeus@g.o> -ffmpeg-0.ebuild,
35 + +ffmpeg-0.5.ebuild, +ffmpeg-0.6.ebuild:
36 + Move back to versioned virtuals as discussed on dev ml. So chop chop with
37 + migration now :)
38
39 27 Mar 2011; Tomáš Chvátal <scarabeus@g.o> ffmpeg-0.ebuild:
40 Do not set DEPEND. Per bug #360711.
41
42
43
44 1.3 virtual/ffmpeg/ffmpeg-0.6.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ffmpeg/ffmpeg-0.6.ebuild?rev=1.3&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ffmpeg/ffmpeg-0.6.ebuild?rev=1.3&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ffmpeg/ffmpeg-0.6.ebuild?r1=1.2&r2=1.3
49
50
51
52
53 1.1 virtual/ffmpeg/ffmpeg-0.5.ebuild
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ffmpeg/ffmpeg-0.5.ebuild?rev=1.1&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ffmpeg/ffmpeg-0.5.ebuild?rev=1.1&content-type=text/plain
57
58 Index: ffmpeg-0.5.ebuild
59 ===================================================================
60 # Copyright 1999-2011 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 # $Header: /var/cvsroot/gentoo-x86/virtual/ffmpeg/ffmpeg-0.5.ebuild,v 1.1 2011/03/31 07:35:20 scarabeus Exp $
63
64 EAPI=4
65
66 DESCRIPTION="Virtual package for FFmpeg implementation"
67 HOMEPAGE=""
68 SRC_URI=""
69
70 LICENSE=""
71 SLOT="0"
72 KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
73 IUSE="X encode mp3 sdl theora threads vdpau x264"
74
75 RDEPEND="
76 >=media-video/ffmpeg-0.5[X=,encode=,mp3=,sdl=,theora=,threads=,vdpau=,x264=]
77 "
78 DEPEND=""