Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/xloadimage: xloadimage-4.1-r10.ebuild ChangeLog
Date: Fri, 04 Sep 2009 07:32:00
Message-Id: E1MjY5e-0005uB-IR@stork.gentoo.org
1 ssuominen 09/09/04 12:40:30
2
3 Modified: xloadimage-4.1-r10.ebuild ChangeLog
4 Log:
5 Include stdlib.h for exit(3) and respect LDFLAGS when building uufilter binary.
6 (Portage version: 2.2_rc40/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.3 media-gfx/xloadimage/xloadimage-4.1-r10.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/xloadimage/xloadimage-4.1-r10.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/xloadimage/xloadimage-4.1-r10.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/xloadimage/xloadimage-4.1-r10.ebuild?r1=1.2&r2=1.3
14
15 Index: xloadimage-4.1-r10.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-gfx/xloadimage/xloadimage-4.1-r10.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- xloadimage-4.1-r10.ebuild 4 Sep 2009 11:36:08 -0000 1.2
22 +++ xloadimage-4.1-r10.ebuild 4 Sep 2009 12:40:30 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/xloadimage/xloadimage-4.1-r10.ebuild,v 1.2 2009/09/04 11:36:08 ssuominen Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/xloadimage/xloadimage-4.1-r10.ebuild,v 1.3 2009/09/04 12:40:30 ssuominen Exp $
28
29 EAPI=2
30 inherit eutils toolchain-funcs
31 @@ -45,6 +45,7 @@
32 sed -i -e 's,<malloc.h>,<stdlib.h>,' vicar.c || die
33
34 epatch "${FILESDIR}"/${P}-unaligned-access.patch
35 + epatch "${FILESDIR}"/${P}-ldflags_and_exit.patch
36
37 chmod +x configure
38 }
39
40
41
42 1.44 media-gfx/xloadimage/ChangeLog
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/xloadimage/ChangeLog?rev=1.44&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/xloadimage/ChangeLog?rev=1.44&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/xloadimage/ChangeLog?r1=1.43&r2=1.44
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/media-gfx/xloadimage/ChangeLog,v
51 retrieving revision 1.43
52 retrieving revision 1.44
53 diff -u -r1.43 -r1.44
54 --- ChangeLog 4 Sep 2009 11:14:38 -0000 1.43
55 +++ ChangeLog 4 Sep 2009 12:40:30 -0000 1.44
56 @@ -1,6 +1,11 @@
57 # ChangeLog for media-gfx/xloadimage
58 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/xloadimage/ChangeLog,v 1.43 2009/09/04 11:14:38 ssuominen Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/xloadimage/ChangeLog,v 1.44 2009/09/04 12:40:30 ssuominen Exp $
61 +
62 + 04 Sep 2009; Samuli Suominen <ssuominen@g.o>
63 + xloadimage-4.1-r10.ebuild, +files/xloadimage-4.1-ldflags_and_exit.patch:
64 + Include stdlib.h for exit(3) and respect LDFLAGS when building uufilter
65 + binary.
66
67 *xloadimage-4.1-r10 (04 Sep 2009)