summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Olexa <darkside@gentoo.org>2012-01-26 19:53:31 +0000
committerJeremy Olexa <darkside@gentoo.org>2012-01-26 19:53:31 +0000
commitd37b9a07b11aab81d6955ad70108b128d397f106 (patch)
tree011924f5e69c670f3804ed5dfe7911707727781f /sys-apps/haveged
parentBump, adds Crucible 1.1 updates. Drop old. (diff)
downloadgentoo-2-d37b9a07b11aab81d6955ad70108b128d397f106.tar.gz
gentoo-2-d37b9a07b11aab81d6955ad70108b128d397f106.tar.bz2
gentoo-2-d37b9a07b11aab81d6955ad70108b128d397f106.zip
Version bump from upstream, includes a non-daemon mode
(Portage version: 2.1.10.41/cvs/Linux i686)
Diffstat (limited to 'sys-apps/haveged')
-rw-r--r--sys-apps/haveged/ChangeLog8
-rw-r--r--sys-apps/haveged/haveged-1.3a.ebuild (renamed from sys-apps/haveged/haveged-1.01.ebuild)23
2 files changed, 17 insertions, 14 deletions
diff --git a/sys-apps/haveged/ChangeLog b/sys-apps/haveged/ChangeLog
index d29c9159364d..42e1895dc300 100644
--- a/sys-apps/haveged/ChangeLog
+++ b/sys-apps/haveged/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sys-apps/haveged
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/haveged/ChangeLog,v 1.8 2012/01/26 19:44:14 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/haveged/ChangeLog,v 1.9 2012/01/26 19:53:31 darkside Exp $
+
+*haveged-1.3a (26 Jan 2012)
+
+ 26 Jan 2012; Jeremy Olexa <darkside@gentoo.org> -haveged-1.01.ebuild,
+ +haveged-1.3a.ebuild:
+ Version bump from upstream, includes a non-daemon mode
26 Jan 2012; Jeremy Olexa <darkside@gentoo.org> haveged-1.2.ebuild:
add ~arm, works on armv7
diff --git a/sys-apps/haveged/haveged-1.01.ebuild b/sys-apps/haveged/haveged-1.3a.ebuild
index 020bab69d99a..40e15551913c 100644
--- a/sys-apps/haveged/haveged-1.01.ebuild
+++ b/sys-apps/haveged/haveged-1.3a.ebuild
@@ -1,34 +1,31 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/haveged/haveged-1.01.ebuild,v 1.1 2011/01/05 03:30:30 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/haveged/haveged-1.3a.ebuild,v 1.1 2012/01/26 19:53:31 darkside Exp $
-EAPI=3
+EAPI=4
DESCRIPTION="A simple entropy daemon using the HAVEGE algorithm"
HOMEPAGE="http://www.issihosts.com/haveged/"
SRC_URI="http://www.issihosts.com/haveged/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
IUSE=""
DEPEND="sys-devel/gcc"
-RDEPEND=""
+RDEPEND="sys-apps/openrc"
-src_configure() {
- econf --bindir=/usr/sbin || die
-}
+S="${WORKDIR}/${P/3a/3}"
-src_compile() {
- emake || die
+src_configure() {
+ econf --bindir=/usr/sbin --enable-nistest
}
src_install() {
- emake DESTDIR="${D}" install || die "make install failed"
- dodoc AUTHORS ChangeLog NEWS README
+ default
# This is a RedHat init script
rm -rf "${D}"/etc/init.d/haveged
# Install gentoo ones instead
- newinitd "${FILESDIR}"/haveged-init.d haveged
+ newinitd "${FILESDIR}"/haveged-init.d.2 haveged
newconfd "${FILESDIR}"/haveged-conf.d haveged
}