From 9dcc2e1ba9a607bdf32905f75155022047f176fb Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Wed, 17 Jun 2020 11:57:54 -0400 Subject: sys-apps/haveged: version bump to 1.9.10 and 1.9.11 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Anthony G. Basile --- sys-apps/haveged/haveged-1.9.10.ebuild | 41 ++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 sys-apps/haveged/haveged-1.9.10.ebuild (limited to 'sys-apps/haveged/haveged-1.9.10.ebuild') diff --git a/sys-apps/haveged/haveged-1.9.10.ebuild b/sys-apps/haveged/haveged-1.9.10.ebuild new file mode 100644 index 00000000000..c439fda1326 --- /dev/null +++ b/sys-apps/haveged/haveged-1.9.10.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +inherit systemd + +DESCRIPTION="A simple entropy daemon using the HAVEGE algorithm" +HOMEPAGE="http://www.issihosts.com/haveged/" +SRC_URI="https://github.com/jirka-h/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" +IUSE="selinux static-libs threads" + +RDEPEND=" + !