sys-apps/iucode_tool: version bump to 2.1.2
authorUlrich Réale <ulrich.reale@mailoo.org>
Sun, 21 May 2017 06:01:39 +0000 (10:01 +0400)
committerRobin H. Johnson <robbat2@gentoo.org>
Mon, 29 May 2017 17:18:25 +0000 (10:18 -0700)
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>
sys-apps/iucode_tool/Manifest
sys-apps/iucode_tool/iucode_tool-2.1.2.ebuild [new file with mode: 0644]

index 99654531074e0f04a2c22ce34ddbbfaf4a6facaf..d2488d75de8bc2b23010b7c73f220a321139dc93 100644 (file)
@@ -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 (file)
index 0000000..dcfaa90
--- /dev/null
@@ -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}"