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 5BFBC139694 for ; Mon, 3 Jul 2017 09:43:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9ED341FC00B; Mon, 3 Jul 2017 09:43:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6C2DD1FC00B for ; Mon, 3 Jul 2017 09:43:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 28F36341940 for ; Mon, 3 Jul 2017 09:43:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 87027749A for ; Mon, 3 Jul 2017 09:43:41 +0000 (UTC) From: "Joshua Kinard" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joshua Kinard" Message-ID: <1499074192.cc0a6ca146a0bec4827da69f5ddb60e12c02f181.kumba@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 sys-apps/timer_entropyd/timer_entropyd-0.3.ebuild X-VCS-Directories: sys-apps/timer_entropyd/ X-VCS-Committer: kumba X-VCS-Committer-Name: Joshua Kinard X-VCS-Revision: cc0a6ca146a0bec4827da69f5ddb60e12c02f181 X-VCS-Branch: master Date: Mon, 3 Jul 2017 09:43:41 +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: c492d7ee-554b-44b9-bc83-a1f436861003 X-Archives-Hash: 5aad58f662a71e16a8ac9610492d56a3 commit: cc0a6ca146a0bec4827da69f5ddb60e12c02f181 Author: Joshua Kinard gentoo org> AuthorDate: Mon Jul 3 09:29:06 2017 +0000 Commit: Joshua Kinard gentoo org> CommitDate: Mon Jul 3 09:29:52 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc0a6ca1 sys-apps/timer_entropyd: Bump to 0.3 and use EAPI5, update copyright. Signed-off-by: Joshua Kinard gentoo.org> Package-Manager: Portage-2.3.6, Repoman-2.3.2 sys-apps/timer_entropyd/Manifest | 1 + sys-apps/timer_entropyd/timer_entropyd-0.2.ebuild | 2 +- .../{timer_entropyd-0.2.ebuild => timer_entropyd-0.3.ebuild} | 6 +++--- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/sys-apps/timer_entropyd/Manifest b/sys-apps/timer_entropyd/Manifest index c949a3a6258..6efb9562f40 100644 --- a/sys-apps/timer_entropyd/Manifest +++ b/sys-apps/timer_entropyd/Manifest @@ -1 +1,2 @@ DIST timer_entropyd-0.2.tgz 8323 SHA256 0cf2b976b78c1b1169a4bec5a6fc71d8b118de927bc05002686376a61f73989a SHA512 789f19c2652781593b9ce91c584eab4ef9210bb47f1afb6186311416a67c84235ed1a163ffdc017b6d50ff706bf7ff6a84013b4b31fe6c09eabe95a484805898 WHIRLPOOL 8fa8233d8a867f7f5290ba1fbd39a2ed80756cfe0948fcc5038c256b4f62b39bd1592a639e6c13ce11c481a9a85288dd30568fd082c36bd09f6ad5986c421d15 +DIST timer_entropyd-0.3.tgz 8329 SHA256 3a022b82363c3ecdd005cd6c5a7441d62a46aa88059581c2f7677bd84f393560 SHA512 bdfedb594ee32daf7fb961a703842ca3479de158fc19bd75664b183e44bcf2ef3e74645cc6097f340834933db6f9133710df7d433ac062b2375494de5c052dcc WHIRLPOOL 8806784ffc7ce6c370d15980dfe00e4afd89dcfdfd2d06b5eb9f8d9d8b46e4974d429e93703fb26ad9ade4b5d53c2c25c88356b31aec08ed16340711d1025142 diff --git a/sys-apps/timer_entropyd/timer_entropyd-0.2.ebuild b/sys-apps/timer_entropyd/timer_entropyd-0.2.ebuild index d4026f8b28c..2b3bcbaaca6 100644 --- a/sys-apps/timer_entropyd/timer_entropyd-0.2.ebuild +++ b/sys-apps/timer_entropyd/timer_entropyd-0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=4 diff --git a/sys-apps/timer_entropyd/timer_entropyd-0.2.ebuild b/sys-apps/timer_entropyd/timer_entropyd-0.3.ebuild similarity index 92% copy from sys-apps/timer_entropyd/timer_entropyd-0.2.ebuild copy to sys-apps/timer_entropyd/timer_entropyd-0.3.ebuild index d4026f8b28c..d1a0febbc6a 100644 --- a/sys-apps/timer_entropyd/timer_entropyd-0.2.ebuild +++ b/sys-apps/timer_entropyd/timer_entropyd-0.3.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=4 +EAPI=5 inherit eutils flag-o-matic toolchain-funcs @@ -11,7 +11,7 @@ SRC_URI="http://www.vanheusden.com/te/${P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~mips x86" +KEYWORDS="~amd64 ~mips ~x86" IUSE="debug selinux" RDEPEND="selinux? ( sec-policy/selinux-entropyd )"