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/wmbio: wmbio-1.02.ebuild ChangeLog
Date: Wed, 01 Sep 2010 07:16:33
Message-Id: 20100901071626.2523320051@flycatcher.gentoo.org
1 s4t4n 10/09/01 07:16:26
2
3 Modified: wmbio-1.02.ebuild ChangeLog
4 Log:
5 Honour Gentoo LDFLAGS. Closes bug #335425.
6 Removed old Makedile patch relying on sed instead.
7 (Portage version: 2.1.8.3/cvs/Linux i686)
8
9 Revision Changes Path
10 1.12 x11-plugins/wmbio/wmbio-1.02.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmbio/wmbio-1.02.ebuild?rev=1.12&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmbio/wmbio-1.02.ebuild?rev=1.12&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmbio/wmbio-1.02.ebuild?r1=1.11&r2=1.12
15
16 Index: wmbio-1.02.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmbio/wmbio-1.02.ebuild,v
19 retrieving revision 1.11
20 retrieving revision 1.12
21 diff -u -r1.11 -r1.12
22 --- wmbio-1.02.ebuild 9 Feb 2010 15:00:21 -0000 1.11
23 +++ wmbio-1.02.ebuild 1 Sep 2010 07:16:26 -0000 1.12
24 @@ -1,6 +1,6 @@
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/wmbio/wmbio-1.02.ebuild,v 1.11 2010/02/09 15:00:21 yngwin Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbio/wmbio-1.02.ebuild,v 1.12 2010/09/01 07:16:26 s4t4n Exp $
29
30 EAPI=2
31 inherit eutils
32 @@ -24,7 +24,10 @@
33
34 src_prepare() {
35 # Honour Gentoo CFLAGS
36 - epatch "${FILESDIR}"/${PN}-Makefile.patch
37 + sed -i "s/-g -O2/\$(CFLAGS)/" Makefile
38 +
39 + # Honour Gentoo LDFLAGS
40 + sed -i "s/-o wmbio/\$(LDFLAGS) -o wmbio/" Makefile
41 }
42
43 src_compile() {
44
45
46
47 1.16 x11-plugins/wmbio/ChangeLog
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmbio/ChangeLog?rev=1.16&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmbio/ChangeLog?rev=1.16&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmbio/ChangeLog?r1=1.15&r2=1.16
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmbio/ChangeLog,v
56 retrieving revision 1.15
57 retrieving revision 1.16
58 diff -u -r1.15 -r1.16
59 --- ChangeLog 9 Feb 2010 15:00:21 -0000 1.15
60 +++ ChangeLog 1 Sep 2010 07:16:26 -0000 1.16
61 @@ -1,6 +1,11 @@
62 # ChangeLog for x11-plugins/wmbio
63 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbio/ChangeLog,v 1.15 2010/02/09 15:00:21 yngwin Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbio/ChangeLog,v 1.16 2010/09/01 07:16:26 s4t4n Exp $
66 +
67 + 01 Sep 2010; Michele Noberasco <s4t4n@g.o> wmbio-1.02.ebuild,
68 + -files/wmbio-Makefile.patch:
69 + Honour Gentoo LDFLAGS. Closes bug #335425.
70 + Removed old Makedile patch relying on sed instead.
71
72 09 Feb 2010; Ben de Groot <yngwin@g.o> wmbio-1.02.ebuild:
73 Fix typo (bug 299547). Migrate to eapi-2.