Gentoo Archives: gentoo-commits

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/iucode_tool/
Date: Mon, 29 May 2017 17:18:50
Message-Id: 1496078305.9748377e19d57a7f93ba769df417a59a18b78913.robbat2@gentoo
1 commit: 9748377e19d57a7f93ba769df417a59a18b78913
2 Author: Ulrich RĂ©ale <ulrich.reale <AT> mailoo <DOT> org>
3 AuthorDate: Sun May 21 06:01:39 2017 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Mon May 29 17:18:25 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9748377e
7
8 sys-apps/iucode_tool: version bump to 2.1.2
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.1
11 (cherry picked from commit 42842402404cfd04e8973185de57834cfb617870)
12 Fixes: https://github.com/gentoo/gentoo/pull/4698
13 Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
14
15 sys-apps/iucode_tool/Manifest | 1 +
16 sys-apps/iucode_tool/iucode_tool-2.1.2.ebuild | 15 +++++++++++++++
17 2 files changed, 16 insertions(+)
18
19 diff --git a/sys-apps/iucode_tool/Manifest b/sys-apps/iucode_tool/Manifest
20 index 99654531074..d2488d75de8 100644
21 --- a/sys-apps/iucode_tool/Manifest
22 +++ b/sys-apps/iucode_tool/Manifest
23 @@ -2,3 +2,4 @@ DIST iucode-tool_1.3.tar.xz 127996 SHA256 c6e134fc63ac7e765f729c500adc9e154da57b
24 DIST iucode-tool_1.5.tar.xz 132100 SHA256 33271652032f20f866a212bc98ea01a8db65c4ac839fa820aa23da974fd6ff62 SHA512 5f781b5f143f325565e2c790837d75bba5c2d74fe123a2cf3d10030c54c460a73477e1fde4aad3a12d4f1aef316bb1eed3712f1d8ffe9324e92f3665801026ca WHIRLPOOL 75ad3cd19226030a7756caf52765b99c2556829a07e8a706d1d15d0e5e9e960fb3be6660c7980db568cc5675d0ba8faafedf82baf5686ff48f36f670d1a16427
25 DIST iucode-tool_2.0.tar.xz 139328 SHA256 55b506e8472507556ceea29cc30d5a0fbf86a626159fe45066bc31511a3f4868 SHA512 158d8274df497ea7d2cebb5b837503259e9e97114d62d1f38ac3973ae69bd48bc9f7ab522e51061763947d12dd4236ab4e190ddc15e3e1bd3519401209d91d9e WHIRLPOOL 70b3938131aad875f0cae17168ef16cd12fc6f4db7ed56e3c73d53ba84f285b06514477ac47246a927fd5523b5c36b394954beba3cafd10eeefe8a2e185a5e1b
26 DIST iucode-tool_2.1.1.tar.xz 143204 SHA256 8f94ec73f5d4d1a6801aaa894fa1c6544d9b27aec16e1a00e18e8241c7e0f6ba SHA512 07ebf1919a997e7270d9c53f0287f53975253eb53e678f30bfc55acefc6fba7a51c6a4edbdcdbba88a7643ecbcba6acd0c93847d6d1648659789af37c9c59cd7 WHIRLPOOL a20e659047bc8eb8fbf83b91d7014004711c0713f450a5ff41f7919b3d7f4b192a5fcaec89cdba43ea40878c0b2c63d4bc628dae001cb5bc88d571b3b328b27e
27 +DIST iucode-tool_2.1.2.tar.xz 143352 SHA256 01f1c02ba6935e0ac8440fb594c2ef57ce4437fcbce539e3ef329f55a6fd71ab SHA512 f1af71843160500fb9c0b56bffdb1d3db09acf42f6c0a84a5d5311eedfe809f9ac27f89bf1778cab8261d3a540cfe62f3698a45c76be76e7f40179b9c49050e0 WHIRLPOOL 3ca861e36565c9126041c3cdaf05cc27f18d64580482a2d6b3d889c44b8f08bd1a3f8ae1cd1e27dd708c0a38a75e2fb2ed292e42458065cfc029ae8dba575580
28
29 diff --git a/sys-apps/iucode_tool/iucode_tool-2.1.2.ebuild b/sys-apps/iucode_tool/iucode_tool-2.1.2.ebuild
30 new file mode 100644
31 index 00000000000..dcfaa908e49
32 --- /dev/null
33 +++ b/sys-apps/iucode_tool/iucode_tool-2.1.2.ebuild
34 @@ -0,0 +1,15 @@
35 +# Copyright 1999-2017 Gentoo Foundation
36 +# Distributed under the terms of the GNU General Public License v2
37 +
38 +EAPI="6"
39 +
40 +DESCRIPTION="tool to manipulate Intel X86 and X86-64 processor microcode update collections"
41 +HOMEPAGE="https://gitlab.com/iucode-tool/"
42 +SRC_URI="https://gitlab.com/iucode-tool/releases/raw/master/${PN/_/-}_${PV}.tar.xz"
43 +
44 +LICENSE="GPL-2"
45 +SLOT="0"
46 +KEYWORDS="-* ~amd64 ~x86"
47 +IUSE=""
48 +
49 +S="${WORKDIR}/${PN/_/-}-${PV}"