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/ssmping/
Date: Sat, 03 Apr 2021 15:57:22
Message-Id: 1617465315.0ac68cc33bcc66cb759200b5ef7693f0a0ffdbae.sam@gentoo
1 commit: 0ac68cc33bcc66cb759200b5ef7693f0a0ffdbae
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 2 01:08:28 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 3 15:55:15 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ac68cc3
7
8 net-analyzer/ssmping: EAPI 7, eutils--
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-analyzer/ssmping/ssmping-0.9.1.ebuild | 16 +++++++++++-----
13 1 file changed, 11 insertions(+), 5 deletions(-)
14
15 diff --git a/net-analyzer/ssmping/ssmping-0.9.1.ebuild b/net-analyzer/ssmping/ssmping-0.9.1.ebuild
16 index a9dc609c45f..09a3d41b512 100644
17 --- a/net-analyzer/ssmping/ssmping-0.9.1.ebuild
18 +++ b/net-analyzer/ssmping/ssmping-0.9.1.ebuild
19 @@ -1,18 +1,24 @@
20 -# Copyright 1999-2014 Gentoo Foundation
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=5
25 -inherit eutils toolchain-funcs
26 +EAPI=7
27 +
28 +inherit toolchain-funcs
29
30 DESCRIPTION="Tool for testing multicast connectivity"
31 HOMEPAGE="http://www.venaas.no/multicast/ssmping/"
32 -LICENSE="public-domain"
33 SRC_URI="http://www.venaas.no/multicast/ssmping/${P}.tar.gz"
34 +
35 +LICENSE="public-domain"
36 SLOT="0"
37 KEYWORDS="amd64 x86"
38
39 +PATCHES=(
40 + "${FILESDIR}"/${PN}-0.9-build.patch
41 +)
42 +
43 src_prepare() {
44 - epatch "${FILESDIR}"/${PN}-0.9-build.patch
45 + default
46 tc-export CC
47 }