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.8.0.ebuild
Date: Wed, 27 Jun 2012 20:51:54
Message-Id: 20120627204854.7D4842004B@flycatcher.gentoo.org
1 jer 12/06/27 20:48:54
2
3 Modified: ChangeLog wireshark-1.8.0.ebuild
4 Log:
5 Remove IUSE=threads.
6
7 (Portage version: 2.2.0_alpha113/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.355 net-analyzer/wireshark/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.355&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.355&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?r1=1.354&r2=1.355
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v
19 retrieving revision 1.354
20 retrieving revision 1.355
21 diff -u -r1.354 -r1.355
22 --- ChangeLog 27 Jun 2012 20:35:33 -0000 1.354
23 +++ ChangeLog 27 Jun 2012 20:48:54 -0000 1.355
24 @@ -1,6 +1,9 @@
25 # ChangeLog for net-analyzer/wireshark
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.354 2012/06/27 20:35:33 jlec Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.355 2012/06/27 20:48:54 jer Exp $
29 +
30 + 27 Jun 2012; Jeroen Roovers <jer@g.o> wireshark-1.8.0.ebuild:
31 + Remove IUSE=threads.
32
33 27 Jun 2012; Justin Lecher <jlec@g.o>
34 +files/wireshark-1.8.0-underlinking.patch, wireshark-1.8.0.ebuild:
35
36
37
38 1.4 net-analyzer/wireshark/wireshark-1.8.0.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.0.ebuild?rev=1.4&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.0.ebuild?rev=1.4&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.0.ebuild?r1=1.3&r2=1.4
43
44 Index: wireshark-1.8.0.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.0.ebuild,v
47 retrieving revision 1.3
48 retrieving revision 1.4
49 diff -u -r1.3 -r1.4
50 --- wireshark-1.8.0.ebuild 27 Jun 2012 20:35:33 -0000 1.3
51 +++ wireshark-1.8.0.ebuild 27 Jun 2012 20:48:54 -0000 1.4
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2012 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.8.0.ebuild,v 1.3 2012/06/27 20:35:33 jlec Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.0.ebuild,v 1.4 2012/06/27 20:48:54 jer Exp $
57
58 EAPI="4"
59 PYTHON_DEPEND="python? 2"
60 @@ -15,7 +15,7 @@
61 SLOT="0"
62 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
63 IUSE="adns ares doc doc-pdf gtk ipv6 lua gcrypt geoip kerberos
64 -profile +pcap portaudio python +caps selinux smi ssl threads zlib"
65 +profile +pcap portaudio python +caps selinux smi ssl zlib"
66
67 RDEPEND=">=dev-libs/glib-2.14:2
68 zlib? ( sys-libs/zlib
69 @@ -153,7 +153,6 @@
70 $(use_with ssl gnutls) \
71 $(use_with gcrypt) \
72 $(use_enable ipv6) \
73 - $(use_enable threads) \
74 $(use_with lua) \
75 $(use_with kerberos krb5) \
76 $(use_with smi libsmi) \