commit:     8038047370e046b1e7e4d161de0c4b7379e163ef
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 16 13:10:58 2023 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Sun Jul 16 13:11:24 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80380473

app-admin/mcelog: drop 194

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

 app-admin/mcelog/mcelog-194.ebuild | 51 --------------------------------------
 1 file changed, 51 deletions(-)

diff --git a/app-admin/mcelog/mcelog-194.ebuild 
b/app-admin/mcelog/mcelog-194.ebuild
deleted file mode 100644
index 0fa9f2df80c2..000000000000
--- a/app-admin/mcelog/mcelog-194.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-
-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://github.com/andikleen/${PN}/archive/v${PV}.tar.gz -> 
${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"
-
-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() {
-       eapply "${FILESDIR}"/${PN}-0.8_pre1-timestamp-${PN}.patch \
-               "${FILESDIR}"/${PN}-129-debugflags.patch
-       eapply_user
-       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 via email to