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: Thu, 31 May 2012 14:25:47
Message-Id: 20120531142517.96D9C2004B@flycatcher.gentoo.org
1 angelos 12/05/31 14:25:17
2
3 Modified: audio-entropyd-2.0.3.ebuild ChangeLog
4 Log:
5 Remove -g from CFLAGS and add missing dependency on media-libs/alsa-lib
6
7 (Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.5 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.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audio-entropyd/audio-entropyd-2.0.3.ebuild?rev=1.5&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.4&r2=1.5
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.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- audio-entropyd-2.0.3.ebuild 30 May 2012 07:17:06 -0000 1.4
23 +++ audio-entropyd-2.0.3.ebuild 31 May 2012 14:25:17 -0000 1.5
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.4 2012/05/30 07:17:06 jdhore Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-sound/audio-entropyd/audio-entropyd-2.0.3.ebuild,v 1.5 2012/05/31 14:25:17 angelos Exp $
29
30 EAPI=4
31 inherit eutils toolchain-funcs
32 @@ -15,12 +15,14 @@
33 IUSE="selinux"
34
35 RDEPEND="selinux? ( sec-policy/selinux-entropyd )
36 - media-sound/alsa-utils"
37 + media-sound/alsa-utils
38 + media-libs/alsa-lib"
39
40 src_prepare() {
41 epatch "${FILESDIR}/${PN}-2.0.1-uclibc.patch" \
42 "${FILESDIR}/${PN}-2.0.1-ldflags.patch"
43 - sed -i -e "s:^OPT_FLAGS=.*:OPT_FLAGS=${CFLAGS}:" Makefile
44 + sed -i -e "s:^OPT_FLAGS=.*:OPT_FLAGS=${CFLAGS}:" \
45 + -e "s: -g::" Makefile || die
46 }
47
48 src_compile() {
49
50
51
52 1.43 media-sound/audio-entropyd/ChangeLog
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audio-entropyd/ChangeLog?rev=1.43&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audio-entropyd/ChangeLog?rev=1.43&content-type=text/plain
56 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audio-entropyd/ChangeLog?r1=1.42&r2=1.43
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/media-sound/audio-entropyd/ChangeLog,v
61 retrieving revision 1.42
62 retrieving revision 1.43
63 diff -u -r1.42 -r1.43
64 --- ChangeLog 30 May 2012 07:17:06 -0000 1.42
65 +++ ChangeLog 31 May 2012 14:25:17 -0000 1.43
66 @@ -1,6 +1,9 @@
67 # ChangeLog for media-sound/audio-entropyd
68 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audio-entropyd/ChangeLog,v 1.42 2012/05/30 07:17:06 jdhore Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/media-sound/audio-entropyd/ChangeLog,v 1.43 2012/05/31 14:25:17 angelos Exp $
71 +
72 + 31 May 2012; Christoph Mende <angelos@g.o> audio-entropyd-2.0.3.ebuild:
73 + Remove -g from CFLAGS and add missing dependency on media-libs/alsa-lib
74
75 30 May 2012; Jeff Horelick <jdhore@g.o> audio-entropyd-2.0.3.ebuild:
76 marked x86 per bug 417721