Gentoo Archives: gentoo-commits

From: "Christoph Mende (angelos)" <angelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/audio-entropyd: audio-entropyd-2.0.3.ebuild ChangeLog
Date: Sun, 08 Jul 2012 11:06:11
Message-Id: 20120708110600.4193F20063@flycatcher.gentoo.org
1 angelos 12/07/08 11:06:00
2
3 Modified: audio-entropyd-2.0.3.ebuild ChangeLog
4 Log:
5 Fix compilation with -g* flags
6
7 (Portage version: 2.2.0_alpha116/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.7 media-sound/audio-entropyd/audio-entropyd-2.0.3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audio-entropyd/audio-entropyd-2.0.3.ebuild?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audio-entropyd/audio-entropyd-2.0.3.ebuild?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audio-entropyd/audio-entropyd-2.0.3.ebuild?r1=1.6&r2=1.7
15
16 Index: audio-entropyd-2.0.3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-sound/audio-entropyd/audio-entropyd-2.0.3.ebuild,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- audio-entropyd-2.0.3.ebuild 7 Jun 2012 18:46:34 -0000 1.6
23 +++ audio-entropyd-2.0.3.ebuild 8 Jul 2012 11:06:00 -0000 1.7
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audio-entropyd/audio-entropyd-2.0.3.ebuild,v 1.6 2012/06/07 18:46:34 ranger Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-sound/audio-entropyd/audio-entropyd-2.0.3.ebuild,v 1.7 2012/07/08 11:06:00 angelos Exp $
29
30 EAPI=4
31 inherit eutils toolchain-funcs
32 @@ -22,7 +22,7 @@
33 epatch "${FILESDIR}/${PN}-2.0.1-uclibc.patch" \
34 "${FILESDIR}/${PN}-2.0.1-ldflags.patch"
35 sed -i -e "s:^OPT_FLAGS=.*:OPT_FLAGS=${CFLAGS}:" \
36 - -e "s: -g::" Makefile || die
37 + -e "/^WARNFLAGS/s: -g::" Makefile || die
38 }
39
40 src_compile() {
41
42
43
44 1.45 media-sound/audio-entropyd/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audio-entropyd/ChangeLog?rev=1.45&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audio-entropyd/ChangeLog?rev=1.45&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audio-entropyd/ChangeLog?r1=1.44&r2=1.45
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/media-sound/audio-entropyd/ChangeLog,v
53 retrieving revision 1.44
54 retrieving revision 1.45
55 diff -u -r1.44 -r1.45
56 --- ChangeLog 7 Jun 2012 18:46:34 -0000 1.44
57 +++ ChangeLog 8 Jul 2012 11:06:00 -0000 1.45
58 @@ -1,6 +1,9 @@
59 # ChangeLog for media-sound/audio-entropyd
60 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audio-entropyd/ChangeLog,v 1.44 2012/06/07 18:46:34 ranger Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/media-sound/audio-entropyd/ChangeLog,v 1.45 2012/07/08 11:06:00 angelos Exp $
63 +
64 + 08 Jul 2012; Christoph Mende <angelos@g.o> audio-entropyd-2.0.3.ebuild:
65 + Fix compilation with -g* flags
66
67 07 Jun 2012; Brent Baude <ranger@g.o> audio-entropyd-2.0.3.ebuild:
68 Marking audio-entropyd-2.0.3 ppc for bug 417721
69 @@ -179,4 +182,3 @@
70 31 Mar 2004; Joshua Brindle <method@g.o> audio-entropyd-0.0.6.ebuild,
71 metadata.xml, files/audio-entropyd.init:
72 initial import
73 -