Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/gensink/
Date: Mon, 01 Feb 2021 13:30:44
Message-Id: 1612174820.0b0beaf5711b258eba58c8b9efbbb11eba21fd4a.sam@gentoo
1 commit: 0b0beaf5711b258eba58c8b9efbbb11eba21fd4a
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 1 08:56:20 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 1 10:20:20 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b0beaf5
7
8 net-analyzer/gensink: port to EAPI 7
9
10 Package-Manager: Portage-3.0.14, Repoman-3.0.2
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 net-analyzer/gensink/gensink-4.1-r2.ebuild | 10 ++++++----
14 1 file changed, 6 insertions(+), 4 deletions(-)
15
16 diff --git a/net-analyzer/gensink/gensink-4.1-r2.ebuild b/net-analyzer/gensink/gensink-4.1-r2.ebuild
17 index 5a99e658ec6..808eea74cb2 100644
18 --- a/net-analyzer/gensink/gensink-4.1-r2.ebuild
19 +++ b/net-analyzer/gensink/gensink-4.1-r2.ebuild
20 @@ -1,9 +1,9 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=5
26 +EAPI=7
27
28 -inherit base toolchain-funcs
29 +inherit toolchain-funcs
30
31 DESCRIPTION="A simple TCP benchmark suite"
32 HOMEPAGE="http://jes.home.cern.ch/jes/gensink/"
33 @@ -12,7 +12,9 @@ LICENSE="GPL-2"
34 SLOT="0"
35 KEYWORDS="~amd64 ~ppc x86"
36
37 -PATCHES=( "${FILESDIR}/${P}-make.patch" )
38 +PATCHES=(
39 + "${FILESDIR}/${P}-make.patch"
40 +)
41
42 src_compile() {
43 tc-export CC