Gentoo Archives: gentoo-commits

From: "Markus Meier (maekke)" <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/x264: ChangeLog x264-0.0.20080819.ebuild
Date: Sun, 19 Oct 2008 17:05:26
Message-Id: E1KrbiV-0005BH-PY@stork.gentoo.org
1 maekke 08/10/19 17:05:23
2
3 Modified: ChangeLog x264-0.0.20080819.ebuild
4 Log:
5 amd64/x86 stable, bug #239130
6 (Portage version: 2.2_rc12/cvs/Linux 2.6.27.1 i686)
7
8 Revision Changes Path
9 1.7 media-libs/x264/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/x264/ChangeLog?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/x264/ChangeLog?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/x264/ChangeLog?r1=1.6&r2=1.7
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-libs/x264/ChangeLog,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- ChangeLog 7 Oct 2008 05:58:39 -0000 1.6
22 +++ ChangeLog 19 Oct 2008 17:05:23 -0000 1.7
23 @@ -1,6 +1,9 @@
24 # ChangeLog for media-libs/x264
25 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/ChangeLog,v 1.6 2008/10/07 05:58:39 aballier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/ChangeLog,v 1.7 2008/10/19 17:05:23 maekke Exp $
28 +
29 + 19 Oct 2008; Markus Meier <maekke@g.o> x264-0.0.20080819.ebuild:
30 + amd64/x86 stable, bug #239130
31
32 *x264-0.0.20081006 (07 Oct 2008)
33
34
35
36
37 1.2 media-libs/x264/x264-0.0.20080819.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/x264/x264-0.0.20080819.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/x264/x264-0.0.20080819.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/x264/x264-0.0.20080819.ebuild?r1=1.1&r2=1.2
42
43 Index: x264-0.0.20080819.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/media-libs/x264/x264-0.0.20080819.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- x264-0.0.20080819.ebuild 22 Aug 2008 11:27:29 -0000 1.1
50 +++ x264-0.0.20080819.ebuild 19 Oct 2008 17:05:23 -0000 1.2
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2008 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/x264-0.0.20080819.ebuild,v 1.1 2008/08/22 11:27:29 yngwin Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/x264-0.0.20080819.ebuild,v 1.2 2008/10/19 17:05:23 maekke Exp $
56
57 EAPI="1"
58 inherit multilib eutils toolchain-funcs versionator
59 @@ -12,7 +12,7 @@
60 SRC_URI="ftp://ftp.videolan.org/pub/videolan/x264/snapshots/${MY_P}.tar.bz2"
61 SLOT="0"
62 LICENSE="GPL-2"
63 -KEYWORDS="~alpha ~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
64 +KEYWORDS="~alpha amd64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
65 IUSE="debug +threads"
66
67 RDEPEND=""