Gentoo Archives: gentoo-commits

From: "Joe Sapp (nixphoeni)" <nixphoeni@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/xwax: xwax-0.4.ebuild ChangeLog xwax-0.5.ebuild xwax-0.6.ebuild
Date: Tue, 08 Sep 2009 12:14:19
Message-Id: E1MkzaG-0004Co-Dt@stork.gentoo.org
1 nixphoeni 09/09/08 12:14:04
2
3 Modified: xwax-0.4.ebuild ChangeLog xwax-0.5.ebuild
4 xwax-0.6.ebuild
5 Log:
6 Only the optimization levels should be removed from CFLAGS and LDFLAGS to allow for user customization
7 (Portage version: 2.1.6.13/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.7 media-sound/xwax/xwax-0.4.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/xwax/xwax-0.4.ebuild?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/xwax/xwax-0.4.ebuild?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/xwax/xwax-0.4.ebuild?r1=1.6&r2=1.7
15
16 Index: xwax-0.4.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-sound/xwax/xwax-0.4.ebuild,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- xwax-0.4.ebuild 7 Jun 2009 04:46:12 -0000 1.6
23 +++ xwax-0.4.ebuild 8 Sep 2009 12:14:03 -0000 1.7
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-sound/xwax/xwax-0.4.ebuild,v 1.6 2009/06/07 04:46:12 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-sound/xwax/xwax-0.4.ebuild,v 1.7 2009/09/08 12:14:03 nixphoeni Exp $
29
30 EAPI=2
31 inherit eutils toolchain-funcs
32 @@ -25,7 +25,7 @@
33 epatch "${FILESDIR}/${P}-fonts.patch"
34 # Remove the 'CFLAGS += -Wall -03' line from Makefile
35 # Add LDFLAGS to Makefile
36 - sed -i -e 's:^CFLAGS:#CFLAGS:' \
37 + sed -i -e 's:\(^CFLAGS.*\)-O[0-9]\(.*\):\1\2:' \
38 -e 's:\($(CC) .* $(DEVICE_LIBS)\):\1 $(LDFLAGS):' \
39 Makefile || die "sed failed"
40 }
41
42
43
44 1.8 media-sound/xwax/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/xwax/ChangeLog?rev=1.8&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/xwax/ChangeLog?rev=1.8&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/xwax/ChangeLog?r1=1.7&r2=1.8
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/media-sound/xwax/ChangeLog,v
53 retrieving revision 1.7
54 retrieving revision 1.8
55 diff -u -r1.7 -r1.8
56 --- ChangeLog 8 Sep 2009 00:29:54 -0000 1.7
57 +++ ChangeLog 8 Sep 2009 12:14:03 -0000 1.8
58 @@ -1,6 +1,11 @@
59 # ChangeLog for media-sound/xwax
60 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/media-sound/xwax/ChangeLog,v 1.7 2009/09/08 00:29:54 nixphoeni Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/media-sound/xwax/ChangeLog,v 1.8 2009/09/08 12:14:03 nixphoeni Exp $
63 +
64 + 08 Sep 2009; Joe Sapp <nixphoeni@g.o> xwax-0.4.ebuild,
65 + xwax-0.5.ebuild, xwax-0.6.ebuild:
66 + Only the optimization levels should be removed from CFLAGS and LDFLAGS to
67 + allow for user customization
68
69 *xwax-0.6 (08 Sep 2009)
70
71
72
73
74 1.2 media-sound/xwax/xwax-0.5.ebuild
75
76 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/xwax/xwax-0.5.ebuild?rev=1.2&view=markup
77 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/xwax/xwax-0.5.ebuild?rev=1.2&content-type=text/plain
78 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/xwax/xwax-0.5.ebuild?r1=1.1&r2=1.2
79
80 Index: xwax-0.5.ebuild
81 ===================================================================
82 RCS file: /var/cvsroot/gentoo-x86/media-sound/xwax/xwax-0.5.ebuild,v
83 retrieving revision 1.1
84 retrieving revision 1.2
85 diff -u -r1.1 -r1.2
86 --- xwax-0.5.ebuild 7 Jul 2009 04:00:25 -0000 1.1
87 +++ xwax-0.5.ebuild 8 Sep 2009 12:14:03 -0000 1.2
88 @@ -1,6 +1,6 @@
89 # Copyright 1999-2009 Gentoo Foundation
90 # Distributed under the terms of the GNU General Public License v2
91 -# $Header: /var/cvsroot/gentoo-x86/media-sound/xwax/xwax-0.5.ebuild,v 1.1 2009/07/07 04:00:25 nixphoeni Exp $
92 +# $Header: /var/cvsroot/gentoo-x86/media-sound/xwax/xwax-0.5.ebuild,v 1.2 2009/09/08 12:14:03 nixphoeni Exp $
93
94 EAPI=2
95 inherit eutils toolchain-funcs
96 @@ -22,10 +22,10 @@
97 DEPEND="${RDEPEND}"
98
99 src_prepare() {
100 - # Remove the forced optimization from 'CFLAGS' and the 'LDFLAGS' line
101 - # from Makefile
102 - sed -i -e 's:^CFLAGS.*:CFLAGS += -MMD:' \
103 - -e 's:^LDFLAGS:#LDFLAGS:' \
104 + # Remove the forced optimization from 'CFLAGS' and 'LDFLAGS' in
105 + # the Makefile
106 + sed -i -e 's:\(^CFLAGS.*\)-O[0-9]\(.*\):\1\2:' \
107 + -e 's:\(^LDFLAGS.*\)-O[0-9]\(.*\):\1\2:' \
108 Makefile || die "sed failed"
109 }
110
111
112
113
114 1.2 media-sound/xwax/xwax-0.6.ebuild
115
116 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/xwax/xwax-0.6.ebuild?rev=1.2&view=markup
117 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/xwax/xwax-0.6.ebuild?rev=1.2&content-type=text/plain
118 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/xwax/xwax-0.6.ebuild?r1=1.1&r2=1.2
119
120 Index: xwax-0.6.ebuild
121 ===================================================================
122 RCS file: /var/cvsroot/gentoo-x86/media-sound/xwax/xwax-0.6.ebuild,v
123 retrieving revision 1.1
124 retrieving revision 1.2
125 diff -u -r1.1 -r1.2
126 --- xwax-0.6.ebuild 8 Sep 2009 00:29:54 -0000 1.1
127 +++ xwax-0.6.ebuild 8 Sep 2009 12:14:03 -0000 1.2
128 @@ -1,6 +1,6 @@
129 # Copyright 1999-2009 Gentoo Foundation
130 # Distributed under the terms of the GNU General Public License v2
131 -# $Header: /var/cvsroot/gentoo-x86/media-sound/xwax/xwax-0.6.ebuild,v 1.1 2009/09/08 00:29:54 nixphoeni Exp $
132 +# $Header: /var/cvsroot/gentoo-x86/media-sound/xwax/xwax-0.6.ebuild,v 1.2 2009/09/08 12:14:03 nixphoeni Exp $
133
134 EAPI=2
135 inherit eutils toolchain-funcs
136 @@ -22,10 +22,10 @@
137 DEPEND="${RDEPEND}"
138
139 src_prepare() {
140 - # Remove the forced optimization from 'CFLAGS' and the 'LDFLAGS' line
141 - # from Makefile
142 - sed -i -e 's:^CFLAGS.*:CFLAGS += -MMD:' \
143 - -e 's:^LDFLAGS:#LDFLAGS:' \
144 + # Remove the forced optimization from 'CFLAGS' and 'LDFLAGS' in
145 + # the Makefile
146 + sed -i -e 's:\(^CFLAGS.*\)-O[0-9]\(.*\):\1\2:' \
147 + -e 's:\(^LDFLAGS.*\)-O[0-9]\(.*\):\1\2:' \
148 Makefile || die "sed failed"
149 }