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/wmfrog: ChangeLog wmfrog-0.2.0-r1.ebuild wmfrog-0.2.0.ebuild
Date: Tue, 31 Aug 2010 13:00:52
Message-Id: 20100831130035.31F9C20051@flycatcher.gentoo.org
1 s4t4n 10/08/31 13:00:35
2
3 Modified: ChangeLog wmfrog-0.2.0-r1.ebuild
4 Removed: wmfrog-0.2.0.ebuild
5 Log:
6 Honour LDFLAGS. Closes bug #335388.
7 Wiped out older revision.
8 (Portage version: 2.1.8.3/cvs/Linux i686)
9
10 Revision Changes Path
11 1.11 x11-plugins/wmfrog/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmfrog/ChangeLog?rev=1.11&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmfrog/ChangeLog?rev=1.11&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmfrog/ChangeLog?r1=1.10&r2=1.11
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmfrog/ChangeLog,v
20 retrieving revision 1.10
21 retrieving revision 1.11
22 diff -u -r1.10 -r1.11
23 --- ChangeLog 18 May 2010 12:56:52 -0000 1.10
24 +++ ChangeLog 31 Aug 2010 13:00:34 -0000 1.11
25 @@ -1,6 +1,11 @@
26 # ChangeLog for x11-plugins/wmfrog
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfrog/ChangeLog,v 1.10 2010/05/18 12:56:52 hwoarang Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfrog/ChangeLog,v 1.11 2010/08/31 13:00:34 s4t4n Exp $
30 +
31 + 31 Aug 2010; Michele Noberasco <s4t4n@g.o> wmfrog-0.2.0-r1.ebuild:
32 + Honour LDFLAGS. Closes bug #335388.
33 + wmfrog-0.2.0.ebuild:
34 + Wiped out older revision.
35
36 18 May 2010; Markos Chandras <hwoarang@g.o> wmfrog-0.2.0-r1.ebuild:
37 Stable on amd64 wrt bug #280361
38
39
40
41 1.4 x11-plugins/wmfrog/wmfrog-0.2.0-r1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmfrog/wmfrog-0.2.0-r1.ebuild?rev=1.4&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmfrog/wmfrog-0.2.0-r1.ebuild?rev=1.4&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmfrog/wmfrog-0.2.0-r1.ebuild?r1=1.3&r2=1.4
46
47 Index: wmfrog-0.2.0-r1.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmfrog/wmfrog-0.2.0-r1.ebuild,v
50 retrieving revision 1.3
51 retrieving revision 1.4
52 diff -u -r1.3 -r1.4
53 --- wmfrog-0.2.0-r1.ebuild 18 May 2010 12:56:52 -0000 1.3
54 +++ wmfrog-0.2.0-r1.ebuild 31 Aug 2010 13:00:34 -0000 1.4
55 @@ -1,6 +1,6 @@
56 # Copyright 1999-2010 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfrog/wmfrog-0.2.0-r1.ebuild,v 1.3 2010/05/18 12:56:52 hwoarang Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfrog/wmfrog-0.2.0-r1.ebuild,v 1.4 2010/08/31 13:00:34 s4t4n Exp $
60
61 EAPI=2
62 inherit eutils toolchain-funcs
63 @@ -28,7 +28,7 @@
64
65 src_compile() {
66 emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" INCDIR="" \
67 - LIBDIR="" || die "emake failed."
68 + LIBDIR="" SYSTEM="${LDFLAGS}" || die "emake failed."
69 }
70
71 src_install() {