diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2018-03-31 10:56:32 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2018-03-31 10:56:48 -0400 |
commit | a23ece344ea04b7c3edae6ff0f8e32bd15f6ccf2 (patch) | |
tree | 02a23dd180e7983b306b1ee918f62b0b5ecb242f /sys-apps/haveged | |
parent | net-misc/networkmanager-openvpn: Version bump (#651992 by Manuel Rüger) (diff) | |
download | gentoo-a23ece344ea04b7c3edae6ff0f8e32bd15f6ccf2.tar.gz gentoo-a23ece344ea04b7c3edae6ff0f8e32bd15f6ccf2.tar.bz2 gentoo-a23ece344ea04b7c3edae6ff0f8e32bd15f6ccf2.zip |
sys-apps/haveged: remove older 1.9.2 ebuild which was EAPI=5
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'sys-apps/haveged')
-rw-r--r-- | sys-apps/haveged/haveged-1.9.2.ebuild | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/sys-apps/haveged/haveged-1.9.2.ebuild b/sys-apps/haveged/haveged-1.9.2.ebuild deleted file mode 100644 index 9ea83a7c5cc8..000000000000 --- a/sys-apps/haveged/haveged-1.9.2.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit autotools-utils systemd - -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-3+" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86" -IUSE="selinux" - -DEPEND="" -RDEPEND="!<sys-apps/openrc-0.11.8 - selinux? ( sec-policy/selinux-entropyd )" - -# threads are broken right now, but eventually -# we should add $(use_enable threads) -src_configure() { - local myeconfargs=( - --bindir=/usr/sbin - --enable-nistest - --disable-static - --disable-threads - ) - - autotools-utils_src_configure -} - -src_install() { - autotools-utils_src_install - - # Install gentoo ones instead - newinitd "${FILESDIR}"/haveged-init.d.3 haveged - newconfd "${FILESDIR}"/haveged-conf.d haveged - - systemd_newunit "${FILESDIR}"/service.gentoo ${PN}.service - insinto /etc - doins "${FILESDIR}"/haveged.conf -} |