dilfridge    15/06/14 14:35:34

  Modified:             CGI-4.200.0.ebuild ChangeLog
  Log:
  Add missing test dependency, bug 552082
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
84AD142F)

Revision  Changes    Path
1.2                  dev-perl/CGI/CGI-4.200.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/CGI/CGI-4.200.0.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/CGI/CGI-4.200.0.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/CGI/CGI-4.200.0.ebuild?r1=1.1&r2=1.2

Index: CGI-4.200.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/CGI/CGI-4.200.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- CGI-4.200.0.ebuild  13 Jun 2015 17:32:31 -0000      1.1
+++ CGI-4.200.0.ebuild  14 Jun 2015 14:35:34 -0000      1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/CGI/CGI-4.200.0.ebuild,v 1.1 
2015/06/13 17:32:31 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/CGI/CGI-4.200.0.ebuild,v 1.2 
2015/06/14 14:35:34 dilfridge Exp $
 
 EAPI=5
 
@@ -26,7 +26,10 @@
 "
 DEPEND="${RDEPEND}
        virtual/perl-ExtUtils-MakeMaker
-       test? ( >=virtual/perl-Test-Simple-0.980.0 )
+       test? (
+               >=virtual/perl-Test-Simple-0.980.0
+               dev-perl/Test-Warn
+       )
 "
 
 SRC_TEST="do"



1.53                 dev-perl/CGI/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/CGI/ChangeLog?rev=1.53&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/CGI/ChangeLog?rev=1.53&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/CGI/ChangeLog?r1=1.52&r2=1.53

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/CGI/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog   13 Jun 2015 17:32:31 -0000      1.52
+++ ChangeLog   14 Jun 2015 14:35:34 -0000      1.53
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/CGI
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/CGI/ChangeLog,v 1.52 2015/06/13 
17:32:31 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/CGI/ChangeLog,v 1.53 2015/06/14 
14:35:34 dilfridge Exp $
+
+  14 Jun 2015; Andreas K. Huettel <[email protected]> CGI-4.200.0.ebuild:
+  Add missing test dependency, bug 552082
 
 *CGI-4.200.0 (13 Jun 2015)
 




Reply via email to