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: wireshark-1.6.13.ebuild ChangeLog
Date: Wed, 30 Jan 2013 15:14:16
Message-Id: 20130130151412.71C632171D@flycatcher.gentoo.org
1 jer 13/01/30 15:14:12
2
3 Modified: wireshark-1.6.13.ebuild ChangeLog
4 Log:
5 USE=gcrypt -> USE=crypt.
6
7 (Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key A792A613)
8
9 Revision Changes Path
10 1.6 net-analyzer/wireshark/wireshark-1.6.13.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.6.13.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.6.13.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.6.13.ebuild?r1=1.5&r2=1.6
15
16 Index: wireshark-1.6.13.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.6.13.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- wireshark-1.6.13.ebuild 30 Jan 2013 14:51:05 -0000 1.5
23 +++ wireshark-1.6.13.ebuild 30 Jan 2013 15:14:12 -0000 1.6
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 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.6.13.ebuild,v 1.5 2013/01/30 14:51:05 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.6.13.ebuild,v 1.6 2013/01/30 15:14:12 jer Exp $
29
30 EAPI=5
31 PYTHON_DEPEND="python? 2"
32 @@ -15,7 +15,7 @@
33 SLOT="0/${PV}"
34 KEYWORDS="~alpha ~amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
35 IUSE="
36 - adns doc doc-pdf gtk ipv6 libadns lua gcrypt geoip kerberos profile
37 + adns doc doc-pdf gtk ipv6 libadns lua crypt geoip kerberos profile
38 +pcap portaudio python +caps selinux smi ssl threads zlib
39 "
40 RDEPEND=">=dev-libs/glib-2.14:2
41 @@ -27,7 +27,7 @@
42 dev-libs/atk
43 x11-misc/xdg-utils )
44 ssl? ( <net-libs/gnutls-3 )
45 - gcrypt? ( dev-libs/libgcrypt )
46 + crypt? ( dev-libs/libgcrypt )
47 pcap? ( net-libs/libpcap )
48 caps? ( sys-libs/libcap )
49 kerberos? ( virtual/krb5 )
50 @@ -165,7 +165,7 @@
51 $(use_enable profile profile-build) \
52 $(use_enable threads) \
53 $(use_with caps libcap) \
54 - $(use_with gcrypt) \
55 + $(use_with crypt) \
56 $(use_with geoip) \
57 $(use_with kerberos krb5) \
58 $(use_with lua) \
59
60
61
62 1.433 net-analyzer/wireshark/ChangeLog
63
64 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.433&view=markup
65 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.433&content-type=text/plain
66 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?r1=1.432&r2=1.433
67
68 Index: ChangeLog
69 ===================================================================
70 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v
71 retrieving revision 1.432
72 retrieving revision 1.433
73 diff -u -r1.432 -r1.433
74 --- ChangeLog 30 Jan 2013 14:51:05 -0000 1.432
75 +++ ChangeLog 30 Jan 2013 15:14:12 -0000 1.433
76 @@ -1,6 +1,9 @@
77 # ChangeLog for net-analyzer/wireshark
78 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
79 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.432 2013/01/30 14:51:05 jer Exp $
80 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.433 2013/01/30 15:14:12 jer Exp $
81 +
82 + 30 Jan 2013; Jeroen Roovers <jer@g.o> wireshark-1.6.13.ebuild:
83 + USE=gcrypt -> USE=crypt.
84
85 30 Jan 2013; Jeroen Roovers <jer@g.o> wireshark-1.6.13.ebuild:
86 Stable for HPPA (bug #454606).