[gentoo-commits] proj/musl:master commit in: sys-apps/iucode_tool/

2022-08-02 Thread Sam James
commit: a95c62318f8cd18aeda993316baff20a33251a79
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug  2 22:08:00 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug  2 22:08:48 2022 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=a95c6231

sys-apps/iucode_tool: [QA] fix DTD HTTP->HTTPS

Signed-off-by: Sam James  gentoo.org>

 sys-apps/iucode_tool/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/iucode_tool/metadata.xml 
b/sys-apps/iucode_tool/metadata.xml
index 56c12441..73dda144 100644
--- a/sys-apps/iucode_tool/metadata.xml
+++ b/sys-apps/iucode_tool/metadata.xml
@@ -1,5 +1,5 @@
 
-http://www.gentoo.org/dtd/metadata.dtd;>
+https://www.gentoo.org/dtd/metadata.dtd;>
 
 
base-sys...@gentoo.org



[gentoo-commits] proj/musl:master commit in: sys-apps/iucode_tool/

2020-07-01 Thread Jory Pratt
commit: b951a3ff25c5e81198d4184908798afa5a5b501d
Author: Jory Pratt  gentoo  org>
AuthorDate: Thu Jul  2 00:42:42 2020 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Thu Jul  2 00:42:42 2020 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=b951a3ff

sys-apps/iucode_tool: fix patch application

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Jory Pratt  gentoo.org>

 sys-apps/iucode_tool/iucode_tool-2.3.1-r1.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sys-apps/iucode_tool/iucode_tool-2.3.1-r1.ebuild 
