public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-perl/Package-Stash-XS: ChangeLog Package-Stash-XS-0.210.ebuild
@ 2011-01-26 13:06 Torsten Veller (tove)
  0 siblings, 0 replies; 5+ messages in thread
From: Torsten Veller (tove) @ 2011-01-26 13:06 UTC (permalink / raw
  To: gentoo-commits

tove        11/01/26 13:06:25

  Modified:             ChangeLog
  Added:                Package-Stash-XS-0.210.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.0_alpha19/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-perl/Package-Stash-XS/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Package-Stash-XS/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Package-Stash-XS/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Package-Stash-XS/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Package-Stash-XS/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	13 Jan 2011 20:02:17 -0000	1.1
+++ ChangeLog	26 Jan 2011 13:06:25 -0000	1.2
@@ -1,6 +1,11 @@
 # ChangeLog for dev-perl/Package-Stash-XS
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Package-Stash-XS/ChangeLog,v 1.1 2011/01/13 20:02:17 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Package-Stash-XS/ChangeLog,v 1.2 2011/01/26 13:06:25 tove Exp $
+
+*Package-Stash-XS-0.210 (26 Jan 2011)
+
+  26 Jan 2011; Torsten Veller <tove@gentoo.org> +Package-Stash-XS-0.210.ebuild:
+  Version bump
 
 *Package-Stash-XS-0.200 (13 Jan 2011)
 



1.1                  dev-perl/Package-Stash-XS/Package-Stash-XS-0.210.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Package-Stash-XS/Package-Stash-XS-0.210.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Package-Stash-XS/Package-Stash-XS-0.210.ebuild?rev=1.1&content-type=text/plain

Index: Package-Stash-XS-0.210.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Package-Stash-XS/Package-Stash-XS-0.210.ebuild,v 1.1 2011/01/26 13:06:25 tove Exp $

EAPI=3

MODULE_AUTHOR=DOY
MODULE_VERSION=0.21
inherit perl-module

DESCRIPTION="Faster and more correct implementation of the Package::Stash API"

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

RDEPEND=""
DEPEND="${RDEPEND}
	>=virtual/perl-ExtUtils-MakeMaker-6.31
	test? (
		dev-perl/Test-Fatal
		>=virtual/perl-Test-Simple-0.88
	)"

SRC_TEST="do"






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

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

hwoarang    11/03/11 18:49:00

  Modified:             ChangeLog Package-Stash-XS-0.210.ebuild
  Log:
  Stable on amd64 wrt bug #350853
  
  (Portage version: 2.1.9.41/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  dev-perl/Package-Stash-XS/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Package-Stash-XS/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Package-Stash-XS/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Package-Stash-XS/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Package-Stash-XS/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	5 Mar 2011 08:03:55 -0000	1.3
+++ ChangeLog	11 Mar 2011 18:48:59 -0000	1.4
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/Package-Stash-XS
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Package-Stash-XS/ChangeLog,v 1.3 2011/03/05 08:03:55 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Package-Stash-XS/ChangeLog,v 1.4 2011/03/11 18:48:59 hwoarang Exp $
+
+  11 Mar 2011; Markos Chandras <hwoarang@gentoo.org>
+  Package-Stash-XS-0.210.ebuild:
+  Stable on amd64 wrt bug #350853
 
 *Package-Stash-XS-0.220.0 (05 Mar 2011)
 



1.2                  dev-perl/Package-Stash-XS/Package-Stash-XS-0.210.ebuild

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

Index: Package-Stash-XS-0.210.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Package-Stash-XS/Package-Stash-XS-0.210.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Package-Stash-XS-0.210.ebuild	26 Jan 2011 13:06:25 -0000	1.1
+++ Package-Stash-XS-0.210.ebuild	11 Mar 2011 18:48:59 -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/Package-Stash-XS/Package-Stash-XS-0.210.ebuild,v 1.1 2011/01/26 13:06:25 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Package-Stash-XS/Package-Stash-XS-0.210.ebuild,v 1.2 2011/03/11 18:48:59 hwoarang Exp $
 
 EAPI=3
 
@@ -11,7 +11,7 @@
 DESCRIPTION="Faster and more correct implementation of the Package::Stash API"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="test"
 
 RDEPEND=""






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Package-Stash-XS: ChangeLog Package-Stash-XS-0.210.ebuild
@ 2011-03-27  8:41 Torsten Veller (tove)
  0 siblings, 0 replies; 5+ messages in thread
From: Torsten Veller (tove) @ 2011-03-27  8:41 UTC (permalink / raw
  To: gentoo-commits

tove        11/03/27 08:41:14

  Modified:             ChangeLog Package-Stash-XS-0.210.ebuild
  Log:
  Stable on x86 (#350853)
  
  (Portage version: 2.2.0_alpha28/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  dev-perl/Package-Stash-XS/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Package-Stash-XS/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Package-Stash-XS/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Package-Stash-XS/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Package-Stash-XS/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	11 Mar 2011 18:48:59 -0000	1.4
+++ ChangeLog	27 Mar 2011 08:41:14 -0000	1.5
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Package-Stash-XS
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Package-Stash-XS/ChangeLog,v 1.4 2011/03/11 18:48:59 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Package-Stash-XS/ChangeLog,v 1.5 2011/03/27 08:41:14 tove Exp $
+
+  27 Mar 2011; Torsten Veller <tove@gentoo.org> Package-Stash-XS-0.210.ebuild:
+  Stable on x86 (#350853)
 
   11 Mar 2011; Markos Chandras <hwoarang@gentoo.org>
   Package-Stash-XS-0.210.ebuild:



1.3                  dev-perl/Package-Stash-XS/Package-Stash-XS-0.210.ebuild

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

Index: Package-Stash-XS-0.210.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Package-Stash-XS/Package-Stash-XS-0.210.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Package-Stash-XS-0.210.ebuild	11 Mar 2011 18:48:59 -0000	1.2
+++ Package-Stash-XS-0.210.ebuild	27 Mar 2011 08:41:14 -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/Package-Stash-XS/Package-Stash-XS-0.210.ebuild,v 1.2 2011/03/11 18:48:59 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Package-Stash-XS/Package-Stash-XS-0.210.ebuild,v 1.3 2011/03/27 08:41:14 tove Exp $
 
 EAPI=3
 
@@ -11,7 +11,7 @@
 DESCRIPTION="Faster and more correct implementation of the Package::Stash API"
 
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="test"
 
 RDEPEND=""






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Package-Stash-XS: ChangeLog Package-Stash-XS-0.210.ebuild
@ 2011-08-13  9:09 Kacper Kowalik (xarthisius)
  0 siblings, 0 replies; 5+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2011-08-13  9:09 UTC (permalink / raw
  To: gentoo-commits

xarthisius    11/08/13 09:09:09

  Modified:             ChangeLog Package-Stash-XS-0.210.ebuild
  Log:
  ppc stable wrt #350853
  
  (Portage version: 2.2.0_alpha50/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  dev-perl/Package-Stash-XS/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Package-Stash-XS/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Package-Stash-XS/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Package-Stash-XS/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Package-Stash-XS/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	9 Aug 2011 19:52:26 -0000	1.7
+++ ChangeLog	13 Aug 2011 09:09:09 -0000	1.8
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/Package-Stash-XS
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Package-Stash-XS/ChangeLog,v 1.7 2011/08/09 19:52:26 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Package-Stash-XS/ChangeLog,v 1.8 2011/08/13 09:09:09 xarthisius Exp $
+
+  13 Aug 2011; Kacper Kowalik <xarthisius@gentoo.org>
+  Package-Stash-XS-0.210.ebuild:
+  ppc stable wrt #350853
 
 *Package-Stash-XS-0.230.0 (09 Aug 2011)
 



1.4                  dev-perl/Package-Stash-XS/Package-Stash-XS-0.210.ebuild

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

Index: Package-Stash-XS-0.210.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Package-Stash-XS/Package-Stash-XS-0.210.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Package-Stash-XS-0.210.ebuild	27 Mar 2011 08:41:14 -0000	1.3
+++ Package-Stash-XS-0.210.ebuild	13 Aug 2011 09:09:09 -0000	1.4
@@ -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/Package-Stash-XS/Package-Stash-XS-0.210.ebuild,v 1.3 2011/03/27 08:41:14 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Package-Stash-XS/Package-Stash-XS-0.210.ebuild,v 1.4 2011/08/13 09:09:09 xarthisius Exp $
 
 EAPI=3
 
@@ -11,7 +11,7 @@
 DESCRIPTION="Faster and more correct implementation of the Package::Stash API"
 
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ppc x86"
 IUSE="test"
 
 RDEPEND=""






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Package-Stash-XS: ChangeLog Package-Stash-XS-0.210.ebuild
@ 2012-03-31  6:59 Torsten Veller (tove)
  0 siblings, 0 replies; 5+ messages in thread
From: Torsten Veller (tove) @ 2012-03-31  6:59 UTC (permalink / raw
  To: gentoo-commits

tove        12/03/31 06:59:57

  Modified:             ChangeLog
  Removed:              Package-Stash-XS-0.210.ebuild
  Log:
  Cleanup
  
  (Portage version: 2.2.0_alpha96/cvs/Linux x86_64)

Revision  Changes    Path
1.22                 dev-perl/Package-Stash-XS/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Package-Stash-XS/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Package-Stash-XS/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Package-Stash-XS/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Package-Stash-XS/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	9 Mar 2012 10:11:36 -0000	1.21
+++ ChangeLog	31 Mar 2012 06:59:56 -0000	1.22
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Package-Stash-XS
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Package-Stash-XS/ChangeLog,v 1.21 2012/03/09 10:11:36 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Package-Stash-XS/ChangeLog,v 1.22 2012/03/31 06:59:56 tove Exp $
+
+  31 Mar 2012; Torsten Veller <tove@gentoo.org> -Package-Stash-XS-0.210.ebuild:
+  Cleanup
 
   09 Mar 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org>
   Package-Stash-XS-0.250.0.ebuild:






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

end of thread, other threads:[~2012-03-31  7:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-31  6:59 [gentoo-commits] gentoo-x86 commit in dev-perl/Package-Stash-XS: ChangeLog Package-Stash-XS-0.210.ebuild Torsten Veller (tove)
  -- strict thread matches above, loose matches on Subject: below --
2011-08-13  9:09 Kacper Kowalik (xarthisius)
2011-03-27  8:41 Torsten Veller (tove)
2011-03-11 18:49 Markos Chandras (hwoarang)
2011-01-26 13:06 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