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/arping: arping-2.11.ebuild ChangeLog
Date: Thu, 07 Jun 2012 02:10:15
Message-Id: 20120607020959.6DF9D2004C@flycatcher.gentoo.org
1 jer 12/06/07 02:09:59
2
3 Modified: arping-2.11.ebuild ChangeLog
4 Log:
5 Stable for HPPA (bug #419203).
6
7 (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.5 net-analyzer/arping/arping-2.11.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/arping/arping-2.11.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/arping/arping-2.11.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/arping/arping-2.11.ebuild?r1=1.4&r2=1.5
15
16 Index: arping-2.11.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/arping/arping-2.11.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- arping-2.11.ebuild 6 Jun 2012 19:25:48 -0000 1.4
23 +++ arping-2.11.ebuild 7 Jun 2012 02:09:59 -0000 1.5
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arping/arping-2.11.ebuild,v 1.4 2012/06/06 19:25:48 maekke Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arping/arping-2.11.ebuild,v 1.5 2012/06/07 02:09:59 jer Exp $
29
30 EAPI="4"
31
32 @@ -12,7 +12,7 @@
33
34 LICENSE="GPL-2"
35 SLOT="2"
36 -KEYWORDS="amd64 arm ~hppa ~ia64 ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
37 +KEYWORDS="amd64 arm hppa ~ia64 ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
38 IUSE=""
39
40 DEPEND="net-libs/libpcap
41 @@ -33,11 +33,6 @@
42 -i extra/${PN}-scan-net.sh || die "sed ${PN}-scan-net.sh failed"
43 }
44
45 -src_test() {
46 - einfo "Selftest only works as root"
47 - #make SUDO= HOST=`hostname` MAC=`ifconfig -a | fgrep HWaddr | sed 's/.*HWaddr //g'` test
48 -}
49 -
50 src_install() {
51 # since we install as arping2, we cannot use emake install
52 newsbin src/${PN} ${PN}2
53
54
55
56 1.53 net-analyzer/arping/ChangeLog
57
58 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/arping/ChangeLog?rev=1.53&view=markup
59 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/arping/ChangeLog?rev=1.53&content-type=text/plain
60 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/arping/ChangeLog?r1=1.52&r2=1.53
61
62 Index: ChangeLog
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/arping/ChangeLog,v
65 retrieving revision 1.52
66 retrieving revision 1.53
67 diff -u -r1.52 -r1.53
68 --- ChangeLog 6 Jun 2012 19:25:48 -0000 1.52
69 +++ ChangeLog 7 Jun 2012 02:09:59 -0000 1.53
70 @@ -1,6 +1,12 @@
71 # ChangeLog for net-analyzer/arping
72 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
73 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arping/ChangeLog,v 1.52 2012/06/06 19:25:48 maekke Exp $
74 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arping/ChangeLog,v 1.53 2012/06/07 02:09:59 jer Exp $
75 +
76 + 07 Jun 2012; Jeroen Roovers <jer@g.o> arping-2.11.ebuild:
77 + Stable for HPPA (bug #419203).
78 +
79 + 07 Jun 2012; Jeroen Roovers <jer@g.o> arping-2.11.ebuild:
80 + Remove unnecessary src_test().
81
82 06 Jun 2012; Markus Meier <maekke@g.o> arping-2.11.ebuild:
83 arm stable, bug #419203