commit:     ce86a3841d83d21c91ab7439916307dccea19e62
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  6 16:55:07 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Fri Apr  6 16:55:07 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce86a384

sys-apps/timer_entropyd: Drop old

Package-Manager: Portage-2.3.27, Repoman-2.3.9

 sys-apps/timer_entropyd/Manifest                  |  1 -
 sys-apps/timer_entropyd/timer_entropyd-0.2.ebuild | 42 -----------------------
 2 files changed, 43 deletions(-)

diff --git a/sys-apps/timer_entropyd/Manifest b/sys-apps/timer_entropyd/Manifest
index 78d180e8421..79ef5626fdc 100644
--- a/sys-apps/timer_entropyd/Manifest
+++ b/sys-apps/timer_entropyd/Manifest
@@ -1,2 +1 @@
-DIST timer_entropyd-0.2.tgz 8323 BLAKE2B 
82c33f9a0ba1a27c86550f13b2729dcfcdf2cedd12c4562866cca9e7d9b1bc8cfbb24c6776ff5ed6a9deb6d592ad6cb310ae3f1cc1f25a146f85a62d0a918e55
 SHA512 
789f19c2652781593b9ce91c584eab4ef9210bb47f1afb6186311416a67c84235ed1a163ffdc017b6d50ff706bf7ff6a84013b4b31fe6c09eabe95a484805898
 DIST timer_entropyd-0.3.tgz 8329 BLAKE2B 
96af82883eeb5a136e1f059afb067b6df46e5940fe0da5b4c161047c0e4e40a9885454e3faa926b864c2db64cb6b481d5dfed7d8ba4f28d5c8691959e41d26d2
 SHA512 
bdfedb594ee32daf7fb961a703842ca3479de158fc19bd75664b183e44bcf2ef3e74645cc6097f340834933db6f9133710df7d433ac062b2375494de5c052dcc

diff --git a/sys-apps/timer_entropyd/timer_entropyd-0.2.ebuild 
b/sys-apps/timer_entropyd/timer_entropyd-0.2.ebuild
deleted file mode 100644
index 2b3bcbaaca6..00000000000
--- a/sys-apps/timer_entropyd/timer_entropyd-0.2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils flag-o-matic toolchain-funcs
-
-DESCRIPTION="A timer-based entropy generator"
-HOMEPAGE="http://www.vanheusden.com/te/";
-SRC_URI="http://www.vanheusden.com/te/${P}.tgz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~mips x86"
-IUSE="debug selinux"
-
-RDEPEND="selinux? ( sec-policy/selinux-entropyd )"
-
-src_prepare() {
-       sed -i -e 's:-O2::' Makefile || die
-       epatch "${FILESDIR}"/${PN}-0.1-syslog.patch
-}
-
-src_compile() {
-       use debug && append-cppflags -D_DEBUG
-
-       tc-export CC
-       emake DEBUG= || die
-}
-
-src_install() {
-       exeinto /usr/libexec
-       doexe ${PN}
-       dodoc Changes readme.txt
-       newinitd "${FILESDIR}/timer_entropyd.initd.1" ${PN} || die
-}
-
-pkg_postinst() {
-       elog "To start ${PN} at boot do rc-update add ${PN} default"
-       elog "To start ${PN} now do /etc/init.d/${PN} start"
-       elog "To check the amount of entropy, cat 
/proc/sys/kernel/random/entropy_avail"
-}

Reply via email to