Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/wireshark: wireshark-1.8.14.ebuild ChangeLog
Date: Tue, 29 Apr 2014 22:11:27
Message-Id: 20140429221122.D38E42004B@flycatcher.gentoo.org
1 vapier 14/04/29 22:11:22
2
3 Modified: wireshark-1.8.14.ebuild ChangeLog
4 Log:
5 Drop random perl deps in favor of blockers #455122.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
8
9 Revision Changes Path
10 1.2 net-analyzer/wireshark/wireshark-1.8.14.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.14.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.14.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.14.ebuild?r1=1.1&r2=1.2
15
16 Index: wireshark-1.8.14.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.14.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- wireshark-1.8.14.ebuild 23 Apr 2014 14:23:36 -0000 1.1
23 +++ wireshark-1.8.14.ebuild 29 Apr 2014 22:11:22 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 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.8.14.ebuild,v 1.1 2014/04/23 14:23:36 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.14.ebuild,v 1.2 2014/04/29 22:11:22 vapier Exp $
29
30 EAPI=5
31 PYTHON_COMPAT=( python2_6 python2_7 )
32 @@ -45,19 +45,21 @@
33 zlib? ( sys-libs/zlib !=sys-libs/zlib-1.2.4 )
34 "
35
36 +# We need perl for `pod2html`. The rest of the perl stuff is to block older
37 +# and broken installs. #455122
38 DEPEND="
39 ${RDEPEND}
40 + dev-lang/perl
41 + !<virtual/perl-Pod-Simple-3.170
42 + !<perl-core/Pod-Simple-3.170
43 doc? (
44 app-doc/doxygen
45 dev-libs/libxml2
46 dev-libs/libxslt
47 doc-pdf? ( dev-java/fop )
48 )
49 - >=virtual/perl-Pod-Simple-3.170.0
50 sys-devel/bison
51 sys-devel/flex
52 - virtual/perl-Getopt-Long
53 - virtual/perl-Time-Local
54 virtual/pkgconfig
55 "
56
57
58
59
60 1.609 net-analyzer/wireshark/ChangeLog
61
62 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.609&view=markup
63 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.609&content-type=text/plain
64 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?r1=1.608&r2=1.609
65
66 Index: ChangeLog
67 ===================================================================
68 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v
69 retrieving revision 1.608
70 retrieving revision 1.609
71 diff -u -r1.608 -r1.609
72 --- ChangeLog 27 Apr 2014 09:08:58 -0000 1.608
73 +++ ChangeLog 29 Apr 2014 22:11:22 -0000 1.609
74 @@ -1,6 +1,9 @@
75 # ChangeLog for net-analyzer/wireshark
76 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
77 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.608 2014/04/27 09:08:58 ago Exp $
78 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.609 2014/04/29 22:11:22 vapier Exp $
79 +
80 + 29 Apr 2014; Mike Frysinger <vapier@g.o> wireshark-1.8.14.ebuild:
81 + Drop random perl deps in favor of blockers #455122.
82
83 27 Apr 2014; Agostino Sarubbo <ago@g.o> wireshark-1.10.7.ebuild:
84 Stable for x86, wrt bug #508506