b/sys-apps/iucode_tool/iucode_tool-2.3.1-r1.ebuild
index 5f0ebd5..dd332df 100644
--- a/sys-apps/iucode_tool/iucode_tool-2.3.1-r1.ebuild
+++ b/sys-apps/iucode_tool/iucode_tool-2.3.1-r1.ebuild
@@ -20,6 +20,8 @@ RDEPEND=${DEPEND}
 S="${WORKDIR}/${PN/_/-}-${PV}"
 
 src_prepare() {
+   default
+
eapply "${FILESDIR}/${PN}-2.2-limits.patch"
use elibc_musl && eapply "${FILESDIR}/${PN}-2.2-argp.patch"
 



[gentoo-commits] proj/musl:master commit in: sys-apps/iucode_tool/

2020-07-01 Thread Jory Pratt
commit: 3781cf0c3047e12aeaa119b2159486c4c79a6f2c
Author: Jory Pratt  gentoo  org>
AuthorDate: Thu Jul  2 00:40:25 2020 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Thu Jul  2 00:40:25 2020 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=3781cf0c

sys-apps/iucode_tool: bump to eapi=7

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Jory Pratt  gentoo.org>

 .../{iucode_tool-2.3.1.ebuild => iucode_tool-2.3.1-r1.ebuild}   | 6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/sys-apps/iucode_tool/iucode_tool-2.3.1.ebuild 
b/sys-apps/iucode_tool/iucode_tool-2.3.1-r1.ebuild
similarity index 92%
rename from sys-apps/iucode_tool/iucode_tool-2.3.1.ebuild
rename to sys-apps/iucode_tool/iucode_tool-2.3.1-r1.ebuild
index 431aeb4..5f0ebd5 100644
--- a/sys-apps/iucode_tool/iucode_tool-2.3.1.ebuild
+++ b/sys-apps/iucode_tool/iucode_tool-2.3.1-r1.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="6"
+EAPI="7"
 
-inherit autotools eutils
+inherit autotools
 
 DESCRIPTION="tool to manipulate Intel X86 and X86-64 processor microcode 
update collections"
 HOMEPAGE="https://gitlab.com/iucode-tool/;
@@ -23,7 +23,5 @@ src_prepare() {
eapply "${FILESDIR}/${PN}-2.2-limits.patch"
use elibc_musl && eapply "${FILESDIR}/${PN}-2.2-argp.patch"
 
-   eapply_user
-
eautoreconf
 }



[gentoo-commits] proj/musl:master commit in: sys-apps/iucode_tool/

2020-04-21 Thread Jory Pratt
commit: 2d8314cca6367474316854d3a05c0105268ae09e
Author: Jory Pratt  gentoo  org>
AuthorDate: Tue Apr 21 13:34:36 2020 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Tue Apr 21 13:34:36 2020 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=2d8314cc

sys-apps/iucode_tool: mark stable for x86 amd64

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Jory Pratt  gentoo.org>

 sys-apps/iucode_tool/Manifest |  2 --
 sys-apps/iucode_tool/iucode_tool-2.2.ebuild   | 29 ---
 sys-apps/iucode_tool/iucode_tool-2.3.1.ebuild |  4 ++--
 sys-apps/iucode_tool/iucode_tool-2.3.ebuild   | 29 ---
 4 files changed, 2 insertions(+), 62 deletions(-)

diff --git a/sys-apps/iucode_tool/Manifest b/sys-apps/iucode_tool/Manifest
index 1d9939d..4ce842e 100644
--- a/sys-apps/iucode_tool/Manifest
+++ b/sys-apps/iucode_tool/Manifest
@@ -1,3 +1 @@
-DIST iucode-tool_2.2.tar.xz 149896 BLAKE2B 
c8289541b5a1550e4eaca2dc347cfd78f04cc723c9e7ca995feb1bd8ef8130db1c595613f66ffa22487fefe20a45e51268d989cc24694e6cc1a07012a564ac68
 SHA512 
edb5969c1e00480e537cddc49d7cbb190ce70e6f0c44d9c40a481038bfa048fade1b454a7f4eef3048cc204ee303758fe76222f9c9fb9b407ed463ee0ccdd429
 DIST iucode-tool_2.3.1.tar.xz 153380 BLAKE2B 
30dfc28e1dd4e0241cb7cfeb18bba746bb85c341a1627e21a5db4965271c26fcfe33f036c2008207bc9fa6c2f32bf2b857e78c9bf23739817d5c5c487d6010cb
 SHA512 
2c7f72eaf509f9daa482ec5f8eb86a45ac9fa84fa856678fdf9ad056e19532e3734e04656d9dbebbd3a774d69f4c861c1340bbe67b1c6c60d61135705980e7d6
-DIST iucode-tool_2.3.tar.xz 153220 BLAKE2B 
4d4fddd1c479172a2bc13c4f45a9be13caf66c5ea396fe7b91df29f5ab12e8d07df0bf5d994c23fe5e9001e585a018549e210ac4669d3bcbde7913adc8aab54d
 SHA512 
8cdbc2970d964c11e9178ef38897f88aaf770b70ad5bd4d91fa6164665b1a4e8be7aa2a4b3d7781e55c298ed9e46be0f278ffc1010feee0bd4745486edfa87fc

diff --git a/sys-apps/iucode_tool/iucode_tool-2.2.ebuild 
b/sys-apps/iucode_tool/iucode_tool-2.2.ebuild
deleted file mode 100644
index 2e65da0..000
--- a/sys-apps/iucode_tool/iucode_tool-2.2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit autotools eutils
-
-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=""
-
-DEPEND="elibc_musl? ( sys-libs/argp-standalone )"
-RDEPEND=${DEPEND}
-
-S="${WORKDIR}/${PN/_/-}-${PV}"
-
-src_prepare() {
-   eapply "${FILESDIR}/${P}-limits.patch"
-   use elibc_musl && eapply "${FILESDIR}/${P}-argp.patch"
-
-   eapply_user
-
-   eautoreconf
-}

diff --git a/sys-apps/iucode_tool/iucode_tool-2.3.1.ebuild 
b/sys-apps/iucode_tool/iucode_tool-2.3.1.ebuild
index 2fd8b99..431aeb4 100644
--- a/sys-apps/iucode_tool/iucode_tool-2.3.1.ebuild
+++ b/sys-apps/iucode_tool/iucode_tool-2.3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -11,7 +11,7 @@ 
SRC_URI="https://gitlab.com/iucode-tool/releases/raw/master/${PN/_/-}_${PV}.tar.
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
+KEYWORDS="-* amd64 x86"
 IUSE=""
 
 DEPEND="elibc_musl? ( sys-libs/argp-standalone )"

diff --git a/sys-apps/iucode_tool/iucode_tool-2.3.ebuild 
b/sys-apps/iucode_tool/iucode_tool-2.3.ebuild
deleted file mode 100644
index 2fd8b99..000
--- a/sys-apps/iucode_tool/iucode_tool-2.3.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit autotools eutils
-
-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=""
-
-DEPEND="elibc_musl? ( sys-libs/argp-standalone )"
-RDEPEND=${DEPEND}
-
-S="${WORKDIR}/${PN/_/-}-${PV}"
-
-src_prepare() {
-   eapply "${FILESDIR}/${PN}-2.2-limits.patch"
-   use elibc_musl && eapply "${FILESDIR}/${PN}-2.2-argp.patch"
-
-   eapply_user
-
-   eautoreconf
-}



[gentoo-commits] proj/musl:master commit in: sys-apps/iucode_tool/

2018-02-07 Thread Aric Belsito
commit: caa3db8329136a8500ba859bb3f920976a738176
Author: Aric Belsito  gmail  com>
AuthorDate: Thu Feb  8 07:28:18 2018 +
Commit: Aric Belsito  gmail  com>
CommitDate: Thu Feb  8 07:28:18 2018 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=caa3db83

sys-apps/iucode_tool: version bump to 2.3.1

 sys-apps/iucode_tool/Manifest |  1 +
 sys-apps/iucode_tool/iucode_tool-2.3.1.ebuild | 29 +++
 2 files changed, 30 insertions(+)

diff --git a/sys-apps/iucode_tool/Manifest b/sys-apps/iucode_tool/Manifest
index ca3b4a6..1d9939d 100644
--- a/sys-apps/iucode_tool/Manifest
+++ b/sys-apps/iucode_tool/Manifest
@@ -1,2 +1,3 @@
 DIST iucode-tool_2.2.tar.xz 149896 BLAKE2B 
c8289541b5a1550e4eaca2dc347cfd78f04cc723c9e7ca995feb1bd8ef8130db1c595613f66ffa22487fefe20a45e51268d989cc24694e6cc1a07012a564ac68
 SHA512 
edb5969c1e00480e537cddc49d7cbb190ce70e6f0c44d9c40a481038bfa048fade1b454a7f4eef3048cc204ee303758fe76222f9c9fb9b407ed463ee0ccdd429
+DIST iucode-tool_2.3.1.tar.xz 153380 BLAKE2B 
30dfc28e1dd4e0241cb7cfeb18bba746bb85c341a1627e21a5db4965271c26fcfe33f036c2008207bc9fa6c2f32bf2b857e78c9bf23739817d5c5c487d6010cb
 SHA512 
2c7f72eaf509f9daa482ec5f8eb86a45ac9fa84fa856678fdf9ad056e19532e3734e04656d9dbebbd3a774d69f4c861c1340bbe67b1c6c60d61135705980e7d6
 DIST iucode-tool_2.3.tar.xz 153220 BLAKE2B 
4d4fddd1c479172a2bc13c4f45a9be13caf66c5ea396fe7b91df29f5ab12e8d07df0bf5d994c23fe5e9001e585a018549e210ac4669d3bcbde7913adc8aab54d
 SHA512 
8cdbc2970d964c11e9178ef38897f88aaf770b70ad5bd4d91fa6164665b1a4e8be7aa2a4b3d7781e55c298ed9e46be0f278ffc1010feee0bd4745486edfa87fc

diff --git a/sys-apps/iucode_tool/iucode_tool-2.3.1.ebuild 
b/sys-apps/iucode_tool/iucode_tool-2.3.1.ebuild
new file mode 100644
index 000..2fd8b99
--- /dev/null
+++ b/sys-apps/iucode_tool/iucode_tool-2.3.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit autotools eutils
+
+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=""
+
+DEPEND="elibc_musl? ( sys-libs/argp-standalone )"
+RDEPEND=${DEPEND}
+
+S="${WORKDIR}/${PN/_/-}-${PV}"
+
+src_prepare() {
+   eapply "${FILESDIR}/${PN}-2.2-limits.patch"
+   use elibc_musl && eapply "${FILESDIR}/${PN}-2.2-argp.patch"
+
+   eapply_user
+
+   eautoreconf
+}



[gentoo-commits] proj/musl:master commit in: sys-apps/iucode_tool/

2018-01-29 Thread Aric Belsito
commit: 9579888ab4f099bb583aeaa8910e23da71dc49e3
Author: Aric Belsito  gmail  com>
AuthorDate: Mon Jan 29 20:00:16 2018 +
Commit: Aric Belsito  gmail  com>
CommitDate: Mon Jan 29 20:00:49 2018 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=9579888a

sys-apps/iucode_tool: version bump to 2.3

 sys-apps/iucode_tool/Manifest   |  1 +
 sys-apps/iucode_tool/iucode_tool-2.3.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/sys-apps/iucode_tool/Manifest b/sys-apps/iucode_tool/Manifest
index 26c4488..ca3b4a6 100644
--- a/sys-apps/iucode_tool/Manifest
+++ b/sys-apps/iucode_tool/Manifest
@@ -1 +1,2 @@
 DIST iucode-tool_2.2.tar.xz 149896 BLAKE2B 
c8289541b5a1550e4eaca2dc347cfd78f04cc723c9e7ca995feb1bd8ef8130db1c595613f66ffa22487fefe20a45e51268d989cc24694e6cc1a07012a564ac68
 SHA512 
edb5969c1e00480e537cddc49d7cbb190ce70e6f0c44d9c40a481038bfa048fade1b454a7f4eef3048cc204ee303758fe76222f9c9fb9b407ed463ee0ccdd429
+DIST iucode-tool_2.3.tar.xz 153220 BLAKE2B 
4d4fddd1c479172a2bc13c4f45a9be13caf66c5ea396fe7b91df29f5ab12e8d07df0bf5d994c23fe5e9001e585a018549e210ac4669d3bcbde7913adc8aab54d
 SHA512 
8cdbc2970d964c11e9178ef38897f88aaf770b70ad5bd4d91fa6164665b1a4e8be7aa2a4b3d7781e55c298ed9e46be0f278ffc1010feee0bd4745486edfa87fc

diff --git a/sys-apps/iucode_tool/iucode_tool-2.3.ebuild 
b/sys-apps/iucode_tool/iucode_tool-2.3.ebuild
new file mode 100644
index 000..2fd8b99
--- /dev/null
+++ b/sys-apps/iucode_tool/iucode_tool-2.3.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit autotools eutils
+
+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=""
+
+DEPEND="elibc_musl? ( sys-libs/argp-standalone )"
+RDEPEND=${DEPEND}
+
+S="${WORKDIR}/${PN/_/-}-${PV}"
+
+src_prepare() {
+   eapply "${FILESDIR}/${PN}-2.2-limits.patch"
+   use elibc_musl && eapply "${FILESDIR}/${PN}-2.2-argp.patch"
+
+   eapply_user
+
+   eautoreconf
+}



[gentoo-commits] proj/musl:master commit in: sys-apps/iucode_tool/, sys-apps/iucode_tool/files/

2018-01-24 Thread Aric Belsito
commit: eec2d6772909cbb8485691b1f94cc7218ebc9946
Author: Patrick Steinhardt  pks  im>
AuthorDate: Tue Jan 23 11:23:07 2018 +
Commit: Aric Belsito  gmail  com>
CommitDate: Tue Jan 23 11:27:44 2018 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=eec2d677

sys-apps/iucode_tool: link against argp-standalone on musl systems

iucode_tool makes use of the argp header, which is not part of musl,
causing the build to fail on such systems. To fix that, add a dependency
on argp-standalone on musl-based systems and explicitly link against the
argp library.

 sys-apps/iucode_tool/files/iucode_tool-2.2-argp.patch | 13 +
 sys-apps/iucode_tool/iucode_tool-2.2.ebuild   | 14 +-
 2 files changed, 26 insertions(+), 1 deletion(-)

diff --git a/sys-apps/iucode_tool/files/iucode_tool-2.2-argp.patch 
b/sys-apps/iucode_tool/files/iucode_tool-2.2-argp.patch
new file mode 100644
index 000..78acf0d
--- /dev/null
+++ b/sys-apps/iucode_tool/files/iucode_tool-2.2-argp.patch
@@ -0,0 +1,13 @@
+diff --git a/Makefile.am b/Makefile.am
+index 415a241..06e6872 100644
+--- a/Makefile.am
 b/Makefile.am
+@@ -2,6 +2,8 @@
+ ## Toplevel Makefile.am for iucode_tool
+ ##
+ 
++AM_LDFLAGS = -largp
++
+ sbin_PROGRAMS  = iucode_tool
+ man_MANS   = iucode_tool.8
+ 

diff --git a/sys-apps/iucode_tool/iucode_tool-2.2.ebuild 
b/sys-apps/iucode_tool/iucode_tool-2.2.ebuild
index f40fc0c..2e65da0 100644
--- a/sys-apps/iucode_tool/iucode_tool-2.2.ebuild
+++ b/sys-apps/iucode_tool/iucode_tool-2.2.ebuild
@@ -3,6 +3,8 @@
 
 EAPI="6"
 
+inherit autotools eutils
+
 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;
@@ -12,6 +14,16 @@ SLOT="0"
 KEYWORDS="-* ~amd64 ~x86"
 IUSE=""
 
-PATCHES=( "${FILESDIR}"/${P}-limits.patch )
+DEPEND="elibc_musl? ( sys-libs/argp-standalone )"
+RDEPEND=${DEPEND}
 
 S="${WORKDIR}/${PN/_/-}-${PV}"
+
+src_prepare() {
+   eapply "${FILESDIR}/${P}-limits.patch"
+   use elibc_musl && eapply "${FILESDIR}/${P}-argp.patch"
+
+   eapply_user
+
+   eautoreconf
+}



[gentoo-commits] proj/musl:master commit in: sys-apps/iucode_tool/files/

2018-01-15 Thread Aric Belsito
commit: 4ccb1d008f6106880cbbf162c029345bd218c11a
Author: Aric Belsito  gmail  com>
AuthorDate: Tue Jan 16 06:43:50 2018 +
Commit: Aric Belsito  gmail  com>
CommitDate: Tue Jan 16 06:43:50 2018 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=4ccb1d00

sys-apps/iucode_tool: fix patch path

 .../files/{iucode-tool-2.2-limits.patch => iucode_tool-2.2-limits.patch}  | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/sys-apps/iucode_tool/files/iucode-tool-2.2-limits.patch 
b/sys-apps/iucode_tool/files/iucode_tool-2.2-limits.patch
similarity index 100%
rename from sys-apps/iucode_tool/files/iucode-tool-2.2-limits.patch
rename to sys-apps/iucode_tool/files/iucode_tool-2.2-limits.patch



[gentoo-commits] proj/musl:master commit in: sys-apps/iucode_tool/, sys-apps/iucode_tool/files/

2018-01-15 Thread Aric Belsito
commit: 7d4a4857616c95c9cc61180053770e3c6a5531c3
Author: Aric Belsito  gmail  com>
AuthorDate: Tue Jan 16 06:42:43 2018 +
Commit: Aric Belsito  gmail  com>
CommitDate: Tue Jan 16 06:42:43 2018 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=7d4a4857

sys-apps/iucode_tool: new package

 sys-apps/iucode_tool/Manifest   |  1 +
 sys-apps/iucode_tool/files/iucode-tool-2.2-limits.patch | 11 +++
 sys-apps/iucode_tool/iucode_tool-2.2.ebuild | 17 +
 sys-apps/iucode_tool/metadata.xml   |  8 
 4 files changed, 37 insertions(+)

diff --git a/sys-apps/iucode_tool/Manifest b/sys-apps/iucode_tool/Manifest
new file mode 100644
index 000..26c4488
--- /dev/null
+++ b/sys-apps/iucode_tool/Manifest
@@ -0,0 +1 @@
+DIST iucode-tool_2.2.tar.xz 149896 BLAKE2B 
c8289541b5a1550e4eaca2dc347cfd78f04cc723c9e7ca995feb1bd8ef8130db1c595613f66ffa22487fefe20a45e51268d989cc24694e6cc1a07012a564ac68
 SHA512 
edb5969c1e00480e537cddc49d7cbb190ce70e6f0c44d9c40a481038bfa048fade1b454a7f4eef3048cc204ee303758fe76222f9c9fb9b407ed463ee0ccdd429

diff --git a/sys-apps/iucode_tool/files/iucode-tool-2.2-limits.patch 
b/sys-apps/iucode_tool/files/iucode-tool-2.2-limits.patch
new file mode 100644
index 000..d7068a4
--- /dev/null
+++ b/sys-apps/iucode_tool/files/iucode-tool-2.2-limits.patch
@@ -0,0 +1,11 @@
+diff -Naur iucode-tool-2.2.orig/iucode_tool.c iucode-tool-2.2/iucode_tool.c
+--- iucode-tool-2.2.orig/iucode_tool.c 2018-01-15 22:40:29.694987129 -0800
 iucode-tool-2.2/iucode_tool.c  2018-01-15 22:40:40.864986929 -0800
+@@ -16,6 +16,7 @@
+ 
+ #include "iucode_tool_config.h"
+ 
++#include 
+ #include 
+ #include 
+ #include 

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
index 000..f40fc0c
--- /dev/null
+++ b/sys-apps/iucode_tool/iucode_tool-2.2.ebuild
@@ -0,0 +1,17 @@
+# 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=""
+
+PATCHES=( "${FILESDIR}"/${P}-limits.patch )
+
+S="${WORKDIR}/${PN/_/-}-${PV}"

diff --git a/sys-apps/iucode_tool/metadata.xml 
b/sys-apps/iucode_tool/metadata.xml
new file mode 100644
index 000..56c1244
--- /dev/null
+++ b/sys-apps/iucode_tool/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+   base-sys...@gentoo.org
+   Gentoo Base System
+
+