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.12.0_rc2.ebuild
Date: Fri, 20 Jun 2014 13:51:12
Message-Id: 20140620135107.CDA142004E@flycatcher.gentoo.org
1 jer 14/06/20 13:51:07
2
3 Modified: ChangeLog wireshark-1.12.0_rc2.ebuild
4 Log:
5 Remove net-libs/adns support (bug #513982).
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
8
9 Revision Changes Path
10 1.627 net-analyzer/wireshark/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.627&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.627&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?r1=1.626&r2=1.627
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v
19 retrieving revision 1.626
20 retrieving revision 1.627
21 diff -u -r1.626 -r1.627
22 --- ChangeLog 19 Jun 2014 19:24:06 -0000 1.626
23 +++ ChangeLog 20 Jun 2014 13:51:07 -0000 1.627
24 @@ -1,6 +1,9 @@
25 # ChangeLog for net-analyzer/wireshark
26 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.626 2014/06/19 19:24:06 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.627 2014/06/20 13:51:07 jer Exp $
29 +
30 + 20 Jun 2014; Jeroen Roovers <jer@g.o> wireshark-1.12.0_rc2.ebuild:
31 + Remove net-libs/adns support (bug #513982).
32
33 19 Jun 2014; Jeroen Roovers <jer@g.o> wireshark-1.12.0_rc2.ebuild,
34 +files/wireshark-1.12.0_rc2-va_list.patch:
35
36
37
38 1.3 net-analyzer/wireshark/wireshark-1.12.0_rc2.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.0_rc2.ebuild?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.0_rc2.ebuild?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.0_rc2.ebuild?r1=1.2&r2=1.3
43
44 Index: wireshark-1.12.0_rc2.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.0_rc2.ebuild,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- wireshark-1.12.0_rc2.ebuild 19 Jun 2014 19:24:06 -0000 1.2
51 +++ wireshark-1.12.0_rc2.ebuild 20 Jun 2014 13:51:07 -0000 1.3
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2014 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.12.0_rc2.ebuild,v 1.2 2014/06/19 19:24:06 jer Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.0_rc2.ebuild,v 1.3 2014/06/20 13:51:07 jer Exp $
57
58 EAPI=5
59 inherit autotools eutils fcaps qt4-r2 user
60 @@ -13,8 +13,8 @@
61 SLOT="0/${PV}"
62 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
63 IUSE="
64 - adns +caps crypt doc doc-pdf geoip +gtk3 ipv6 kerberos libadns lua
65 - +netlink +pcap portaudio +qt4 selinux smi ssl zlib
66 + adns +caps crypt doc doc-pdf geoip +gtk3 ipv6 kerberos lua +netlink +pcap
67 + portaudio +qt4 selinux smi ssl zlib
68 "
69 REQUIRED_USE="
70 ssl? ( crypt )
71 @@ -28,7 +28,7 @@
72 RDEPEND="
73 >=dev-libs/glib-2.14:2
74 netlink? ( dev-libs/libnl )
75 - adns? ( !libadns? ( >=net-dns/c-ares-1.5 ) )
76 + adns? ( >=net-dns/c-ares-1.5 )
77 crypt? ( dev-libs/libgcrypt:0 )
78 caps? ( sys-libs/libcap )
79 geoip? ( dev-libs/geoip )
80 @@ -37,7 +37,6 @@
81 x11-libs/gtk+:3
82 )
83 kerberos? ( virtual/krb5 )
84 - libadns? ( net-libs/adns )
85 lua? ( >=dev-lang/lua-5.1 )
86 pcap? ( net-libs/libpcap[-netlink] )
87 portaudio? ( media-libs/portaudio )
88 @@ -95,20 +94,6 @@
89 src_configure() {
90 local myconf
91
92 - if use adns; then
93 - if use libadns; then
94 - myconf+=( "--with-adns --without-c-ares" )
95 - else
96 - myconf+=( "--without-adns --with-c-ares" )
97 - fi
98 - else
99 - if use libadns; then
100 - myconf+=( "--with-adns --without-c-ares" )
101 - else
102 - myconf+=( "--without-adns --without-c-ares" )
103 - fi
104 - fi
105 -
106 # Workaround bug #213705. If krb5-config --libs has -lcrypto then pass
107 # --with-ssl to ./configure. (Mimics code from acinclude.m4).
108 if use kerberos; then
109 @@ -137,6 +122,7 @@
110 # --disable-profile-build bugs #215806, #292991, #479602
111 econf \
112 $(use_enable ipv6) \
113 + $(use_with adns c-ares) \
114 $(use_with caps libcap) \
115 $(use_with crypt gcrypt) \
116 $(use_with geoip) \
117 @@ -154,6 +140,7 @@
118 --disable-profile-build \
119 --disable-usr-local \
120 --sysconfdir="${EPREFIX}"/etc/wireshark \
121 + --without-adns \
122 ${myconf[@]}
123 }