From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 808C0138331 for ; Tue, 27 Sep 2016 13:40:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1FD8BE0B88; Tue, 27 Sep 2016 13:39:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6AF4AE0B8A for ; Tue, 27 Sep 2016 13:39:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2BE8F3407AF for ; Tue, 27 Sep 2016 13:39:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7EB6A2486 for ; Tue, 27 Sep 2016 13:39:54 +0000 (UTC) From: "Tony Vroon" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tony Vroon" Message-ID: <1474983569.7ddc790968205b263d589a68c335db37b0556f08.chainsaw@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/iucode_tool/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/iucode_tool/iucode_tool-2.0.ebuild X-VCS-Directories: sys-apps/iucode_tool/ X-VCS-Committer: chainsaw X-VCS-Committer-Name: Tony Vroon X-VCS-Revision: 7ddc790968205b263d589a68c335db37b0556f08 X-VCS-Branch: master Date: Tue, 27 Sep 2016 13:39:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7da00346-d14c-4246-8c8a-f63cbfda045b X-Archives-Hash: f9173967fbc3d470fd506bdc7b980df1 commit: 7ddc790968205b263d589a68c335db37b0556f08 Author: Tony Vroon gentoo org> AuthorDate: Tue Sep 27 13:39:29 2016 +0000 Commit: Tony Vroon gentoo org> CommitDate: Tue Sep 27 13:39:29 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ddc7909 sys-apps/iucode_tool: Version bump to 2.0 sys-apps/iucode_tool/iucode_tool-2.0.ebuild | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/sys-apps/iucode_tool/iucode_tool-2.0.ebuild b/sys-apps/iucode_tool/iucode_tool-2.0.ebuild new file mode 100644 index 00000000..81a3826 --- /dev/null +++ b/sys-apps/iucode_tool/iucode_tool-2.0.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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=""