Gentoo Archives: gentoo-commits

From: "Thomas Anderson (gentoofan23)" <gentoofan23@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/faad2: faad2-2.6.1-r1.ebuild ChangeLog
Date: Mon, 23 Jun 2008 20:29:35
Message-Id: E1KAsfJ-0004iE-WE@stork.gentoo.org
1 gentoofan23 08/06/23 20:29:29
2
3 Modified: faad2-2.6.1-r1.ebuild ChangeLog
4 Log:
5 Add implicit declaration patch, bug #228647
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.7 media-libs/faad2/faad2-2.6.1-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faad2/faad2-2.6.1-r1.ebuild?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faad2/faad2-2.6.1-r1.ebuild?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faad2/faad2-2.6.1-r1.ebuild?r1=1.6&r2=1.7
14
15 Index: faad2-2.6.1-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-libs/faad2/faad2-2.6.1-r1.ebuild,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- faad2-2.6.1-r1.ebuild 23 Jun 2008 17:57:49 -0000 1.6
22 +++ faad2-2.6.1-r1.ebuild 23 Jun 2008 20:29:29 -0000 1.7
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-libs/faad2/faad2-2.6.1-r1.ebuild,v 1.6 2008/06/23 17:57:49 armin76 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-libs/faad2/faad2-2.6.1-r1.ebuild,v 1.7 2008/06/23 20:29:29 gentoofan23 Exp $
28
29 inherit eutils autotools
30
31 @@ -25,6 +25,7 @@
32 epatch "${FILESDIR}/${P}-abi_has_changed.patch"
33 epatch "${FILESDIR}/${P}-libtool22.patch"
34 epatch "${FILESDIR}/${P}-broken-pipe.patch"
35 + epatch "${FILESDIR}/${P}-implicitdeclar.patch"
36 eautoreconf
37 }
38
39
40
41
42 1.103 media-libs/faad2/ChangeLog
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faad2/ChangeLog?rev=1.103&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faad2/ChangeLog?rev=1.103&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faad2/ChangeLog?r1=1.102&r2=1.103
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/media-libs/faad2/ChangeLog,v
51 retrieving revision 1.102
52 retrieving revision 1.103
53 diff -u -r1.102 -r1.103
54 --- ChangeLog 23 Jun 2008 17:57:49 -0000 1.102
55 +++ ChangeLog 23 Jun 2008 20:29:29 -0000 1.103
56 @@ -1,6 +1,10 @@
57 # ChangeLog for media-libs/faad2
58 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/media-libs/faad2/ChangeLog,v 1.102 2008/06/23 17:57:49 armin76 Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/media-libs/faad2/ChangeLog,v 1.103 2008/06/23 20:29:29 gentoofan23 Exp $
61 +
62 + 23 Jun 2008; Thomas Anderson <gentoofan23@g.o>
63 + +files/faad2-2.6.1-implicitdeclar.patch, faad2-2.6.1-r1.ebuild:
64 + Add implicit declaration patch, bug #228647
65
66 23 Jun 2008; Raúl Porcel <armin76@g.o> faad2-2.6.1-r1.ebuild:
67 alpha/ia64 stable wrt #228647
68
69
70
71 --
72 gentoo-commits@l.g.o mailing list