Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/wmtime: wmtime-1.0_beta2_p9.ebuild
Date: Fri, 03 Sep 2010 18:49:59
Message-Id: 20100903184952.72CFE20051@flycatcher.gentoo.org
1 mr_bones_ 10/09/03 18:49:52
2
3 Modified: wmtime-1.0_beta2_p9.ebuild
4 Log:
5 whitespace
6 (Portage version: 2.1.8.3/cvs/Linux i686)
7
8 Revision Changes Path
9 1.4 x11-plugins/wmtime/wmtime-1.0_beta2_p9.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmtime/wmtime-1.0_beta2_p9.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmtime/wmtime-1.0_beta2_p9.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmtime/wmtime-1.0_beta2_p9.ebuild?r1=1.3&r2=1.4
14
15 Index: wmtime-1.0_beta2_p9.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmtime/wmtime-1.0_beta2_p9.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- wmtime-1.0_beta2_p9.ebuild 3 Sep 2010 13:34:09 -0000 1.3
22 +++ wmtime-1.0_beta2_p9.ebuild 3 Sep 2010 18:49:52 -0000 1.4
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $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 $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtime/wmtime-1.0_beta2_p9.ebuild,v 1.4 2010/09/03 18:49:52 mr_bones_ Exp $
28
29 inherit eutils versionator
30
31 @@ -41,7 +41,7 @@
32 # apply debian patch
33 epatch "${PN}_${MY_PV}-${MY_PL}.diff"
34
35 - # honour Gentoo LDFLAGS, bug #335799
36 + # honour Gentoo LDFLAGS, bug #335799
37 sed -i "s/-o wmtime/\$(LDFLAGS) -o wmtime/" "${S}/Makefile"
38 }