diff options
author | 2007-12-15 12:48:27 +0000 | |
---|---|---|
committer | 2007-12-15 12:48:27 +0000 | |
commit | d254e2fa912f4afc361e50d2f9c2907b1221b1e3 (patch) | |
tree | dbe0b876d9e2667ac8595f1a76c910ac418c326e /media-sound/audio-entropyd | |
parent | alpha/ia64/sparc stable wrt #202246 (diff) | |
download | gentoo-2-d254e2fa912f4afc361e50d2f9c2907b1221b1e3.tar.gz gentoo-2-d254e2fa912f4afc361e50d2f9c2907b1221b1e3.tar.bz2 gentoo-2-d254e2fa912f4afc361e50d2f9c2907b1221b1e3.zip |
Version bump
(Portage version: 2.1.4_rc10)
Diffstat (limited to 'media-sound/audio-entropyd')
-rw-r--r-- | media-sound/audio-entropyd/ChangeLog | 8 | ||||
-rw-r--r-- | media-sound/audio-entropyd/audio-entropyd-1.0.1.ebuild | 36 | ||||
-rw-r--r-- | media-sound/audio-entropyd/files/digest-audio-entropyd-1.0.1 | 3 |
3 files changed, 46 insertions, 1 deletions
diff --git a/media-sound/audio-entropyd/ChangeLog b/media-sound/audio-entropyd/ChangeLog index 7e519fbf5037..71eb44d31b09 100644 --- a/media-sound/audio-entropyd/ChangeLog +++ b/media-sound/audio-entropyd/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-sound/audio-entropyd # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audio-entropyd/ChangeLog,v 1.19 2007/08/18 03:19:49 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/audio-entropyd/ChangeLog,v 1.20 2007/12/15 12:48:26 angelos Exp $ + +*audio-entropyd-1.0.1 (15 Dec 2007) + + 15 Dec 2007; Christoph Mende <angelos@gentoo.org> + +audio-entropyd-1.0.1.ebuild: + Version bump 18 Aug 2007; Christoph Mende <angelos@gentoo.org> audio-entropyd-1.0.0.ebuild: diff --git a/media-sound/audio-entropyd/audio-entropyd-1.0.1.ebuild b/media-sound/audio-entropyd/audio-entropyd-1.0.1.ebuild new file mode 100644 index 000000000000..74afdb6adbd6 --- /dev/null +++ b/media-sound/audio-entropyd/audio-entropyd-1.0.1.ebuild @@ -0,0 +1,36 @@ +# 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.1.ebuild,v 1.1 2007/12/15 12:48:26 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" + +RDEPEND="selinux? ( sec-policy/selinux-audio-entropyd )" + +src_unpack() { + unpack ${A} + cd "${S}" + + sed -i -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} +} diff --git a/media-sound/audio-entropyd/files/digest-audio-entropyd-1.0.1 b/media-sound/audio-entropyd/files/digest-audio-entropyd-1.0.1 new file mode 100644 index 000000000000..60046dc7d25c --- /dev/null +++ b/media-sound/audio-entropyd/files/digest-audio-entropyd-1.0.1 @@ -0,0 +1,3 @@ +MD5 486f7d46ffc999830e550ccb07abfe61 audio-entropyd-1.0.1.tgz 18118 +RMD160 c2120d11698deee10d15bb55558cebe6fac2283a audio-entropyd-1.0.1.tgz 18118 +SHA256 e49df8654479aa58304177b2c673b8006bbce58ddd301cf02111ef235ef874bd audio-entropyd-1.0.1.tgz 18118 |