Gentoo Archives: gentoo-commits

From: "Peter Volkov (pva)" <pva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/wireshark: ChangeLog wireshark-1.4.2.ebuild
Date: Tue, 30 Nov 2010 20:51:39
Message-Id: 20101130205127.83C6F20057@flycatcher.gentoo.org
1 pva 10/11/30 20:51:27
2
3 Modified: ChangeLog wireshark-1.4.2.ebuild
4 Log:
5 Depend on x11-misc/xdg-utils only if gtk gui is built, bug #347325, thank Guillaume Castagnino for report.
6
7 (Portage version: 2.1.9.25/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.263 net-analyzer/wireshark/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.263&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.263&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?r1=1.262&r2=1.263
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v
19 retrieving revision 1.262
20 retrieving revision 1.263
21 diff -u -r1.262 -r1.263
22 --- ChangeLog 30 Nov 2010 20:40:34 -0000 1.262
23 +++ ChangeLog 30 Nov 2010 20:51:27 -0000 1.263
24 @@ -1,6 +1,10 @@
25 # ChangeLog for net-analyzer/wireshark
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.262 2010/11/30 20:40:34 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.263 2010/11/30 20:51:27 pva Exp $
29 +
30 + 30 Nov 2010; Peter Volkov <pva@g.o> wireshark-1.4.2.ebuild:
31 + Depend on x11-misc/xdg-utils only if gtk gui is built, bug #347325, thank
32 + Guillaume Castagnino for report.
33
34 30 Nov 2010; Jeroen Roovers <jer@g.o> wireshark-1.4.2.ebuild:
35 Spelling, grammar.
36
37
38
39 1.5 net-analyzer/wireshark/wireshark-1.4.2.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.4.2.ebuild?rev=1.5&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.4.2.ebuild?rev=1.5&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.4.2.ebuild?r1=1.4&r2=1.5
44
45 Index: wireshark-1.4.2.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.4.2.ebuild,v
48 retrieving revision 1.4
49 retrieving revision 1.5
50 diff -u -r1.4 -r1.5
51 --- wireshark-1.4.2.ebuild 30 Nov 2010 20:40:34 -0000 1.4
52 +++ wireshark-1.4.2.ebuild 30 Nov 2010 20:51:27 -0000 1.5
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.4.2.ebuild,v 1.4 2010/11/30 20:40:34 jer Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.4.2.ebuild,v 1.5 2010/11/30 20:51:27 pva Exp $
58
59 EAPI=2
60 PYTHON_DEPEND="python? 2"
61 @@ -21,10 +21,10 @@
62 zlib? ( sys-libs/zlib
63 !=sys-libs/zlib-1.2.4 )
64 smi? ( net-libs/libsmi )
65 - x11-misc/xdg-utils
66 gtk? ( >=x11-libs/gtk+-2.4.0:2
67 x11-libs/pango
68 - dev-libs/atk )
69 + dev-libs/atk
70 + x11-misc/xdg-utils )
71 ssl? ( net-libs/gnutls )
72 gcrypt? ( dev-libs/libgcrypt )
73 pcap? ( net-libs/libpcap )