commit: 46869c69db830db2107b124861e70b764f307c9e Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Mon Jun 29 11:29:30 2020 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> 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 <whissi <AT> 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}"
