vapier      14/11/06 23:39:12

  Modified:             wget-1.16.ebuild ChangeLog
  Log:
  Pull in perl deps for tests #528348 by Nikoli.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  Changes    Path
1.13                 net-misc/wget/wget-1.16.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wget/wget-1.16.ebuild?rev=1.13&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wget/wget-1.16.ebuild?rev=1.13&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wget/wget-1.16.ebuild?r1=1.12&r2=1.13

Index: wget-1.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.16.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- wget-1.16.ebuild    6 Nov 2014 15:49:54 -0000       1.12
+++ wget-1.16.ebuild    6 Nov 2014 23:39:12 -0000       1.13
@@ -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-misc/wget/wget-1.16.ebuild,v 1.12 
2014/11/06 15:49:54 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.16.ebuild,v 1.13 
2014/11/06 23:39:12 vapier Exp $
 
 EAPI="4"
 PYTHON_COMPAT=( python{3_3,3_4} )
@@ -29,7 +29,13 @@
        app-arch/xz-utils
        virtual/pkgconfig
        static? ( ${LIB_DEPEND} )
-       test? ( ${PYTHON_DEPS} )
+       test? (
+               ${PYTHON_DEPS}
+               dev-lang/perl
+               dev-perl/HTTP-Daemon
+               dev-perl/HTTP-Message
+               dev-perl/IO-Socket-SSL
+       )
        nls? ( sys-devel/gettext )"
 
 REQUIRED_USE="ntlm? ( !gnutls ssl ) gnutls? ( ssl )"



1.196                net-misc/wget/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wget/ChangeLog?rev=1.196&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wget/ChangeLog?rev=1.196&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wget/ChangeLog?r1=1.195&r2=1.196

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v
retrieving revision 1.195
retrieving revision 1.196
diff -u -r1.195 -r1.196
--- ChangeLog   6 Nov 2014 15:49:54 -0000       1.195
+++ ChangeLog   6 Nov 2014 23:39:12 -0000       1.196
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/wget
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.195 2014/11/06 
15:49:54 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.196 2014/11/06 
23:39:12 vapier Exp $
+
+  06 Nov 2014; Mike Frysinger <[email protected]> wget-1.16.ebuild:
+  Pull in perl deps for tests #528348 by Nikoli.
 
   06 Nov 2014; Mike Frysinger <[email protected]> wget-1.16.ebuild:
   Fix by Mike Gilbert to require python-3 in order to run tests #528348#1 by




Reply via email to