public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-perl/Error: Error-0.170.230.ebuild Error-0.170.210.ebuild ChangeLog
@ 2015-06-13 22:14 Andreas Huettel (dilfridge)
  0 siblings, 0 replies; only message in thread
From: Andreas Huettel (dilfridge) @ 2015-06-13 22:14 UTC (permalink / raw
  To: gentoo-commits

dilfridge    15/06/13 22:14:23

  Modified:             Error-0.170.230.ebuild Error-0.170.210.ebuild
                        ChangeLog
  Log:
  Module::Build is no longer part of core Perl and has been moved to dev-perl
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0B08240A96F66571)

Revision  Changes    Path
1.2                  dev-perl/Error/Error-0.170.230.ebuild

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

Index: Error-0.170.230.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Error/Error-0.170.230.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Error-0.170.230.ebuild	10 May 2015 18:26:34 -0000	1.1
+++ Error-0.170.230.ebuild	13 Jun 2015 22:14:23 -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/Error/Error-0.170.230.ebuild,v 1.1 2015/05/10 18:26:34 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Error/Error-0.170.230.ebuild,v 1.2 2015/06/13 22:14:23 dilfridge Exp $
 
 EAPI=5
 
@@ -19,7 +19,7 @@
 	virtual/perl-Scalar-List-Utils
 "
 DEPEND="${RDEPEND}
-	>=virtual/perl-Module-Build-0.280.801
+	>=dev-perl/Module-Build-0.280.801
 	test? (
 		>=dev-perl/Test-Pod-1.140.0
 		>=dev-perl/Test-Pod-Coverage-1.40.0



1.14                 dev-perl/Error/Error-0.170.210.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Error/Error-0.170.210.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Error/Error-0.170.210.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Error/Error-0.170.210.ebuild?r1=1.13&r2=1.14

Index: Error-0.170.210.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Error/Error-0.170.210.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- Error-0.170.210.ebuild	6 Jun 2014 05:42:09 -0000	1.13
+++ Error-0.170.210.ebuild	13 Jun 2015 22:14:23 -0000	1.14
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Error/Error-0.170.210.ebuild,v 1.13 2014/06/06 05:42:09 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Error/Error-0.170.210.ebuild,v 1.14 2015/06/13 22:14:23 dilfridge Exp $
 
 EAPI=5
 
@@ -17,7 +17,7 @@
 
 RDEPEND=""
 DEPEND="${RDEPEND}
-	>=virtual/perl-Module-Build-0.390.0
+	>=dev-perl/Module-Build-0.390.0
 	test? (
 		>=dev-perl/Test-Pod-1.140.0
 		>=dev-perl/Test-Pod-Coverage-1.40.0



1.94                 dev-perl/Error/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Error/ChangeLog,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- ChangeLog	10 May 2015 18:26:34 -0000	1.93
+++ ChangeLog	13 Jun 2015 22:14:23 -0000	1.94
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/Error
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Error/ChangeLog,v 1.93 2015/05/10 18:26:34 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Error/ChangeLog,v 1.94 2015/06/13 22:14:23 dilfridge Exp $
+
+  13 Jun 2015; Andreas K. Huettel <dilfridge@gentoo.org> Error-0.170.210.ebuild,
+  Error-0.170.230.ebuild:
+  Module::Build is no longer part of core Perl and has been moved to dev-perl
 
 *Error-0.170.230 (10 May 2015)
 





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-06-13 22:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-13 22:14 [gentoo-commits] gentoo-x86 commit in dev-perl/Error: Error-0.170.230.ebuild Error-0.170.210.ebuild ChangeLog Andreas Huettel (dilfridge)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox