Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/cpuid2cpuflags/
Date: Sat, 04 Mar 2017 18:53:47
Message-Id: 1488653607.a4367e33b11c0427f947cda49cc77e6f61bbcb89.mgorny@gentoo
1 commit: a4367e33b11c0427f947cda49cc77e6f61bbcb89
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 4 18:48:59 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 4 18:53:27 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4367e33
7
8 app-portage/cpuid2cpuflags: Add a live ebuild
9
10 .../cpuid2cpuflags/cpuid2cpuflags-9999.ebuild | 21 +++++++++++++++++++++
11 1 file changed, 21 insertions(+)
12
13 diff --git a/app-portage/cpuid2cpuflags/cpuid2cpuflags-9999.ebuild b/app-portage/cpuid2cpuflags/cpuid2cpuflags-9999.ebuild
14 new file mode 100644
15 index 00000000000..8e891b478ae
16 --- /dev/null
17 +++ b/app-portage/cpuid2cpuflags/cpuid2cpuflags-9999.ebuild
18 @@ -0,0 +1,21 @@
19 +# Copyright 1999-2017 Gentoo Foundation
20 +# Distributed under the terms of the GNU General Public License v2
21 +
22 +EAPI=6
23 +
24 +EGIT_REPO_URI="https://github.com/mgorny/cpuid2cpuflags"
25 +inherit autotools git-r3
26 +
27 +DESCRIPTION="Tool to guess CPU_FLAGS_X86 flags for the host"
28 +HOMEPAGE="https://github.com/mgorny/cpuid2cpuflags"
29 +SRC_URI=""
30 +
31 +LICENSE="BSD-2"
32 +SLOT="0"
33 +KEYWORDS=""
34 +IUSE=""
35 +
36 +src_prepare() {
37 + default
38 + eautoreconf
39 +}