Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/bsdsfv/
Date: Sat, 02 Jul 2022 20:07:15
Message-Id: 1656792413.2ac57aacd291082c0d21a40b8b549f3bab5f22cd.soap@gentoo
1 commit: 2ac57aacd291082c0d21a40b8b549f3bab5f22cd
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 2 20:06:53 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 2 20:06:53 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ac57aac
7
8 app-arch/bsdsfv: update EAPI 6 -> 8
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 app-arch/bsdsfv/{bsdsfv-1.18-r2.ebuild => bsdsfv-1.18-r3.ebuild} | 8 +++-----
13 1 file changed, 3 insertions(+), 5 deletions(-)
14
15 diff --git a/app-arch/bsdsfv/bsdsfv-1.18-r2.ebuild b/app-arch/bsdsfv/bsdsfv-1.18-r3.ebuild
16 similarity index 87%
17 rename from app-arch/bsdsfv/bsdsfv-1.18-r2.ebuild
18 rename to app-arch/bsdsfv/bsdsfv-1.18-r3.ebuild
19 index 1882a32eea98..46fc7b2cee7b 100644
20 --- a/app-arch/bsdsfv/bsdsfv-1.18-r2.ebuild
21 +++ b/app-arch/bsdsfv/bsdsfv-1.18-r3.ebuild
22 @@ -1,25 +1,23 @@
23 # Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 -EAPI=6
27 +EAPI=8
28
29 inherit toolchain-funcs
30
31 DESCRIPTION="all-in-one SFV checksum utility"
32 HOMEPAGE="http://bsdsfv.sourceforge.net/"
33 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
34 +S="${WORKDIR}/${PN}"
35
36 LICENSE="BSD"
37 SLOT="0"
38 KEYWORDS="amd64 arm ~hppa ~m68k ppc ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
39 -IUSE=""
40 -
41 -S=${WORKDIR}/${PN}
42
43 PATCHES=( "${FILESDIR}"/${P}-64bit.patch )
44
45 src_compile() {
46 - emake STRIP=true CC="$(tc-getCC)"
47 + emake STRIP=":" CC="$(tc-getCC)"
48 }
49
50 src_install() {