vapier 14/04/29 22:11:22 Modified: wireshark-1.8.14.ebuild ChangeLog Log: Drop random perl deps in favor of blockers #455122. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Revision Changes Path 1.2 net-analyzer/wireshark/wireshark-1.8.14.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.14.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.14.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.14.ebuild?r1=1.1&r2=1.2 Index: wireshark-1.8.14.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.14.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- wireshark-1.8.14.ebuild 23 Apr 2014 14:23:36 -0000 1.1 +++ wireshark-1.8.14.ebuild 29 Apr 2014 22:11:22 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.14.ebuild,v 1.1 2014/04/23 14:23:36 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.14.ebuild,v 1.2 2014/04/29 22:11:22 vapier Exp $ EAPI=5 PYTHON_COMPAT=( python2_6 python2_7 ) @@ -45,19 +45,21 @@ zlib? ( sys-libs/zlib !=sys-libs/zlib-1.2.4 ) " +# We need perl for `pod2html`. The rest of the perl stuff is to block older +# and broken installs. #455122 DEPEND=" ${RDEPEND} + dev-lang/perl + !<virtual/perl-Pod-Simple-3.170 + !<perl-core/Pod-Simple-3.170 doc? ( app-doc/doxygen dev-libs/libxml2 dev-libs/libxslt doc-pdf? ( dev-java/fop ) ) - >=virtual/perl-Pod-Simple-3.170.0 sys-devel/bison sys-devel/flex - virtual/perl-Getopt-Long - virtual/perl-Time-Local virtual/pkgconfig " 1.609 net-analyzer/wireshark/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.609&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.609&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?r1=1.608&r2=1.609 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v retrieving revision 1.608 retrieving revision 1.609 diff -u -r1.608 -r1.609 --- ChangeLog 27 Apr 2014 09:08:58 -0000 1.608 +++ ChangeLog 29 Apr 2014 22:11:22 -0000 1.609 @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/wireshark # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.608 2014/04/27 09:08:58 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.609 2014/04/29 22:11:22 vapier Exp $ + + 29 Apr 2014; Mike Frysinger <[email protected]> wireshark-1.8.14.ebuild: + Drop random perl deps in favor of blockers #455122. 27 Apr 2014; Agostino Sarubbo <[email protected]> wireshark-1.10.7.ebuild: Stable for x86, wrt bug #508506
