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/wmfortune: ChangeLog wmfortune-0.241.ebuild
Date: Thu, 09 Sep 2010 10:21:04
Message-Id: 20100909102058.358FD20051@flycatcher.gentoo.org
1 s4t4n 10/09/09 10:20:58
2
3 Modified: ChangeLog wmfortune-0.241.ebuild
4 Log:
5 Honour Gentoo LDFLAGS. Closes bug #336446.
6 (Portage version: 2.1.8.3/cvs/Linux i686)
7
8 Revision Changes Path
9 1.13 x11-plugins/wmfortune/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmfortune/ChangeLog?rev=1.13&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmfortune/ChangeLog?rev=1.13&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmfortune/ChangeLog?r1=1.12&r2=1.13
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmfortune/ChangeLog,v
18 retrieving revision 1.12
19 retrieving revision 1.13
20 diff -u -r1.12 -r1.13
21 --- ChangeLog 16 Mar 2009 16:24:36 -0000 1.12
22 +++ ChangeLog 9 Sep 2010 10:20:58 -0000 1.13
23 @@ -1,6 +1,9 @@
24 # ChangeLog for x11-plugins/wmfortune
25 -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfortune/ChangeLog,v 1.12 2009/03/16 16:24:36 s4t4n Exp $
27 +# Copyright 2000-2010 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfortune/ChangeLog,v 1.13 2010/09/09 10:20:58 s4t4n Exp $
29 +
30 + 09 Sep 2010; Michele Noberasco <s4t4n@g.o> wmfortune-0.241.ebuild:
31 + Honour Gentoo LDFLAGS. Closes bug #336446.
32
33 16 Mar 2009; Michele Noberasco <s4t4n@g.o> wmfortune-0.241.ebuild:
34 Updated HOMEPAGE and SRC_URI. Closes bug #259606.
35
36
37
38 1.15 x11-plugins/wmfortune/wmfortune-0.241.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmfortune/wmfortune-0.241.ebuild?rev=1.15&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmfortune/wmfortune-0.241.ebuild?rev=1.15&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmfortune/wmfortune-0.241.ebuild?r1=1.14&r2=1.15
43
44 Index: wmfortune-0.241.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmfortune/wmfortune-0.241.ebuild,v
47 retrieving revision 1.14
48 retrieving revision 1.15
49 diff -u -r1.14 -r1.15
50 --- wmfortune-0.241.ebuild 16 Mar 2009 16:24:36 -0000 1.14
51 +++ wmfortune-0.241.ebuild 9 Sep 2010 10:20:58 -0000 1.15
52 @@ -1,6 +1,6 @@
53 -# Copyright 1999-2009 Gentoo Foundation
54 +# Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfortune/wmfortune-0.241.ebuild,v 1.14 2009/03/16 16:24:36 s4t4n Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfortune/wmfortune-0.241.ebuild,v 1.15 2010/09/09 10:20:58 s4t4n Exp $
58
59 inherit eutils multilib toolchain-funcs
60
61 @@ -25,6 +25,9 @@
62 unpack ${A}
63 cd "${S}"
64 epatch "${FILESDIR}"/${P}-stringh.patch
65 +
66 + # Honour Gentoo LDFLAGS. Closes bug #336446.
67 + sed -i 's/-o $(DEST)/$(LDFLAGS) -o $(DEST)/' Makefile
68 }
69
70 src_compile() {