summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2020-06-29 13:29:30 +0200
committerThomas Deutschmann <whissi@gentoo.org>2020-06-29 13:29:30 +0200
commit46869c69db830db2107b124861e70b764f307c9e (patch)
tree05c9e428fa3d956f5fcfc5bd231e6b20d65c2178 /sys-apps/iucode_tool
parentsys-firmware/intel-microcode: require >=sys-apps/iucode_tool-2.3 (diff)
downloadgentoo-46869c69db830db2107b124861e70b764f307c9e.tar.gz
gentoo-46869c69db830db2107b124861e70b764f307c9e.tar.bz2
gentoo-46869c69db830db2107b124861e70b764f307c9e.zip
sys-apps/iucode_tool: migrate to EAPI=7
Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'sys-apps/iucode_tool')
-rw-r--r--sys-apps/iucode_tool/iucode_tool-2.3.1-r1.ebuild15
1 files changed, 15 insertions, 0 deletions
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 000000000000..cdaff636c174
--- /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}"