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
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>
-rw-r--r--sys-apps/iucode_tool/Manifest1
-rw-r--r--sys-apps/iucode_tool/iucode_tool-2.1.2.ebuild15
2 files changed, 16 insertions, 0 deletions
diff --git a/sys-apps/iucode_tool/Manifest b/sys-apps/iucode_tool/Manifest
index 99654531074e..d2488d75de8b 100644
--- a/sys-apps/iucode_tool/Manifest
+++ b/sys-apps/iucode_tool/Manifest
@@ -2,3 +2,4 @@ DIST iucode-tool_1.3.tar.xz 127996 SHA256 c6e134fc63ac7e765f729c500adc9e154da57b
DIST iucode-tool_1.5.tar.xz 132100 SHA256 33271652032f20f866a212bc98ea01a8db65c4ac839fa820aa23da974fd6ff62 SHA512 5f781b5f143f325565e2c790837d75bba5c2d74fe123a2cf3d10030c54c460a73477e1fde4aad3a12d4f1aef316bb1eed3712f1d8ffe9324e92f3665801026ca WHIRLPOOL 75ad3cd19226030a7756caf52765b99c2556829a07e8a706d1d15d0e5e9e960fb3be6660c7980db568cc5675d0ba8faafedf82baf5686ff48f36f670d1a16427
DIST iucode-tool_2.0.tar.xz 139328 SHA256 55b506e8472507556ceea29cc30d5a0fbf86a626159fe45066bc31511a3f4868 SHA512 158d8274df497ea7d2cebb5b837503259e9e97114d62d1f38ac3973ae69bd48bc9f7ab522e51061763947d12dd4236ab4e190ddc15e3e1bd3519401209d91d9e WHIRLPOOL 70b3938131aad875f0cae17168ef16cd12fc6f4db7ed56e3c73d53ba84f285b06514477ac47246a927fd5523b5c36b394954beba3cafd10eeefe8a2e185a5e1b
DIST iucode-tool_2.1.1.tar.xz 143204 SHA256 8f94ec73f5d4d1a6801aaa894fa1c6544d9b27aec16e1a00e18e8241c7e0f6ba SHA512 07ebf1919a997e7270d9c53f0287f53975253eb53e678f30bfc55acefc6fba7a51c6a4edbdcdbba88a7643ecbcba6acd0c93847d6d1648659789af37c9c59cd7 WHIRLPOOL a20e659047bc8eb8fbf83b91d7014004711c0713f450a5ff41f7919b3d7f4b192a5fcaec89cdba43ea40878c0b2c63d4bc628dae001cb5bc88d571b3b328b27e
+DIST iucode-tool_2.1.2.tar.xz 143352 SHA256 01f1c02ba6935e0ac8440fb594c2ef57ce4437fcbce539e3ef329f55a6fd71ab SHA512 f1af71843160500fb9c0b56bffdb1d3db09acf42f6c0a84a5d5311eedfe809f9ac27f89bf1778cab8261d3a540cfe62f3698a45c76be76e7f40179b9c49050e0 WHIRLPOOL 3ca861e36565c9126041c3cdaf05cc27f18d64580482a2d6b3d889c44b8f08bd1a3f8ae1cd1e27dd708c0a38a75e2fb2ed292e42458065cfc029ae8dba575580
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}"