diff options
-rw-r--r-- | sys-apps/iucode_tool/Manifest | 1 | ||||
-rw-r--r-- | sys-apps/iucode_tool/iucode_tool-1.5.ebuild | 16 |
2 files changed, 17 insertions, 0 deletions
diff --git a/sys-apps/iucode_tool/Manifest b/sys-apps/iucode_tool/Manifest index 2e026ab0e200..19b2999d2670 100644 --- a/sys-apps/iucode_tool/Manifest +++ b/sys-apps/iucode_tool/Manifest @@ -1 +1,2 @@ DIST iucode-tool_1.3.tar.xz 127996 SHA256 c6e134fc63ac7e765f729c500adc9e154da57b02e991be35b421acf9c7eb0ea9 SHA512 d84e859b60e39996f2680724f1dd59890960fd55ae610d07e8bc51cdb00f59e27aa79ad905565cfaa36a49d448392db152d2fd98ea5ddba5689377d9d17a945e WHIRLPOOL cbcfdb66bfcdfddea7f9ad44ef8cf5825aad5d79ccfb27da3d54194b8d18eb72c77cb6a8d30653545399fedb982585c4404ccd57c4b1b1a88fd6cdf74d9ba2a1 +DIST iucode-tool_1.5.tar.xz 132100 SHA256 33271652032f20f866a212bc98ea01a8db65c4ac839fa820aa23da974fd6ff62 SHA512 5f781b5f143f325565e2c790837d75bba5c2d74fe123a2cf3d10030c54c460a73477e1fde4aad3a12d4f1aef316bb1eed3712f1d8ffe9324e92f3665801026ca WHIRLPOOL 75ad3cd19226030a7756caf52765b99c2556829a07e8a706d1d15d0e5e9e960fb3be6660c7980db568cc5675d0ba8faafedf82baf5686ff48f36f670d1a16427 diff --git a/sys-apps/iucode_tool/iucode_tool-1.5.ebuild b/sys-apps/iucode_tool/iucode_tool-1.5.ebuild new file mode 100644 index 000000000000..21ee6e083846 --- /dev/null +++ b/sys-apps/iucode_tool/iucode_tool-1.5.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +GIT_SHA1="20cf768a5137cf2e2d77f7754496dc053fc77741" + +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/${GIT_SHA1}/${PN/_/-}_${PV}.tar.xz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="-* ~amd64 ~x86" +IUSE="" |