sys-apps/audio-entropyd: remove old version
authorChristoph Mende <angelos@gentoo.org>
Sun, 20 Sep 2015 11:31:49 +0000 (13:31 +0200)
committerChristoph Mende <angelos@gentoo.org>
Sun, 20 Sep 2015 11:33:36 +0000 (13:33 +0200)
Package-Manager: portage-2.2.20.1

sys-apps/audio-entropyd/audio-entropyd-2.0.3.ebuild [deleted file]

diff --git a/sys-apps/audio-entropyd/audio-entropyd-2.0.3.ebuild b/sys-apps/audio-entropyd/audio-entropyd-2.0.3.ebuild
deleted file mode 100644 (file)
index 1dfc100..0000000
+++ /dev/null
@@ -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}
-}