public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ben Kohler" <bkohler@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/mcelog/
Date: Fri, 12 Jan 2024 15:00:49 +0000 (UTC)	[thread overview]
Message-ID: <1705071641.9de3b3d417d2dc82ae2392412ec7b48c0e2a343c.bkohler@gentoo> (raw)

commit:     9de3b3d417d2dc82ae2392412ec7b48c0e2a343c
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 12 14:59:14 2024 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Fri Jan 12 15:00:41 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9de3b3d4

app-admin/mcelog: add 197

Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>

 app-admin/mcelog/Manifest          |  1 +
 app-admin/mcelog/mcelog-197.ebuild | 54 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 55 insertions(+)

diff --git a/app-admin/mcelog/Manifest b/app-admin/mcelog/Manifest
index 6d5965f54432..18caefbf08d6 100644
--- a/app-admin/mcelog/Manifest
+++ b/app-admin/mcelog/Manifest
@@ -1,2 +1,3 @@
 DIST mcelog-195.tar.gz 318965 BLAKE2B aebfcac2a5e5aab43cf3b08d169c75469c81d8724d2e907890bb5b947e1dbea8e418fdf4c00512112ddc67d1ddcc3a014409c7a546bd60c8e36b2e7af72480c7 SHA512 45436f5859a3ffd1c0eaf998282910ad317b85d03f15130a66a2d4e32e2653dbd86b2033db7f6b321a4b9692354adb92773c26958eb5d474954e12c9ab4a9cda
 DIST mcelog-196.tar.gz 318951 BLAKE2B 50871cd7a3c4dd6f4c4d613c7db4528d972ca37ba17b0a5aa4876d8fc92d4478c2247ea65748310ad6d4b950d1abc9bd0ea40193e72b36d38334547382477849 SHA512 37d14dac84792b4668cb38883cd59b7642c37abc89b783cf19c20b2664a13334372370c9a3718f26d7baf5a02344f80de9e6c6e3ff7386b9585c9dc5f332c011
+DIST mcelog-197.tar.gz 319167 BLAKE2B cbeac1b29ab0b9b7d23470213f5b186f1c1c2a1095617436ccb9a29824fbf6d461642df32e69f7d743a2b3dfce5e06fcffbe5af3cc90a99c00bf9ba4796514b7 SHA512 4975f533fa6546b956190a33f51974614911aa8b707e07f73abf1e0055cd13997eeacaeedaf84762debcea9fd9b95e7d537befc0f818ba29873dd72be4ceed1a

diff --git a/app-admin/mcelog/mcelog-197.ebuild b/app-admin/mcelog/mcelog-197.ebuild
new file mode 100644
index 000000000000..07d93a66d81f
--- /dev/null
+++ b/app-admin/mcelog/mcelog-197.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit linux-info python-any-r1 systemd toolchain-funcs
+
+DESCRIPTION="A tool to log and decode Machine Check Exceptions"
+HOMEPAGE="http://mcelog.org/"
+SRC_URI="https://git.kernel.org/pub/scm/utils/cpu/mce/mcelog.git/snapshot/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="selinux"
+
+RDEPEND="selinux? ( sec-policy/selinux-mcelog )"
+DEPEND="${PYTHON_DEPS}"
+
+# TODO: add mce-inject to the tree to support test phase
+RESTRICT="test"
+
+PATCHES=(
+	"${FILESDIR}"/${PN}-0.8_pre1-timestamp-${PN}.patch
+	"${FILESDIR}"/${PN}-129-debugflags.patch
+)
+
+pkg_pretend() {
+	if [[ ${MERGE_TYPE} != buildonly ]]; then
+		local CONFIG_CHECK="~X86_MCE"
+		kernel_is -ge 4 12 && CONFIG_CHECK+=" ~X86_MCELOG_LEGACY"
+		check_extra_config
+	fi
+}
+
+src_prepare() {
+	default
+	tc-export CC
+	python_fix_shebang genconfig.py
+}
+
+src_install() {
+	default
+
+	insinto /etc/logrotate.d/
+	newins ${PN}.logrotate ${PN}
+
+	newinitd "${FILESDIR}"/${PN}.init-r1 ${PN}
+	systemd_dounit ${PN}.service
+
+	dodoc *.pdf
+}


             reply	other threads:[~2024-01-12 15:00 UTC|newest]

