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/wmxkb: ChangeLog wmxkb-1.2.2.ebuild
Date: Thu, 09 Sep 2010 10:33:46
Message-Id: 20100909103335.B91DE20051@flycatcher.gentoo.org
1 s4t4n 10/09/09 10:33:35
2
3 Modified: ChangeLog wmxkb-1.2.2.ebuild
4 Log:
5 Honour Gentoo LDFLAGS, see bug #336528.
6 (Portage version: 2.1.8.3/cvs/Linux i686)
7
8 Revision Changes Path
9 1.12 x11-plugins/wmxkb/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmxkb/ChangeLog?rev=1.12&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmxkb/ChangeLog?rev=1.12&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmxkb/ChangeLog?r1=1.11&r2=1.12
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmxkb/ChangeLog,v
18 retrieving revision 1.11
19 retrieving revision 1.12
20 diff -u -r1.11 -r1.12
21 --- ChangeLog 15 Dec 2009 17:46:13 -0000 1.11
22 +++ ChangeLog 9 Sep 2010 10:33:35 -0000 1.12
23 @@ -1,6 +1,9 @@
24 # ChangeLog for x11-plugins/wmxkb
25 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmxkb/ChangeLog,v 1.11 2009/12/15 17:46:13 ssuominen Exp $
27 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmxkb/ChangeLog,v 1.12 2010/09/09 10:33:35 s4t4n Exp $
29 +
30 + 09 Sep 2010; Michele Noberasco <s4t4n@g.o> wmxkb-1.2.2.ebuild:
31 + Honour Gentoo LDFLAGS, see bug #336528.
32
33 15 Dec 2009; Samuli Suominen <ssuominen@g.o> wmxkb-1.2.2.ebuild:
34 Fix HOMEPAGE and SRC_URI wrt #297028.
35
36
37
38 1.9 x11-plugins/wmxkb/wmxkb-1.2.2.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmxkb/wmxkb-1.2.2.ebuild?rev=1.9&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmxkb/wmxkb-1.2.2.ebuild?rev=1.9&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmxkb/wmxkb-1.2.2.ebuild?r1=1.8&r2=1.9
43
44 Index: wmxkb-1.2.2.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmxkb/wmxkb-1.2.2.ebuild,v
47 retrieving revision 1.8
48 retrieving revision 1.9
49 diff -u -r1.8 -r1.9
50 --- wmxkb-1.2.2.ebuild 15 Dec 2009 17:46:13 -0000 1.8
51 +++ wmxkb-1.2.2.ebuild 9 Sep 2010 10:33:35 -0000 1.9
52 @@ -1,7 +1,8 @@
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/wmxkb/wmxkb-1.2.2.ebuild,v 1.8 2009/12/15 17:46:13 ssuominen Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmxkb/wmxkb-1.2.2.ebuild,v 1.9 2010/09/09 10:33:35 s4t4n Exp $
58
59 +EAPI=2
60 IUSE=""
61
62 DESCRIPTION="Dockable keyboard layout switcher for Window Maker"
63 @@ -21,6 +22,11 @@
64 x11-proto/xextproto
65 x11-proto/inputproto"
66
67 +src_prepare() {
68 + #Honour Gentoo LDFLAGS, see bug #336528.
69 + sed -ie "s/\$(LD) -o/\$(LD) \$(LDFLAGS) -o/" Makefile.in
70 +}
71 +
72 src_install () {
73 make DESTDIR="${D}" BINDIR="${D}/usr/bin" DOCDIR="${D}/usr/share/doc" DATADIR="${D}/usr/share" install