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: wireshark-1.4.3.ebuild ChangeLog
Date: Sun, 23 Jan 2011 13:06:04
Message-Id: 20110123130553.0C5BE20054@flycatcher.gentoo.org
1 pva 11/01/23 13:05:53
2
3 Modified: wireshark-1.4.3.ebuild ChangeLog
4 Log:
5 Fixed build issue, bug #349231 again. Thank Nathan Caldwell again...
6
7 (Portage version: 2.1.9.34/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.5 net-analyzer/wireshark/wireshark-1.4.3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.4.3.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.4.3.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.4.3.ebuild?r1=1.4&r2=1.5
15
16 Index: wireshark-1.4.3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.4.3.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- wireshark-1.4.3.ebuild 22 Jan 2011 18:29:06 -0000 1.4
23 +++ wireshark-1.4.3.ebuild 23 Jan 2011 13:05:52 -0000 1.5
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.4.3.ebuild,v 1.4 2011/01/22 18:29:06 fauli Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.4.3.ebuild,v 1.5 2011/01/23 13:05:52 pva Exp $
29
30 EAPI=2
31 PYTHON_DEPEND="python? 2"
32 @@ -160,8 +160,8 @@
33 $(use_with portaudio) \
34 $(use_with python) \
35 $(use_with caps libcap) \
36 - $(use_enable caps setcap-install) \
37 - $(use caps || use_enable pcap setuid-install) \
38 + $(use pcap && use_enable caps setcap-install) \
39 + $(use pcap && use_enable !caps setuid-install) \
40 --sysconfdir=/etc/wireshark \
41 --with-dumpcap-group=wireshark \
42 --disable-extra-gcc-checks \
43
44
45
46 1.271 net-analyzer/wireshark/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.271&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.271&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?r1=1.270&r2=1.271
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v
55 retrieving revision 1.270
56 retrieving revision 1.271
57 diff -u -r1.270 -r1.271
58 --- ChangeLog 22 Jan 2011 18:29:06 -0000 1.270
59 +++ ChangeLog 23 Jan 2011 13:05:52 -0000 1.271
60 @@ -1,6 +1,9 @@
61 # ChangeLog for net-analyzer/wireshark
62 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.270 2011/01/22 18:29:06 fauli Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.271 2011/01/23 13:05:52 pva Exp $
65 +
66 + 23 Jan 2011; Peter Volkov <pva@g.o> wireshark-1.4.3.ebuild:
67 + Fixed build issue, bug #349231 again. Thank Nathan Caldwell again...
68
69 22 Jan 2011; Christian Faulhammer <fauli@g.o>
70 wireshark-1.4.3.ebuild: