vapier      14/10/27 22:34:59

  Modified:             wireshark-1.99.0-r1.ebuild wireshark-1.12.1.ebuild
                        wireshark-1.99.0.ebuild ChangeLog
  Log:
  Drop random perl deps in favor of blockers #455122.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  Changes    Path
1.2                  net-analyzer/wireshark/wireshark-1.99.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.99.0-r1.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.99.0-r1.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.99.0-r1.ebuild?r1=1.1&r2=1.2

Index: wireshark-1.99.0-r1.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.99.0-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- wireshark-1.99.0-r1.ebuild  24 Oct 2014 21:30:54 -0000      1.1
+++ wireshark-1.99.0-r1.ebuild  27 Oct 2014 22:34:58 -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.99.0-r1.ebuild,v 1.1 
2014/10/24 21:30:54 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.99.0-r1.ebuild,v 1.2 
2014/10/27 22:34:58 vapier Exp $
 
 EAPI=5
 inherit autotools eutils fcaps multilib qt4-r2 user
@@ -59,8 +59,13 @@
        ssl? ( net-libs/gnutls )
        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
                app-text/asciidoc
@@ -69,11 +74,8 @@
                doc-pdf? ( dev-java/fop )
                www-client/lynx
        )
-       >=virtual/perl-Pod-Simple-3.170.0
        sys-devel/bison
        sys-devel/flex
-       virtual/perl-Getopt-Long
-       virtual/perl-Time-Local
        virtual/pkgconfig
 "
 



1.12                 net-analyzer/wireshark/wireshark-1.12.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.1.ebuild?rev=1.12&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.1.ebuild?rev=1.12&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.1.ebuild?r1=1.11&r2=1.12

Index: wireshark-1.12.1.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.1.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- wireshark-1.12.1.ebuild     14 Oct 2014 13:52:37 -0000      1.11
+++ wireshark-1.12.1.ebuild     27 Oct 2014 22:34:58 -0000      1.12
@@ -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.12.1.ebuild,v 1.11 
2014/10/14 13:52:37 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.1.ebuild,v 1.12 
2014/10/27 22:34:58 vapier Exp $
 
 EAPI=5
 inherit autotools eutils fcaps qt4-r2 user
@@ -52,8 +52,13 @@
        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
                app-text/asciidoc
@@ -62,11 +67,8 @@
                doc-pdf? ( dev-java/fop )
                www-client/lynx
        )
-       >=virtual/perl-Pod-Simple-3.170.0
        sys-devel/bison
        sys-devel/flex
-       virtual/perl-Getopt-Long
-       virtual/perl-Time-Local
        virtual/pkgconfig
 "
 



1.3                  net-analyzer/wireshark/wireshark-1.99.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.99.0.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.99.0.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.99.0.ebuild?r1=1.2&r2=1.3

Index: wireshark-1.99.0.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.99.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- wireshark-1.99.0.ebuild     14 Oct 2014 13:52:37 -0000      1.2
+++ wireshark-1.99.0.ebuild     27 Oct 2014 22:34:58 -0000      1.3
@@ -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.99.0.ebuild,v 1.2 
2014/10/14 13:52:37 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.99.0.ebuild,v 1.3 
2014/10/27 22:34:58 vapier Exp $
 
 EAPI=5
 inherit autotools eutils fcaps qt4-r2 user
@@ -52,8 +52,13 @@
        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
                app-text/asciidoc
@@ -62,11 +67,8 @@
                doc-pdf? ( dev-java/fop )
                www-client/lynx
        )
-       >=virtual/perl-Pod-Simple-3.170.0
        sys-devel/bison
        sys-devel/flex
-       virtual/perl-Getopt-Long
-       virtual/perl-Time-Local
        virtual/pkgconfig
 "
 



1.662                net-analyzer/wireshark/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.662&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.662&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?r1=1.661&r2=1.662

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v
retrieving revision 1.661
retrieving revision 1.662
diff -u -r1.661 -r1.662
--- ChangeLog   24 Oct 2014 21:30:54 -0000      1.661
+++ ChangeLog   27 Oct 2014 22:34:58 -0000      1.662
@@ -1,6 +1,10 @@
 # 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.661 
2014/10/24 21:30:54 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.662 
2014/10/27 22:34:58 vapier Exp $
+
+  27 Oct 2014; Mike Frysinger <vap...@gentoo.org> wireshark-1.12.1.ebuild,
+  wireshark-1.99.0-r1.ebuild, wireshark-1.99.0.ebuild:
+  Drop random perl deps in favor of blockers #455122.
 
 *wireshark-1.99.0-r1 (24 Oct 2014)
 




Reply via email to