Gentoo Archives: gentoo-commits

From: Jory Pratt <anarchy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/musl:master commit in: sys-apps/iucode_tool/
Date: Thu, 02 Jul 2020 00:42:53
Message-Id: 1593650425.3781cf0c3047e12aeaa119b2159486c4c79a6f2c.anarchy@gentoo
1 commit: 3781cf0c3047e12aeaa119b2159486c4c79a6f2c
2 Author: Jory Pratt <anarchy <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 2 00:40:25 2020 +0000
4 Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 2 00:40:25 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=3781cf0c
7
8 sys-apps/iucode_tool: bump to eapi=7
9
10 Package-Manager: Portage-2.3.103, Repoman-2.3.23
11 Signed-off-by: Jory Pratt <anarchy <AT> gentoo.org>
12
13 .../{iucode_tool-2.3.1.ebuild => iucode_tool-2.3.1-r1.ebuild} | 6 ++----
14 1 file changed, 2 insertions(+), 4 deletions(-)
15
16 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
17 similarity index 92%
18 rename from sys-apps/iucode_tool/iucode_tool-2.3.1.ebuild
19 rename to sys-apps/iucode_tool/iucode_tool-2.3.1-r1.ebuild
20 index 431aeb4..5f0ebd5 100644
21 --- a/sys-apps/iucode_tool/iucode_tool-2.3.1.ebuild
22 +++ b/sys-apps/iucode_tool/iucode_tool-2.3.1-r1.ebuild
23 @@ -1,9 +1,9 @@
24 # Copyright 1999-2020 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 -EAPI="6"
28 +EAPI="7"
29
30 -inherit autotools eutils
31 +inherit autotools
32
33 DESCRIPTION="tool to manipulate Intel X86 and X86-64 processor microcode update collections"
34 HOMEPAGE="https://gitlab.com/iucode-tool/"
35 @@ -23,7 +23,5 @@ src_prepare() {
36 eapply "${FILESDIR}/${PN}-2.2-limits.patch"
37 use elibc_musl && eapply "${FILESDIR}/${PN}-2.2-argp.patch"
38
39 - eapply_user
40 -
41 eautoreconf
42 }