Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/whatmask/
Date: Mon, 27 Jan 2020 16:51:42
Message-Id: 1580143896.bf021bd0f5ab61c494c082cb4e8986e587333678.jer@gentoo
1 commit: bf021bd0f5ab61c494c082cb4e8986e587333678
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 27 16:51:28 2020 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 27 16:51:36 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf021bd0
7
8 net-misc/whatmask: EAPI=7
9
10 Package-Manager: Portage-2.3.85, Repoman-2.3.20
11 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
12
13 net-misc/whatmask/whatmask-1.2-r1.ebuild | 11 +++++------
14 1 file changed, 5 insertions(+), 6 deletions(-)
15
16 diff --git a/net-misc/whatmask/whatmask-1.2-r1.ebuild b/net-misc/whatmask/whatmask-1.2-r1.ebuild
17 index 4dbd6756dbc..1d26a1cd2e0 100644
18 --- a/net-misc/whatmask/whatmask-1.2-r1.ebuild
19 +++ b/net-misc/whatmask/whatmask-1.2-r1.ebuild
20 @@ -1,21 +1,20 @@
21 -# Copyright 1999-2012 Gentoo Foundation
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI="4"
26 -
27 +EAPI=7
28 inherit toolchain-funcs
29
30 DESCRIPTION="little C program to compute different subnet mask notations"
31 HOMEPAGE="http://www.laffeycomputer.com/whatmask.html"
32 -SRC_URI="http://downloads.laffeycomputer.com/current_builds/whatmask/${P}.tar.gz"
33 +SRC_URI="http://downloads.laffeycomputer.com/current_builds/${PN}/${P}.tar.gz"
34
35 LICENSE="GPL-2"
36 SLOT="0"
37 KEYWORDS="amd64 hppa ppc sparc x86"
38 -IUSE=""
39
40 DOCS=( AUTHORS ChangeLog INSTALL NEWS README )
41
42 -src_prepare() {
43 +src_configure() {
44 tc-export CC
45 + default
46 }