summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2008-05-14 00:14:28 +0000
committerChristoph Mende <angelos@gentoo.org>2008-05-14 00:14:28 +0000
commit49fa8066a9e53930613940ab30427da67ae822a2 (patch)
tree568aeaa61797a03404fd1f1cab40f0e31a248569 /media-sound/audio-entropyd
parentStable on amd64 (diff)
downloadgentoo-2-49fa8066a9e53930613940ab30427da67ae822a2.tar.gz
gentoo-2-49fa8066a9e53930613940ab30427da67ae822a2.tar.bz2
gentoo-2-49fa8066a9e53930613940ab30427da67ae822a2.zip
Drop old
(Portage version: 2.1.5_rc10)
Diffstat (limited to 'media-sound/audio-entropyd')
-rw-r--r--media-sound/audio-entropyd/ChangeLog6
-rw-r--r--media-sound/audio-entropyd/audio-entropyd-1.0.0.ebuild39
2 files changed, 5 insertions, 40 deletions
diff --git a/media-sound/audio-entropyd/ChangeLog b/media-sound/audio-entropyd/ChangeLog
index 8a1885c2765e..1eab99e01809 100644
--- a/media-sound/audio-entropyd/ChangeLog
+++ b/media-sound/audio-entropyd/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/audio-entropyd
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audio-entropyd/ChangeLog,v 1.25 2008/01/26 18:18:43 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audio-entropyd/ChangeLog,v 1.26 2008/05/14 00:14:28 angelos Exp $
+
+ 14 May 2008; Christoph Mende <angelos@gentoo.org>
+ -audio-entropyd-1.0.0.ebuild:
+ Drop old
26 Jan 2008; Tobias Scherbaum <dertobi123@gentoo.org>
audio-entropyd-1.0.1.ebuild:
diff --git a/media-sound/audio-entropyd/audio-entropyd-1.0.0.ebuild b/media-sound/audio-entropyd/audio-entropyd-1.0.0.ebuild
deleted file mode 100644
index e3a1f6828e21..000000000000
--- a/media-sound/audio-entropyd/audio-entropyd-1.0.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audio-entropyd/audio-entropyd-1.0.0.ebuild,v 1.4 2007/08/18 03:19:49 angelos Exp $
-
-inherit 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"
-DEPEND="virtual/libc"
-RDEPEND="${DEPEND}
- >=sys-apps/sed-4
- !amd64? ( selinux? ( sec-policy/selinux-audio-entropyd ) )"
-
-src_unpack() {
- unpack ${A}
-
- cd ${S}
- sed -i.orig \
- -e "s:^OPT_FLAGS=.*:OPT_FLAGS=$CFLAGS:" \
- Makefile
-}
-
-src_compile() {
- emake CC=$(tc-getCC) || die "emake failed"
-}
-
-src_install() {
- dosbin audio-entropyd
-
- dodoc README README.2 TODO
-
- newinitd ${FILESDIR}/${PN}.init ${PN}
- newconfd ${FILESDIR}/${PN}.conf ${PN}
-}