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: ChangeLog audio-entropyd-1.0.1.ebuild
Date: Sat, 15 Dec 2007 12:48:33
Message-Id: E1J3WRO-0005ud-Tr@stork.gentoo.org
1 angelos 07/12/15 12:48:26
2
3 Modified: ChangeLog
4 Added: audio-entropyd-1.0.1.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.1.4_rc10)
8
9 Revision Changes Path
10 1.20 media-sound/audio-entropyd/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audio-entropyd/ChangeLog?rev=1.20&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audio-entropyd/ChangeLog?rev=1.20&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audio-entropyd/ChangeLog?r1=1.19&r2=1.20
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-sound/audio-entropyd/ChangeLog,v
19 retrieving revision 1.19
20 retrieving revision 1.20
21 diff -u -r1.19 -r1.20
22 --- ChangeLog 18 Aug 2007 03:19:49 -0000 1.19
23 +++ ChangeLog 15 Dec 2007 12:48:26 -0000 1.20
24 @@ -1,6 +1,12 @@
25 # ChangeLog for media-sound/audio-entropyd
26 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audio-entropyd/ChangeLog,v 1.19 2007/08/18 03:19:49 angelos Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-sound/audio-entropyd/ChangeLog,v 1.20 2007/12/15 12:48:26 angelos Exp $
29 +
30 +*audio-entropyd-1.0.1 (15 Dec 2007)
31 +
32 + 15 Dec 2007; Christoph Mende <angelos@g.o>
33 + +audio-entropyd-1.0.1.ebuild:
34 + Version bump
35
36 18 Aug 2007; Christoph Mende <angelos@g.o>
37 audio-entropyd-1.0.0.ebuild:
38
39
40
41 1.1 media-sound/audio-entropyd/audio-entropyd-1.0.1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audio-entropyd/audio-entropyd-1.0.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audio-entropyd/audio-entropyd-1.0.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: audio-entropyd-1.0.1.ebuild
47 ===================================================================
48 # Copyright 1999-2007 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/media-sound/audio-entropyd/audio-entropyd-1.0.1.ebuild,v 1.1 2007/12/15 12:48:26 angelos Exp $
51
52 inherit toolchain-funcs
53
54 DESCRIPTION="Audio-entropyd generates entropy-data for the /dev/random device."
55 HOMEPAGE="http://www.vanheusden.com/aed/"
56 SRC_URI="http://www.vanheusden.com/aed/${P}.tgz"
57
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
61 IUSE="selinux"
62
63 RDEPEND="selinux? ( sec-policy/selinux-audio-entropyd )"
64
65 src_unpack() {
66 unpack ${A}
67 cd "${S}"
68
69 sed -i -e "s:^OPT_FLAGS=.*:OPT_FLAGS=${CFLAGS}:" Makefile
70 }
71
72 src_compile() {
73 emake CC=$(tc-getCC) || die "emake failed"
74 }
75
76 src_install() {
77 dosbin audio-entropyd
78
79 dodoc README README.2 TODO
80
81 newinitd "${FILESDIR}/${PN}.init" ${PN}
82 newconfd "${FILESDIR}/${PN}.conf" ${PN}
83 }
84
85
86
87 --
88 gentoo-commits@g.o mailing list