Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/arpon/
Date: Sun, 26 Feb 2017 11:26:08
Message-Id: 1488108360.f1b964cb1ae5ab358719f8bc2dde10e4ae8b1e42.johu@gentoo
1 commit: f1b964cb1ae5ab358719f8bc2dde10e4ae8b1e42
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 26 11:25:45 2017 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 26 11:26:00 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1b964cb
7
8 net-analyzer/arpon: EAPI 6, readme.gentoo-r1 eclass
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 net-analyzer/arpon/arpon-2.7.2.ebuild | 8 +++++---
13 1 file changed, 5 insertions(+), 3 deletions(-)
14
15 diff --git a/net-analyzer/arpon/arpon-2.7.2.ebuild b/net-analyzer/arpon/arpon-2.7.2.ebuild
16 index ed65ce2490..27a3b657af 100644
17 --- a/net-analyzer/arpon/arpon-2.7.2.ebuild
18 +++ b/net-analyzer/arpon/arpon-2.7.2.ebuild
19 @@ -1,9 +1,9 @@
20 -# Copyright 1999-2014 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 -EAPI="4"
26 -inherit cmake-utils readme.gentoo
27 +EAPI=6
28 +inherit cmake-utils readme.gentoo-r1
29
30 DESCRIPTION="ArpON (Arp handler inspectiON) is a portable Arp handler"
31
32 @@ -30,6 +30,8 @@ src_prepare() {
33
34 DOC_CONTENTS="${PN} now installs an init script. Please edit
35 the /etc/conf.d/arpon file to match your needs"
36 +
37 + cmake-utils_src_prepare
38 }
39
40 src_install() {