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 85F981382C5 for ; Mon, 29 Jun 2020 11:30:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A6F57E0923; Mon, 29 Jun 2020 11:30:31 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 7AF1AE0986 for ; Mon, 29 Jun 2020 11:30:31 +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 0FD2134F2E1 for ; Mon, 29 Jun 2020 11:30:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C0ABE22B for ; Mon, 29 Jun 2020 11:30:17 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1593430170.46869c69db830db2107b124861e70b764f307c9e.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/iucode_tool/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/iucode_tool/iucode_tool-2.3.1-r1.ebuild X-VCS-Directories: sys-apps/iucode_tool/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 46869c69db830db2107b124861e70b764f307c9e X-VCS-Branch: master Date: Mon, 29 Jun 2020 11:30:17 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 91aea207-4530-48cc-97de-c68d7e08ef1f X-Archives-Hash: d0e5934c071084bba95602fd110cb189 commit: 46869c69db830db2107b124861e70b764f307c9e Author: Thomas Deutschmann gentoo org> AuthorDate: Mon Jun 29 11:29:30 2020 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Mon Jun 29 11:29:30 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46869c69 sys-apps/iucode_tool: migrate to EAPI=7 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Thomas Deutschmann gentoo.org> sys-apps/iucode_tool/iucode_tool-2.3.1-r1.ebuild | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/sys-apps/iucode_tool/iucode_tool-2.3.1-r1.ebuild b/sys-apps/iucode_tool/iucode_tool-2.3.1-r1.ebuild new file mode 100644 index 00000000000..cdaff636c17 --- /dev/null +++ b/sys-apps/iucode_tool/iucode_tool-2.3.1-r1.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +DESCRIPTION="tool to manipulate Intel X86 and X86-64 processor microcode update collections" +HOMEPAGE="https://gitlab.com/iucode-tool/" +SRC_URI="https://gitlab.com/iucode-tool/releases/raw/master/${PN/_/-}_${PV}.tar.xz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="-* amd64 x86" +IUSE="" + +S="${WORKDIR}/${PN/_/-}-${PV}"