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, 23 Oct 2017 04:05:49
Message-Id: 1508731519.7a69d43161ecea65793beedf9e8a22e1b4bc9e94.mattst88@gentoo
1 commit: 7a69d43161ecea65793beedf9e8a22e1b4bc9e94
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 23 04:04:54 2017 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 23 04:05:19 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a69d431
7
8 app-admin/mcelog: Drop old
9
10 app-admin/mcelog/Manifest | 2 --
11 app-admin/mcelog/mcelog-152.ebuild | 52 ----------------------------------
12 app-admin/mcelog/mcelog-153.ebuild | 58 --------------------------------------
13 3 files changed, 112 deletions(-)
14
15 diff --git a/app-admin/mcelog/Manifest b/app-admin/mcelog/Manifest
16 index 8f9b2d7fa12..1ba48c2cb69 100644
17 --- a/app-admin/mcelog/Manifest
18 +++ b/app-admin/mcelog/Manifest
19 @@ -1,4 +1,2 @@
20 DIST mcelog-149.tar.gz 296943 SHA256 a9313ed45cabaf7ef0a4d986ecf24a3c9ced9a4b1e34032d380af4e70c73512f SHA512 d2cb7cb26d4407dd03a425568a19c96e5f53cc9447c58cd105d74a2f69b645ef6b444c9533186aac6b052f0721959a321a3f8061477d1451a62be36add097aeb WHIRLPOOL ddea0a8efca6e5180d4d3ce663a0366b1a2eb78d8d11690e21aea81d3956838013aec7e83f29f6a745a63d18e95e8c71a2b00be135a5982013462b3911aa7f57
21 -DIST mcelog-152.tar.gz 297083 SHA256 7a903710a8ae0a031d337cc1e9e01f5353467e7f9aecea44bd50659793163022 SHA512 e89a4d81c87211f345d2f90dfb36bbb6ef4474745ac878285801b6ab4edd1ebc32feaf38b60f5976e7b9f29700495c2325f0e05c8ec432a22d77c1e9207a5e1a WHIRLPOOL 38e9526e2a16e4f25d0c4b218884c871b84cf0c2416ed80069746d0af3b7c2eff9d17b6f350b04f53564a172fb61b61ff8b51038ca639c37dbfbc7e6d3b34cec
22 -DIST mcelog-153.tar.gz 297099 SHA256 9b827f708855804b6952de6f6cbf2f6523fa1203c621e6050064388f459646f1 SHA512 9a92587c13680e83fd1b89d45c160cec91c6a90cfa32f5858fea444b2013f1a9ec3349edf0f7777908898967b1c1604761f481b91e87fd31b0c5255530b9453d WHIRLPOOL 2572ee54b68fcdab7b83207ef84035cb8096cb30fa225a2d11f823a8b2ecd4d19a728ba7f094e9b67c8f293a4611b2824eb555e6bf646939af47444c101fae14
23 DIST mcelog-154.tar.gz 297148 SHA256 dde7aa13c5cc4916a168c2a1f68435a41f2236cf222266425942dfbcb735593f SHA512 8a160aaa8a0ed736cb81082321e199e6a6e4f7f6528915752af545db28918e89dcb6bf321a92472d776c61914d08c613900273b3d265a375684e3212547abe38 WHIRLPOOL 5ae469480520ccae572514fa19847235c362248a25d9c37bc2223dffa17547ed7a6cf7203914f5f7e6850be659d051f10424720d64f754a7ff32915f33f31b06
24
25 diff --git a/app-admin/mcelog/mcelog-152.ebuild b/app-admin/mcelog/mcelog-152.ebuild
26 deleted file mode 100644
27 index 4ac0a016c0d..00000000000
28 --- a/app-admin/mcelog/mcelog-152.ebuild
29 +++ /dev/null
30 @@ -1,52 +0,0 @@
31 -# Copyright 1999-2017 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -inherit linux-info systemd toolchain-funcs
37 -
38 -DESCRIPTION="A tool to log and decode Machine Check Exceptions"
39 -HOMEPAGE="http://mcelog.org/"
40 -SRC_URI="https://github.com/andikleen/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
41 -
42 -LICENSE="GPL-2"
43 -SLOT="0"
44 -KEYWORDS="~amd64 ~x86"
45 -IUSE="selinux"
46 -
47 -RDEPEND="selinux? ( sec-policy/selinux-mcelog )"
48 -
49 -CONFIG_CHECK="~X86_MCE"
50 -
51 -# TODO: add mce-inject to the tree to support test phase
52 -RESTRICT="test"
53 -
54 -src_prepare() {
55 - eapply "${FILESDIR}"/${PN}-0.8_pre1-timestamp-${PN}.patch \
56 - "${FILESDIR}"/${PN}-129-debugflags.patch
57 - eapply_user
58 - tc-export CC
59 -}
60 -
61 -src_install() {
62 - default
63 -
64 - insinto /etc/cron.daily
65 - newins ${PN}.cron ${PN}
66 -
67 - insinto /etc/logrotate.d/
68 - newins ${PN}.logrotate ${PN}
69 -
70 - newinitd "${FILESDIR}"/${PN}.init-r1 ${PN}
71 - systemd_dounit "${FILESDIR}"/${PN}.service
72 -
73 - dodoc *.pdf
74 -}
75 -
76 -pkg_postinst() {
77 - einfo "The default configuration set is now installed in /etc/${PN}"
78 - einfo "you might want to edit those files."
79 - einfo
80 - einfo "A sample cronjob is installed into /etc/cron.daily"
81 - einfo "without executable bit (system service is the preferred method now)"
82 -}
83
84 diff --git a/app-admin/mcelog/mcelog-153.ebuild b/app-admin/mcelog/mcelog-153.ebuild
85 deleted file mode 100644
86 index 1e3b09353f3..00000000000
87 --- a/app-admin/mcelog/mcelog-153.ebuild
88 +++ /dev/null
89 @@ -1,58 +0,0 @@
90 -# Copyright 1999-2017 Gentoo Foundation
91 -# Distributed under the terms of the GNU General Public License v2
92 -
93 -EAPI=6
94 -
95 -inherit linux-info systemd toolchain-funcs
96 -
97 -DESCRIPTION="A tool to log and decode Machine Check Exceptions"
98 -HOMEPAGE="http://mcelog.org/"
99 -SRC_URI="https://github.com/andikleen/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
100 -
101 -LICENSE="GPL-2"
102 -SLOT="0"
103 -KEYWORDS="~amd64 ~x86"
104 -IUSE="selinux"
105 -
106 -RDEPEND="selinux? ( sec-policy/selinux-mcelog )"
107 -
108 -# TODO: add mce-inject to the tree to support test phase
109 -RESTRICT="test"
110 -
111 -pkg_pretend() {
112 - if [[ ${MERGE_TYPE} != buildonly ]]; then
113 - local CONFIG_CHECK="~X86_MCE"
114 - kernel_is -ge 4 12 && CONFIG_CHECK+=" ~X86_MCELOG_LEGACY"
115 - check_extra_config
116 - fi
117 -}
118 -
119 -src_prepare() {
120 - eapply "${FILESDIR}"/${PN}-0.8_pre1-timestamp-${PN}.patch \
121 - "${FILESDIR}"/${PN}-129-debugflags.patch
122 - eapply_user
123 - tc-export CC
124 -}
125 -
126 -src_install() {
127 - default
128 -
129 - insinto /etc/cron.daily
130 - newins ${PN}.cron ${PN}
131 -
132 - insinto /etc/logrotate.d/
133 - newins ${PN}.logrotate ${PN}
134 -
135 - newinitd "${FILESDIR}"/${PN}.init-r1 ${PN}
136 - systemd_dounit "${FILESDIR}"/${PN}.service
137 -
138 - dodoc *.pdf
139 -}
140 -
141 -pkg_postinst() {
142 - einfo "The default configuration set is now installed in /etc/${PN}"
143 - einfo "you might want to edit those files."
144 - einfo
145 - einfo "A sample cronjob is installed into /etc/cron.daily"
146 - einfo "without executable bit (system service is the preferred method now)"
147 -}