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/wmtime: wmtime-1.0_beta2_p9.ebuild ChangeLog
Date: Fri, 03 Sep 2010 13:34:13
Message-Id: 20100903133409.7731720051@flycatcher.gentoo.org
1 s4t4n 10/09/03 13:34:09
2
3 Modified: wmtime-1.0_beta2_p9.ebuild ChangeLog
4 Log:
5 Honour Gentoo LDFLAGS, bug #335799.
6 Stable for x86.
7 (Portage version: 2.1.8.3/cvs/Linux i686)
8
9 Revision Changes Path
10 1.3 x11-plugins/wmtime/wmtime-1.0_beta2_p9.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmtime/wmtime-1.0_beta2_p9.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmtime/wmtime-1.0_beta2_p9.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmtime/wmtime-1.0_beta2_p9.ebuild?r1=1.2&r2=1.3
15
16 Index: wmtime-1.0_beta2_p9.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmtime/wmtime-1.0_beta2_p9.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- wmtime-1.0_beta2_p9.ebuild 13 Apr 2008 19:33:11 -0000 1.2
23 +++ wmtime-1.0_beta2_p9.ebuild 3 Sep 2010 13:34:09 -0000 1.3
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2008 Gentoo Foundation
26 +# Copyright 1999-2010 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtime/wmtime-1.0_beta2_p9.ebuild,v 1.2 2008/04/13 19:33:11 ken69267 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtime/wmtime-1.0_beta2_p9.ebuild,v 1.3 2010/09/03 13:34:09 s4t4n Exp $
30
31 inherit eutils versionator
32
33 @@ -19,7 +19,7 @@
34 HOMEPAGE="http://packages.qa.debian.org/w/wmtime.html"
35
36 SLOT="0"
37 -KEYWORDS="~amd64 ~x86"
38 +KEYWORDS="~amd64 x86"
39 LICENSE="GPL-2"
40
41 RDEPEND="x11-libs/libX11
42 @@ -40,10 +40,13 @@
43
44 # apply debian patch
45 epatch "${PN}_${MY_PV}-${MY_PL}.diff"
46 +
47 + # honour Gentoo LDFLAGS, bug #335799
48 + sed -i "s/-o wmtime/\$(LDFLAGS) -o wmtime/" "${S}/Makefile"
49 }
50
51 src_compile() {
52 - emake CFLAGS="${CFLAGS}" || die "emake failed"
53 + emake CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" || die "emake failed"
54 }
55
56 src_install () {
57
58
59
60 1.3 x11-plugins/wmtime/ChangeLog
61
62 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmtime/ChangeLog?rev=1.3&view=markup
63 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmtime/ChangeLog?rev=1.3&content-type=text/plain
64 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmtime/ChangeLog?r1=1.2&r2=1.3
65
66 Index: ChangeLog
67 ===================================================================
68 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmtime/ChangeLog,v
69 retrieving revision 1.2
70 retrieving revision 1.3
71 diff -u -r1.2 -r1.3
72 --- ChangeLog 13 Apr 2008 19:33:11 -0000 1.2
73 +++ ChangeLog 3 Sep 2010 13:34:09 -0000 1.3
74 @@ -1,6 +1,10 @@
75 # ChangeLog for x11-plugins/wmtime
76 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
77 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtime/ChangeLog,v 1.2 2008/04/13 19:33:11 ken69267 Exp $
78 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
79 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtime/ChangeLog,v 1.3 2010/09/03 13:34:09 s4t4n Exp $
80 +
81 + 03 Sep 2010; Michele Noberasco <s4t4n@g.o> wmtime-1.0_beta2_p9.ebuild:
82 + Honour Gentoo LDFLAGS, bug #335799.
83 + Stable for x86.
84
85 13 Apr 2008; Kenneth Prugh <ken69267@g.o>
86 wmtime-1.0_beta2_p9.ebuild: