From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/cpuid2cpuflags/
Date: Sun, 2 Aug 2020 14:00:00 +0000 (UTC) [thread overview]
Message-ID: <1596376798.48b2b6180a0334b3e777fd29de5ca1af3cecff5d.mgorny@gentoo> (raw)
commit: 48b2b6180a0334b3e777fd29de5ca1af3cecff5d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 2 12:30:03 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Aug 2 13:59:58 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48b2b618
app-portage/cpuid2cpuflags: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-portage/cpuid2cpuflags/Manifest | 2 --
app-portage/cpuid2cpuflags/cpuid2cpuflags-1.ebuild | 39 ----------------------
app-portage/cpuid2cpuflags/cpuid2cpuflags-9.ebuild | 28 ----------------
3 files changed, 69 deletions(-)
diff --git a/app-portage/cpuid2cpuflags/Manifest b/app-portage/cpuid2cpuflags/Manifest
index 4327a880f66..4b169319a10 100644
--- a/app-portage/cpuid2cpuflags/Manifest
+++ b/app-portage/cpuid2cpuflags/Manifest
@@ -1,4 +1,2 @@
DIST cpuid2cpuflags-10.tar.bz2 82756 BLAKE2B 144ccc9ffff9fdafa9d29628963143b3685421c3c96a81ab780d835c7e0d83fdfe02c720744f57f2947c6079af157c2b6d3e61277f5af734fdba08c6fec23b9f SHA512 c34feef1548b9ade349efbdb68880fea303dd9a8d361de017b925688f9b189602cb175e1699dbe7b48f6887f343fafca9ff0ac95b8eb174bf7201c8bb5978c98
DIST cpuid2cpuflags-11.tar.bz2 83091 BLAKE2B 2225b6031505597050332d50f4cee69aebb263f9def8043fde64b61e7d06bd2b2ab306eab31701434435a5ede1da974004db3d800a9184011595ed5c16422c79 SHA512 0eeff4e6369eaca6ddb516ff95597c649a7619c1ad79b0d73f51ef9f903db55cb7a49c5ccec478c9a923abfcce63e4ee5b6436f08eb9092b0024c898e508750b
-DIST cpuid2cpuflags-9.tar.bz2 82841 BLAKE2B 6f866a29680b53975359c56f54f3ecd8e978fe55297fdfcb84b25f57dc38bb0fb5c2169dde83e29235d13667a43faa11d75fa15e3d8fbef65a86cea2832363c4 SHA512 61a265abfd5b0920e1b3c18d322dceb416a6a353b3d3ef3f01ab1d02aab1b45dd1ec4eed4ccf667eae82c953830f29d22a671dd7d7c2b4d309050033af1fd5b7
-DIST cpuinfo2cpuflags-1.tar.gz 1429 BLAKE2B 5126e643e5e2ea0be2418068fbcfbbae1781a0e3ab7903d909d4a5a291cb2e5db132a7a6a5c6db12a757688efca0557e4331a91f64af4b7e47deca415fd05b34 SHA512 68a21cfdb0fc8c6eb5aad5c6702d50dd56c927b2010efea1651dbc6a9657654b770bc5a4055fb11e790066c2c63c9ea29c3e03d91057abe187e7029e6797aede
diff --git a/app-portage/cpuid2cpuflags/cpuid2cpuflags-1.ebuild b/app-portage/cpuid2cpuflags/cpuid2cpuflags-1.ebuild
deleted file mode 100644
index 3ca2f491f50..00000000000
--- a/app-portage/cpuid2cpuflags/cpuid2cpuflags-1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit python-r1
-
-MY_PN=cpuinfo2cpuflags
-MY_P=${MY_PN}-${PV}
-DESCRIPTION="Script to guess CPU_FLAGS_X86 flags from /proc/cpuinfo"
-HOMEPAGE="https://github.com/mgorny/cpuid2cpuflags"
-SRC_URI="https://github.com/mgorny/cpuid2cpuflags/releases/download/v${PV}/${MY_P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND=${PYTHON_DEPS}
-REQUIRED_USE=${PYTHON_REQUIRED_USE}
-
-S=${WORKDIR}/${MY_P}
-
-src_install() {
- python_foreach_impl python_newscript "${MY_PN}-x86"{.py,}
-}
-
-pkg_postinst() {
- if has_version 'sys-apps/portage' \
- && ! has_version "sys-apps/portage[${PYTHON_USEDEP}]"
- then
- ewarn "Support for matching Python implementations should be enabled"
- ewarn "on sys-apps/portage as well. Otherwise, cpuinfo2cpuflags won't"
- ewarn "be able to figure out the correct repository location and will"
- ewarn "require you to specify it explicitly."
- fi
-}
diff --git a/app-portage/cpuid2cpuflags/cpuid2cpuflags-9.ebuild b/app-portage/cpuid2cpuflags/cpuid2cpuflags-9.ebuild
deleted file mode 100644
index 5914671097e..00000000000
--- a/app-portage/cpuid2cpuflags/cpuid2cpuflags-9.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Tool to guess CPU_FLAGS_* flags for the host"
-HOMEPAGE="https://github.com/mgorny/cpuid2cpuflags"
-SRC_URI="https://github.com/mgorny/cpuid2cpuflags/releases/download/v${PV}/${P}.tar.bz2"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc ppc64 x86 ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
-IUSE=""
-
-pkg_postinst() {
- local v
- for v in ${REPLACING_VERSIONS}; do
- if [[ ${v%-r*} -lt 2 ]]; then
- elog 'Please note that the output has changed in v2. The new format is suitable'
- elog 'both for Portage and Paludis. To use it, e.g.:'
- elog
- elog ' $ echo "*/* $(cpuid2cpuflags)" > /etc/portage/package.use/00cpuflags'
- elog
- elog '(you may need to convert package.use into a directory if you want to use'
- elog ' separate file as presented here)'
- fi
- done
-}
next reply other threads:[~2020-08-02 14:00 UTC|newest]
Thread overview: 67+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-02 14:00 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-09 15:26 [gentoo-commits] repo/gentoo:master commit in: app-portage/cpuid2cpuflags/ Michał Górny
2024-02-23 3:40 Michał Górny
2024-02-22 20:33 Arthur Zamarin
2024-02-08 17:10 Arthur Zamarin
2024-02-08 15:28 Michał Górny
2024-02-08 14:48 Michał Górny
2024-02-08 14:43 Michał Górny
2024-02-08 14:43 Michał Górny
2024-01-22 14:08 Michał Górny
2024-01-02 16:54 Michał Górny
2022-08-10 14:20 Michał Górny
2022-07-26 7:24 Michał Górny
2022-07-26 7:05 Sam James
2022-07-26 2:05 Sam James
2022-07-26 2:05 Sam James
2022-07-26 2:05 Sam James
2022-07-26 1:36 Sam James
2022-05-20 4:42 Michał Górny
2022-05-20 4:42 Michał Górny
2021-01-06 13:23 Fabian Groffen
2020-09-18 8:26 Agostino Sarubbo
2020-09-18 7:54 Agostino Sarubbo
2020-09-18 7:29 Agostino Sarubbo
2020-09-14 2:48 Sam James
2020-09-13 19:03 Sam James
2020-07-13 17:18 Michał Górny
2020-06-08 18:08 Georgy Yakovlev
2020-06-08 18:08 Georgy Yakovlev
2020-06-08 18:08 Georgy Yakovlev
2020-06-08 18:08 Georgy Yakovlev
2020-06-08 18:08 Georgy Yakovlev
2020-06-08 18:08 Georgy Yakovlev
2020-06-08 10:48 Michał Górny
2020-05-04 9:37 Michał Górny
2020-04-23 6:29 Agostino Sarubbo
2020-04-23 6:24 Agostino Sarubbo
2020-04-23 6:21 Agostino Sarubbo
2020-04-22 13:57 Mikle Kolyada
2020-04-21 10:13 Mart Raudsepp
2020-04-20 16:40 Georgy Yakovlev
2020-04-20 12:32 Michał Górny
2020-03-16 2:31 Georgy Yakovlev
2019-12-26 11:27 Michał Górny
2019-12-24 14:21 Mikle Kolyada
2019-12-15 14:46 Agostino Sarubbo
2019-12-15 13:43 Agostino Sarubbo
2019-12-13 16:57 Michał Górny
2019-09-17 21:00 Michał Górny
2019-09-13 17:58 Mikle Kolyada
2019-09-11 10:19 Georgy Yakovlev
2019-09-10 20:03 Michał Górny
2019-09-09 5:54 Agostino Sarubbo
2019-09-08 19:15 Thomas Deutschmann
2019-07-19 18:15 Michał Górny
2019-01-12 15:38 Michał Górny
2018-03-15 16:17 Mikle Kolyada
2018-02-06 15:10 Thomas Deutschmann
2017-12-02 9:36 Michał Górny
2017-12-02 9:36 Michał Górny
2017-04-18 9:25 Alexis Ballier
2017-04-01 6:15 Michał Górny
2017-04-01 6:15 Michał Górny
2017-03-31 21:45 Michał Górny
2017-03-25 14:43 Agostino Sarubbo
2017-03-23 19:23 Michał Górny
2017-03-04 18:53 Michał Górny
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=1596376798.48b2b6180a0334b3e777fd29de5ca1af3cecff5d.mgorny@gentoo \
--to=mgorny@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