public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-perl/Class-MOP: Class-MOP-1.120.ebuild ChangeLog
@ 2011-01-13 21:05 Torsten Veller (tove)
  0 siblings, 0 replies; 3+ messages in thread
From: Torsten Veller (tove) @ 2011-01-13 21:05 UTC (permalink / raw
  To: gentoo-commits

tove        11/01/13 21:05:15

  Modified:             ChangeLog
  Added:                Class-MOP-1.120.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.0_alpha15/cvs/Linux x86_64)

Revision  Changes    Path
1.54                 dev-perl/Class-MOP/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Class-MOP/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog	13 Jan 2011 20:57:30 -0000	1.53
+++ ChangeLog	13 Jan 2011 21:05:15 -0000	1.54
@@ -1,6 +1,11 @@
 # ChangeLog for dev-perl/Class-MOP
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-MOP/ChangeLog,v 1.53 2011/01/13 20:57:30 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-MOP/ChangeLog,v 1.54 2011/01/13 21:05:15 tove Exp $
+
+*Class-MOP-1.120 (13 Jan 2011)
+
+  13 Jan 2011; Torsten Veller <tove@gentoo.org> +Class-MOP-1.120.ebuild:
+  Version bump
 
   13 Jan 2011; Brent Baude <ranger@gentoo.org> Class-MOP-1.11.ebuild:
   Marking Class-MOP-1.11 ~ppc for bug 343479



1.1                  dev-perl/Class-MOP/Class-MOP-1.120.ebuild

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

Index: Class-MOP-1.120.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-MOP/Class-MOP-1.120.ebuild,v 1.1 2011/01/13 21:05:15 tove Exp $

EAPI=3

MODULE_AUTHOR=FLORA
MODULE_VERSION=1.12
inherit perl-module

DESCRIPTION="A Meta Object Protocol for Perl 5"

SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="test"

RDEPEND="
	dev-perl/Data-OptList
	>=dev-perl/List-MoreUtils-0.12
	>=dev-perl/Package-DeprecationManager-0.10
	>=dev-perl/Package-Stash-0.13
	>=virtual/perl-Scalar-List-Utils-1.18
	>=dev-perl/Sub-Name-0.04
	>=dev-perl/Sub-Identify-0.03
	>=dev-perl/Try-Tiny-0.02
	>=dev-perl/MRO-Compat-0.05
	dev-perl/Devel-GlobalDestruction"
DEPEND="${RDEPEND}
	test? ( >=virtual/perl-Test-Simple-0.88
		dev-perl/Test-Fatal
		dev-perl/Test-Output
		dev-perl/Test-Requires )"

SRC_TEST=do






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Class-MOP: Class-MOP-1.120.ebuild ChangeLog
@ 2011-03-11 18:49 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 3+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-03-11 18:49 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/03/11 18:49:12

  Modified:             Class-MOP-1.120.ebuild ChangeLog
  Log:
  Stable on amd64 wrt bug #350853
  
  (Portage version: 2.1.9.41/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-perl/Class-MOP/Class-MOP-1.120.ebuild

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

Index: Class-MOP-1.120.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Class-MOP/Class-MOP-1.120.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Class-MOP-1.120.ebuild	13 Jan 2011 21:05:15 -0000	1.1
+++ Class-MOP-1.120.ebuild	11 Mar 2011 18:49:12 -0000	1.2
@@ -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/Class-MOP/Class-MOP-1.120.ebuild,v 1.1 2011/01/13 21:05:15 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-MOP/Class-MOP-1.120.ebuild,v 1.2 2011/03/11 18:49:12 hwoarang Exp $
 
 EAPI=3
 
@@ -11,7 +11,7 @@
 DESCRIPTION="A Meta Object Protocol for Perl 5"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE="test"
 
 RDEPEND="



1.56                 dev-perl/Class-MOP/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Class-MOP/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog	14 Jan 2011 18:33:52 -0000	1.55
+++ ChangeLog	11 Mar 2011 18:49:12 -0000	1.56
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Class-MOP
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-MOP/ChangeLog,v 1.55 2011/01/14 18:33:52 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-MOP/ChangeLog,v 1.56 2011/03/11 18:49:12 hwoarang Exp $
+
+  11 Mar 2011; Markos Chandras <hwoarang@gentoo.org> Class-MOP-1.120.ebuild:
+  Stable on amd64 wrt bug #350853
 
   14 Jan 2011; Torsten Veller <tove@gentoo.org> -Class-MOP-1.09.ebuild,
   -Class-MOP-1.10.ebuild, -Class-MOP-1.11.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Class-MOP: Class-MOP-1.120.ebuild ChangeLog
@ 2011-03-27  8:43 Torsten Veller (tove)
  0 siblings, 0 replies; 3+ messages in thread
From: Torsten Veller (tove) @ 2011-03-27  8:43 UTC (permalink / raw
  To: gentoo-commits

tove        11/03/27 08:43:03

  Modified:             Class-MOP-1.120.ebuild ChangeLog
  Log:
  Stable on x86 (#350853)
  
  (Portage version: 2.2.0_alpha28/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  dev-perl/Class-MOP/Class-MOP-1.120.ebuild

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

Index: Class-MOP-1.120.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Class-MOP/Class-MOP-1.120.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Class-MOP-1.120.ebuild	11 Mar 2011 18:49:12 -0000	1.2
+++ Class-MOP-1.120.ebuild	27 Mar 2011 08:43:03 -0000	1.3
@@ -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/Class-MOP/Class-MOP-1.120.ebuild,v 1.2 2011/03/11 18:49:12 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-MOP/Class-MOP-1.120.ebuild,v 1.3 2011/03/27 08:43:03 tove Exp $
 
 EAPI=3
 
@@ -11,7 +11,7 @@
 DESCRIPTION="A Meta Object Protocol for Perl 5"
 
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="test"
 
 RDEPEND="



1.57                 dev-perl/Class-MOP/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Class-MOP/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog	11 Mar 2011 18:49:12 -0000	1.56
+++ ChangeLog	27 Mar 2011 08:43:03 -0000	1.57
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Class-MOP
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-MOP/ChangeLog,v 1.56 2011/03/11 18:49:12 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-MOP/ChangeLog,v 1.57 2011/03/27 08:43:03 tove Exp $
+
+  27 Mar 2011; Torsten Veller <tove@gentoo.org> Class-MOP-1.120.ebuild:
+  Stable on x86 (#350853)
 
   11 Mar 2011; Markos Chandras <hwoarang@gentoo.org> Class-MOP-1.120.ebuild:
   Stable on amd64 wrt bug #350853






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

end of thread, other threads:[~2011-03-27  8:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-27  8:43 [gentoo-commits] gentoo-x86 commit in dev-perl/Class-MOP: Class-MOP-1.120.ebuild ChangeLog Torsten Veller (tove)
  -- strict thread matches above, loose matches on Subject: below --
2011-03-11 18:49 Markos Chandras (hwoarang)
2011-01-13 21:05 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