Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/wireshark: wireshark-99999999.ebuild wireshark-1.99.1.ebuild metadata.xml ChangeLog
Date: Wed, 28 Jan 2015 23:04:25
Message-Id: 20150128230420.A9B9C1082F@oystercatcher.gentoo.org
1 mgorny 15/01/28 23:04:20
2
3 Modified: wireshark-99999999.ebuild wireshark-1.99.1.ebuild
4 metadata.xml ChangeLog
5 Log:
6 Switch to CPU_FLAGS_X86.
7
8 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
9
10 Revision Changes Path
11 1.8 net-analyzer/wireshark/wireshark-99999999.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-99999999.ebuild?rev=1.8&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-99999999.ebuild?rev=1.8&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-99999999.ebuild?r1=1.7&r2=1.8
16
17 Index: wireshark-99999999.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-99999999.ebuild,v
20 retrieving revision 1.7
21 retrieving revision 1.8
22 diff -u -r1.7 -r1.8
23 --- wireshark-99999999.ebuild 20 Jan 2015 08:17:42 -0000 1.7
24 +++ wireshark-99999999.ebuild 28 Jan 2015 23:04:20 -0000 1.8
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-99999999.ebuild,v 1.7 2015/01/20 08:17:42 jer Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-99999999.ebuild,v 1.8 2015/01/28 23:04:20 mgorny Exp $
30
31 EAPI=5
32 inherit autotools eutils fcaps git-r3 multilib qt4-r2 user
33 @@ -14,7 +14,7 @@
34 KEYWORDS=""
35 IUSE="
36 adns +caps crypt doc doc-pdf geoip +gtk3 ipv6 kerberos lua +netlink +pcap
37 - portaudio +qt4 qt5 sbc selinux smi sse4_2 ssl zlib
38 + portaudio +qt4 qt5 sbc selinux smi cpu_flags_x86_sse4_2 ssl zlib
39 "
40 REQUIRED_USE="
41 ssl? ( crypt )
42 @@ -160,7 +160,7 @@
43 $(use_with ssl gnutls) \
44 $(use_with zlib) \
45 $(usex netlink --with-libnl=3 --without-libnl) \
46 - $(usex sse4_2 --enable-sse4_2 '') \
47 + $(usex cpu_flags_x86_sse4_2 --enable-sse4_2 '') \
48 --disable-profile-build \
49 --disable-usr-local \
50 --disable-warnings-as-errors \
51
52
53
54 1.4 net-analyzer/wireshark/wireshark-1.99.1.ebuild
55
56 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.99.1.ebuild?rev=1.4&view=markup
57 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.99.1.ebuild?rev=1.4&content-type=text/plain
58 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.99.1.ebuild?r1=1.3&r2=1.4
59
60 Index: wireshark-1.99.1.ebuild
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.99.1.ebuild,v
63 retrieving revision 1.3
64 retrieving revision 1.4
65 diff -u -r1.3 -r1.4
66 --- wireshark-1.99.1.ebuild 13 Jan 2015 10:35:44 -0000 1.3
67 +++ wireshark-1.99.1.ebuild 28 Jan 2015 23:04:20 -0000 1.4
68 @@ -1,6 +1,6 @@
69 # Copyright 1999-2015 Gentoo Foundation
70 # Distributed under the terms of the GNU General Public License v2
71 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.99.1.ebuild,v 1.3 2015/01/13 10:35:44 jer Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.99.1.ebuild,v 1.4 2015/01/28 23:04:20 mgorny Exp $
73
74 EAPI=5
75 inherit autotools eutils fcaps multilib qt4-r2 user
76 @@ -14,7 +14,7 @@
77 KEYWORDS=""
78 IUSE="
79 adns +caps crypt doc doc-pdf geoip +gtk3 ipv6 kerberos lua +netlink +pcap
80 - portaudio +qt4 qt5 selinux sbc smi sse4_2 ssl zlib
81 + portaudio +qt4 qt5 selinux sbc smi cpu_flags_x86_sse4_2 ssl zlib
82 "
83 REQUIRED_USE="
84 ssl? ( crypt )
85 @@ -157,7 +157,7 @@
86 $(use_with ssl gnutls) \
87 $(use_with zlib) \
88 $(usex netlink --with-libnl=3 --without-libnl) \
89 - $(usex sse4_2 --enable-sse4_2 '') \
90 + $(usex cpu_flags_x86_sse4_2 --enable-sse4_2 '') \
91 --disable-profile-build \
92 --disable-usr-local \
93 --disable-warnings-as-errors \
94
95
96
97 1.27 net-analyzer/wireshark/metadata.xml
98
99 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/metadata.xml?rev=1.27&view=markup
100 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/metadata.xml?rev=1.27&content-type=text/plain
101 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/metadata.xml?r1=1.26&r2=1.27
102
103 Index: metadata.xml
104 ===================================================================
105 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/metadata.xml,v
106 retrieving revision 1.26
107 retrieving revision 1.27
108 diff -u -r1.26 -r1.27
109 --- metadata.xml 17 Dec 2014 15:05:16 -0000 1.26
110 +++ metadata.xml 28 Jan 2015 23:04:20 -0000 1.27
111 @@ -34,6 +34,5 @@
112 <flag name='qt4'>Build the wireshark executable with an experimental Qt UI instead of GTK+.</flag>
113 <flag name='sbc'>Use <pkg>media-libs/sbc</pkg> for playing back SBC encoded packets</flag>
114 <flag name='smi'>Use <pkg>net-libs/libsmi</pkg> to resolve numeric OIDs into human readable format</flag>
115 -<flag name='sse4_2'> Support SSE4.2 (Streaming SIMD Extensions 4.2) instructions</flag>
116 </use>
117 </pkgmetadata>
118
119
120
121 1.693 net-analyzer/wireshark/ChangeLog
122
123 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.693&view=markup
124 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.693&content-type=text/plain
125 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?r1=1.692&r2=1.693
126
127 Index: ChangeLog
128 ===================================================================
129 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v
130 retrieving revision 1.692
131 retrieving revision 1.693
132 diff -u -r1.692 -r1.693
133 --- ChangeLog 20 Jan 2015 08:17:42 -0000 1.692
134 +++ ChangeLog 28 Jan 2015 23:04:20 -0000 1.693
135 @@ -1,6 +1,10 @@
136 # ChangeLog for net-analyzer/wireshark
137 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
138 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.692 2015/01/20 08:17:42 jer Exp $
139 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.693 2015/01/28 23:04:20 mgorny Exp $
140 +
141 + 28 Jan 2015; Michał Górny <mgorny@g.o> metadata.xml,
142 + wireshark-1.99.1.ebuild, wireshark-99999999.ebuild:
143 + Switch to CPU_FLAGS_X86.
144
145 20 Jan 2015; Jeroen Roovers <jer@g.o> wireshark-99999999.ebuild:
146 Drop obsolete patch.