From: "Sebastian Pipping" <sping@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/resolve-march-native/
Date: Sun, 5 Nov 2023 19:42:28 +0000 (UTC) [thread overview]
Message-ID: <1699213300.7924d2d3e9b2a02dda15e3a4f6e8c33690496694.sping@gentoo> (raw)
commit: 7924d2d3e9b2a02dda15e3a4f6e8c33690496694
Author: Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 5 19:41:40 2023 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sun Nov 5 19:41:40 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7924d2d3
app-misc/resolve-march-native: Drop old
Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
app-misc/resolve-march-native/Manifest | 2 --
.../resolve-march-native-1.0.0-r1.ebuild | 22 ---------------------
.../resolve-march-native-2.1.0-r1.ebuild | 23 ----------------------
.../resolve-march-native-2.1.0.ebuild | 22 ---------------------
4 files changed, 69 deletions(-)
diff --git a/app-misc/resolve-march-native/Manifest b/app-misc/resolve-march-native/Manifest
index 689c4071c64c..2240cf543c9e 100644
--- a/app-misc/resolve-march-native/Manifest
+++ b/app-misc/resolve-march-native/Manifest
@@ -1,4 +1,2 @@
-DIST resolve-march-native-1.0.0.tar.gz 9341 BLAKE2B 5b56084816a88a462c889e2409c2bd1a9fc6297f239716f1d61c84f2417755dc92f31e677283f818b9c0ca28f38eb57d7145d60587cea004a001b22098e1fa4d SHA512 fdd0fdbb0980e86bae793f37fe0de3d3886dfe360c2ce52b37d92f881e14b1eaa0ba9c8d52a1bc6774b1389154300c0753eba5701c3c2ddc98f0696a8351f895
-DIST resolve-march-native-2.1.0.tar.gz 14940 BLAKE2B 2f8b16a04ce531c54bdd63632fb5bb2c82c1c22ef5fa4dc1f9fc5cafc4f59511f457ead95236d61b62cd4633bca35b0d2c5383e2d4b2bc7bf73ae44deb27029c SHA512 26fdb2871d93ba118f1433f2e303ed128bacada2a7fb6e813a8caddda05f7cff18de7339e02349a3b40f0b431f69ee1d877a8f082150c7222fa47dcf4fcf1544
DIST resolve-march-native-2.2.0.tar.gz 15110 BLAKE2B bd0fc09f35bcc46727a9d105d09625c1e1e38528febd315f1e79427ec516326773c3832be15146fcb9bea99ba3435a1a9ee28684b963919c1c7eb185ed5716ca SHA512 85ddba5646168cb1644c99504b4be673c52cec0cae7deb028d9cb923fa0b09817a3f5c08f6e0e546bba89f78cc574193b0bb26d1c3bae86f31ed8808cb17bdda
DIST resolve-march-native-3.0.0.tar.gz 15866 BLAKE2B fcfcac3cb1219d332c8db6a5b448462fc452fed892783b66637658cd80fd952764ec6d103d83ca5800997b9b50021e7d8aee1470c6adcf73c3eebf0e35389bd2 SHA512 8bebb5aaa28961bb059fa207631d004a13922b932675e68f74d315e100c98d670628a6ab8e87fab3da043d69ecf993ad60049f85951144f073787bf348183019
diff --git a/app-misc/resolve-march-native/resolve-march-native-1.0.0-r1.ebuild b/app-misc/resolve-march-native/resolve-march-native-1.0.0-r1.ebuild
deleted file mode 100644
index fcdc980e75a2..000000000000
--- a/app-misc/resolve-march-native/resolve-march-native-1.0.0-r1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-PYTHON_COMPAT=( python3_{9..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
diff --git a/app-misc/resolve-march-native/resolve-march-native-2.1.0-r1.ebuild b/app-misc/resolve-march-native/resolve-march-native-2.1.0-r1.ebuild
deleted file mode 100644
index 66670c04a72c..000000000000
--- a/app-misc/resolve-march-native/resolve-march-native-2.1.0-r1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-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
diff --git a/app-misc/resolve-march-native/resolve-march-native-2.1.0.ebuild b/app-misc/resolve-march-native/resolve-march-native-2.1.0.ebuild
deleted file mode 100644
index c4bc88e7057a..000000000000
--- a/app-misc/resolve-march-native/resolve-march-native-2.1.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-PYTHON_COMPAT=( python3_{9..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
next reply other threads:[~2023-11-05 19:42 UTC|newest]
Thread overview: 43+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-05 19:42 Sebastian Pipping [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-05 0:14 [gentoo-commits] repo/gentoo:master commit in: app-misc/resolve-march-native/ Sebastian Pipping
2024-12-21 3:11 Sam James
2024-12-21 3:11 Sam James
2024-12-21 3:11 Sam James
2024-12-20 19:07 Sebastian Pipping
2024-10-03 15:50 Sebastian Pipping
2024-09-20 19:45 Sebastian Pipping
2024-09-20 19:45 Sebastian Pipping
2024-01-08 21:10 Arthur Zamarin
2024-01-08 21:10 Arthur Zamarin
2024-01-08 7:53 Sam James
2024-01-05 15:51 Sebastian Pipping
2023-12-07 22:11 Sebastian Pipping
2023-12-07 17:50 Sebastian Pipping
2023-12-02 15:06 Sebastian Pipping
2023-11-05 19:42 Sebastian Pipping
2023-11-04 14:15 Sebastian Pipping
2023-04-20 5:01 Sam James
2023-04-20 4:17 Sam James
2023-03-19 23:30 Sebastian Pipping
2022-11-28 20:19 Sebastian Pipping
2022-11-28 20:19 Sebastian Pipping
2022-09-13 16:00 Sebastian Pipping
2022-09-11 21:39 Sebastian Pipping
2022-06-01 8:13 Agostino Sarubbo
2022-06-01 8:09 Agostino Sarubbo
2021-09-20 14:15 Sebastian Pipping
2021-03-13 11:37 Sam James
2021-03-13 11:36 Sam James
2020-10-03 17:17 Sebastian Pipping
2020-09-27 16:22 Sam James
2020-09-19 8:04 Michał Górny
2020-08-30 20:42 Thomas Deutschmann
2020-08-05 13:53 Agostino Sarubbo
2020-05-07 13:18 Michał Górny
2019-10-27 23:02 Sebastian Pipping
2019-10-20 19:13 Sebastian Pipping
2019-06-05 6:48 Agostino Sarubbo
2019-06-04 14:45 Thomas Deutschmann
2016-11-20 18:36 Sebastian Pipping
2015-08-23 18:01 Sebastian Pipping
2015-08-21 19:29 Sebastian Pipping
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1699213300.7924d2d3e9b2a02dda15e3a4f6e8c33690496694.sping@gentoo \
--to=sping@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox