mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
sys-apps/haveged: clean up older versions.
Package-Manager: portage-2.2.20.1
This commit is contained in:
@@ -1,3 +1 @@
|
||||
DIST haveged-1.5.tar.gz 243348 SHA256 f7d5a7e995befd4723811b331854fa53fe558546ba0c1dcb4675698e8db3702f SHA512 57952a79d4535267de15c42511991e2b06021db3b1ea90a45b30c5bd5ac65f6b9b6d66373d981280a3e7c0aff24dd6feae5640394e77f08a893dba5f31d86c91 WHIRLPOOL ef4c5acf8c787e18a436fe34ef2479658f325852e5717ad1a06bf19ecbe485e646a2bb132617417de26982d1d388b90293d3c8c31c0e7a0b0db570be80c5e5a4
|
||||
DIST haveged-1.7a.tar.gz 458671 SHA256 8e7b0779bd8a4b9b73769ddaf626918355e2a542d3ac35e5ec31b74a58b9b051 SHA512 e98740315b5c9920ec471587362ffd468d0b0f7183bc002982fbe25dfde2252a89f489e4d7604d7d6d2c14d67f3f0d1044de70ccdeaf587d8bdaacfd55669875 WHIRLPOOL f9f808a17767e33ec4285242ccb2fd41889fbe1ee693bd001d4a08e89bf47131d3f84040b566276522940b2a164aab2062b4c6fca18d0b737406814fc56524a3
|
||||
DIST haveged-1.9.1.tar.gz 474845 SHA256 9c2363ed9542a6784ff08e247182137e71f2ddb79e8e6c1ac4ad50d21ced3715 SHA512 267d62cfeb886ea00fa412de1a91a34821460d0f4ad789dcfb3547018300e1cbf480917571b19652f2d449369293031d9534f9533bbf6a59560f4f10608c9cd2 WHIRLPOOL a930d0a007c91dbc3b7c83a1ccfb659f53aa3f151b8b3984dc7208697ddb1f73ce7012c7c968dd5295b2e90e62db03e1c582267c1b8b5230745735f462a1f757
|
||||
|
||||
@@ -1,33 +0,0 @@
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
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"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="sys-devel/gcc"
|
||||
RDEPEND="sys-apps/openrc"
|
||||
|
||||
src_configure() {
|
||||
econf --bindir=/usr/sbin --enable-nistest
|
||||
}
|
||||
|
||||
src_test() {
|
||||
emake check
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
# This is a RedHat init script
|
||||
rm -rf "${D}"/etc/init.d/haveged
|
||||
# Install gentoo ones instead
|
||||
newinitd "${FILESDIR}"/haveged-init.d.2 haveged
|
||||
newconfd "${FILESDIR}"/haveged-conf.d haveged
|
||||
}
|
||||
@@ -1,41 +0,0 @@
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
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 x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="!<sys-apps/openrc-0.11.8"
|
||||
|
||||
src_configure() {
|
||||
local myeconfargs=(
|
||||
--bindir=/usr/sbin
|
||||
--enable-nistest
|
||||
--disable-static
|
||||
)
|
||||
|
||||
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
|
||||
}
|
||||
@@ -1,39 +0,0 @@
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
inherit eutils autotools-utils
|
||||
|
||||
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 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="!<sys-apps/openrc-0.11.8"
|
||||
|
||||
src_configure() {
|
||||
local myeconfargs=(
|
||||
--bindir=/usr/sbin
|
||||
--enable-nistest
|
||||
--disable-static
|
||||
)
|
||||
|
||||
autotools-utils_src_configure
|
||||
}
|
||||
|
||||
src_install() {
|
||||
autotools-utils_src_install
|
||||
|
||||
rm -rf "${D}"/usr/lib*/*.la
|
||||
|
||||
# Install gentoo ones instead
|
||||
newinitd "${FILESDIR}"/haveged-init.d.3 haveged
|
||||
newconfd "${FILESDIR}"/haveged-conf.d haveged
|
||||
}
|
||||
Reference in New Issue
Block a user