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/wmXName: ChangeLog wmXName-0.1.ebuild
Date: Tue, 31 Aug 2010 13:10:10
Message-Id: 20100831131002.66EF820051@flycatcher.gentoo.org
1 s4t4n 10/08/31 13:10:02
2
3 Modified: ChangeLog wmXName-0.1.ebuild
4 Log:
5 Honour LDFLAGS. Closes bug #334451.
6 Stable for x86.
7 (Portage version: 2.1.8.3/cvs/Linux i686)
8
9 Revision Changes Path
10 1.2 x11-plugins/wmXName/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmXName/ChangeLog?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmXName/ChangeLog?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmXName/ChangeLog?r1=1.1&r2=1.2
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmXName/ChangeLog,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ChangeLog 17 Apr 2009 12:28:19 -0000 1.1
23 +++ ChangeLog 31 Aug 2010 13:10:02 -0000 1.2
24 @@ -1,8 +1,12 @@
25 # ChangeLog for x11-plugins/wmXName
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmXName/ChangeLog,v 1.1 2009/04/17 12:28:19 s4t4n Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmXName/ChangeLog,v 1.2 2010/08/31 13:10:02 s4t4n Exp $
30
31 -*wmpower-0.1 (17 Apr 2009)
32 + 31 Aug 2010; Michele Noberasco <s4t4n@g.o> wmXName-0.1.ebuild:
33 + Honour LDFLAGS. Closes bug #334451.
34 + Stable for x86.
35 +
36 +*wmXName-0.1 (17 Apr 2009)
37
38 17 Apr 2009; Michele Noberasco <s4t4n@g.o> wmXName-0.1.ebuild:
39 Initial import. Closes bug #208069.
40
41
42
43 1.2 x11-plugins/wmXName/wmXName-0.1.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmXName/wmXName-0.1.ebuild?rev=1.2&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmXName/wmXName-0.1.ebuild?rev=1.2&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmXName/wmXName-0.1.ebuild?r1=1.1&r2=1.2
48
49 Index: wmXName-0.1.ebuild
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmXName/wmXName-0.1.ebuild,v
52 retrieving revision 1.1
53 retrieving revision 1.2
54 diff -u -r1.1 -r1.2
55 --- wmXName-0.1.ebuild 17 Apr 2009 12:28:19 -0000 1.1
56 +++ wmXName-0.1.ebuild 31 Aug 2010 13:10:02 -0000 1.2
57 @@ -1,6 +1,6 @@
58 -# Copyright 1999-2009 Gentoo Foundation
59 +# Copyright 1999-2010 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmXName/wmXName-0.1.ebuild,v 1.1 2009/04/17 12:28:19 s4t4n Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmXName/wmXName-0.1.ebuild,v 1.2 2010/08/31 13:10:02 s4t4n Exp $
63
64 MY_PV="0.01"
65 MY_P="${PN}-${MY_PV}"
66 @@ -12,7 +12,7 @@
67
68 LICENSE="GPL-2"
69 SLOT="0"
70 -KEYWORDS="~x86"
71 +KEYWORDS="x86"
72
73 COMMON_DEPEND=">=x11-libs/libXpm-3.5.7
74 >=x11-libs/libX11-1.1.4
75 @@ -38,7 +38,7 @@
76 }
77
78 src_compile() {
79 - emake || die
80 + emake SYSTEM="${LDFLAGS}" || die
81 }
82
83 src_install () {