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/wireshark: ChangeLog wireshark-1.9.0.ebuild
Date: Fri, 22 Feb 2013 18:28:30
Message-Id: 20130222182826.423ED2171D@flycatcher.gentoo.org
1 jer 13/02/22 18:28:26
2
3 Modified: ChangeLog wireshark-1.9.0.ebuild
4 Log:
5 Add dev-libs/libnl dependency.
6
7 (Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key A792A613)
8
9 Revision Changes Path
10 1.453 net-analyzer/wireshark/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.453&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.453&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?r1=1.452&r2=1.453
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v
19 retrieving revision 1.452
20 retrieving revision 1.453
21 diff -u -r1.452 -r1.453
22 --- ChangeLog 22 Feb 2013 18:18:03 -0000 1.452
23 +++ ChangeLog 22 Feb 2013 18:28:26 -0000 1.453
24 @@ -1,6 +1,9 @@
25 # ChangeLog for net-analyzer/wireshark
26 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.452 2013/02/22 18:18:03 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.453 2013/02/22 18:28:26 jer Exp $
29 +
30 + 22 Feb 2013; Jeroen Roovers <jer@g.o> wireshark-1.9.0.ebuild:
31 + Add dev-libs/libnl dependency.
32
33 22 Feb 2013; Jeroen Roovers <jer@g.o> wireshark-1.8.5-r1.ebuild,
34 wireshark-1.9.0.ebuild:
35
36
37
38 1.6 net-analyzer/wireshark/wireshark-1.9.0.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.9.0.ebuild?rev=1.6&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.9.0.ebuild?rev=1.6&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.9.0.ebuild?r1=1.5&r2=1.6
43
44 Index: wireshark-1.9.0.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.9.0.ebuild,v
47 retrieving revision 1.5
48 retrieving revision 1.6
49 diff -u -r1.5 -r1.6
50 --- wireshark-1.9.0.ebuild 22 Feb 2013 18:18:03 -0000 1.5
51 +++ wireshark-1.9.0.ebuild 22 Feb 2013 18:28:26 -0000 1.6
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2013 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.9.0.ebuild,v 1.5 2013/02/22 18:18:03 jer Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.9.0.ebuild,v 1.6 2013/02/22 18:28:26 jer Exp $
57
58 EAPI=5
59 PYTHON_DEPEND="python? 2"
60 @@ -20,6 +20,7 @@
61 "
62 RDEPEND="
63 >=dev-libs/glib-2.14:2
64 + dev-libs/libnl
65 adns? ( !libadns? ( >=net-dns/c-ares-1.5 ) )
66 crypt? ( dev-libs/libgcrypt )
67 geoip? ( dev-libs/geoip )