Gentoo Archives: gentoo-commits

From: "Michele Noberasco (s4t4n)" <s4t4n@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/wmgrabimage: wmgrabimage-0.72-r1.ebuild ChangeLog
Date: Wed, 01 Sep 2010 07:50:57
Message-Id: 20100901075049.9400120051@flycatcher.gentoo.org
1 s4t4n 10/09/01 07:50:49
2
3 Modified: wmgrabimage-0.72-r1.ebuild ChangeLog
4 Log:
5 Honour Gentoo LDFLAGS. Closes bug #331869.
6 (Portage version: 2.1.8.3/cvs/Linux i686)
7
8 Revision Changes Path
9 1.10 x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild?rev=1.10&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild?rev=1.10&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild?r1=1.9&r2=1.10
14
15 Index: wmgrabimage-0.72-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild,v
18 retrieving revision 1.9
19 retrieving revision 1.10
20 diff -u -r1.9 -r1.10
21 --- wmgrabimage-0.72-r1.ebuild 16 Mar 2009 16:34:19 -0000 1.9
22 +++ wmgrabimage-0.72-r1.ebuild 1 Sep 2010 07:50:49 -0000 1.10
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2009 Gentoo Foundation
25 +# Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild,v 1.9 2009/03/16 16:34:19 s4t4n Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild,v 1.10 2010/09/01 07:50:49 s4t4n Exp $
29
30 inherit eutils
31
32 @@ -37,7 +37,7 @@
33
34 src_compile() {
35 emake clean || die "emake clean failed."
36 - emake CFLAGS="${CFLAGS} -Wall" || die "emake failed."
37 + emake CFLAGS="${CFLAGS} -Wall" SYSTEM="${LDFLAGS}" || die "emake failed."
38 }
39
40 src_install() {
41
42
43
44 1.14 x11-plugins/wmgrabimage/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmgrabimage/ChangeLog?rev=1.14&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmgrabimage/ChangeLog?rev=1.14&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmgrabimage/ChangeLog?r1=1.13&r2=1.14
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmgrabimage/ChangeLog,v
53 retrieving revision 1.13
54 retrieving revision 1.14
55 diff -u -r1.13 -r1.14
56 --- ChangeLog 16 Mar 2009 16:34:19 -0000 1.13
57 +++ ChangeLog 1 Sep 2010 07:50:49 -0000 1.14
58 @@ -1,6 +1,9 @@
59 # ChangeLog for x11-plugins/wmgrabimage
60 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmgrabimage/ChangeLog,v 1.13 2009/03/16 16:34:19 s4t4n Exp $
62 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
63 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmgrabimage/ChangeLog,v 1.14 2010/09/01 07:50:49 s4t4n Exp $
64 +
65 + 02 Sep 2010; Michele Noberasco <s4t4n@g.o> wmgrabimage-0.72-r1.ebuild:
66 + Honour Gentoo LDFLAGS. Closes bug #331869.
67
68 16 Mar 2009; Michele Noberasco <s4t4n@g.o> wmgrabimage-0.72-r1.ebuild:
69 Updated SRC_URI and HOMEPAGE. Closes bug #259614.