From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C84811397F2 for ; Fri, 21 Aug 2015 19:29:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 13826E0783; Fri, 21 Aug 2015 19:29:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9FAE7E0783 for ; Fri, 21 Aug 2015 19:29:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7D570340A85 for ; Fri, 21 Aug 2015 19:29:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9AEEB146 for ; Fri, 21 Aug 2015 19:29:46 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1440185341.5149b8f0bc6e6878d4f0ca654d533a78df733509.sping@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/resolve-march-native/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/resolve-march-native/Manifest app-misc/resolve-march-native/metadata.xml app-misc/resolve-march-native/resolve-march-native-0.9.ebuild X-VCS-Directories: app-misc/resolve-march-native/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 5149b8f0bc6e6878d4f0ca654d533a78df733509 X-VCS-Branch: master Date: Fri, 21 Aug 2015 19:29:46 +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: 41121790-c9b7-478f-96eb-e67a057e1780 X-Archives-Hash: 46306d38ab68f2350bd31921ffd9c4bb commit: 5149b8f0bc6e6878d4f0ca654d533a78df733509 Author: Sebastian Pipping gentoo org> AuthorDate: Fri Aug 21 19:28:37 2015 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Fri Aug 21 19:29:01 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5149b8f0 app-misc/resolve-march-native: 0.9 app-misc/resolve-march-native/Manifest | 1 + app-misc/resolve-march-native/metadata.xml | 8 ++++++++ .../resolve-march-native-0.9.ebuild | 19 +++++++++++++++++++ 3 files changed, 28 insertions(+) diff --git a/app-misc/resolve-march-native/Manifest b/app-misc/resolve-march-native/Manifest new file mode 100644 index 0000000..cbbc321 --- /dev/null +++ b/app-misc/resolve-march-native/Manifest @@ -0,0 +1 @@ +DIST resolve-march-native-0.9.tar.gz 7688 SHA256 b8e0efd881fca5dfe200e3c9767b1948265ca5e4daf8169332a941f8184c713f SHA512 2079153a1d7f8f352baa1a0000d9e120d976bca8cef2a81dde85ba1689a260fb899c8b6d97f9cd79dda41c5b67b9fe76bfdf0fc5bc88ef09d2915a29f3ed33e2 WHIRLPOOL c46f233eb59b284dd5262026ea83974bdb0825e8b797087a89ac7249542a478624da8e9540cf92869dbc41afb62fdb5e3623a1ec4fa5aa18354d770daf4be832 diff --git a/app-misc/resolve-march-native/metadata.xml b/app-misc/resolve-march-native/metadata.xml new file mode 100644 index 0000000..16bcc9f --- /dev/null +++ b/app-misc/resolve-march-native/metadata.xml @@ -0,0 +1,8 @@ + + + + + sping@gentoo.org + Sebastian Pipping + + diff --git a/app-misc/resolve-march-native/resolve-march-native-0.9.ebuild b/app-misc/resolve-march-native/resolve-march-native-0.9.ebuild new file mode 100644 index 0000000..9a2994a --- /dev/null +++ b/app-misc/resolve-march-native/resolve-march-native-0.9.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="5" + +PYTHON_COMPAT=( python2_7 ) +inherit distutils-r1 + +DESCRIPTION="Resolve GCC flag -march=native" +HOMEPAGE="https://github.com/hartwork/resolve-march-native" +SRC_URI="https://github.com/hartwork/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="sys-devel/gcc"