Gentoo Archives: gentoo-commits

From: Tony Vroon <chainsaw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/iucode_tool/
Date: Tue, 27 Sep 2016 13:40:01
Message-Id: 1474983569.7ddc790968205b263d589a68c335db37b0556f08.chainsaw@gentoo
1 commit: 7ddc790968205b263d589a68c335db37b0556f08
2 Author: Tony Vroon <chainsaw <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 27 13:39:29 2016 +0000
4 Commit: Tony Vroon <chainsaw <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 27 13:39:29 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ddc7909
7
8 sys-apps/iucode_tool: Version bump to 2.0
9
10 sys-apps/iucode_tool/iucode_tool-2.0.ebuild | 14 ++++++++++++++
11 1 file changed, 14 insertions(+)
12
13 diff --git a/sys-apps/iucode_tool/iucode_tool-2.0.ebuild b/sys-apps/iucode_tool/iucode_tool-2.0.ebuild
14 new file mode 100644
15 index 00000000..81a3826
16 --- /dev/null
17 +++ b/sys-apps/iucode_tool/iucode_tool-2.0.ebuild
18 @@ -0,0 +1,14 @@
19 +# Copyright 1999-2016 Gentoo Foundation
20 +# Distributed under the terms of the GNU General Public License v2
21 +# $Id$
22 +
23 +EAPI="6"
24 +
25 +DESCRIPTION="tool to manipulate Intel X86 and X86-64 processor microcode update collections"
26 +HOMEPAGE="https://gitlab.com/iucode-tool/"
27 +SRC_URI="https://gitlab.com/iucode-tool/releases/raw/master/${PN/_/-}_${PV}.tar.xz"
28 +
29 +LICENSE="GPL-2"
30 +SLOT="0"
31 +KEYWORDS="-* ~amd64 ~x86"
32 +IUSE=""