Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/mcelog/
Date: Mon, 29 Jan 2018 22:42:01
Message-Id: 1517265709.552ed486714201c47e6c665e114cc39dd95b5062.mattst88@gentoo
1 commit: 552ed486714201c47e6c665e114cc39dd95b5062
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 29 22:41:25 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 29 22:41:49 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=552ed486
7
8 app-admin/mcelog: Drop old version
9
10 app-admin/mcelog/Manifest | 1 -
11 app-admin/mcelog/mcelog-149.ebuild | 52 --------------------------------------
12 2 files changed, 53 deletions(-)
13
14 diff --git a/app-admin/mcelog/Manifest b/app-admin/mcelog/Manifest
15 index 2f9b53c57ce..b2db7791030 100644
16 --- a/app-admin/mcelog/Manifest
17 +++ b/app-admin/mcelog/Manifest
18 @@ -1,2 +1 @@
19 -DIST mcelog-149.tar.gz 296943 BLAKE2B 9eba78eb5f96a36f29d12759f1d05a656ebd094e595c39fc3542a6e6b388a360d183042d884c789baee4a507a5a1d638344a80047d34b56877ea52f4e881c0da SHA512 d2cb7cb26d4407dd03a425568a19c96e5f53cc9447c58cd105d74a2f69b645ef6b444c9533186aac6b052f0721959a321a3f8061477d1451a62be36add097aeb
20 DIST mcelog-154.tar.gz 297148 BLAKE2B 80b2b6b13222d0194d63516607b3132e2146894189e2c3c793c953dc43705a5b386ecb76ae3c8b7b345f8d440f547b3e566b16bf0802d17188cce978e1ad2fc1 SHA512 8a160aaa8a0ed736cb81082321e199e6a6e4f7f6528915752af545db28918e89dcb6bf321a92472d776c61914d08c613900273b3d265a375684e3212547abe38
21
22 diff --git a/app-admin/mcelog/mcelog-149.ebuild b/app-admin/mcelog/mcelog-149.ebuild
23 deleted file mode 100644
24 index fffa27b121a..00000000000
25 --- a/app-admin/mcelog/mcelog-149.ebuild
26 +++ /dev/null
27 @@ -1,52 +0,0 @@
28 -# Copyright 1999-2017 Gentoo Foundation
29 -# Distributed under the terms of the GNU General Public License v2
30 -
31 -EAPI=6
32 -
33 -inherit linux-info systemd toolchain-funcs
34 -
35 -DESCRIPTION="A tool to log and decode Machine Check Exceptions"
36 -HOMEPAGE="http://mcelog.org/"
37 -SRC_URI="https://github.com/andikleen/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
38 -
39 -LICENSE="GPL-2"
40 -SLOT="0"
41 -KEYWORDS="amd64 x86"
42 -IUSE="selinux"
43 -
44 -RDEPEND="selinux? ( sec-policy/selinux-mcelog )"
45 -
46 -CONFIG_CHECK="~X86_MCE"
47 -
48 -# TODO: add mce-inject to the tree to support test phase
49 -RESTRICT="test"
50 -
51 -src_prepare() {
52 - eapply "${FILESDIR}"/${PN}-0.8_pre1-timestamp-${PN}.patch \
53 - "${FILESDIR}"/${PN}-129-debugflags.patch
54 - eapply_user
55 - tc-export CC
56 -}
57 -
58 -src_install() {
59 - default
60 -
61 - insinto /etc/cron.daily
62 - newins ${PN}.cron ${PN}
63 -
64 - insinto /etc/logrotate.d/
65 - newins ${PN}.logrotate ${PN}
66 -
67 - newinitd "${FILESDIR}"/${PN}.init-r1 ${PN}
68 - systemd_dounit "${FILESDIR}"/${PN}.service
69 -
70 - dodoc *.pdf
71 -}
72 -
73 -pkg_postinst() {
74 - einfo "The default configuration set is now installed in /etc/${PN}"
75 - einfo "you might want to edit those files."
76 - einfo
77 - einfo "A sample cronjob is installed into /etc/cron.daily"
78 - einfo "without executable bit (system service is the preferred method now)"
79 -}