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/wmtimer: ChangeLog wmtimer-2.92-r1.ebuild wmtimer-2.92.ebuild
Date: Tue, 31 Aug 2010 14:27:43
Message-Id: 20100831142735.1ADCA20051@flycatcher.gentoo.org
1 s4t4n 10/08/31 14:27:35
2
3 Modified: ChangeLog wmtimer-2.92-r1.ebuild
4 wmtimer-2.92.ebuild
5 Log:
6 Reworked magic SEDs to honour Gentoo LDFLAGS.
7 (Portage version: 2.1.8.3/cvs/Linux i686)
8
9 Revision Changes Path
10 1.24 x11-plugins/wmtimer/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmtimer/ChangeLog?rev=1.24&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmtimer/ChangeLog?rev=1.24&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmtimer/ChangeLog?r1=1.23&r2=1.24
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmtimer/ChangeLog,v
19 retrieving revision 1.23
20 retrieving revision 1.24
21 diff -u -r1.23 -r1.24
22 --- ChangeLog 28 Oct 2008 10:13:29 -0000 1.23
23 +++ ChangeLog 31 Aug 2010 14:27:34 -0000 1.24
24 @@ -1,6 +1,10 @@
25 # ChangeLog for x11-plugins/wmtimer
26 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtimer/ChangeLog,v 1.23 2008/10/28 10:13:29 s4t4n Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtimer/ChangeLog,v 1.24 2010/08/31 14:27:34 s4t4n Exp $
30 +
31 + 28 Oct 2008; Michele Noberasco <s4t4n@g.o> wmtimer-2.9.2-r1.ebuild,
32 + wmtimer-2.9.2.ebuild:
33 + Reworked magic SEDs to honour Gentoo LDFLAGS.
34
35 *wmtimer-2.92-r1 (28 Oct 2008)
36
37
38
39
40 1.2 x11-plugins/wmtimer/wmtimer-2.92-r1.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmtimer/wmtimer-2.92-r1.ebuild?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmtimer/wmtimer-2.92-r1.ebuild?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmtimer/wmtimer-2.92-r1.ebuild?r1=1.1&r2=1.2
45
46 Index: wmtimer-2.92-r1.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmtimer/wmtimer-2.92-r1.ebuild,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- wmtimer-2.92-r1.ebuild 28 Oct 2008 10:13:29 -0000 1.1
53 +++ wmtimer-2.92-r1.ebuild 31 Aug 2010 14:27:34 -0000 1.2
54 @@ -1,6 +1,6 @@
55 -# Copyright 1999-2008 Gentoo Foundation
56 +# Copyright 1999-2010 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtimer/wmtimer-2.92-r1.ebuild,v 1.1 2008/10/28 10:13:29 s4t4n Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtimer/wmtimer-2.92-r1.ebuild,v 1.2 2010/08/31 14:27:34 s4t4n Exp $
60
61 inherit eutils multilib toolchain-funcs
62
63 @@ -25,7 +25,10 @@
64 src_unpack() {
65 unpack ${A}
66 cd "${S}"
67 - sed -e "s:-O2::" -e "s:-g:${CFLAGS}:g" -i Makefile
68 + sed -e "s:\$(CFLAGS)::" -i Makefile
69 + sed -e "s:-g::g" -i Makefile
70 + sed -e "s:-O2:\$(CFLAGS) ${CFLAGS}:" -i Makefile
71 + sed -e "s:-o wmtimer:\$(LDFLAGS) -o wmtimer:" -i Makefile
72 epatch "${FILESDIR}"/"${PN}"-counter-fix.patch
73 }
74
75
76
77
78 1.3 x11-plugins/wmtimer/wmtimer-2.92.ebuild
79
80 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmtimer/wmtimer-2.92.ebuild?rev=1.3&view=markup
81 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmtimer/wmtimer-2.92.ebuild?rev=1.3&content-type=text/plain
82 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmtimer/wmtimer-2.92.ebuild?r1=1.2&r2=1.3
83
84 Index: wmtimer-2.92.ebuild
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmtimer/wmtimer-2.92.ebuild,v
87 retrieving revision 1.2
88 retrieving revision 1.3
89 diff -u -r1.2 -r1.3
90 --- wmtimer-2.92.ebuild 13 Jan 2008 02:40:01 -0000 1.2
91 +++ wmtimer-2.92.ebuild 31 Aug 2010 14:27:34 -0000 1.3
92 @@ -1,6 +1,6 @@
93 -# Copyright 1999-2008 Gentoo Foundation
94 +# Copyright 1999-2010 Gentoo Foundation
95 # Distributed under the terms of the GNU General Public License v2
96 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtimer/wmtimer-2.92.ebuild,v 1.2 2008/01/13 02:40:01 drac Exp $
97 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtimer/wmtimer-2.92.ebuild,v 1.3 2010/08/31 14:27:34 s4t4n Exp $
98
99 inherit multilib toolchain-funcs
100
101 @@ -25,7 +25,10 @@
102 src_unpack() {
103 unpack ${A}
104 cd "${S}"
105 - sed -e "s:-O2::" -e "s:-g:${CFLAGS}:g" -i Makefile
106 + sed -e "s:\$(CFLAGS)::" -i Makefile
107 + sed -e "s:-g::g" -i Makefile
108 + sed -e "s:-O2:\$(CFLAGS) ${CFLAGS}:" -i Makefile
109 + sed -e "s:-o wmtimer:\$(LDFLAGS) -o wmtimer:" -i Makefile
110 }
111
112 src_compile() {