Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/arpwatch: ChangeLog arpwatch-2.1.15-r6.ebuild
Date: Thu, 10 Jul 2014 19:33:09
Message-Id: 20140710193304.12B632004E@flycatcher.gentoo.org
1 jer 14/07/10 19:33:04
2
3 Modified: ChangeLog arpwatch-2.1.15-r6.ebuild
4 Log:
5 EAPI bump. Remove die() where not necessary. Remove die() messages.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
8
9 Revision Changes Path
10 1.66 net-analyzer/arpwatch/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/arpwatch/ChangeLog?rev=1.66&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/arpwatch/ChangeLog?rev=1.66&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/arpwatch/ChangeLog?r1=1.65&r2=1.66
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/arpwatch/ChangeLog,v
19 retrieving revision 1.65
20 retrieving revision 1.66
21 diff -u -r1.65 -r1.66
22 --- ChangeLog 16 Feb 2013 17:47:11 -0000 1.65
23 +++ ChangeLog 10 Jul 2014 19:33:03 -0000 1.66
24 @@ -1,6 +1,9 @@
25 # ChangeLog for net-analyzer/arpwatch
26 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arpwatch/ChangeLog,v 1.65 2013/02/16 17:47:11 jer Exp $
28 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arpwatch/ChangeLog,v 1.66 2014/07/10 19:33:03 jer Exp $
30 +
31 + 10 Jul 2014; Jeroen Roovers <jer@g.o> arpwatch-2.1.15-r6.ebuild:
32 + EAPI bump. Remove die() where not necessary. Remove die() messages.
33
34 16 Feb 2013; Jeroen Roovers <jer@g.o> -arpwatch-2.1.15-r5.ebuild,
35 arpwatch-2.1.15-r6.ebuild:
36
37
38
39 1.11 net-analyzer/arpwatch/arpwatch-2.1.15-r6.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/arpwatch/arpwatch-2.1.15-r6.ebuild?rev=1.11&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/arpwatch/arpwatch-2.1.15-r6.ebuild?rev=1.11&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/arpwatch/arpwatch-2.1.15-r6.ebuild?r1=1.10&r2=1.11
44
45 Index: arpwatch-2.1.15-r6.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/arpwatch/arpwatch-2.1.15-r6.ebuild,v
48 retrieving revision 1.10
49 retrieving revision 1.11
50 diff -u -r1.10 -r1.11
51 --- arpwatch-2.1.15-r6.ebuild 16 Feb 2013 17:47:11 -0000 1.10
52 +++ arpwatch-2.1.15-r6.ebuild 10 Jul 2014 19:33:03 -0000 1.11
53 @@ -1,8 +1,8 @@
54 -# Copyright 1999-2013 Gentoo Foundation
55 +# Copyright 1999-2014 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arpwatch/arpwatch-2.1.15-r6.ebuild,v 1.10 2013/02/16 17:47:11 jer Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arpwatch/arpwatch-2.1.15-r6.ebuild,v 1.11 2014/07/10 19:33:03 jer Exp $
59
60 -EAPI="2"
61 +EAPI=5
62 inherit eutils user versionator
63
64 PATCH_VER="0.5"
65 @@ -31,34 +31,27 @@
66 }
67
68 src_prepare() {
69 - EPATCH_SOURCE="${WORKDIR}"/arpwatch-patchset/
70 - EPATCH_SUFFIX="patch"
71 - epatch
72 - cp "${WORKDIR}"/arpwatch-patchset/*.8 . || die "Failed to get man-pages from arpwatch-patchset."
73 + EPATCH_SOURCE="${WORKDIR}"/arpwatch-patchset/ EPATCH_SUFFIX="patch" epatch
74 + cp "${WORKDIR}"/arpwatch-patchset/*.8 . || die
75 }
76
77 src_install () {
78 - dosbin arpwatch arpsnmp arp2ethers massagevendor arpfetch bihourly.sh || die
79 - doman arpwatch.8 arpsnmp.8 arp2ethers.8 massagevendor.8 arpfetch.8 bihourly.8 || die
80 + dosbin arpwatch arpsnmp arp2ethers massagevendor arpfetch bihourly.sh
81 + doman arpwatch.8 arpsnmp.8 arp2ethers.8 massagevendor.8 arpfetch.8 bihourly.8
82
83 insinto /usr/share/arpwatch
84 - doins ethercodes.dat || die
85 + doins ethercodes.dat
86
87 insinto /usr/share/arpwatch/awk
88 - doins duplicates.awk euppertolower.awk p.awk e.awk d.awk || die
89 + doins duplicates.awk euppertolower.awk p.awk e.awk d.awk
90
91 keepdir /var/lib/arpwatch
92 - dodoc README CHANGES || die
93 + dodoc README CHANGES
94
95 - newinitd "${FILESDIR}"/arpwatch.initd arpwatch || die
96 - newconfd "${FILESDIR}"/arpwatch.confd arpwatch || die
97 + newinitd "${FILESDIR}"/arpwatch.initd arpwatch
98 + newconfd "${FILESDIR}"/arpwatch.confd arpwatch
99 }
100
101 pkg_postinst() {
102 - # Workaround bug #141619 put this in src_install when bug'll be fixed.
103 - chown arpwatch:0 "${ROOT}var/lib/arpwatch"
104 -
105 - elog "For security reasons arpwatch by default runs as an unprivileged user."
106 - elog
107 - elog "Note: some scripts require snmpwalk utility from net-analyzer/net-snmp"
108 + fowners arpwatch:0 "${ROOT}"/var/lib/arpwatch
109 }