Gentoo Archives: gentoo-commits

From: "Christoph Mende (angelos)" <angelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/audio-entropyd: audio-entropyd-2.0.3.ebuild metadata.xml ChangeLog
Date: Sat, 22 Mar 2014 15:00:37
Message-Id: 20140322150030.60CE620051@flycatcher.gentoo.org
1 angelos 14/03/22 15:00:30
2
3 Added: audio-entropyd-2.0.3.ebuild metadata.xml ChangeLog
4 Log:
5 Move audio-entropyd to sys-apps
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 84F20B43)
8
9 Revision Changes Path
10 1.1 sys-apps/audio-entropyd/audio-entropyd-2.0.3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/audio-entropyd/audio-entropyd-2.0.3.ebuild?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/audio-entropyd/audio-entropyd-2.0.3.ebuild?rev=1.1&content-type=text/plain
14
15 Index: audio-entropyd-2.0.3.ebuild
16 ===================================================================
17 # Copyright 1999-2012 Gentoo Foundation
18 # Distributed under the terms of the GNU General Public License v2
19 # $Header: /var/cvsroot/gentoo-x86/sys-apps/audio-entropyd/audio-entropyd-2.0.3.ebuild,v 1.1 2014/03/22 15:00:30 angelos Exp $
20
21 EAPI=4
22 inherit eutils toolchain-funcs
23
24 DESCRIPTION="Audio-entropyd generates entropy-data for the /dev/random device."
25 HOMEPAGE="http://www.vanheusden.com/aed/"
26 SRC_URI="http://www.vanheusden.com/aed/${P}.tgz"
27
28 LICENSE="GPL-2"
29 SLOT="0"
30 KEYWORDS="amd64 ppc ~sparc x86"
31 IUSE="selinux"
32
33 RDEPEND="selinux? ( sec-policy/selinux-entropyd )
34 media-sound/alsa-utils
35 media-libs/alsa-lib"
36
37 src_prepare() {
38 epatch "${FILESDIR}/${PN}-2.0.1-uclibc.patch" \
39 "${FILESDIR}/${PN}-2.0.1-ldflags.patch"
40 sed -i -e "s:^OPT_FLAGS=.*:OPT_FLAGS=${CFLAGS}:" \
41 -e "/^WARNFLAGS/s: -g::" Makefile || die
42 }
43
44 src_compile() {
45 emake CC="$(tc-getCC)"
46 }
47
48 src_install() {
49 dosbin audio-entropyd
50 dodoc README TODO
51 newinitd "${FILESDIR}/${PN}.init-2" ${PN}
52 newconfd "${FILESDIR}/${PN}.conf-2" ${PN}
53 }
54
55
56
57 1.1 sys-apps/audio-entropyd/metadata.xml
58
59 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/audio-entropyd/metadata.xml?rev=1.1&view=markup
60 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/audio-entropyd/metadata.xml?rev=1.1&content-type=text/plain
61
62 Index: metadata.xml
63 ===================================================================
64 <?xml version="1.0" encoding="UTF-8"?>
65 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
66 <pkgmetadata>
67 <maintainer>
68 <email>angelos@g.o</email>
69 <name>Christoph Mende</name>
70 </maintainer>
71 <longdescription>Audio-entropyd generates entropy-data for the /dev/random device.</longdescription>
72 </pkgmetadata>
73
74
75
76 1.1 sys-apps/audio-entropyd/ChangeLog
77
78 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/audio-entropyd/ChangeLog?rev=1.1&view=markup
79 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/audio-entropyd/ChangeLog?rev=1.1&content-type=text/plain
80
81 Index: ChangeLog
82 ===================================================================
83 # ChangeLog for media-sound/audio-entropyd
84 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
85 # $Header: /var/cvsroot/gentoo-x86/sys-apps/audio-entropyd/ChangeLog,v 1.1 2014/03/22 15:00:30 angelos Exp $
86
87 16 Jul 2012; Christoph Mende <angelos@g.o>
88 -audio-entropyd-2.0.1-r1.ebuild:
89 Remove old
90
91 08 Jul 2012; Christoph Mende <angelos@g.o> audio-entropyd-2.0.3.ebuild:
92 Fix compilation with -g* flags
93
94 07 Jun 2012; Brent Baude <ranger@g.o> audio-entropyd-2.0.3.ebuild:
95 Marking audio-entropyd-2.0.3 ppc for bug 417721
96
97 31 May 2012; Christoph Mende <angelos@g.o> audio-entropyd-2.0.3.ebuild:
98 Remove -g from CFLAGS and add missing dependency on media-libs/alsa-lib
99
100 30 May 2012; Jeff Horelick <jdhore@g.o> audio-entropyd-2.0.3.ebuild:
101 marked x86 per bug 417721
102
103 27 May 2012; Agostino Sarubbo <ago@g.o> audio-entropyd-2.0.3.ebuild:
104 Stable for amd64, wrt bug #417721
105
106 13 May 2012; <swift@g.o> audio-entropyd-2.0.1-r1.ebuild,
107 audio-entropyd-2.0.3.ebuild:
108 SELinux policy for audio-entropyd is in selinux-entropyd now
109
110 *audio-entropyd-2.0.3 (18 Apr 2011)
111
112 18 Apr 2011; Christoph Mende <angelos@g.o>
113 +audio-entropyd-2.0.3.ebuild:
114 Version bump
115
116 02 Mar 2011; <angelos@g.o> -audio-entropyd-1.0.5.ebuild:
117 Removed old
118
119 18 Jul 2010; <nixnut@g.o> audio-entropyd-2.0.1-r1.ebuild:
120 ppc stable #320927
121
122 01 Jun 2010; Pawel Hajdan jr <phajdan.jr@g.o>
123 audio-entropyd-2.0.1-r1.ebuild:
124 x86 stable wrt bug #320927
125
126 25 May 2010; Pacho Ramos <pacho@g.o>
127 audio-entropyd-2.0.1-r1.ebuild:
128 stable amd64, bug 320927
129
130 *audio-entropyd-2.0.1-r1 (12 Nov 2009)
131
132 12 Nov 2009; Christoph Mende <angelos@g.o>
133 +files/audio-entropyd.conf-1, +files/audio-entropyd.init-1,
134 audio-entropyd-1.0.5.ebuild, +files/audio-entropyd.conf-2,
135 +files/audio-entropyd.init-2, -audio-entropyd-2.0.1.ebuild,
136 +audio-entropyd-2.0.1-r1.ebuild, -files/audio-entropyd.conf,
137 -files/audio-entropyd.init:
138 Fix init script for 2.0.1 (bug 271882), thanks to Tim O'Kelly
139
140 04 Nov 2009; Christoph Mende <angelos@g.o>
141 audio-entropyd-2.0.1.ebuild:
142 Added missing alsa-utils dep (bug #287402)
143
144 *audio-entropyd-2.0.1 (25 May 2009)
145
146 25 May 2009; Christoph Mende <angelos@g.o>
147 -audio-entropyd-1.0.1.ebuild, -files/audio-entropyd-1.0.1-uclibc.patch,
148 +audio-entropyd-2.0.1.ebuild, +files/audio-entropyd-2.0.1-ldflags.patch,
149 +files/audio-entropyd-2.0.1-uclibc.patch:
150 Version bump
151
152 22 Apr 2009; Markus Meier <maekke@g.o> audio-entropyd-1.0.5:
153 amd64 stable, bug #259792
154
155 20 Mar 2009; Raúl Porcel <armin76@g.o>
156 audio-entropyd-1.0.5.ebuild:
157 x86 stable wrt #259792
158
159 18 Mar 2009; Brent Baude <ranger@g.o> audio-entropyd-1.0.5.ebuild:
160 stable ppc, bug 259792
161
162 09 Feb 2009; Christoph Mende <angelos@g.o>
163 +files/audio-entropyd-1.0.5-ldflags.patch, audio-entropyd-1.0.5.ebuild:
164 Respect LDFLAGS
165
166 *audio-entropyd-1.0.5 (04 Jan 2009)
167
168 04 Jan 2009; Christoph Mende <angelos@g.o>
169 +files/audio-entropyd-1.0.5-uclibc.patch, +audio-entropyd-1.0.5.ebuild:
170 Version bump
171
172 14 May 2008; Christoph Mende <angelos@g.o>
173 -audio-entropyd-1.0.0.ebuild:
174 Drop old
175
176 26 Jan 2008; Tobias Scherbaum <dertobi123@g.o>
177 audio-entropyd-1.0.1.ebuild:
178 ppc stable, bug #206736
179
180 22 Jan 2008; Christoph Mende <angelos@g.o>
181 +files/audio-entropyd-1.0.1-uclibc.patch, audio-entropyd-1.0.1.ebuild:
182 Work around compilation failures on uclibc
183
184 21 Jan 2008; Markus Meier <maekke@g.o>
185 -audio-entropyd-0.0.6.ebuild:
186 old
187
188 21 Jan 2008; Markus Meier <maekke@g.o> audio-entropyd-1.0.1.ebuild:
189 x86 stable, bug #206736
190
191 20 Jan 2008; Christoph Mende <angelos@g.o>
192 audio-entropyd-1.0.1.ebuild:
193 Stable on amd64 wrt bug #206736
194
195 *audio-entropyd-1.0.1 (15 Dec 2007)
196
197 15 Dec 2007; Christoph Mende <angelos@g.o>
198 +audio-entropyd-1.0.1.ebuild:
199 Version bump
200
201 18 Aug 2007; Christoph Mende <angelos@g.o>
202 audio-entropyd-1.0.0.ebuild:
203 Added dodoc
204
205 13 Aug 2007; Tobias Scherbaum <dertobi123@g.o>
206 audio-entropyd-1.0.0.ebuild:
207 ppc. stable
208
209 01 Aug 2007; Christoph Mende <angelos@g.o>
210 audio-entropyd-1.0.0.ebuild:
211 Stable on amd64
212
213 *audio-entropyd-1.0.0 (24 Jun 2007)
214
215 24 Jun 2007; Christoph Mende <angelos@g.o>
216 files/audio-entropyd.init, audio-entropyd-0.0.6.ebuild,
217 metadata.xml, +audio-entropyd-1.0.0.ebuild:
218 Taking over maintainership
219 Version bump to 1.0.0, thanks Jakub Moc
220 Stable on amd64
221
222 03 Feb 2007; Diego Pettenò <flameeyes@g.o> ChangeLog:
223 Regenerate digest in Manifest2 format.
224
225 24 Aug 2005; Diego Pettenò <flameeyes@g.o>
226 audio-entropyd-0.0.6.ebuild:
227 Use newconfd/newinitd.
228
229 14 Aug 2004; Sven Wegener <swegener@g.o> files/audio-entropyd.conf:
230 Fixed CVS Header.
231
232 04 Jul 2004; Jeremy Huddleston <eradicator@g.o>
233 audio-entropyd-0.0.6.ebuild:
234 ~sparc added
235
236 04 Jul 2004; Jeremy Huddleston <eradicator@g.o>
237 audio-entropyd-0.0.6.ebuild:
238 ~amd64.
239
240 02 Jul 2004; Chris PeBenito <pebenito@g.o>
241 audio-entropyd-0.0.6.ebuild:
242 Overdue stable.
243
244 01 Jul 2004; Jeremy Huddleston <eradicator@g.o>
245 audio-entropyd-0.0.6.ebuild:
246 virtual/glibc -> virtual/libc
247
248 07 May 2004; Brandon Hale <tseng@g.o> audio-entropyd-0.0.6.ebuild:
249 Remove S=
250
251 07 Apr 2004; Chris PeBenito <pebenito@g.o>
252 audio-entropyd-0.0.6.ebuild:
253 Add SELinux policy RDEP
254
255 02 Apr 2004; Joshua Brindle <method@g.o> audio-entropyd-0.0.6.ebuild,
256 files/audio-entropyd.init:
257 fixed up the init file and conf.d to read more variables
258
259 01 Apr 2004; David Holm <dholm@g.o> audio-entropyd-0.0.6.ebuild:
260 Added to ~ppc.
261
262 31 Mar 2004; Joshua Brindle <method@g.o> audio-entropyd-0.0.6.ebuild,
263 files/audio-entropyd.init:
264 updated init file and ebuild courtesy of Cory Visi <cory@××××.name>
265
266 *audio-entropyd-0.0.6 (31 Mar 2004)
267
268 31 Mar 2004; Joshua Brindle <method@g.o> audio-entropyd-0.0.6.ebuild,
269 metadata.xml, files/audio-entropyd.init:
270 initial import