From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 92BF21382C5 for ; Fri, 6 Apr 2018 16:55:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA41BE0871; Fri, 6 Apr 2018 16:55:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 84DF7E0871 for ; Fri, 6 Apr 2018 16:55:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 91158335C0A for ; Fri, 6 Apr 2018 16:55:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D5F2426A for ; Fri, 6 Apr 2018 16:55:24 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1523033707.ce86a3841d83d21c91ab7439916307dccea19e62.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/timer_entropyd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/timer_entropyd/Manifest sys-apps/timer_entropyd/timer_entropyd-0.2.ebuild X-VCS-Directories: sys-apps/timer_entropyd/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: ce86a3841d83d21c91ab7439916307dccea19e62 X-VCS-Branch: master Date: Fri, 6 Apr 2018 16:55:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a09fe68d-b522-40f0-bef9-7ca43339f2c5 X-Archives-Hash: 221dad88b708da32fc3d6e70a09545f5 commit: ce86a3841d83d21c91ab7439916307dccea19e62 Author: Pacho Ramos gentoo org> AuthorDate: Fri Apr 6 16:55:07 2018 +0000 Commit: Pacho Ramos gentoo 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" -}