public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-perl/Params-Validate: Params-Validate-0.95.ebuild ChangeLog
@ 2010-02-17 15:14 Torsten Veller (tove)
  0 siblings, 0 replies; 7+ messages in thread
From: Torsten Veller (tove) @ 2010-02-17 15:14 UTC (permalink / raw
  To: gentoo-commits

tove        10/02/17 15:14:09

  Modified:             ChangeLog
  Added:                Params-Validate-0.95.ebuild
  Log:
  Version bump
  (Portage version: 2.2_rc62/cvs/Linux x86_64)

Revision  Changes    Path
1.77                 dev-perl/Params-Validate/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Params-Validate/ChangeLog?rev=1.77&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Params-Validate/ChangeLog?rev=1.77&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Params-Validate/ChangeLog?r1=1.76&r2=1.77

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Params-Validate/ChangeLog,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- ChangeLog	10 Jan 2010 19:29:01 -0000	1.76
+++ ChangeLog	17 Feb 2010 15:14:08 -0000	1.77
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/Params-Validate
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Params-Validate/ChangeLog,v 1.76 2010/01/10 19:29:01 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Params-Validate/ChangeLog,v 1.77 2010/02/17 15:14:08 tove Exp $
+
+*Params-Validate-0.95 (17 Feb 2010)
+
+  17 Feb 2010; Torsten Veller <tove@gentoo.org>
+  +Params-Validate-0.95.ebuild:
+  Version bump
 
   10 Jan 2010; Fabian Groffen <grobian@gentoo.org>
   Params-Validate-0.94.ebuild:



1.1                  dev-perl/Params-Validate/Params-Validate-0.95.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Params-Validate/Params-Validate-0.95.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Params-Validate/Params-Validate-0.95.ebuild?rev=1.1&content-type=text/plain

Index: Params-Validate-0.95.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Params-Validate/Params-Validate-0.95.ebuild,v 1.1 2010/02/17 15:14:08 tove Exp $

EAPI=2

MODULE_AUTHOR=DROLSKY
inherit perl-module

DESCRIPTION="A module to provide a flexible system for validation method/function call parameters"

SLOT="0"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE=""

RDEPEND="virtual/perl-Attribute-Handlers"
DEPEND="${RDEPEND}
	>=virtual/perl-Module-Build-0.35"

SRC_TEST="do"






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Params-Validate: Params-Validate-0.95.ebuild ChangeLog
@ 2010-06-15  5:20 Torsten Veller (tove)
  0 siblings, 0 replies; 7+ messages in thread
From: Torsten Veller (tove) @ 2010-06-15  5:20 UTC (permalink / raw
  To: gentoo-commits

tove        10/06/15 05:20:54

  Modified:             Params-Validate-0.95.ebuild ChangeLog
  Log:
  Stable on amd64 and x86 (#323529)
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-perl/Params-Validate/Params-Validate-0.95.ebuild

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

Index: Params-Validate-0.95.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Params-Validate/Params-Validate-0.95.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Params-Validate-0.95.ebuild	17 Feb 2010 15:14:08 -0000	1.1
+++ Params-Validate-0.95.ebuild	15 Jun 2010 05:20:54 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Params-Validate/Params-Validate-0.95.ebuild,v 1.1 2010/02/17 15:14:08 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Params-Validate/Params-Validate-0.95.ebuild,v 1.2 2010/06/15 05:20:54 tove Exp $
 
 EAPI=2
 
@@ -10,7 +10,7 @@
 DESCRIPTION="A module to provide a flexible system for validation method/function call parameters"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 RDEPEND="virtual/perl-Attribute-Handlers"



1.79                 dev-perl/Params-Validate/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Params-Validate/ChangeLog,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- ChangeLog	9 Apr 2010 07:36:21 -0000	1.78
+++ ChangeLog	15 Jun 2010 05:20:54 -0000	1.79
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Params-Validate
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Params-Validate/ChangeLog,v 1.78 2010/04/09 07:36:21 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Params-Validate/ChangeLog,v 1.79 2010/06/15 05:20:54 tove Exp $
+
+  15 Jun 2010; Torsten Veller <tove@gentoo.org> Params-Validate-0.95.ebuild:
+  Stable on amd64 and x86 (#323529)
 
   09 Apr 2010; Torsten Veller <tove@gentoo.org>
   -Params-Validate-0.92.ebuild, -Params-Validate-0.92-r1.ebuild,






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Params-Validate: Params-Validate-0.95.ebuild ChangeLog
@ 2010-06-21 20:32 Raul Porcel (armin76)
  0 siblings, 0 replies; 7+ messages in thread
From: Raul Porcel (armin76) @ 2010-06-21 20:32 UTC (permalink / raw
  To: gentoo-commits

armin76     10/06/21 20:32:24

  Modified:             Params-Validate-0.95.ebuild ChangeLog
  Log:
  alpha/ia64/sparc stable wrt #323529
  (Portage version: 2.1.8.3/cvs/Linux ia64)

Revision  Changes    Path
1.3                  dev-perl/Params-Validate/Params-Validate-0.95.ebuild

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

Index: Params-Validate-0.95.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Params-Validate/Params-Validate-0.95.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Params-Validate-0.95.ebuild	15 Jun 2010 05:20:54 -0000	1.2
+++ Params-Validate-0.95.ebuild	21 Jun 2010 20:32:24 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Params-Validate/Params-Validate-0.95.ebuild,v 1.2 2010/06/15 05:20:54 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Params-Validate/Params-Validate-0.95.ebuild,v 1.3 2010/06/21 20:32:24 armin76 Exp $
 
 EAPI=2
 
@@ -10,7 +10,7 @@
 DESCRIPTION="A module to provide a flexible system for validation method/function call parameters"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 RDEPEND="virtual/perl-Attribute-Handlers"



1.80                 dev-perl/Params-Validate/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Params-Validate/ChangeLog,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- ChangeLog	15 Jun 2010 05:20:54 -0000	1.79
+++ ChangeLog	21 Jun 2010 20:32:24 -0000	1.80
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/Params-Validate
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Params-Validate/ChangeLog,v 1.79 2010/06/15 05:20:54 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Params-Validate/ChangeLog,v 1.80 2010/06/21 20:32:24 armin76 Exp $
+
+  21 Jun 2010; Raúl Porcel <armin76@gentoo.org>
+  Params-Validate-0.95.ebuild:
+  alpha/ia64/sparc stable wrt #323529
 
   15 Jun 2010; Torsten Veller <tove@gentoo.org> Params-Validate-0.95.ebuild:
   Stable on amd64 and x86 (#323529)






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Params-Validate: Params-Validate-0.95.ebuild ChangeLog
@ 2010-06-27 19:16 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 7+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2010-06-27 19:16 UTC (permalink / raw
  To: gentoo-commits

nixnut      10/06/27 19:16:59

  Modified:             Params-Validate-0.95.ebuild ChangeLog
  Log:
  ppc stable #323529
  (Portage version: 2.1.8.3/cvs/Linux ppc, RepoMan options: --force)

Revision  Changes    Path
1.4                  dev-perl/Params-Validate/Params-Validate-0.95.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Params-Validate/Params-Validate-0.95.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Params-Validate/Params-Validate-0.95.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Params-Validate/Params-Validate-0.95.ebuild?r1=1.3&r2=1.4

Index: Params-Validate-0.95.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Params-Validate/Params-Validate-0.95.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Params-Validate-0.95.ebuild	21 Jun 2010 20:32:24 -0000	1.3
+++ Params-Validate-0.95.ebuild	27 Jun 2010 19:16:59 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Params-Validate/Params-Validate-0.95.ebuild,v 1.3 2010/06/21 20:32:24 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Params-Validate/Params-Validate-0.95.ebuild,v 1.4 2010/06/27 19:16:59 nixnut Exp $
 
 EAPI=2
 
@@ -10,7 +10,7 @@
 DESCRIPTION="A module to provide a flexible system for validation method/function call parameters"
 
 SLOT="0"
-KEYWORDS="alpha amd64 ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 ia64 ppc ~ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 RDEPEND="virtual/perl-Attribute-Handlers"



1.81                 dev-perl/Params-Validate/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Params-Validate/ChangeLog,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- ChangeLog	21 Jun 2010 20:32:24 -0000	1.80
+++ ChangeLog	27 Jun 2010 19:16:59 -0000	1.81
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Params-Validate
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Params-Validate/ChangeLog,v 1.80 2010/06/21 20:32:24 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Params-Validate/ChangeLog,v 1.81 2010/06/27 19:16:59 nixnut Exp $
+
+  27 Jun 2010; <nixnut@gentoo.org> Params-Validate-0.95.ebuild:
+  ppc stable #323529
 
   21 Jun 2010; Raúl Porcel <armin76@gentoo.org>
   Params-Validate-0.95.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Params-Validate: Params-Validate-0.95.ebuild ChangeLog
@ 2010-11-05 14:01 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 7+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-11-05 14:01 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/11/05 14:01:00

  Modified:             Params-Validate-0.95.ebuild ChangeLog
  Log:
  ppc64 stable wrt #341865
  
  (Portage version: 2.2.0_alpha3/cvs/Linux x86_64, RepoMan options: --force)

Revision  Changes    Path
1.5                  dev-perl/Params-Validate/Params-Validate-0.95.ebuild

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

Index: Params-Validate-0.95.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Params-Validate/Params-Validate-0.95.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Params-Validate-0.95.ebuild	27 Jun 2010 19:16:59 -0000	1.4
+++ Params-Validate-0.95.ebuild	5 Nov 2010 14:01:00 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Params-Validate/Params-Validate-0.95.ebuild,v 1.4 2010/06/27 19:16:59 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Params-Validate/Params-Validate-0.95.ebuild,v 1.5 2010/11/05 14:01:00 ssuominen Exp $
 
 EAPI=2
 
@@ -10,7 +10,7 @@
 DESCRIPTION="A module to provide a flexible system for validation method/function call parameters"
 
 SLOT="0"
-KEYWORDS="alpha amd64 ia64 ppc ~ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 RDEPEND="virtual/perl-Attribute-Handlers"



1.82                 dev-perl/Params-Validate/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Params-Validate/ChangeLog,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- ChangeLog	27 Jun 2010 19:16:59 -0000	1.81
+++ ChangeLog	5 Nov 2010 14:01:00 -0000	1.82
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/Params-Validate
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Params-Validate/ChangeLog,v 1.81 2010/06/27 19:16:59 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Params-Validate/ChangeLog,v 1.82 2010/11/05 14:01:00 ssuominen Exp $
+
+  05 Nov 2010; Samuli Suominen <ssuominen@gentoo.org>
+  Params-Validate-0.95.ebuild:
+  ppc64 stable wrt #341865
 
   27 Jun 2010; <nixnut@gentoo.org> Params-Validate-0.95.ebuild:
   ppc stable #323529






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Params-Validate: Params-Validate-0.95.ebuild ChangeLog
@ 2011-01-08 13:10 Raul Porcel (armin76)
  0 siblings, 0 replies; 7+ messages in thread
From: Raul Porcel (armin76) @ 2011-01-08 13:10 UTC (permalink / raw
  To: gentoo-commits

armin76     11/01/08 13:10:01

  Modified:             Params-Validate-0.95.ebuild ChangeLog
  Log:
  arm/s390/sh stable
  
  (Portage version: 2.1.9.25/cvs/Linux ia64)

Revision  Changes    Path
1.6                  dev-perl/Params-Validate/Params-Validate-0.95.ebuild

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

Index: Params-Validate-0.95.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Params-Validate/Params-Validate-0.95.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Params-Validate-0.95.ebuild	5 Nov 2010 14:01:00 -0000	1.5
+++ Params-Validate-0.95.ebuild	8 Jan 2011 13:10:01 -0000	1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Params-Validate/Params-Validate-0.95.ebuild,v 1.5 2010/11/05 14:01:00 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Params-Validate/Params-Validate-0.95.ebuild,v 1.6 2011/01/08 13:10:01 armin76 Exp $
 
 EAPI=2
 
@@ -10,7 +10,7 @@
 DESCRIPTION="A module to provide a flexible system for validation method/function call parameters"
 
 SLOT="0"
-KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 arm ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 RDEPEND="virtual/perl-Attribute-Handlers"



1.84                 dev-perl/Params-Validate/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Params-Validate/ChangeLog,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- ChangeLog	5 Nov 2010 20:22:22 -0000	1.83
+++ ChangeLog	8 Jan 2011 13:10:01 -0000	1.84
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Params-Validate
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Params-Validate/ChangeLog,v 1.83 2010/11/05 20:22:22 tove Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Params-Validate/ChangeLog,v 1.84 2011/01/08 13:10:01 armin76 Exp $
+
+  08 Jan 2011; Raúl Porcel <armin76@gentoo.org> Params-Validate-0.95.ebuild:
+  arm/s390/sh stable
 
   05 Nov 2010; Torsten Veller <tove@gentoo.org>
   -Params-Validate-0.88.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Params-Validate: Params-Validate-0.95.ebuild ChangeLog
@ 2011-01-08 18:42 Jeroen Roovers (jer)
  0 siblings, 0 replies; 7+ messages in thread
From: Jeroen Roovers (jer) @ 2011-01-08 18:42 UTC (permalink / raw
  To: gentoo-commits

jer         11/01/08 18:42:16

  Modified:             Params-Validate-0.95.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #350877).
  
  (Portage version: 2.2.0_alpha14/cvs/Linux i686)

Revision  Changes    Path
1.7                  dev-perl/Params-Validate/Params-Validate-0.95.ebuild

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

Index: Params-Validate-0.95.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Params-Validate/Params-Validate-0.95.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Params-Validate-0.95.ebuild	8 Jan 2011 13:10:01 -0000	1.6
+++ Params-Validate-0.95.ebuild	8 Jan 2011 18:42:16 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Params-Validate/Params-Validate-0.95.ebuild,v 1.6 2011/01/08 13:10:01 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Params-Validate/Params-Validate-0.95.ebuild,v 1.7 2011/01/08 18:42:16 jer Exp $
 
 EAPI=2
 
@@ -10,7 +10,7 @@
 DESCRIPTION="A module to provide a flexible system for validation method/function call parameters"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 RDEPEND="virtual/perl-Attribute-Handlers"



1.85                 dev-perl/Params-Validate/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Params-Validate/ChangeLog,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- ChangeLog	8 Jan 2011 13:10:01 -0000	1.84
+++ ChangeLog	8 Jan 2011 18:42:16 -0000	1.85
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Params-Validate
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Params-Validate/ChangeLog,v 1.84 2011/01/08 13:10:01 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Params-Validate/ChangeLog,v 1.85 2011/01/08 18:42:16 jer Exp $
+
+  08 Jan 2011; Jeroen Roovers <jer@gentoo.org> Params-Validate-0.95.ebuild:
+  Stable for HPPA (bug #350877).
 
   08 Jan 2011; Raúl Porcel <armin76@gentoo.org> Params-Validate-0.95.ebuild:
   arm/s390/sh stable






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

end of thread, other threads:[~2011-01-08 18:42 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-05 14:01 [gentoo-commits] gentoo-x86 commit in dev-perl/Params-Validate: Params-Validate-0.95.ebuild ChangeLog Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2011-01-08 18:42 Jeroen Roovers (jer)
2011-01-08 13:10 Raul Porcel (armin76)
2010-06-27 19:16 Gysbert Wassenaar (nixnut)
2010-06-21 20:32 Raul Porcel (armin76)
2010-06-15  5:20 Torsten Veller (tove)
2010-02-17 15:14 Torsten Veller (tove)

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