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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 99F63158094 for ; Sun, 11 Sep 2022 21:39:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6F65E07D0; Sun, 11 Sep 2022 21:39:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C2628E07D0 for ; Sun, 11 Sep 2022 21:39:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7541F33D0AF for ; Sun, 11 Sep 2022 21:39:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E722875 for ; Sun, 11 Sep 2022 21:39:35 +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: <1662932332.077dfb459cd6b85c75faef406f205dcc25acc006.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/resolve-march-native-2.0.0.ebuild X-VCS-Directories: app-misc/resolve-march-native/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 077dfb459cd6b85c75faef406f205dcc25acc006 X-VCS-Branch: master Date: Sun, 11 Sep 2022 21:39:35 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 83490033-418e-4562-a9b8-ebd62fa78273 X-Archives-Hash: 57e63f88aa6d8f821ea8a60a2fea85bb commit: 077dfb459cd6b85c75faef406f205dcc25acc006 Author: Sebastian Pipping gentoo org> AuthorDate: Sun Sep 11 21:38:37 2022 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Sun Sep 11 21:38:52 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=077dfb45 app-misc/resolve-march-native: 2.0.0 + EAPI 8 Signed-off-by: Sebastian Pipping gentoo.org> Package-Manager: Portage-3.0.30, Repoman-3.0.3 app-misc/resolve-march-native/Manifest | 1 + .../resolve-march-native-2.0.0.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/app-misc/resolve-march-native/Manifest b/app-misc/resolve-march-native/Manifest index 1b4e3476cbbe..2c9d1b1e2885 100644 --- a/app-misc/resolve-march-native/Manifest +++ b/app-misc/resolve-march-native/Manifest @@ -1,2 +1,3 @@ DIST resolve-march-native-0.9.4.tar.gz 7829 BLAKE2B 16c3492185c89c7a4dac48c4f9d9ce4ff6ca6ed794cf826cb141cd83936c2762db43d1d7b64fa6f39e1216b4738a58c35a07d9df7a78dbd061de636b7b181fed SHA512 b73e34c9f957dd3f8941b7db25af88b32cc1f67e4384c97034a310b98e6f6e6645a583ec567f8b1547bea41e072fcc20189017930a172781061d741839c5a9b2 DIST resolve-march-native-1.0.0.tar.gz 9341 BLAKE2B 5b56084816a88a462c889e2409c2bd1a9fc6297f239716f1d61c84f2417755dc92f31e677283f818b9c0ca28f38eb57d7145d60587cea004a001b22098e1fa4d SHA512 fdd0fdbb0980e86bae793f37fe0de3d3886dfe360c2ce52b37d92f881e14b1eaa0ba9c8d52a1bc6774b1389154300c0753eba5701c3c2ddc98f0696a8351f895 +DIST resolve-march-native-2.0.0.tar.gz 13800 BLAKE2B fda2ac8f79724cdce4328ae2db60c7adb934d5c09f61d67dbec397dc57c2b6181d20a6cbfb9008641bfe36ad7d9e4a48e750400fa7038a7f9800501ec3fec67a SHA512 13b9cc95b72207576b1001b7583e385aa855888014fa9cd5a84e1441177bfc2dbf6f142d4759f332cb5df2fb611670f76d4b0ce6dec68d11ba2fcd8129f93595 diff --git a/app-misc/resolve-march-native/resolve-march-native-2.0.0.ebuild b/app-misc/resolve-march-native/resolve-march-native-2.0.0.ebuild new file mode 100644 index 000000000000..0320fbd8fcd5 --- /dev/null +++ b/app-misc/resolve-march-native/resolve-march-native-2.0.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="8" + +PYTHON_COMPAT=( python3_{8..10} ) + +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 ~arm64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND=">=sys-devel/gcc-4.2" + +distutils_enable_tests pytest