diff options
author | 2004-03-31 09:58:00 +0000 | |
---|---|---|
committer | 2004-03-31 09:58:00 +0000 | |
commit | e090f54b24c6340c7434fbb02b7c5353316426cf (patch) | |
tree | 0f98a58378b80ba7e4ac356b79c8fc5837f73cc0 /media-sound/audio-entropyd | |
parent | marked ghc-6.2 stable on x86 (related to bug #46212) (Manifest recommit) (diff) | |
download | gentoo-2-e090f54b24c6340c7434fbb02b7c5353316426cf.tar.gz gentoo-2-e090f54b24c6340c7434fbb02b7c5353316426cf.tar.bz2 gentoo-2-e090f54b24c6340c7434fbb02b7c5353316426cf.zip |
initial import
Diffstat (limited to 'media-sound/audio-entropyd')
-rw-r--r-- | media-sound/audio-entropyd/ChangeLog | 10 | ||||
-rw-r--r-- | media-sound/audio-entropyd/Manifest | 3 | ||||
-rw-r--r-- | media-sound/audio-entropyd/audio-entropyd-0.0.6.ebuild | 25 | ||||
-rw-r--r-- | media-sound/audio-entropyd/files/audio-entropyd.init | 19 | ||||
-rw-r--r-- | media-sound/audio-entropyd/files/digest-audio-entropyd-0.0.6 | 1 | ||||
-rw-r--r-- | media-sound/audio-entropyd/metadata.xml | 9 |
6 files changed, 67 insertions, 0 deletions
diff --git a/media-sound/audio-entropyd/ChangeLog b/media-sound/audio-entropyd/ChangeLog new file mode 100644 index 000000000000..5ac63036da7a --- /dev/null +++ b/media-sound/audio-entropyd/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for media-sound/audio-entropyd +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/audio-entropyd/ChangeLog,v 1.1 2004/03/31 09:58:00 method Exp $ + +*audio-entropyd-0.0.6 (31 Mar 2004) + + 31 Mar 2004; Joshua Brindle <method@gentoo.org> audio-entropyd-0.0.6.ebuild, + metadata.xml, files/audio-entropyd.init: + initial import + diff --git a/media-sound/audio-entropyd/Manifest b/media-sound/audio-entropyd/Manifest new file mode 100644 index 000000000000..7eae5a8f72a4 --- /dev/null +++ b/media-sound/audio-entropyd/Manifest @@ -0,0 +1,3 @@ +MD5 96e29d7bb8e68a4c9e642e3b4029f762 metadata.xml 325 +MD5 a92eab83cc7a18c8a6d80d7c0abaf5fb audio-entropyd-0.0.6.ebuild 490 +MD5 0585a52027bab216bab4009edb0dd4e4 files/digest-audio-entropyd-0.0.6 68 diff --git a/media-sound/audio-entropyd/audio-entropyd-0.0.6.ebuild b/media-sound/audio-entropyd/audio-entropyd-0.0.6.ebuild new file mode 100644 index 000000000000..12249b004a88 --- /dev/null +++ b/media-sound/audio-entropyd/audio-entropyd-0.0.6.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/audio-entropyd/audio-entropyd-0.0.6.ebuild,v 1.1 2004/03/31 09:58:00 method Exp $ + +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="~x86" +IUSE="" +DEPEND="" +RDEPEND="" + +S=${WORKDIR}/${P} + +src_compile() { + emake || die "emake failed" +} + +src_install() { + dobin audio-entropyd + exeinto /etc/init.d + newexe ${FILESDIR}/audio-entropyd.init audio-entropyd +} diff --git a/media-sound/audio-entropyd/files/audio-entropyd.init b/media-sound/audio-entropyd/files/audio-entropyd.init new file mode 100644 index 000000000000..a4c56fc6df15 --- /dev/null +++ b/media-sound/audio-entropyd/files/audio-entropyd.init @@ -0,0 +1,19 @@ +#!/sbin/runscript +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/audio-entropyd/files/audio-entropyd.init,v 1.1 2004/03/31 09:58:00 method Exp $ + +start() { + + ebegin "audio-entropyd" + start-stop-daemon --start --quiet --exec /usr/bin/audio-entropyd --background + eend $? + +} + +stop() { + + ebegin "Stopping famd" + start-stop-daemon --stop --quiet --exec /usr/bin/audio-entropyd + eend $? +} diff --git a/media-sound/audio-entropyd/files/digest-audio-entropyd-0.0.6 b/media-sound/audio-entropyd/files/digest-audio-entropyd-0.0.6 new file mode 100644 index 000000000000..846f12b504df --- /dev/null +++ b/media-sound/audio-entropyd/files/digest-audio-entropyd-0.0.6 @@ -0,0 +1 @@ +MD5 ef014b233c08a0f6eb12d2a75c3041b9 audio-entropyd-0.0.6.tgz 15478 diff --git a/media-sound/audio-entropyd/metadata.xml b/media-sound/audio-entropyd/metadata.xml new file mode 100644 index 000000000000..ac533e7bbebc --- /dev/null +++ b/media-sound/audio-entropyd/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>hardened</herd> +<maintainer> + <email>method@gentoo.org</email> +</maintainer> +<longdescription>Audio-entropyd generates entropy-data for the /dev/random device.</longdescription> +</pkgmetadata> |