sys-apps/audio-entropyd: remove old version

Package-Manager: portage-2.2.20.1
This commit is contained in:
Christoph Mende
2015-09-20 13:31:49 +02:00
parent c1111fecfa
commit 4cd79c1382

View File

@@ -1,37 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=4
inherit eutils toolchain-funcs
DESCRIPTION="Audio-entropyd generates entropy-data for the /dev/random device"
HOMEPAGE="http://www.vanheusden.com/aed/"
SRC_URI="http://www.vanheusden.com/aed/${P}.tgz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc ~sparc x86"
IUSE="selinux"
RDEPEND="selinux? ( sec-policy/selinux-entropyd )
media-sound/alsa-utils
media-libs/alsa-lib"
src_prepare() {
epatch "${FILESDIR}/${PN}-2.0.1-uclibc.patch" \
"${FILESDIR}/${PN}-2.0.1-ldflags.patch"
sed -i -e "s:^OPT_FLAGS=.*:OPT_FLAGS=${CFLAGS}:" \
-e "/^WARNFLAGS/s: -g::" Makefile || die
}
src_compile() {
emake CC="$(tc-getCC)"
}
src_install() {
dosbin audio-entropyd
dodoc README TODO
newinitd "${FILESDIR}/${PN}.init-2" ${PN}
newconfd "${FILESDIR}/${PN}.conf-2" ${PN}
}