Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/raid-check/
Date: Sat, 06 Nov 2021 20:34:01
Message-Id: 1636230774.90b22ea50ec05814915479ad9c159d8d5cbe671c.jsmolic@gentoo
1 commit: 90b22ea50ec05814915479ad9c159d8d5cbe671c
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 5 18:30:20 2021 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 6 20:32:54 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90b22ea5
7
8 sys-block/raid-check: Port to EAPI 8
9
10 Closes: https://bugs.gentoo.org/819222
11 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
12
13 sys-block/raid-check/raid-check-20140719-r1.ebuild | 8 +-------
14 1 file changed, 1 insertion(+), 7 deletions(-)
15
16 diff --git a/sys-block/raid-check/raid-check-20140719-r1.ebuild b/sys-block/raid-check/raid-check-20140719-r1.ebuild
17 index a3b409d94e4..75104e0054d 100644
18 --- a/sys-block/raid-check/raid-check-20140719-r1.ebuild
19 +++ b/sys-block/raid-check/raid-check-20140719-r1.ebuild
20 @@ -1,9 +1,7 @@
21 # Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=5
25 -
26 -inherit epatch
27 +EAPI=8
28
29 DESCRIPTION="Script to do \"scrubbing\" on software RAID systems"
30 HOMEPAGE="https://github.com/fukawi2/raid-check"
31 @@ -18,10 +16,6 @@ PATCHES=(
32 "${FILESDIR}"/${P}-path.patch
33 )
34
35 -src_prepare() {
36 - epatch "${PATCHES[@]}"
37 -}
38 -
39 src_compile() { :; }
40
41 src_test() {