Gentoo Archives: gentoo-commits

From: Christoph Mende <angelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/audio-entropyd/
Date: Sun, 20 Sep 2015 11:33:42
Message-Id: 1442748816.4cd79c13823c9ee192e56bd2a59cb454b841c3aa.angelos@gentoo
1 commit: 4cd79c13823c9ee192e56bd2a59cb454b841c3aa
2 Author: Christoph Mende <angelos <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 20 11:31:49 2015 +0000
4 Commit: Christoph Mende <angelos <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 20 11:33:36 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cd79c13
7
8 sys-apps/audio-entropyd: remove old version
9
10 Package-Manager: portage-2.2.20.1
11
12 .../audio-entropyd/audio-entropyd-2.0.3.ebuild | 37 ----------------------
13 1 file changed, 37 deletions(-)
14
15 diff --git a/sys-apps/audio-entropyd/audio-entropyd-2.0.3.ebuild b/sys-apps/audio-entropyd/audio-entropyd-2.0.3.ebuild
16 deleted file mode 100644
17 index 1dfc100..0000000
18 --- a/sys-apps/audio-entropyd/audio-entropyd-2.0.3.ebuild
19 +++ /dev/null
20 @@ -1,37 +0,0 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=4
26 -inherit eutils toolchain-funcs
27 -
28 -DESCRIPTION="Audio-entropyd generates entropy-data for the /dev/random device"
29 -HOMEPAGE="http://www.vanheusden.com/aed/"
30 -SRC_URI="http://www.vanheusden.com/aed/${P}.tgz"
31 -
32 -LICENSE="GPL-2"
33 -SLOT="0"
34 -KEYWORDS="amd64 ppc ~sparc x86"
35 -IUSE="selinux"
36 -
37 -RDEPEND="selinux? ( sec-policy/selinux-entropyd )
38 - media-sound/alsa-utils
39 - media-libs/alsa-lib"
40 -
41 -src_prepare() {
42 - epatch "${FILESDIR}/${PN}-2.0.1-uclibc.patch" \
43 - "${FILESDIR}/${PN}-2.0.1-ldflags.patch"
44 - sed -i -e "s:^OPT_FLAGS=.*:OPT_FLAGS=${CFLAGS}:" \
45 - -e "/^WARNFLAGS/s: -g::" Makefile || die
46 -}
47 -
48 -src_compile() {
49 - emake CC="$(tc-getCC)"
50 -}
51 -
52 -src_install() {
53 - dosbin audio-entropyd
54 - dodoc README TODO
55 - newinitd "${FILESDIR}/${PN}.init-2" ${PN}
56 - newconfd "${FILESDIR}/${PN}.conf-2" ${PN}
57 -}