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

tove        11/08/28 14:13:37

  Modified:             ChangeLog
  Added:                Test-Class-0.360.0.ebuild
  Log:
  Change version scheme
  
  (Portage version: 2.2.0_alpha51/cvs/Linux x86_64)

Revision  Changes    Path
1.56                 dev-perl/Test-Class/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Test-Class/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog	29 Jul 2011 16:56:08 -0000	1.55
+++ ChangeLog	28 Aug 2011 14:13:37 -0000	1.56
@@ -1,6 +1,11 @@
 # ChangeLog for dev-perl/Test-Class
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Class/ChangeLog,v 1.55 2011/07/29 16:56:08 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Class/ChangeLog,v 1.56 2011/08/28 14:13:37 tove Exp $
+
+*Test-Class-0.360.0 (28 Aug 2011)
+
+  28 Aug 2011; Torsten Veller <tove@gentoo.org> +Test-Class-0.360.0.ebuild:
+  Change version scheme
 
   29 Jul 2011; Torsten Veller <tove@gentoo.org> -Test-Class-0.35.ebuild:
   Cleanup



1.1                  dev-perl/Test-Class/Test-Class-0.360.0.ebuild

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

Index: Test-Class-0.360.0.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Class/Test-Class-0.360.0.ebuild,v 1.1 2011/08/28 14:13:37 tove Exp $

EAPI=4

MODULE_AUTHOR=ADIE
MODULE_VERSION=0.36
inherit perl-module

DESCRIPTION="Easily create test classes in an xUnit style."

SLOT="0"
KEYWORDS="~amd64 ~ia64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE="test"

RDEPEND=">=virtual/perl-Storable-2
	>=virtual/perl-Test-Simple-0.78
	dev-perl/MRO-Compat"
DEPEND="${RDEPEND}
	virtual/perl-Module-Build
	test? ( >=dev-perl/Test-Exception-0.25 )"

SRC_TEST="do"






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Test-Class: ChangeLog Test-Class-0.360.0.ebuild
@ 2012-02-24 10:37 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-02-24 10:37 UTC (permalink / raw
  To: gentoo-commits

ago         12/02/24 10:37:13

  Modified:             ChangeLog Test-Class-0.360.0.ebuild
  Log:
  Stable for amd64, wrt bug #400227
  
  (Portage version: 2.1.10.44/cvs/Linux x86_64)

Revision  Changes    Path
1.58                 dev-perl/Test-Class/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Test-Class/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog	4 Sep 2011 11:23:57 -0000	1.57
+++ ChangeLog	24 Feb 2012 10:37:13 -0000	1.58
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Test-Class
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Class/ChangeLog,v 1.57 2011/09/04 11:23:57 tove Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Class/ChangeLog,v 1.58 2012/02/24 10:37:13 ago Exp $
+
+  24 Feb 2012; Agostino Sarubbo <ago@gentoo.org> Test-Class-0.360.0.ebuild:
+  Stable for amd64, wrt bug #400227
 
   04 Sep 2011; Torsten Veller <tove@gentoo.org> -Test-Class-0.36.ebuild:
   Cleanup



1.2                  dev-perl/Test-Class/Test-Class-0.360.0.ebuild

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

Index: Test-Class-0.360.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Test-Class/Test-Class-0.360.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Test-Class-0.360.0.ebuild	28 Aug 2011 14:13:37 -0000	1.1
+++ Test-Class-0.360.0.ebuild	24 Feb 2012 10:37:13 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Class/Test-Class-0.360.0.ebuild,v 1.1 2011/08/28 14:13:37 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Class/Test-Class-0.360.0.ebuild,v 1.2 2012/02/24 10:37:13 ago Exp $
 
 EAPI=4
 
@@ -11,7 +11,7 @@
 DESCRIPTION="Easily create test classes in an xUnit style."
 
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="amd64 ~ia64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="test"
 
 RDEPEND=">=virtual/perl-Storable-2






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Test-Class: ChangeLog Test-Class-0.360.0.ebuild
@ 2013-01-06 14:59 Torsten Veller (tove)
  0 siblings, 0 replies; 3+ messages in thread
From: Torsten Veller (tove) @ 2013-01-06 14:59 UTC (permalink / raw
  To: gentoo-commits

tove        13/01/06 14:59:47

  Modified:             ChangeLog
  Removed:              Test-Class-0.360.0.ebuild
  Log:
  Cleanup
  
  (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 0x5772769F4E046AEC)

Revision  Changes    Path
1.67                 dev-perl/Test-Class/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Test-Class/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog	24 Nov 2012 07:36:21 -0000	1.66
+++ ChangeLog	6 Jan 2013 14:59:47 -0000	1.67
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Test-Class
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Class/ChangeLog,v 1.66 2012/11/24 07:36:21 tove Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Class/ChangeLog,v 1.67 2013/01/06 14:59:47 tove Exp $
+
+  06 Jan 2013; Torsten Veller <tove@gentoo.org> -Test-Class-0.360.0.ebuild:
+  Cleanup
 
 *Test-Class-0.380.0 (24 Nov 2012)
 





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

end of thread, other threads:[~2013-01-06 14:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-24 10:37 [gentoo-commits] gentoo-x86 commit in dev-perl/Test-Class: ChangeLog Test-Class-0.360.0.ebuild Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2013-01-06 14:59 Torsten Veller (tove)
2011-08-28 14:13 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