Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-process/audit: audit-1.7.4.ebuild ChangeLog
Date: Tue, 24 Aug 2010 13:56:26
Message-Id: 20100824135622.EAB992004E@flycatcher.gentoo.org
1 ssuominen 10/08/24 13:56:22
2
3 Modified: audit-1.7.4.ebuild ChangeLog
4 Log:
5 Fix building with recent glibc wrt #334147 by William Keaney.
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.3 sys-process/audit/audit-1.7.4.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/audit/audit-1.7.4.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/audit/audit-1.7.4.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/audit/audit-1.7.4.ebuild?r1=1.2&r2=1.3
14
15 Index: audit-1.7.4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-process/audit/audit-1.7.4.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- audit-1.7.4.ebuild 29 May 2010 17:40:26 -0000 1.2
22 +++ audit-1.7.4.ebuild 24 Aug 2010 13:56:22 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/audit-1.7.4.ebuild,v 1.2 2010/05/29 17:40:26 armin76 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/audit-1.7.4.ebuild,v 1.3 2010/08/24 13:56:22 ssuominen Exp $
28
29 inherit autotools multilib toolchain-funcs python
30
31 @@ -55,6 +55,8 @@
32 "${S}"/audisp/plugins/Makefile.am
33 fi
34
35 + epatch "${FILESDIR}"/${P}-glibc212.patch
36 +
37 # Regenerate autotooling
38 eautoreconf
39 }
40
41
42
43 1.58 sys-process/audit/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/audit/ChangeLog?rev=1.58&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/audit/ChangeLog?rev=1.58&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/audit/ChangeLog?r1=1.57&r2=1.58
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/sys-process/audit/ChangeLog,v
52 retrieving revision 1.57
53 retrieving revision 1.58
54 diff -u -r1.57 -r1.58
55 --- ChangeLog 29 May 2010 17:40:26 -0000 1.57
56 +++ ChangeLog 24 Aug 2010 13:56:22 -0000 1.58
57 @@ -1,6 +1,10 @@
58 # ChangeLog for sys-process/audit
59 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/ChangeLog,v 1.57 2010/05/29 17:40:26 armin76 Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/ChangeLog,v 1.58 2010/08/24 13:56:22 ssuominen Exp $
62 +
63 + 24 Aug 2010; Samuli Suominen <ssuominen@g.o> audit-1.7.4.ebuild,
64 + +files/audit-1.7.4-glibc212.patch:
65 + Fix building with recent glibc wrt #334147 by William Keaney.
66
67 29 May 2010; Raúl Porcel <armin76@g.o> audit-1.7.4.ebuild,
68 audit-1.7.9.ebuild, audit-1.7.17.ebuild: