sys-apps/iucode_tool: Bump to v2.2
authorThomas Deutschmann <whissi@gentoo.org>
Tue, 10 Oct 2017 14:52:40 +0000 (16:52 +0200)
committerThomas Deutschmann <whissi@gentoo.org>
Tue, 10 Oct 2017 18:27:34 +0000 (20:27 +0200)
Package-Manager: Portage-2.3.10, Repoman-2.3.3

sys-apps/iucode_tool/Manifest
sys-apps/iucode_tool/iucode_tool-2.2.ebuild [new file with mode: 0644]

index 3ddebedbe62278c85fc4ce1b87952808043bc7d2..6f22d1bdd23f3483b3ab137d335be762d5f1457b 100644 (file)
@@ -1,2 +1,3 @@
 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
+DIST iucode-tool_2.2.tar.xz 149896 SHA256 9810daf925b8a9ca244adc4e1916bcab65601c9ebe87e91c2281f78055982971 SHA512 edb5969c1e00480e537cddc49d7cbb190ce70e6f0c44d9c40a481038bfa048fade1b454a7f4eef3048cc204ee303758fe76222f9c9fb9b407ed463ee0ccdd429 WHIRLPOOL 96c4082f44fbcee882f01e04ffa17ea35726ecfd0c15863f99607d15cddab2a4c97ef53a32da308cd2eb412bfc6a7ffdae6bad6b31add01abc66448bb0ae6924
diff --git a/sys-apps/iucode_tool/iucode_tool-2.2.ebuild b/sys-apps/iucode_tool/iucode_tool-2.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}"