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.210.ebuild ChangeLog
@ 2013-09-03  3:51 Patrick Lauer (patrick)
  0 siblings, 0 replies; 12+ messages in thread
From: Patrick Lauer (patrick) @ 2013-09-03  3:51 UTC (permalink / raw
  To: gentoo-commits

patrick     13/09/03 03:51:51

  Modified:             ChangeLog
  Added:                Error-0.170.210.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.79                 dev-perl/Error/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Error/ChangeLog,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- ChangeLog	16 Aug 2013 08:06:12 -0000	1.78
+++ ChangeLog	3 Sep 2013 03:51:51 -0000	1.79
@@ -1,6 +1,11 @@
 # ChangeLog for dev-perl/Error
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Error/ChangeLog,v 1.78 2013/08/16 08:06:12 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Error/ChangeLog,v 1.79 2013/09/03 03:51:51 patrick Exp $
+
+*Error-0.170.210 (03 Sep 2013)
+
+  03 Sep 2013; Patrick Lauer <patrick@gentoo.org> +Error-0.170.210.ebuild:
+  Bump
 
 *Error-0.170.200 (16 Aug 2013)
 



1.1                  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.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Error/Error-0.170.210.ebuild?rev=1.1&content-type=text/plain

Index: Error-0.170.210.ebuild
===================================================================
# Copyright 1999-2013 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.1 2013/09/03 03:51:51 patrick Exp $

EAPI=4

MODULE_AUTHOR=SHLOMIF
MODULE_VERSION=0.17021
inherit perl-module

DESCRIPTION="Error/exception handling in an OO-ish way"

LICENSE+=" MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="test"

RDEPEND=""
DEPEND="${RDEPEND}
	>=virtual/perl-Module-Build-0.390.0
	test? (
		>=dev-perl/Test-Pod-1.140.0
		>=dev-perl/Test-Pod-Coverage-1.40.0
	)
"

SRC_TEST="do"





^ permalink raw reply	[flat|nested] 12+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-perl/Error: Error-0.170.210.ebuild ChangeLog
@ 2014-03-21  9:40 Mikle Kolyada (zlogene)
  0 siblings, 0 replies; 12+ messages in thread
From: Mikle Kolyada (zlogene) @ 2014-03-21  9:40 UTC (permalink / raw
  To: gentoo-commits

zlogene     14/03/21 09:40:00

  Modified:             Error-0.170.210.ebuild ChangeLog
  Log:
  Bump to EAPI=5
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)

Revision  Changes    Path
1.3                  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.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Error/Error-0.170.210.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Error/Error-0.170.210.ebuild?r1=1.2&r2=1.3

Index: Error-0.170.210.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Error/Error-0.170.210.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Error-0.170.210.ebuild	20 Jan 2014 20:38:02 -0000	1.2
+++ Error-0.170.210.ebuild	21 Mar 2014 09:40:00 -0000	1.3
@@ -1,8 +1,8 @@
 # Copyright 1999-2014 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.2 2014/01/20 20:38:02 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Error/Error-0.170.210.ebuild,v 1.3 2014/03/21 09:40:00 zlogene Exp $
 
-EAPI=4
+EAPI=5
 
 MODULE_AUTHOR=SHLOMIF
 MODULE_VERSION=0.17021



1.81                 dev-perl/Error/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Error/ChangeLog,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- ChangeLog	20 Jan 2014 20:38:03 -0000	1.80
+++ ChangeLog	21 Mar 2014 09:40:00 -0000	1.81
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Error
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Error/ChangeLog,v 1.80 2014/01/20 20:38:03 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Error/ChangeLog,v 1.81 2014/03/21 09:40:00 zlogene Exp $
+
+  21 Mar 2014; Mikle Kolyada <zlogene@gentoo.org> Error-0.170.210.ebuild:
+  Bump to EAPI=5
 
   20 Jan 2014; Mike Frysinger <vapier@gentoo.org> Error-0.170.160.ebuild,
   Error-0.170.190.ebuild, Error-0.170.200.ebuild, Error-0.170.210.ebuild:





^ permalink raw reply	[flat|nested] 12+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-perl/Error: Error-0.170.210.ebuild ChangeLog
@ 2014-03-26 21:42 Markus Meier (maekke)
  0 siblings, 0 replies; 12+ messages in thread
From: Markus Meier (maekke) @ 2014-03-26 21:42 UTC (permalink / raw
  To: gentoo-commits

maekke      14/03/26 21:42:00

  Modified:             Error-0.170.210.ebuild ChangeLog
  Log:
  arm stable, bug #498608
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)

Revision  Changes    Path
1.4                  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.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Error/Error-0.170.210.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Error/Error-0.170.210.ebuild?r1=1.3&r2=1.4

Index: Error-0.170.210.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Error/Error-0.170.210.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Error-0.170.210.ebuild	21 Mar 2014 09:40:00 -0000	1.3
+++ Error-0.170.210.ebuild	26 Mar 2014 21:42:00 -0000	1.4
@@ -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/dev-perl/Error/Error-0.170.210.ebuild,v 1.3 2014/03/21 09:40:00 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Error/Error-0.170.210.ebuild,v 1.4 2014/03/26 21:42:00 maekke Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE+=" MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND=""



1.82                 dev-perl/Error/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Error/ChangeLog,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- ChangeLog	21 Mar 2014 09:40:00 -0000	1.81
+++ ChangeLog	26 Mar 2014 21:42:00 -0000	1.82
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Error
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Error/ChangeLog,v 1.81 2014/03/21 09:40:00 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Error/ChangeLog,v 1.82 2014/03/26 21:42:00 maekke Exp $
+
+  26 Mar 2014; Markus Meier <maekke@gentoo.org> Error-0.170.210.ebuild:
+  arm stable, bug #498608
 
   21 Mar 2014; Mikle Kolyada <zlogene@gentoo.org> Error-0.170.210.ebuild:
   Bump to EAPI=5





^ permalink raw reply	[flat|nested] 12+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-perl/Error: Error-0.170.210.ebuild ChangeLog
@ 2014-03-28  3:38 Jeroen Roovers (jer)
  0 siblings, 0 replies; 12+ messages in thread
From: Jeroen Roovers (jer) @ 2014-03-28  3:38 UTC (permalink / raw
  To: gentoo-commits

jer         14/03/28 03:38:58

  Modified:             Error-0.170.210.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #498608).
  
  (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.5                  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.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Error/Error-0.170.210.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Error/Error-0.170.210.ebuild?r1=1.4&r2=1.5

Index: Error-0.170.210.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Error/Error-0.170.210.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Error-0.170.210.ebuild	26 Mar 2014 21:42:00 -0000	1.4
+++ Error-0.170.210.ebuild	28 Mar 2014 03:38:58 -0000	1.5
@@ -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/dev-perl/Error/Error-0.170.210.ebuild,v 1.4 2014/03/26 21:42:00 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Error/Error-0.170.210.ebuild,v 1.5 2014/03/28 03:38:58 jer Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE+=" MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND=""



1.83                 dev-perl/Error/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Error/ChangeLog,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- ChangeLog	26 Mar 2014 21:42:00 -0000	1.82
+++ ChangeLog	28 Mar 2014 03:38:58 -0000	1.83
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Error
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Error/ChangeLog,v 1.82 2014/03/26 21:42:00 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Error/ChangeLog,v 1.83 2014/03/28 03:38:58 jer Exp $
+
+  28 Mar 2014; Jeroen Roovers <jer@gentoo.org> Error-0.170.210.ebuild:
+  Stable for HPPA (bug #498608).
 
   26 Mar 2014; Markus Meier <maekke@gentoo.org> Error-0.170.210.ebuild:
   arm stable, bug #498608





^ permalink raw reply	[flat|nested] 12+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-perl/Error: Error-0.170.210.ebuild ChangeLog
@ 2014-04-12  9:39 Mikle Kolyada (zlogene)
  0 siblings, 0 replies; 12+ messages in thread
From: Mikle Kolyada (zlogene) @ 2014-04-12  9:39 UTC (permalink / raw
  To: gentoo-commits

zlogene     14/04/12 09:39:47

  Modified:             Error-0.170.210.ebuild ChangeLog
  Log:
  amd64 stable wrt bug #498608
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)

Revision  Changes    Path
1.6                  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.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Error/Error-0.170.210.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Error/Error-0.170.210.ebuild?r1=1.5&r2=1.6

Index: Error-0.170.210.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Error/Error-0.170.210.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Error-0.170.210.ebuild	28 Mar 2014 03:38:58 -0000	1.5
+++ Error-0.170.210.ebuild	12 Apr 2014 09:39:47 -0000	1.6
@@ -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/dev-perl/Error/Error-0.170.210.ebuild,v 1.5 2014/03/28 03:38:58 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Error/Error-0.170.210.ebuild,v 1.6 2014/04/12 09:39:47 zlogene Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE+=" MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND=""



1.84                 dev-perl/Error/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Error/ChangeLog,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- ChangeLog	28 Mar 2014 03:38:58 -0000	1.83
+++ ChangeLog	12 Apr 2014 09:39:47 -0000	1.84
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Error
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Error/ChangeLog,v 1.83 2014/03/28 03:38:58 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Error/ChangeLog,v 1.84 2014/04/12 09:39:47 zlogene Exp $
+
+  12 Apr 2014; Mikle Kolyada <zlogene@gentoo.org> Error-0.170.210.ebuild:
+  amd64 stable wrt bug #498608
 
   28 Mar 2014; Jeroen Roovers <jer@gentoo.org> Error-0.170.210.ebuild:
   Stable for HPPA (bug #498608).





^ permalink raw reply	[flat|nested] 12+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-perl/Error: Error-0.170.210.ebuild ChangeLog
@ 2014-04-12 10:44 Mikle Kolyada (zlogene)
  0 siblings, 0 replies; 12+ messages in thread
From: Mikle Kolyada (zlogene) @ 2014-04-12 10:44 UTC (permalink / raw
  To: gentoo-commits

zlogene     14/04/12 10:44:30

  Modified:             Error-0.170.210.ebuild ChangeLog
  Log:
  x86 stable wrt bug #498608
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)

Revision  Changes    Path
1.7                  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.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Error/Error-0.170.210.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Error/Error-0.170.210.ebuild?r1=1.6&r2=1.7

Index: Error-0.170.210.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Error/Error-0.170.210.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Error-0.170.210.ebuild	12 Apr 2014 09:39:47 -0000	1.6
+++ Error-0.170.210.ebuild	12 Apr 2014 10:44:30 -0000	1.7
@@ -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/dev-perl/Error/Error-0.170.210.ebuild,v 1.6 2014/04/12 09:39:47 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Error/Error-0.170.210.ebuild,v 1.7 2014/04/12 10:44:30 zlogene Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE+=" MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND=""



1.85                 dev-perl/Error/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Error/ChangeLog,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- ChangeLog	12 Apr 2014 09:39:47 -0000	1.84
+++ ChangeLog	12 Apr 2014 10:44:30 -0000	1.85
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Error
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Error/ChangeLog,v 1.84 2014/04/12 09:39:47 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Error/ChangeLog,v 1.85 2014/04/12 10:44:30 zlogene Exp $
+
+  12 Apr 2014; Mikle Kolyada <zlogene@gentoo.org> Error-0.170.210.ebuild:
+  x86 stable wrt bug #498608
 
   12 Apr 2014; Mikle Kolyada <zlogene@gentoo.org> Error-0.170.210.ebuild:
   amd64 stable wrt bug #498608





^ permalink raw reply	[flat|nested] 12+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-perl/Error: Error-0.170.210.ebuild ChangeLog
@ 2014-04-13 14:31 Mikle Kolyada (zlogene)
  0 siblings, 0 replies; 12+ messages in thread
From: Mikle Kolyada (zlogene) @ 2014-04-13 14:31 UTC (permalink / raw
  To: gentoo-commits

zlogene     14/04/13 14:31:18

  Modified:             Error-0.170.210.ebuild ChangeLog
  Log:
  alpha stable wrt bug #498608
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)

Revision  Changes    Path
1.8                  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.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Error/Error-0.170.210.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Error/Error-0.170.210.ebuild?r1=1.7&r2=1.8

Index: Error-0.170.210.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Error/Error-0.170.210.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- Error-0.170.210.ebuild	12 Apr 2014 10:44:30 -0000	1.7
+++ Error-0.170.210.ebuild	13 Apr 2014 14:31:18 -0000	1.8
@@ -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/dev-perl/Error/Error-0.170.210.ebuild,v 1.7 2014/04/12 10:44:30 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Error/Error-0.170.210.ebuild,v 1.8 2014/04/13 14:31:18 zlogene Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE+=" MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND=""



1.86                 dev-perl/Error/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Error/ChangeLog,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- ChangeLog	12 Apr 2014 10:44:30 -0000	1.85
+++ ChangeLog	13 Apr 2014 14:31:18 -0000	1.86
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Error
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Error/ChangeLog,v 1.85 2014/04/12 10:44:30 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Error/ChangeLog,v 1.86 2014/04/13 14:31:18 zlogene Exp $
+
+  13 Apr 2014; Mikle Kolyada <zlogene@gentoo.org> Error-0.170.210.ebuild:
+  alpha stable wrt bug #498608
 
   12 Apr 2014; Mikle Kolyada <zlogene@gentoo.org> Error-0.170.210.ebuild:
   x86 stable wrt bug #498608





^ permalink raw reply	[flat|nested] 12+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-perl/Error: Error-0.170.210.ebuild ChangeLog
@ 2014-04-13 16:18 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 12+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-04-13 16:18 UTC (permalink / raw
  To: gentoo-commits

ago         14/04/13 16:18:17

  Modified:             Error-0.170.210.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #498608
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.9                  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.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Error/Error-0.170.210.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Error/Error-0.170.210.ebuild?r1=1.8&r2=1.9

Index: Error-0.170.210.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Error/Error-0.170.210.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- Error-0.170.210.ebuild	13 Apr 2014 14:31:18 -0000	1.8
+++ Error-0.170.210.ebuild	13 Apr 2014 16:18:17 -0000	1.9
@@ -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/dev-perl/Error/Error-0.170.210.ebuild,v 1.8 2014/04/13 14:31:18 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Error/Error-0.170.210.ebuild,v 1.9 2014/04/13 16:18:17 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE+=" MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND=""



1.87                 dev-perl/Error/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Error/ChangeLog,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- ChangeLog	13 Apr 2014 14:31:18 -0000	1.86
+++ ChangeLog	13 Apr 2014 16:18:17 -0000	1.87
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Error
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Error/ChangeLog,v 1.86 2014/04/13 14:31:18 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Error/ChangeLog,v 1.87 2014/04/13 16:18:17 ago Exp $
+
+  13 Apr 2014; Agostino Sarubbo <ago@gentoo.org> Error-0.170.210.ebuild:
+  Stable for ppc, wrt bug #498608
 
   13 Apr 2014; Mikle Kolyada <zlogene@gentoo.org> Error-0.170.210.ebuild:
   alpha stable wrt bug #498608





^ permalink raw reply	[flat|nested] 12+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-perl/Error: Error-0.170.210.ebuild ChangeLog
@ 2014-04-15 18:34 Mikle Kolyada (zlogene)
  0 siblings, 0 replies; 12+ messages in thread
From: Mikle Kolyada (zlogene) @ 2014-04-15 18:34 UTC (permalink / raw
  To: gentoo-commits

zlogene     14/04/15 18:34:54

  Modified:             Error-0.170.210.ebuild ChangeLog
  Log:
  ppc64 stable wrt bug #498608
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)

Revision  Changes    Path
1.10                 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.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Error/Error-0.170.210.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Error/Error-0.170.210.ebuild?r1=1.9&r2=1.10

Index: Error-0.170.210.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Error/Error-0.170.210.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- Error-0.170.210.ebuild	13 Apr 2014 16:18:17 -0000	1.9
+++ Error-0.170.210.ebuild	15 Apr 2014 18:34:54 -0000	1.10
@@ -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/dev-perl/Error/Error-0.170.210.ebuild,v 1.9 2014/04/13 16:18:17 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Error/Error-0.170.210.ebuild,v 1.10 2014/04/15 18:34:54 zlogene Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE+=" MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND=""



1.88                 dev-perl/Error/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Error/ChangeLog,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- ChangeLog	13 Apr 2014 16:18:17 -0000	1.87
+++ ChangeLog	15 Apr 2014 18:34:54 -0000	1.88
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Error
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Error/ChangeLog,v 1.87 2014/04/13 16:18:17 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Error/ChangeLog,v 1.88 2014/04/15 18:34:54 zlogene Exp $
+
+  15 Apr 2014; Mikle Kolyada <zlogene@gentoo.org> Error-0.170.210.ebuild:
+  ppc64 stable wrt bug #498608
 
   13 Apr 2014; Agostino Sarubbo <ago@gentoo.org> Error-0.170.210.ebuild:
   Stable for ppc, wrt bug #498608





^ permalink raw reply	[flat|nested] 12+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-perl/Error: Error-0.170.210.ebuild ChangeLog
@ 2014-04-18 17:31 Mikle Kolyada (zlogene)
  0 siblings, 0 replies; 12+ messages in thread
From: Mikle Kolyada (zlogene) @ 2014-04-18 17:31 UTC (permalink / raw
  To: gentoo-commits

zlogene     14/04/18 17:31:01

  Modified:             Error-0.170.210.ebuild ChangeLog
  Log:
  sparc stable wrt bug #498608
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)

Revision  Changes    Path
1.11                 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.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Error/Error-0.170.210.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Error/Error-0.170.210.ebuild?r1=1.10&r2=1.11

Index: Error-0.170.210.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Error/Error-0.170.210.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- Error-0.170.210.ebuild	15 Apr 2014 18:34:54 -0000	1.10
+++ Error-0.170.210.ebuild	18 Apr 2014 17:31:01 -0000	1.11
@@ -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/dev-perl/Error/Error-0.170.210.ebuild,v 1.10 2014/04/15 18:34:54 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Error/Error-0.170.210.ebuild,v 1.11 2014/04/18 17:31:01 zlogene Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE+=" MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND=""



1.89                 dev-perl/Error/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Error/ChangeLog,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- ChangeLog	15 Apr 2014 18:34:54 -0000	1.88
+++ ChangeLog	18 Apr 2014 17:31:01 -0000	1.89
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Error
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Error/ChangeLog,v 1.88 2014/04/15 18:34:54 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Error/ChangeLog,v 1.89 2014/04/18 17:31:01 zlogene Exp $
+
+  18 Apr 2014; Mikle Kolyada <zlogene@gentoo.org> Error-0.170.210.ebuild:
+  sparc stable wrt bug #498608
 
   15 Apr 2014; Mikle Kolyada <zlogene@gentoo.org> Error-0.170.210.ebuild:
   ppc64 stable wrt bug #498608





^ permalink raw reply	[flat|nested] 12+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-perl/Error: Error-0.170.210.ebuild ChangeLog
@ 2014-04-18 17:31 Mikle Kolyada (zlogene)
  0 siblings, 0 replies; 12+ messages in thread
From: Mikle Kolyada (zlogene) @ 2014-04-18 17:31 UTC (permalink / raw
  To: gentoo-commits

zlogene     14/04/18 17:31:35

  Modified:             Error-0.170.210.ebuild ChangeLog
  Log:
  ia64 stable wrt bug #498608
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)

Revision  Changes    Path
1.12                 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.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Error/Error-0.170.210.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Error/Error-0.170.210.ebuild?r1=1.11&r2=1.12

Index: Error-0.170.210.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Error/Error-0.170.210.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- Error-0.170.210.ebuild	18 Apr 2014 17:31:01 -0000	1.11
+++ Error-0.170.210.ebuild	18 Apr 2014 17:31:35 -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/dev-perl/Error/Error-0.170.210.ebuild,v 1.11 2014/04/18 17:31:01 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Error/Error-0.170.210.ebuild,v 1.12 2014/04/18 17:31:35 zlogene Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE+=" MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND=""



1.90                 dev-perl/Error/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Error/ChangeLog,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- ChangeLog	18 Apr 2014 17:31:01 -0000	1.89
+++ ChangeLog	18 Apr 2014 17:31:35 -0000	1.90
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Error
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Error/ChangeLog,v 1.89 2014/04/18 17:31:01 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Error/ChangeLog,v 1.90 2014/04/18 17:31:35 zlogene Exp $
+
+  18 Apr 2014; Mikle Kolyada <zlogene@gentoo.org> Error-0.170.210.ebuild:
+  ia64 stable wrt bug #498608
 
   18 Apr 2014; Mikle Kolyada <zlogene@gentoo.org> Error-0.170.210.ebuild:
   sparc stable wrt bug #498608





^ permalink raw reply	[flat|nested] 12+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-perl/Error: Error-0.170.210.ebuild ChangeLog
@ 2014-06-06  5:42 Mike Frysinger (vapier)
  0 siblings, 0 replies; 12+ messages in thread
From: Mike Frysinger (vapier) @ 2014-06-06  5:42 UTC (permalink / raw
  To: gentoo-commits

vapier      14/06/06 05:42:09

  Modified:             Error-0.170.210.ebuild ChangeLog
  Log:
  Mark arm64/m68k/s390/sh stable.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key D2E96200)

Revision  Changes    Path
1.13                 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.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Error/Error-0.170.210.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Error/Error-0.170.210.ebuild?r1=1.12&r2=1.13

Index: Error-0.170.210.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Error/Error-0.170.210.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- Error-0.170.210.ebuild	18 Apr 2014 17:31:35 -0000	1.12
+++ Error-0.170.210.ebuild	6 Jun 2014 05:42:09 -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/dev-perl/Error/Error-0.170.210.ebuild,v 1.12 2014/04/18 17:31:35 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Error/Error-0.170.210.ebuild,v 1.13 2014/06/06 05:42:09 vapier Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE+=" MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND=""



1.92                 dev-perl/Error/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Error/ChangeLog,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- ChangeLog	18 Apr 2014 17:33:40 -0000	1.91
+++ ChangeLog	6 Jun 2014 05:42:09 -0000	1.92
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Error
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Error/ChangeLog,v 1.91 2014/04/18 17:33:40 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Error/ChangeLog,v 1.92 2014/06/06 05:42:09 vapier Exp $
+
+  06 Jun 2014; Mike Frysinger <vapier@gentoo.org> Error-0.170.210.ebuild:
+  Mark arm64/m68k/s390/sh stable.
 
   18 Apr 2014; Mikle Kolyada <zlogene@gentoo.org> -Error-0.170.160.ebuild,
   -Error-0.170.190.ebuild, -Error-0.170.200.ebuild:





^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2014-06-06  5:42 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-03  3:51 [gentoo-commits] gentoo-x86 commit in dev-perl/Error: Error-0.170.210.ebuild ChangeLog Patrick Lauer (patrick)
  -- strict thread matches above, loose matches on Subject: below --
2014-03-21  9:40 Mikle Kolyada (zlogene)
2014-03-26 21:42 Markus Meier (maekke)
2014-03-28  3:38 Jeroen Roovers (jer)
2014-04-12  9:39 Mikle Kolyada (zlogene)
2014-04-12 10:44 Mikle Kolyada (zlogene)
2014-04-13 14:31 Mikle Kolyada (zlogene)
2014-04-13 16:18 Agostino Sarubbo (ago)
2014-04-15 18:34 Mikle Kolyada (zlogene)
2014-04-18 17:31 Mikle Kolyada (zlogene)
2014-04-18 17:31 Mikle Kolyada (zlogene)
2014-06-06  5:42 Mike Frysinger (vapier)

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