Thread overview: 98+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-12 15:00 Ben Kohler [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-12 18:18 [gentoo-commits] repo/gentoo:master commit in: app-admin/mcelog/ Ben Kohler
2024-07-12 18:18 Ben Kohler
2024-06-19 19:26 Ben Kohler
2024-05-23 11:36 Ben Kohler
2024-05-20 12:02 Ben Kohler
2024-03-28 18:09 Ben Kohler
2024-03-28 18:09 Ben Kohler
2024-03-28 18:09 Ben Kohler
2023-11-01 12:27 Ben Kohler
2023-10-12 15:04 Ben Kohler
2023-10-12 15:04 Ben Kohler
2023-09-08 16:47 Ben Kohler
2023-07-18 13:16 Ben Kohler
2023-07-16 13:11 Ben Kohler
2023-05-19 12:02 Ben Kohler
2023-05-19 12:02 Ben Kohler
2023-04-09 12:03 Ben Kohler
2023-04-04 12:45 Ben Kohler
2023-04-04 12:45 Ben Kohler
2023-04-04 12:45 Ben Kohler
2023-03-13 13:09 Ben Kohler
2023-01-13 13:23 Ben Kohler
2023-01-10 16:11 Ben Kohler
2022-12-30 15:56 Ben Kohler
2022-11-06 13:04 Ben Kohler
2022-09-26 15:24 Ben Kohler
2022-09-26 15:24 Ben Kohler
2022-08-26 12:04 Ben Kohler
2022-08-15 12:52 Ben Kohler
2022-08-12 12:20 Ben Kohler
2022-08-09 10:55 Ben Kohler
2022-07-25 14:26 Ben Kohler
2022-07-25 14:26 Ben Kohler
2022-07-19 14:18 Ben Kohler
2022-07-01 15:57 Ben Kohler
2022-06-30 16:14 Ben Kohler
2022-05-24 13:24 Ben Kohler
2022-05-23 16:29 Ben Kohler
2022-05-23 16:29 Ben Kohler
2022-04-19 15:11 Ben Kohler
2022-01-18 13:09 Ben Kohler
2021-12-15 19:27 Ben Kohler
2021-12-15 19:10 Ben Kohler
2021-12-11 13:51 Ben Kohler
2021-11-07 11:42 Ben Kohler
2021-10-04 11:35 Ben Kohler
2021-08-11 10:55 Ben Kohler
2021-08-11 10:55 Ben Kohler
2021-07-22 12:19 Ben Kohler
2021-07-13 14:23 Ben Kohler
2021-07-07 20:41 Ben Kohler
2021-02-27 14:06 Ben Kohler
2021-02-25  4:29 Matt Turner
2021-02-08 21:07 Ben Kohler
2021-01-09 14:40 Ben Kohler
2021-01-07 21:53 Ben Kohler
2020-12-23 18:49 Ben Kohler
2020-11-09 17:35 Ben Kohler
2020-10-20 13:52 Ben Kohler
2020-09-24 12:07 Ben Kohler
2020-09-18 12:09 Ben Kohler
2020-06-30 17:09 Ben Kohler
2020-05-29 11:01 Ben Kohler
2020-05-29 11:01 Ben Kohler
2020-04-24 12:54 Ben Kohler
2020-02-01  0:11 Matt Turner
2020-02-01  0:11 Matt Turner
2020-02-01  0:11 Matt Turner
2020-01-10 16:19 Ben Kohler
2019-12-14 13:17 Ben Kohler
2019-11-13 20:52 Ben Kohler
2019-10-23 16:51 Ben Kohler
2019-08-07 13:32 Ben Kohler
2019-08-06 17:50 Matt Turner
2019-08-06 17:50 Matt Turner
2019-02-06 13:39 Ben Kohler
2018-11-27 22:04 Matt Turner
2018-11-27 22:04 Matt Turner
2018-11-27 21:55 Thomas Deutschmann
2018-09-25 12:01 Ben Kohler
2018-08-11 12:16 Ben Kohler
2018-06-25  1:54 Ben Kohler
2018-06-25  1:34 Ben Kohler
2018-05-11 20:58 Matt Turner
2018-01-29 22:41 Matt Turner
2017-11-11 18:00 Thomas Deutschmann
2017-11-09 18:59 Manuel Rüger
2017-10-23  4:05 Matt Turner
2017-10-23  4:05 Matt Turner
2017-08-25 23:49 Matt Turner
2017-06-10  1:46 Matt Turner
2017-04-07  7:07 Matt Turner
2017-03-28 16:23 Matt Turner
2017-03-08 19:20 Matt Turner
2016-04-04  9:00 Ian Delaney
2015-08-14 23:10 Julian Ospald
2015-08-14 23:10 Julian Ospald

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=1705071641.9de3b3d417d2dc82ae2392412ec7b48c0e2a343c.bkohler@gentoo \
    --to=bkohler@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