Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/rasdaemon/
Date: Wed, 06 Jan 2021 16:35:43
Message-Id: 1609950909.aa860ecd45e3901d4faca78db2bcf3a6880352fc.dilfridge@gentoo
1 commit: aa860ecd45e3901d4faca78db2bcf3a6880352fc
2 Author: Andreas K. Huettel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 6 16:20:13 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 6 16:35:09 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa860ecd
7
8 app-admin/rasdaemon: Remove old
9
10 Bug: https://bugs.gentoo.org/708636
11 Package-Manager: Portage-3.0.12, Repoman-3.0.2
12 Signed-off-by: Andreas K. Huettel <dilfridge <AT> gentoo.org>
13
14 app-admin/rasdaemon/Manifest | 3 --
15 app-admin/rasdaemon/rasdaemon-0.6.1-r1.ebuild | 47 --------------------
16 app-admin/rasdaemon/rasdaemon-0.6.2-r1.ebuild | 50 ---------------------
17 app-admin/rasdaemon/rasdaemon-0.6.2-r3.ebuild | 57 ------------------------
18 app-admin/rasdaemon/rasdaemon-0.6.2-r4.ebuild | 61 --------------------------
19 app-admin/rasdaemon/rasdaemon-0.6.5.ebuild | 63 ---------------------------
20 6 files changed, 281 deletions(-)
21
22 diff --git a/app-admin/rasdaemon/Manifest b/app-admin/rasdaemon/Manifest
23 index 698796bd4f2..e0d3a767a2b 100644
24 --- a/app-admin/rasdaemon/Manifest
25 +++ b/app-admin/rasdaemon/Manifest
26 @@ -1,4 +1 @@
27 -DIST rasdaemon-0.6.1.tar.bz2 363201 BLAKE2B bdc7ec3c2e7e4b2fee02dddc55b5afd82df64717f45da15dbfd5fee87721b80ac425af5806ee7462cad29c6ab2953a2e649c4b1e455983d8821a1f633d76c85d SHA512 a221a7ea0e4555befbf8acb9d4ce22d5cc7861a0da458111a24905fa06be0e8f3b18d8de5334310a423657febc0532d2705236de89cb1788302bf487ede29f60
28 -DIST rasdaemon-0.6.2.tar.bz2 375140 BLAKE2B fd22185172777865120fbd13b7bfb5db9b9b0348fe8575ca6b5f16fd662c1e847729e239342b1c9ece70a4e79ad00352bb69d9f80cfbc8da2c961e68874dd03b SHA512 d8c1ee2cc801124837b3a0739f3016a206165306e300ce51e6aac2cef56bb65479f96cdb019ba3a5cffeba94e7b67ca22686d4ac94bfa8a8a1145db6ba51096b
29 -DIST rasdaemon-0.6.5.tar.bz2 403435 BLAKE2B bc6fa1aea6a6f0190a4f26df936f0ceb4c9b2ae00183ad9239430a018d9c8178e54b016a0aa9d22d97d851b59321b4a27cad7196f1fc22790d15a19c9c06f6e6 SHA512 aa781f3148ae32c8bc7ff8007574912454180725b9b102e1c7c583101dd1fd96debbdc78f3f2a35db45df359c7547cad4d87b490af66f444341c0dc8429c1310
30 DIST rasdaemon-0.6.6.tar.bz2 404681 BLAKE2B 4314cd064b255df1cb1a148914c856d074fda1fc2d63e0554cbf0b78799c4252afdd4e827390729e191ff2ed9f719f6610487e85dd52af2b02694fb17740df05 SHA512 481ecd624ab5521d60ee7c613ee05d1d19b85e914b92eae84d18cb2e6dc788981213d49a6316cf575517b6e180f46c66c65804e4feb518bdd84bc21cd2970e08
31
32 diff --git a/app-admin/rasdaemon/rasdaemon-0.6.1-r1.ebuild b/app-admin/rasdaemon/rasdaemon-0.6.1-r1.ebuild
33 deleted file mode 100644
34 index 18c68185be3..00000000000
35 --- a/app-admin/rasdaemon/rasdaemon-0.6.1-r1.ebuild
36 +++ /dev/null
37 @@ -1,47 +0,0 @@
38 -# Copyright 1999-2018 Gentoo Foundation
39 -# Distributed under the terms of the GNU General Public License v2
40 -
41 -EAPI=6
42 -
43 -inherit linux-info systemd
44 -
45 -DESCRIPTION="Reliability, Availability and Serviceability logging tool"
46 -HOMEPAGE="http://www.infradead.org/~mchehab/rasdaemon/"
47 -SRC_URI="http://www.infradead.org/~mchehab/${PN}/${P}.tar.bz2"
48 -
49 -LICENSE="GPL-2"
50 -SLOT="0"
51 -KEYWORDS="~amd64 ~x86"
52 -IUSE=""
53 -
54 -DEPEND=""
55 -RDEPEND="
56 - ${DEPEND}
57 - sys-devel/gettext
58 - dev-db/sqlite
59 - sys-apps/dmidecode
60 - dev-perl/DBD-SQLite
61 -"
62 -
63 -pkg_setup() {
64 - linux-info_pkg_setup
65 - local CONFIG_CHECK="~FUNCTION_TRACER ~FUNCTION_GRAPH_TRACER ~STACK_TRACER ~DYNAMIC_FTRACE"
66 - check_extra_config
67 -}
68 -
69 -src_configure() {
70 - econf --enable-abrt-report \
71 - --enable-aer \
72 - --enable-arm \
73 - --enable-extlog \
74 - --enable-hisi-ns-decode \
75 - --enable-mce \
76 - --enable-non-standard \
77 - --enable-sqlite3 \
78 - --localstatedir=/var
79 -}
80 -
81 -src_install() {
82 - default
83 - systemd_dounit misc/*.service
84 -}
85
86 diff --git a/app-admin/rasdaemon/rasdaemon-0.6.2-r1.ebuild b/app-admin/rasdaemon/rasdaemon-0.6.2-r1.ebuild
87 deleted file mode 100644
88 index 330e1815fc3..00000000000
89 --- a/app-admin/rasdaemon/rasdaemon-0.6.2-r1.ebuild
90 +++ /dev/null
91 @@ -1,50 +0,0 @@
92 -# Copyright 1999-2018 Gentoo Authors
93 -# Distributed under the terms of the GNU General Public License v2
94 -
95 -EAPI=6
96 -
97 -inherit linux-info systemd
98 -
99 -DESCRIPTION="Reliability, Availability and Serviceability logging tool"
100 -HOMEPAGE="http://www.infradead.org/~mchehab/rasdaemon/"
101 -SRC_URI="http://www.infradead.org/~mchehab/${PN}/${P}.tar.bz2"
102 -
103 -LICENSE="GPL-2"
104 -SLOT="0"
105 -KEYWORDS="~amd64 ~x86"
106 -IUSE=""
107 -
108 -DEPEND=""
109 -RDEPEND="
110 - ${DEPEND}
111 - sys-devel/gettext
112 - dev-db/sqlite
113 - sys-apps/dmidecode
114 - dev-perl/DBD-SQLite
115 -"
116 -
117 -pkg_setup() {
118 - linux-info_pkg_setup
119 - local CONFIG_CHECK="~FUNCTION_TRACER ~FUNCTION_GRAPH_TRACER ~STACK_TRACER ~DYNAMIC_FTRACE"
120 - check_extra_config
121 -}
122 -
123 -src_configure() {
124 - econf --enable-abrt-report \
125 - --enable-aer \
126 - --enable-arm \
127 - --enable-extlog \
128 - --enable-hisi-ns-decode \
129 - --enable-mce \
130 - --enable-non-standard \
131 - --enable-sqlite3 \
132 - --localstatedir=/var
133 -}
134 -
135 -src_install() {
136 - default
137 - systemd_dounit misc/*.service
138 -
139 - newinitd "${FILESDIR}/rasdaemon.openrc" rasdaemon
140 - newinitd "${FILESDIR}/ras-mc-ctl.openrc" ras-mc-ctl
141 -}
142
143 diff --git a/app-admin/rasdaemon/rasdaemon-0.6.2-r3.ebuild b/app-admin/rasdaemon/rasdaemon-0.6.2-r3.ebuild
144 deleted file mode 100644
145 index fca06e7b0f0..00000000000
146 --- a/app-admin/rasdaemon/rasdaemon-0.6.2-r3.ebuild
147 +++ /dev/null
148 @@ -1,57 +0,0 @@
149 -# Copyright 1999-2018 Gentoo Authors
150 -# Distributed under the terms of the GNU General Public License v2
151 -
152 -EAPI=6
153 -
154 -inherit linux-info systemd
155 -
156 -DESCRIPTION="Reliability, Availability and Serviceability logging tool"
157 -HOMEPAGE="http://www.infradead.org/~mchehab/rasdaemon/"
158 -SRC_URI="http://www.infradead.org/~mchehab/${PN}/${P}.tar.bz2"
159 -
160 -LICENSE="GPL-2"
161 -SLOT="0"
162 -KEYWORDS="~amd64 ~x86"
163 -IUSE=""
164 -
165 -DEPEND=""
166 -RDEPEND="
167 - ${DEPEND}
168 - sys-devel/gettext
169 - dev-db/sqlite
170 - sys-apps/dmidecode
171 - dev-perl/DBD-SQLite
172 -"
173 -
174 -pkg_setup() {
175 - linux-info_pkg_setup
176 - local CONFIG_CHECK="~ACPI_EXTLOG ~DYNAMIC_FTRACE ~FUNCTION_GRAPH_TRACER ~FUNCTION_TRACER ~STACK_TRACER"
177 - check_extra_config
178 -}
179 -
180 -src_configure() {
181 - local myconf=(
182 - --enable-abrt-report
183 - --enable-aer
184 - --enable-arm
185 - --enable-extlog
186 - --enable-hisi-ns-decode
187 - --enable-mce
188 - --enable-non-standard
189 - --enable-sqlite3
190 - --includedir="/usr/include/${PN}"
191 - --localstatedir=/var
192 - )
193 - econf "${myconf[@]}"
194 -}
195 -
196 -src_install() {
197 - default
198 -
199 - keepdir "/var/lib/${PN}"
200 -
201 - systemd_dounit misc/*.service
202 -
203 - newinitd "${FILESDIR}/rasdaemon.openrc-r1" rasdaemon
204 - newinitd "${FILESDIR}/ras-mc-ctl.openrc-r1" ras-mc-ctl
205 -}
206
207 diff --git a/app-admin/rasdaemon/rasdaemon-0.6.2-r4.ebuild b/app-admin/rasdaemon/rasdaemon-0.6.2-r4.ebuild
208 deleted file mode 100644
209 index 19491e34040..00000000000
210 --- a/app-admin/rasdaemon/rasdaemon-0.6.2-r4.ebuild
211 +++ /dev/null
212 @@ -1,61 +0,0 @@
213 -# Copyright 1999-2019 Gentoo Authors
214 -# Distributed under the terms of the GNU General Public License v2
215 -
216 -EAPI=7
217 -
218 -inherit linux-info systemd
219 -
220 -DESCRIPTION="Reliability, Availability and Serviceability logging tool"
221 -HOMEPAGE="http://www.infradead.org/~mchehab/rasdaemon/"
222 -SRC_URI="http://www.infradead.org/~mchehab/${PN}/${P}.tar.bz2"
223 -
224 -LICENSE="GPL-2"
225 -SLOT="0"
226 -KEYWORDS="~amd64 ~x86"
227 -IUSE="sqlite"
228 -
229 -DEPEND=""
230 -RDEPEND="
231 - ${DEPEND}
232 - sys-devel/gettext
233 - sys-apps/dmidecode
234 - sqlite? (
235 - dev-db/sqlite
236 - dev-perl/DBD-SQLite
237 - )
238 -"
239 -
240 -pkg_setup() {
241 - linux-info_pkg_setup
242 - local CONFIG_CHECK="~ACPI_EXTLOG"
243 - check_extra_config
244 -}
245 -
246 -src_configure() {
247 - local myconf=(
248 - $(use_enable sqlite sqlite3)
249 - --enable-abrt-report
250 - --enable-aer
251 - --enable-arm
252 - --enable-extlog
253 - --enable-hisi-ns-decode
254 - --enable-mce
255 - --enable-non-standard
256 - --includedir="/usr/include/${PN}"
257 - --localstatedir=/var
258 - )
259 -
260 - econf "${myconf[@]}"
261 -}
262 -
263 -src_install() {
264 - default
265 -
266 - keepdir "/var/lib/${PN}"
267 -
268 - systemd_dounit misc/*.service
269 -
270 - newinitd "${FILESDIR}/rasdaemon.openrc-r2" rasdaemon
271 - newinitd "${FILESDIR}/ras-mc-ctl.openrc-r1" ras-mc-ctl
272 - newconfd "${FILESDIR}"/rasdaemon.confd rasdaemon
273 -}
274
275 diff --git a/app-admin/rasdaemon/rasdaemon-0.6.5.ebuild b/app-admin/rasdaemon/rasdaemon-0.6.5.ebuild
276 deleted file mode 100644
277 index 37e14a241e6..00000000000
278 --- a/app-admin/rasdaemon/rasdaemon-0.6.5.ebuild
279 +++ /dev/null
280 @@ -1,63 +0,0 @@
281 -# Copyright 1999-2020 Gentoo Authors
282 -# Distributed under the terms of the GNU General Public License v2
283 -
284 -EAPI=7
285 -
286 -inherit linux-info systemd
287 -
288 -DESCRIPTION="Reliability, Availability and Serviceability logging tool"
289 -HOMEPAGE="http://www.infradead.org/~mchehab/rasdaemon/"
290 -SRC_URI="http://www.infradead.org/~mchehab/${PN}/${P}.tar.bz2"
291 -
292 -LICENSE="GPL-2"
293 -SLOT="0"
294 -KEYWORDS="~amd64 ~x86"
295 -IUSE="sqlite"
296 -
297 -DEPEND=""
298 -RDEPEND="
299 - ${DEPEND}
300 - sys-devel/gettext
301 - sys-apps/dmidecode
302 - sqlite? (
303 - dev-db/sqlite
304 - dev-perl/DBD-SQLite
305 - )
306 -"
307 -
308 -pkg_setup() {
309 - linux-info_pkg_setup
310 - local CONFIG_CHECK="~ACPI_EXTLOG"
311 - check_extra_config
312 -}
313 -
314 -src_configure() {
315 - local myconf=(
316 - $(use_enable sqlite sqlite3)
317 - --enable-abrt-report
318 - --enable-aer
319 - --enable-arm
320 - --enable-extlog
321 - --enable-hisi-ns-decode
322 - --enable-mce
323 - --enable-non-standard
324 - --enable-devlink
325 - --enable-diskerror
326 - --includedir="/usr/include/${PN}"
327 - --localstatedir=/var
328 - )
329 -
330 - econf "${myconf[@]}"
331 -}
332 -
333 -src_install() {
334 - default
335 -
336 - keepdir "/var/lib/${PN}"
337 -
338 - systemd_dounit misc/*.service
339 -
340 - newinitd "${FILESDIR}/rasdaemon.openrc-r2" rasdaemon
341 - newinitd "${FILESDIR}/ras-mc-ctl.openrc-r1" ras-mc-ctl
342 - newconfd "${FILESDIR}"/rasdaemon.confd rasdaemon
343 -}