commit:     9579888ab4f099bb583aeaa8910e23da71dc49e3
Author:     Aric Belsito <lluixhi <AT> gmail <DOT> com>
AuthorDate: Mon Jan 29 20:00:16 2018 +0000
Commit:     Aric Belsito <lluixhi <AT> gmail <DOT> com>
CommitDate: Mon Jan 29 20:00:49 2018 +0000
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 0000000..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
+}

Reply via email to