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-1.0.1.ebuild ChangeLog
Date: Tue, 22 Jan 2008 12:22:48
Message-Id: E1JHI9M-0004PQ-Px@stork.gentoo.org
1 angelos 08/01/22 12:22:44
2
3 Modified: audio-entropyd-1.0.1.ebuild ChangeLog
4 Log:
5 Work around compilation failures on uclibc
6 (Portage version: 2.1.4)
7
8 Revision Changes Path
9 1.4 media-sound/audio-entropyd/audio-entropyd-1.0.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audio-entropyd/audio-entropyd-1.0.1.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audio-entropyd/audio-entropyd-1.0.1.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audio-entropyd/audio-entropyd-1.0.1.ebuild?r1=1.3&r2=1.4
14
15 Index: audio-entropyd-1.0.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-sound/audio-entropyd/audio-entropyd-1.0.1.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- audio-entropyd-1.0.1.ebuild 21 Jan 2008 21:55:52 -0000 1.3
22 +++ audio-entropyd-1.0.1.ebuild 22 Jan 2008 12:22:44 -0000 1.4
23 @@ -1,8 +1,8 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audio-entropyd/audio-entropyd-1.0.1.ebuild,v 1.3 2008/01/21 21:55:52 maekke Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-sound/audio-entropyd/audio-entropyd-1.0.1.ebuild,v 1.4 2008/01/22 12:22:44 angelos Exp $
28
29 -inherit toolchain-funcs
30 +inherit eutils toolchain-funcs
31
32 DESCRIPTION="Audio-entropyd generates entropy-data for the /dev/random device."
33 HOMEPAGE="http://www.vanheusden.com/aed/"
34 @@ -19,6 +19,7 @@
35 unpack ${A}
36 cd "${S}"
37
38 + epatch "${FILESDIR}/${P}-uclibc.patch"
39 sed -i -e "s:^OPT_FLAGS=.*:OPT_FLAGS=${CFLAGS}:" Makefile
40 }
41
42
43
44
45 1.24 media-sound/audio-entropyd/ChangeLog
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audio-entropyd/ChangeLog?rev=1.24&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audio-entropyd/ChangeLog?rev=1.24&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audio-entropyd/ChangeLog?r1=1.23&r2=1.24
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/media-sound/audio-entropyd/ChangeLog,v
54 retrieving revision 1.23
55 retrieving revision 1.24
56 diff -u -r1.23 -r1.24
57 --- ChangeLog 21 Jan 2008 21:58:40 -0000 1.23
58 +++ ChangeLog 22 Jan 2008 12:22:44 -0000 1.24
59 @@ -1,6 +1,10 @@
60 # ChangeLog for media-sound/audio-entropyd
61 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audio-entropyd/ChangeLog,v 1.23 2008/01/21 21:58:40 maekke Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/media-sound/audio-entropyd/ChangeLog,v 1.24 2008/01/22 12:22:44 angelos Exp $
64 +
65 + 22 Jan 2008; Christoph Mende <angelos@g.o>
66 + +files/audio-entropyd-1.0.1-uclibc.patch, audio-entropyd-1.0.1.ebuild:
67 + Work around compilation failures on uclibc
68
69 21 Jan 2008; Markus Meier <maekke@g.o>
70 -audio-entropyd-0.0.6.ebuild:
71
72
73
74 --
75 gentoo-commits@l.g.o mailing list