public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-perl/Params-Validate: ChangeLog Params-Validate-1.70.0.ebuild
@ 2012-11-04 12:10 Torsten Veller (tove)
  0 siblings, 0 replies; 4+ messages in thread
From: Torsten Veller (tove) @ 2012-11-04 12:10 UTC (permalink / raw
  To: gentoo-commits

tove        12/11/04 12:10:22

  Modified:             ChangeLog
  Added:                Params-Validate-1.70.0.ebuild
  Log:
  [bump] dev-perl/Params-Validate-1.70.0
  
  (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 0x5772769F4E046AEC)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Params-Validate/ChangeLog,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -r1.109 -r1.110
--- ChangeLog	1 Sep 2012 11:47:59 -0000	1.109
+++ ChangeLog	4 Nov 2012 12:10:22 -0000	1.110
@@ -1,6 +1,11 @@
 # ChangeLog for dev-perl/Params-Validate
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Params-Validate/ChangeLog,v 1.109 2012/09/01 11:47:59 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Params-Validate/ChangeLog,v 1.110 2012/11/04 12:10:22 tove Exp $
+
+*Params-Validate-1.70.0 (04 Nov 2012)
+
+  04 Nov 2012; Torsten Veller <tove@gentoo.org> +Params-Validate-1.70.0.ebuild:
+  Version bump
 
   01 Sep 2012; Fabian Groffen <grobian@gentoo.org>
   Params-Validate-1.60.0.ebuild:



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

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

Index: Params-Validate-1.70.0.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Params-Validate/Params-Validate-1.70.0.ebuild,v 1.1 2012/11/04 12:10:22 tove Exp $

EAPI=4

MODULE_AUTHOR=DROLSKY
MODULE_VERSION=1.07
inherit perl-module

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

LICENSE="Artistic-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
IUSE="test"

RDEPEND="
	virtual/perl-Attribute-Handlers
	dev-perl/Module-Implementation
"
DEPEND="${RDEPEND}
	>=virtual/perl-Module-Build-0.35
	test? (
		dev-perl/Test-Fatal
	)
"

SRC_TEST="do"





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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Params-Validate: ChangeLog Params-Validate-1.70.0.ebuild
@ 2013-08-20  7:36 Sergey Popov (pinkbyte)
  0 siblings, 0 replies; 4+ messages in thread
From: Sergey Popov (pinkbyte) @ 2013-08-20  7:36 UTC (permalink / raw
  To: gentoo-commits

pinkbyte    13/08/20 07:36:51

  Modified:             ChangeLog Params-Validate-1.70.0.ebuild
  Log:
  Stable on amd64 and x86, wrt bug #449606
  
  (Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Params-Validate/ChangeLog,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -r1.111 -r1.112
--- ChangeLog	31 Dec 2012 16:54:03 -0000	1.111
+++ ChangeLog	20 Aug 2013 07:36:51 -0000	1.112
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/Params-Validate
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Params-Validate/ChangeLog,v 1.111 2012/12/31 16:54:03 ago Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Params-Validate/ChangeLog,v 1.112 2013/08/20 07:36:51 pinkbyte Exp $
+
+  20 Aug 2013; Sergey Popov <pinkbyte@gentoo.org>
+  Params-Validate-1.70.0.ebuild:
+  Stable on amd64 and x86, wrt bug #449606
 
   31 Dec 2012; Agostino Sarubbo <ago@gentoo.org> Params-Validate-1.70.0.ebuild:
   Add ~ppc64, wrt bug #403413



1.3                  dev-perl/Params-Validate/Params-Validate-1.70.0.ebuild

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

Index: Params-Validate-1.70.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Params-Validate/Params-Validate-1.70.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Params-Validate-1.70.0.ebuild	31 Dec 2012 16:54:03 -0000	1.2
+++ Params-Validate-1.70.0.ebuild	20 Aug 2013 07:36:51 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Params-Validate/Params-Validate-1.70.0.ebuild,v 1.2 2012/12/31 16:54:03 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Params-Validate/Params-Validate-1.70.0.ebuild,v 1.3 2013/08/20 07:36:51 pinkbyte Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE="test"
 
 RDEPEND="





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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Params-Validate: ChangeLog Params-Validate-1.70.0.ebuild
@ 2013-08-20 14:45 Jeroen Roovers (jer)
  0 siblings, 0 replies; 4+ messages in thread
From: Jeroen Roovers (jer) @ 2013-08-20 14:45 UTC (permalink / raw
  To: gentoo-commits

jer         13/08/20 14:45:48

  Modified:             ChangeLog Params-Validate-1.70.0.ebuild
  Log:
  Stable for HPPA (bug #449606).
  
  (Portage version: 2.2.0/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Params-Validate/ChangeLog,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -r1.112 -r1.113
--- ChangeLog	20 Aug 2013 07:36:51 -0000	1.112
+++ ChangeLog	20 Aug 2013 14:45:48 -0000	1.113
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Params-Validate
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Params-Validate/ChangeLog,v 1.112 2013/08/20 07:36:51 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Params-Validate/ChangeLog,v 1.113 2013/08/20 14:45:48 jer Exp $
+
+  20 Aug 2013; Jeroen Roovers <jer@gentoo.org> Params-Validate-1.70.0.ebuild:
+  Stable for HPPA (bug #449606).
 
   20 Aug 2013; Sergey Popov <pinkbyte@gentoo.org>
   Params-Validate-1.70.0.ebuild:



1.4                  dev-perl/Params-Validate/Params-Validate-1.70.0.ebuild

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

Index: Params-Validate-1.70.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Params-Validate/Params-Validate-1.70.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Params-Validate-1.70.0.ebuild	20 Aug 2013 07:36:51 -0000	1.3
+++ Params-Validate-1.70.0.ebuild	20 Aug 2013 14:45:48 -0000	1.4
@@ -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/Params-Validate/Params-Validate-1.70.0.ebuild,v 1.3 2013/08/20 07:36:51 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Params-Validate/Params-Validate-1.70.0.ebuild,v 1.4 2013/08/20 14:45:48 jer Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE="test"
 
 RDEPEND="





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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Params-Validate: ChangeLog Params-Validate-1.70.0.ebuild
@ 2013-08-24  8:54 Markus Meier (maekke)
  0 siblings, 0 replies; 4+ messages in thread
From: Markus Meier (maekke) @ 2013-08-24  8:54 UTC (permalink / raw
  To: gentoo-commits

maekke      13/08/24 08:54:57

  Modified:             ChangeLog Params-Validate-1.70.0.ebuild
  Log:
  arm stable, bug #449606
  
  (Portage version: 2.2.1/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Params-Validate/ChangeLog,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -r1.113 -r1.114
--- ChangeLog	20 Aug 2013 14:45:48 -0000	1.113
+++ ChangeLog	24 Aug 2013 08:54:56 -0000	1.114
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Params-Validate
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Params-Validate/ChangeLog,v 1.113 2013/08/20 14:45:48 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Params-Validate/ChangeLog,v 1.114 2013/08/24 08:54:56 maekke Exp $
+
+  24 Aug 2013; Markus Meier <maekke@gentoo.org> Params-Validate-1.70.0.ebuild:
+  arm stable, bug #449606
 
   20 Aug 2013; Jeroen Roovers <jer@gentoo.org> Params-Validate-1.70.0.ebuild:
   Stable for HPPA (bug #449606).



1.5                  dev-perl/Params-Validate/Params-Validate-1.70.0.ebuild

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

Index: Params-Validate-1.70.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Params-Validate/Params-Validate-1.70.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Params-Validate-1.70.0.ebuild	20 Aug 2013 14:45:48 -0000	1.4
+++ Params-Validate-1.70.0.ebuild	24 Aug 2013 08:54:56 -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/Params-Validate/Params-Validate-1.70.0.ebuild,v 1.4 2013/08/20 14:45:48 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Params-Validate/Params-Validate-1.70.0.ebuild,v 1.5 2013/08/24 08:54:56 maekke Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE="test"
 
 RDEPEND="





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

end of thread, other threads:[~2013-08-24  8:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-20 14:45 [gentoo-commits] gentoo-x86 commit in dev-perl/Params-Validate: ChangeLog Params-Validate-1.70.0.ebuild Jeroen Roovers (jer)
  -- strict thread matches above, loose matches on Subject: below --
2013-08-24  8:54 Markus Meier (maekke)
2013-08-20  7:36 Sergey Popov (pinkbyte)
2012-11-04 12:10 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