public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-perl/Exception-Class: Exception-Class-1.370.0.ebuild ChangeLog
@ 2013-08-17 13:48 Patrick Lauer (patrick)
  0 siblings, 0 replies; 7+ messages in thread
From: Patrick Lauer (patrick) @ 2013-08-17 13:48 UTC (permalink / raw
  To: gentoo-commits

patrick     13/08/17 13:48:54

  Modified:             ChangeLog
  Added:                Exception-Class-1.370.0.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.0/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.69                 dev-perl/Exception-Class/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog	18 Nov 2012 19:36:51 -0000	1.68
+++ ChangeLog	17 Aug 2013 13:48:53 -0000	1.69
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/Exception-Class
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/ChangeLog,v 1.68 2012/11/18 19:36:51 tove Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/ChangeLog,v 1.69 2013/08/17 13:48:53 patrick Exp $
+
+*Exception-Class-1.370.0 (17 Aug 2013)
+
+  17 Aug 2013; Patrick Lauer <patrick@gentoo.org>
+  +Exception-Class-1.370.0.ebuild:
+  Bump
 
 *Exception-Class-1.360.0 (18 Nov 2012)
 



1.1                  dev-perl/Exception-Class/Exception-Class-1.370.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Exception-Class/Exception-Class-1.370.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Exception-Class/Exception-Class-1.370.0.ebuild?rev=1.1&content-type=text/plain

Index: Exception-Class-1.370.0.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/Exception-Class-1.370.0.ebuild,v 1.1 2013/08/17 13:48:53 patrick Exp $

EAPI=4

MODULE_AUTHOR=DROLSKY
MODULE_VERSION=1.37
inherit perl-module

DESCRIPTION="A module that allows you to declare real exception classes in Perl"

LICENSE="Artistic-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos"
IUSE=""

RDEPEND="
	>=dev-perl/Class-Data-Inheritable-0.20.0
	>=dev-perl/Devel-StackTrace-1.200.0
"
DEPEND="${RDEPEND}
	>=virtual/perl-ExtUtils-MakeMaker-6.310.0
"

SRC_TEST="do"





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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Exception-Class: Exception-Class-1.370.0.ebuild ChangeLog
@ 2013-12-19 13:43 Jeroen Roovers (jer)
  0 siblings, 0 replies; 7+ messages in thread
From: Jeroen Roovers (jer) @ 2013-12-19 13:43 UTC (permalink / raw
  To: gentoo-commits

jer         13/12/19 13:43:31

  Modified:             Exception-Class-1.370.0.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #492146).
  
  (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.2                  dev-perl/Exception-Class/Exception-Class-1.370.0.ebuild

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

Index: Exception-Class-1.370.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/Exception-Class-1.370.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Exception-Class-1.370.0.ebuild	17 Aug 2013 13:48:53 -0000	1.1
+++ Exception-Class-1.370.0.ebuild	19 Dec 2013 13:43:31 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/Exception-Class-1.370.0.ebuild,v 1.1 2013/08/17 13:48:53 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/Exception-Class-1.370.0.ebuild,v 1.2 2013/12/19 13:43:31 jer Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha ~amd64 hppa ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos"
 IUSE=""
 
 RDEPEND="



1.76                 dev-perl/Exception-Class/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/ChangeLog,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- ChangeLog	13 Oct 2013 17:43:31 -0000	1.75
+++ ChangeLog	19 Dec 2013 13:43:31 -0000	1.76
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Exception-Class
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/ChangeLog,v 1.75 2013/10/13 17:43:31 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/ChangeLog,v 1.76 2013/12/19 13:43:31 jer Exp $
+
+  19 Dec 2013; Jeroen Roovers <jer@gentoo.org> Exception-Class-1.370.0.ebuild:
+  Stable for HPPA (bug #492146).
 
   13 Oct 2013; Mikle Kolyada <zlogene@gentoo.org>
   Exception-Class-1.360.0.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Exception-Class: Exception-Class-1.370.0.ebuild ChangeLog
@ 2013-12-21 15:55 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-12-21 15:55 UTC (permalink / raw
  To: gentoo-commits

ago         13/12/21 15:55:57

  Modified:             Exception-Class-1.370.0.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #492146
  
  (Portage version: 2.2.1/cvs/Linux ppc64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  dev-perl/Exception-Class/Exception-Class-1.370.0.ebuild

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

Index: Exception-Class-1.370.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/Exception-Class-1.370.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Exception-Class-1.370.0.ebuild	19 Dec 2013 13:43:31 -0000	1.2
+++ Exception-Class-1.370.0.ebuild	21 Dec 2013 15:55:57 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/Exception-Class-1.370.0.ebuild,v 1.2 2013/12/19 13:43:31 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/Exception-Class-1.370.0.ebuild,v 1.3 2013/12/21 15:55:57 ago Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 hppa ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha ~amd64 hppa ~ia64 ppc ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos"
 IUSE=""
 
 RDEPEND="



1.77                 dev-perl/Exception-Class/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/ChangeLog,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- ChangeLog	19 Dec 2013 13:43:31 -0000	1.76
+++ ChangeLog	21 Dec 2013 15:55:57 -0000	1.77
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Exception-Class
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/ChangeLog,v 1.76 2013/12/19 13:43:31 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/ChangeLog,v 1.77 2013/12/21 15:55:57 ago Exp $
+
+  21 Dec 2013; Agostino Sarubbo <ago@gentoo.org> Exception-Class-1.370.0.ebuild:
+  Stable for ppc, wrt bug #492146
 
   19 Dec 2013; Jeroen Roovers <jer@gentoo.org> Exception-Class-1.370.0.ebuild:
   Stable for HPPA (bug #492146).





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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Exception-Class: Exception-Class-1.370.0.ebuild ChangeLog
@ 2013-12-23 16:01 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-12-23 16:01 UTC (permalink / raw
  To: gentoo-commits

ago         13/12/23 16:01:33

  Modified:             Exception-Class-1.370.0.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #492146
  
  (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.5                  dev-perl/Exception-Class/Exception-Class-1.370.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Exception-Class/Exception-Class-1.370.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Exception-Class/Exception-Class-1.370.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Exception-Class/Exception-Class-1.370.0.ebuild?r1=1.4&r2=1.5

Index: Exception-Class-1.370.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/Exception-Class-1.370.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Exception-Class-1.370.0.ebuild	22 Dec 2013 14:40:07 -0000	1.4
+++ Exception-Class-1.370.0.ebuild	23 Dec 2013 16:01:33 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/Exception-Class-1.370.0.ebuild,v 1.4 2013/12/22 14:40:07 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/Exception-Class-1.370.0.ebuild,v 1.5 2013/12/23 16:01:33 ago Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 hppa ~ia64 ppc ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha amd64 hppa ~ia64 ppc sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos"
 IUSE=""
 
 RDEPEND="



1.79                 dev-perl/Exception-Class/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/ChangeLog,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- ChangeLog	22 Dec 2013 14:40:07 -0000	1.78
+++ ChangeLog	23 Dec 2013 16:01:33 -0000	1.79
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Exception-Class
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/ChangeLog,v 1.78 2013/12/22 14:40:07 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/ChangeLog,v 1.79 2013/12/23 16:01:33 ago Exp $
+
+  23 Dec 2013; Agostino Sarubbo <ago@gentoo.org> Exception-Class-1.370.0.ebuild:
+  Stable for sparc, wrt bug #492146
 
   22 Dec 2013; Pacho Ramos <pacho@gentoo.org> Exception-Class-1.370.0.ebuild:
   amd64 stable, bug #492146





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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Exception-Class: Exception-Class-1.370.0.ebuild ChangeLog
@ 2013-12-24 12:48 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-12-24 12:48 UTC (permalink / raw
  To: gentoo-commits

ago         13/12/24 12:48:56

  Modified:             Exception-Class-1.370.0.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #492146
  
  (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.6                  dev-perl/Exception-Class/Exception-Class-1.370.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Exception-Class/Exception-Class-1.370.0.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Exception-Class/Exception-Class-1.370.0.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Exception-Class/Exception-Class-1.370.0.ebuild?r1=1.5&r2=1.6

Index: Exception-Class-1.370.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/Exception-Class-1.370.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Exception-Class-1.370.0.ebuild	23 Dec 2013 16:01:33 -0000	1.5
+++ Exception-Class-1.370.0.ebuild	24 Dec 2013 12:48:55 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/Exception-Class-1.370.0.ebuild,v 1.5 2013/12/23 16:01:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/Exception-Class-1.370.0.ebuild,v 1.6 2013/12/24 12:48:55 ago Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 hppa ~ia64 ppc sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha amd64 hppa ~ia64 ppc sparc x86 ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos"
 IUSE=""
 
 RDEPEND="



1.80                 dev-perl/Exception-Class/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/ChangeLog,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- ChangeLog	23 Dec 2013 16:01:33 -0000	1.79
+++ ChangeLog	24 Dec 2013 12:48:55 -0000	1.80
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Exception-Class
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/ChangeLog,v 1.79 2013/12/23 16:01:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/ChangeLog,v 1.80 2013/12/24 12:48:55 ago Exp $
+
+  24 Dec 2013; Agostino Sarubbo <ago@gentoo.org> Exception-Class-1.370.0.ebuild:
+  Stable for x86, wrt bug #492146
 
   23 Dec 2013; Agostino Sarubbo <ago@gentoo.org> Exception-Class-1.370.0.ebuild:
   Stable for sparc, wrt bug #492146





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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Exception-Class: Exception-Class-1.370.0.ebuild ChangeLog
@ 2013-12-24 14:35 Mikle Kolyada (zlogene)
  0 siblings, 0 replies; 7+ messages in thread
From: Mikle Kolyada (zlogene) @ 2013-12-24 14:35 UTC (permalink / raw
  To: gentoo-commits

zlogene     13/12/24 14:35:14

  Modified:             Exception-Class-1.370.0.ebuild ChangeLog
  Log:
  alpha stable wrt bug #492146
  
  (Portage version: 2.2.7/cvs/Linux i686, signed Manifest commit with key 0xC42EB5D6)

Revision  Changes    Path
1.7                  dev-perl/Exception-Class/Exception-Class-1.370.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Exception-Class/Exception-Class-1.370.0.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Exception-Class/Exception-Class-1.370.0.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Exception-Class/Exception-Class-1.370.0.ebuild?r1=1.6&r2=1.7

Index: Exception-Class-1.370.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/Exception-Class-1.370.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Exception-Class-1.370.0.ebuild	24 Dec 2013 12:48:55 -0000	1.6
+++ Exception-Class-1.370.0.ebuild	24 Dec 2013 14:35:14 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/Exception-Class-1.370.0.ebuild,v 1.6 2013/12/24 12:48:55 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/Exception-Class-1.370.0.ebuild,v 1.7 2013/12/24 14:35:14 zlogene Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 hppa ~ia64 ppc sparc x86 ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="alpha amd64 hppa ~ia64 ppc sparc x86 ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos"
 IUSE=""
 
 RDEPEND="



1.81                 dev-perl/Exception-Class/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/ChangeLog,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- ChangeLog	24 Dec 2013 12:48:55 -0000	1.80
+++ ChangeLog	24 Dec 2013 14:35:14 -0000	1.81
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/Exception-Class
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/ChangeLog,v 1.80 2013/12/24 12:48:55 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/ChangeLog,v 1.81 2013/12/24 14:35:14 zlogene Exp $
+
+  24 Dec 2013; Mikle Kolyada <zlogene@gentoo.org>
+  Exception-Class-1.370.0.ebuild:
+  alpha stable wrt bug #492146
 
   24 Dec 2013; Agostino Sarubbo <ago@gentoo.org> Exception-Class-1.370.0.ebuild:
   Stable for x86, wrt bug #492146





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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Exception-Class: Exception-Class-1.370.0.ebuild ChangeLog
@ 2013-12-24 14:50 Mikle Kolyada (zlogene)
  0 siblings, 0 replies; 7+ messages in thread
From: Mikle Kolyada (zlogene) @ 2013-12-24 14:50 UTC (permalink / raw
  To: gentoo-commits

zlogene     13/12/24 14:50:04

  Modified:             Exception-Class-1.370.0.ebuild ChangeLog
  Log:
  ia64 stable wrt bug #492146
  
  (Portage version: 2.2.7/cvs/Linux i686, signed Manifest commit with key 0xC42EB5D6)

Revision  Changes    Path
1.8                  dev-perl/Exception-Class/Exception-Class-1.370.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Exception-Class/Exception-Class-1.370.0.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Exception-Class/Exception-Class-1.370.0.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Exception-Class/Exception-Class-1.370.0.ebuild?r1=1.7&r2=1.8

Index: Exception-Class-1.370.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/Exception-Class-1.370.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- Exception-Class-1.370.0.ebuild	24 Dec 2013 14:35:14 -0000	1.7
+++ Exception-Class-1.370.0.ebuild	24 Dec 2013 14:50:04 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/Exception-Class-1.370.0.ebuild,v 1.7 2013/12/24 14:35:14 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/Exception-Class-1.370.0.ebuild,v 1.8 2013/12/24 14:50:04 zlogene Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="alpha amd64 hppa ~ia64 ppc sparc x86 ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86 ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos"
 IUSE=""
 
 RDEPEND="



1.82                 dev-perl/Exception-Class/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/ChangeLog,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- ChangeLog	24 Dec 2013 14:35:14 -0000	1.81
+++ ChangeLog	24 Dec 2013 14:50:04 -0000	1.82
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/Exception-Class
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/ChangeLog,v 1.81 2013/12/24 14:35:14 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/ChangeLog,v 1.82 2013/12/24 14:50:04 zlogene Exp $
+
+  24 Dec 2013; Mikle Kolyada <zlogene@gentoo.org>
+  Exception-Class-1.370.0.ebuild:
+  ia64 stable wrt bug #492146
 
   24 Dec 2013; Mikle Kolyada <zlogene@gentoo.org>
   Exception-Class-1.370.0.ebuild:





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

end of thread, other threads:[~2013-12-24 14:50 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-24 14:35 [gentoo-commits] gentoo-x86 commit in dev-perl/Exception-Class: Exception-Class-1.370.0.ebuild ChangeLog Mikle Kolyada (zlogene)
  -- strict thread matches above, loose matches on Subject: below --
2013-12-24 14:50 Mikle Kolyada (zlogene)
2013-12-24 12:48 Agostino Sarubbo (ago)
2013-12-23 16:01 Agostino Sarubbo (ago)
2013-12-21 15:55 Agostino Sarubbo (ago)
2013-12-19 13:43 Jeroen Roovers (jer)
2013-08-17 13:48 Patrick Lauer (patrick)

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