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.2-r1.ebuild wireshark-1.6.10-r1.ebuild
Date: Fri, 31 Aug 2012 16:27:05
Message-Id: 20120831162654.F3C2D20DB7@flycatcher.gentoo.org
1 jer 12/08/31 16:26:54
2
3 Modified: ChangeLog wireshark-1.8.2-r1.ebuild
4 wireshark-1.6.10-r1.ebuild
5 Log:
6 Add spaces before configure switches.
7
8 (Portage version: 2.2.0_alpha123/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.385 net-analyzer/wireshark/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.385&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.385&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?r1=1.384&r2=1.385
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v
20 retrieving revision 1.384
21 retrieving revision 1.385
22 diff -u -r1.384 -r1.385
23 --- ChangeLog 31 Aug 2012 15:55:55 -0000 1.384
24 +++ ChangeLog 31 Aug 2012 16:26:54 -0000 1.385
25 @@ -1,6 +1,10 @@
26 # ChangeLog for net-analyzer/wireshark
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.384 2012/08/31 15:55:55 jer Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.385 2012/08/31 16:26:54 jer Exp $
30 +
31 + 31 Aug 2012; Jeroen Roovers <jer@g.o> wireshark-1.6.10-r1.ebuild,
32 + wireshark-1.8.2-r1.ebuild:
33 + Add spaces before configure switches.
34
35 31 Aug 2012; Jeroen Roovers <jer@g.o> wireshark-1.6.10-r1.ebuild,
36 wireshark-1.8.2-r1.ebuild, metadata.xml:
37
38
39
40 1.3 net-analyzer/wireshark/wireshark-1.8.2-r1.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.2-r1.ebuild?rev=1.3&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.2-r1.ebuild?rev=1.3&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.2-r1.ebuild?r1=1.2&r2=1.3
45
46 Index: wireshark-1.8.2-r1.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.2-r1.ebuild,v
49 retrieving revision 1.2
50 retrieving revision 1.3
51 diff -u -r1.2 -r1.3
52 --- wireshark-1.8.2-r1.ebuild 31 Aug 2012 15:55:55 -0000 1.2
53 +++ wireshark-1.8.2-r1.ebuild 31 Aug 2012 16:26:54 -0000 1.3
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2012 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.2-r1.ebuild,v 1.2 2012/08/31 15:55:55 jer Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.2-r1.ebuild,v 1.3 2012/08/31 16:26:54 jer Exp $
59
60 EAPI="4"
61 PYTHON_DEPEND="python? 2"
62 @@ -130,9 +130,9 @@
63
64 if use adns; then
65 if use libadns; then
66 - myconf+="--with-adns --without-c-ares"
67 + myconf+=" --with-adns --without-c-ares"
68 else
69 - myconf+="--without-adns --with-c-ares"
70 + myconf+=" --without-adns --with-c-ares"
71 fi
72 fi
73 # Workaround bug #213705. If krb5-config --libs has -lcrypto then pass
74
75
76
77 1.4 net-analyzer/wireshark/wireshark-1.6.10-r1.ebuild
78
79 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.6.10-r1.ebuild?rev=1.4&view=markup
80 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.6.10-r1.ebuild?rev=1.4&content-type=text/plain
81 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.6.10-r1.ebuild?r1=1.3&r2=1.4
82
83 Index: wireshark-1.6.10-r1.ebuild
84 ===================================================================
85 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.6.10-r1.ebuild,v
86 retrieving revision 1.3
87 retrieving revision 1.4
88 diff -u -r1.3 -r1.4
89 --- wireshark-1.6.10-r1.ebuild 31 Aug 2012 15:55:55 -0000 1.3
90 +++ wireshark-1.6.10-r1.ebuild 31 Aug 2012 16:26:54 -0000 1.4
91 @@ -1,6 +1,6 @@
92 # Copyright 1999-2012 Gentoo Foundation
93 # Distributed under the terms of the GNU General Public License v2
94 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.6.10-r1.ebuild,v 1.3 2012/08/31 15:55:55 jer Exp $
95 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.6.10-r1.ebuild,v 1.4 2012/08/31 16:26:54 jer Exp $
96
97 EAPI=4
98 PYTHON_DEPEND="python? 2"
99 @@ -132,9 +132,9 @@
100
101 if use adns; then
102 if use libadns; then
103 - myconf+="--with-adns --without-c-ares"
104 + myconf+=" --with-adns --without-c-ares"
105 else
106 - myconf+="--without-adns --with-c-ares"
107 + myconf+=" --without-adns --with-c-ares"
108 fi
109 fi