summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich RĂ©ale <ulrich.reale@mailoo.org>2017-05-21 10:01:39 +0400
committerRobin H. Johnson <robbat2@gentoo.org>2017-05-29 10:18:25 -0700
commit9748377e19d57a7f93ba769df417a59a18b78913 (patch)
tree1c14e0b5e01208152d26b781d5a03d915f0d134b /sys-apps/iucode_tool/iucode_tool-2.1.2.ebuild
parentkde-plasma/plasma-desktop: Drop old (diff)
downloadgentoo-9748377e19d57a7f93ba769df417a59a18b78913.tar.gz
gentoo-9748377e19d57a7f93ba769df417a59a18b78913.tar.bz2
gentoo-9748377e19d57a7f93ba769df417a59a18b78913.zip
sys-apps/iucode_tool: version bump to 2.1.2
Package-Manager: Portage-2.3.5, Repoman-2.3.1 (cherry picked from commit 42842402404cfd04e8973185de57834cfb617870) Fixes: https://github.com/gentoo/gentoo/pull/4698 Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'sys-apps/iucode_tool/iucode_tool-2.1.2.ebuild')
-rw-r--r--sys-apps/iucode_tool/iucode_tool-2.1.2.ebuild15
1 files changed, 15 insertions, 0 deletions
diff --git a/sys-apps/iucode_tool/iucode_tool-2.1.2.ebuild b/sys-apps/iucode_tool/iucode_tool-2.1.2.ebuild
new file mode 100644
index 000000000000..dcfaa908e494
--- /dev/null
+++ b/sys-apps/iucode_tool/iucode_tool-2.1.2.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+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}"