Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/hping: ChangeLog hping-2.0.0_rc3-r1.ebuild hping-2.0.0_rc3-r2.ebuild
Date: Sat, 02 Apr 2011 12:54:11
Message-Id: 20110402125402.4932320054@flycatcher.gentoo.org
1 ssuominen 11/04/02 12:54:02
2
3 Modified: ChangeLog hping-2.0.0_rc3-r1.ebuild
4 hping-2.0.0_rc3-r2.ebuild
5 Log:
6 Use net-libs/libpcap instead of virtual/libpcap wrt #358835.
7
8 (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.51 net-analyzer/hping/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/hping/ChangeLog?rev=1.51&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/hping/ChangeLog?rev=1.51&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/hping/ChangeLog?r1=1.50&r2=1.51
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/hping/ChangeLog,v
20 retrieving revision 1.50
21 retrieving revision 1.51
22 diff -u -r1.50 -r1.51
23 --- ChangeLog 30 Nov 2010 21:30:45 -0000 1.50
24 +++ ChangeLog 2 Apr 2011 12:54:02 -0000 1.51
25 @@ -1,6 +1,10 @@
26 # ChangeLog for net-analyzer/hping
27 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hping/ChangeLog,v 1.50 2010/11/30 21:30:45 jer Exp $
29 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hping/ChangeLog,v 1.51 2011/04/02 12:54:02 ssuominen Exp $
31 +
32 + 02 Apr 2011; Samuli Suominen <ssuominen@g.o>
33 + hping-2.0.0_rc3-r1.ebuild, hping-2.0.0_rc3-r2.ebuild:
34 + Use net-libs/libpcap instead of virtual/libpcap wrt #358835.
35
36 *hping-3_pre20051105-r3 (30 Nov 2010)
37
38
39
40
41 1.12 net-analyzer/hping/hping-2.0.0_rc3-r1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/hping/hping-2.0.0_rc3-r1.ebuild?rev=1.12&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/hping/hping-2.0.0_rc3-r1.ebuild?rev=1.12&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/hping/hping-2.0.0_rc3-r1.ebuild?r1=1.11&r2=1.12
46
47 Index: hping-2.0.0_rc3-r1.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/hping/hping-2.0.0_rc3-r1.ebuild,v
50 retrieving revision 1.11
51 retrieving revision 1.12
52 diff -u -r1.11 -r1.12
53 --- hping-2.0.0_rc3-r1.ebuild 20 Jan 2007 17:00:45 -0000 1.11
54 +++ hping-2.0.0_rc3-r1.ebuild 2 Apr 2011 12:54:02 -0000 1.12
55 @@ -1,6 +1,6 @@
56 -# Copyright 1999-2007 Gentoo Foundation
57 +# Copyright 1999-2011 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hping/hping-2.0.0_rc3-r1.ebuild,v 1.11 2007/01/20 17:00:45 eroyf Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hping/hping-2.0.0_rc3-r1.ebuild,v 1.12 2011/04/02 12:54:02 ssuominen Exp $
61
62 inherit eutils
63
64 @@ -14,7 +14,7 @@
65 KEYWORDS="alpha amd64 hppa ia64 ~mips ppc sparc x86"
66 IUSE="debug"
67
68 -DEPEND="virtual/libpcap"
69 +DEPEND="net-libs/libpcap"
70
71 S="${WORKDIR}/${MY_P//\.[0-9]}"
72
73
74
75
76 1.3 net-analyzer/hping/hping-2.0.0_rc3-r2.ebuild
77
78 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/hping/hping-2.0.0_rc3-r2.ebuild?rev=1.3&view=markup
79 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/hping/hping-2.0.0_rc3-r2.ebuild?rev=1.3&content-type=text/plain
80 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/hping/hping-2.0.0_rc3-r2.ebuild?r1=1.2&r2=1.3
81
82 Index: hping-2.0.0_rc3-r2.ebuild
83 ===================================================================
84 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/hping/hping-2.0.0_rc3-r2.ebuild,v
85 retrieving revision 1.2
86 retrieving revision 1.3
87 diff -u -r1.2 -r1.3
88 --- hping-2.0.0_rc3-r2.ebuild 22 Dec 2009 21:19:37 -0000 1.2
89 +++ hping-2.0.0_rc3-r2.ebuild 2 Apr 2011 12:54:02 -0000 1.3
90 @@ -1,6 +1,6 @@
91 -# Copyright 1999-2009 Gentoo Foundation
92 +# Copyright 1999-2011 Gentoo Foundation
93 # Distributed under the terms of the GNU General Public License v2
94 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hping/hping-2.0.0_rc3-r2.ebuild,v 1.2 2009/12/22 21:19:37 jer Exp $
95 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hping/hping-2.0.0_rc3-r2.ebuild,v 1.3 2011/04/02 12:54:02 ssuominen Exp $
96
97 inherit eutils toolchain-funcs
98
99 @@ -14,7 +14,7 @@
100 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86"
101 IUSE=""
102
103 -DEPEND="virtual/libpcap"
104 +DEPEND="net-libs/libpcap"
105
106 S="${WORKDIR}/${MY_P//\.[0-9]}"