Gentoo Archives: gentoo-commits

From: Ben Kohler <bkohler@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/mcelog/
Date: Mon, 26 Sep 2022 15:24:15
Message-Id: 1664205619.f341d9578f1ff2d3c6e5ce87530ad4b6ad5fb82f.bkohler@gentoo
1 commit: f341d9578f1ff2d3c6e5ce87530ad4b6ad5fb82f
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 26 15:19:10 2022 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 26 15:20:19 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f341d957
7
8 app-admin/mcelog: drop 187, 188
9
10 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
11
12 app-admin/mcelog/Manifest | 2 --
13 app-admin/mcelog/mcelog-187.ebuild | 51 --------------------------------------
14 app-admin/mcelog/mcelog-188.ebuild | 51 --------------------------------------
15 3 files changed, 104 deletions(-)
16
17 diff --git a/app-admin/mcelog/Manifest b/app-admin/mcelog/Manifest
18 index a182391208fd..4ea533048401 100644
19 --- a/app-admin/mcelog/Manifest
20 +++ b/app-admin/mcelog/Manifest
21 @@ -1,4 +1,2 @@
22 DIST mcelog-182.tar.gz 314857 BLAKE2B fc0716a468ce3eb4fd08806913c7e5e7481f0181f1217bf6e7bc6d675651dd04adac3cd0927428a6f88b15ddd919fbb1c26a4cfd977c3d902906fc09170bb1b3 SHA512 546fd30d16b00efb79e0df49c4c2d7cff08280762f04c4f67c3ceed500dcd19ba63a6eeb55f6ee444f9bbae04431745eb8aa3ded609c10e6be69cf5dd7722443
23 -DIST mcelog-187.tar.gz 314380 BLAKE2B bc9ea27af67c9dfe5efc9b47d392d25b87e6da781b04bfa9553119f78a524200222c95236f30281414434b97e0d99d2d4cd231275d86d51fe718571bf102e3ff SHA512 dc9c7279e115ca9f2611b80662b015044ecfe43602b17681ef6f3211902bfbc3fc58a7490f65ec46448ec9a1c0a80f018b45ae53d56c96789e41ae5186d0b0e3
24 -DIST mcelog-188.tar.gz 314373 BLAKE2B 379ff871026de9c1c6bfd474ccf2a9a670af8e97027811ac30f27172759b809d6b00c38d2f473860482936ede3e566f25b23e707b38715ea33e2720da8e89ae7 SHA512 6d06671649a40327a1d6e27c5df5b46d5696c9d38b7f39273835db7f4a74530df96a83fec63a84c593ba5043a0b11b3d947d4e7ec7c3d5e7483577938b70cfb3
25 DIST mcelog-189.tar.gz 314373 BLAKE2B fcd0a2c52eaa8e75b5d4233190e5daccef2500fba024f505a109bd4b4b69881fc65fe28a15c7a1dea7fcc8ad7d3c6a67e14891ae486d5fa352ccaeae7a71fbd7 SHA512 391123c6153788c533dc8caa749997732495206d59801fde80380c2dbc188236a78bd18bfb6fb27fa9112f436dd3e66314f75ce5aed2c85f3a821fe0c12ff7ea
26
27 diff --git a/app-admin/mcelog/mcelog-187.ebuild b/app-admin/mcelog/mcelog-187.ebuild
28 deleted file mode 100644
29 index b365ebd24343..000000000000
30 --- a/app-admin/mcelog/mcelog-187.ebuild
31 +++ /dev/null
32 @@ -1,51 +0,0 @@
33 -# Copyright 1999-2022 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=8
37 -
38 -PYTHON_COMPAT=( python3_{9..11} )
39 -
40 -inherit linux-info python-any-r1 systemd toolchain-funcs
41 -
42 -DESCRIPTION="A tool to log and decode Machine Check Exceptions"
43 -HOMEPAGE="http://mcelog.org/"
44 -SRC_URI="https://github.com/andikleen/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
45 -
46 -LICENSE="GPL-2"
47 -SLOT="0"
48 -KEYWORDS="~amd64 ~x86"
49 -IUSE="selinux"
50 -
51 -RDEPEND="selinux? ( sec-policy/selinux-mcelog )"
52 -DEPEND="${PYTHON_DEPS}"
53 -
54 -# TODO: add mce-inject to the tree to support test phase
55 -RESTRICT="test"
56 -
57 -pkg_pretend() {
58 - if [[ ${MERGE_TYPE} != buildonly ]]; then
59 - local CONFIG_CHECK="~X86_MCE"
60 - kernel_is -ge 4 12 && CONFIG_CHECK+=" ~X86_MCELOG_LEGACY"
61 - check_extra_config
62 - fi
63 -}
64 -
65 -src_prepare() {
66 - eapply "${FILESDIR}"/${PN}-0.8_pre1-timestamp-${PN}.patch \
67 - "${FILESDIR}"/${PN}-129-debugflags.patch
68 - eapply_user
69 - tc-export CC
70 - python_fix_shebang genconfig.py
71 -}
72 -
73 -src_install() {
74 - default
75 -
76 - insinto /etc/logrotate.d/
77 - newins ${PN}.logrotate ${PN}
78 -
79 - newinitd "${FILESDIR}"/${PN}.init-r1 ${PN}
80 - systemd_dounit ${PN}.service
81 -
82 - dodoc *.pdf
83 -}
84
85 diff --git a/app-admin/mcelog/mcelog-188.ebuild b/app-admin/mcelog/mcelog-188.ebuild
86 deleted file mode 100644
87 index b365ebd24343..000000000000
88 --- a/app-admin/mcelog/mcelog-188.ebuild
89 +++ /dev/null
90 @@ -1,51 +0,0 @@
91 -# Copyright 1999-2022 Gentoo Authors
92 -# Distributed under the terms of the GNU General Public License v2
93 -
94 -EAPI=8
95 -
96 -PYTHON_COMPAT=( python3_{9..11} )
97 -
98 -inherit linux-info python-any-r1 systemd toolchain-funcs
99 -
100 -DESCRIPTION="A tool to log and decode Machine Check Exceptions"
101 -HOMEPAGE="http://mcelog.org/"
102 -SRC_URI="https://github.com/andikleen/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
103 -
104 -LICENSE="GPL-2"
105 -SLOT="0"
106 -KEYWORDS="~amd64 ~x86"
107 -IUSE="selinux"
108 -
109 -RDEPEND="selinux? ( sec-policy/selinux-mcelog )"
110 -DEPEND="${PYTHON_DEPS}"
111 -
112 -# TODO: add mce-inject to the tree to support test phase
113 -RESTRICT="test"
114 -
115 -pkg_pretend() {
116 - if [[ ${MERGE_TYPE} != buildonly ]]; then
117 - local CONFIG_CHECK="~X86_MCE"
118 - kernel_is -ge 4 12 && CONFIG_CHECK+=" ~X86_MCELOG_LEGACY"
119 - check_extra_config
120 - fi
121 -}
122 -
123 -src_prepare() {
124 - eapply "${FILESDIR}"/${PN}-0.8_pre1-timestamp-${PN}.patch \
125 - "${FILESDIR}"/${PN}-129-debugflags.patch
126 - eapply_user
127 - tc-export CC
128 - python_fix_shebang genconfig.py
129 -}
130 -
131 -src_install() {
132 - default
133 -
134 - insinto /etc/logrotate.d/
135 - newins ${PN}.logrotate ${PN}
136 -
137 - newinitd "${FILESDIR}"/${PN}.init-r1 ${PN}
138 - systemd_dounit ${PN}.service
139 -
140 - dodoc *.pdf
141 -}