public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in perl-core/IO: ChangeLog IO-1.25.ebuild
@ 2009-12-04 12:02 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 16+ messages in thread
From: Christian Faulhammer (fauli) @ 2009-12-04 12:02 UTC (permalink / raw
  To: gentoo-commits

fauli       09/12/04 12:02:21

  Modified:             ChangeLog IO-1.25.ebuild
  Log:
  x86 stable, bug 288026
  (Portage version: 2.1.6.13/cvs/Linux i686, RepoMan options: --force)

Revision  Changes    Path
1.13                 perl-core/IO/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/IO/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/IO/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/IO/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/perl-core/IO/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	14 May 2009 10:07:34 -0000	1.12
+++ ChangeLog	4 Dec 2009 12:02:21 -0000	1.13
@@ -1,6 +1,9 @@
 # ChangeLog for perl-core/IO
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/IO/ChangeLog,v 1.12 2009/05/14 10:07:34 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/IO/ChangeLog,v 1.13 2009/12/04 12:02:21 fauli Exp $
+
+  04 Dec 2009; Christian Faulhammer <fauli@gentoo.org> IO-1.25.ebuild:
+  x86 stable, bug 288026
 
 *IO-1.25 (14 May 2009)
 



1.2                  perl-core/IO/IO-1.25.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/IO/IO-1.25.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/IO/IO-1.25.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/IO/IO-1.25.ebuild?r1=1.1&r2=1.2

Index: IO-1.25.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/perl-core/IO/IO-1.25.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- IO-1.25.ebuild	14 May 2009 10:07:34 -0000	1.1
+++ IO-1.25.ebuild	4 Dec 2009 12:02:21 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/IO/IO-1.25.ebuild,v 1.1 2009/05/14 10:07:34 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/IO/IO-1.25.ebuild,v 1.2 2009/12/04 12:02:21 fauli Exp $
 
 EAPI=2
 
@@ -10,7 +10,7 @@
 DESCRIPTION="load various IO modules"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~mips ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~ia64 ~mips ~ppc ~sparc x86"
 IUSE=""
 
 SRC_TEST=do






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

* [gentoo-commits] gentoo-x86 commit in perl-core/IO: ChangeLog IO-1.25.ebuild
@ 2009-12-04 14:14 Torsten Veller (tove)
  0 siblings, 0 replies; 16+ messages in thread
From: Torsten Veller (tove) @ 2009-12-04 14:14 UTC (permalink / raw
  To: gentoo-commits

tove        09/12/04 14:14:56

  Modified:             ChangeLog IO-1.25.ebuild
  Log:
  Stable on amd64 (#288026)
  (Portage version: 2.2_rc54/cvs/Linux x86_64)

Revision  Changes    Path
1.14                 perl-core/IO/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/IO/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/IO/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/IO/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/perl-core/IO/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	4 Dec 2009 12:02:21 -0000	1.13
+++ ChangeLog	4 Dec 2009 14:14:56 -0000	1.14
@@ -1,6 +1,9 @@
 # ChangeLog for perl-core/IO
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/IO/ChangeLog,v 1.13 2009/12/04 12:02:21 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/IO/ChangeLog,v 1.14 2009/12/04 14:14:56 tove Exp $
+
+  04 Dec 2009; Torsten Veller <tove@gentoo.org> IO-1.25.ebuild:
+  Stable on amd64 (#288026)
 
   04 Dec 2009; Christian Faulhammer <fauli@gentoo.org> IO-1.25.ebuild:
   x86 stable, bug 288026



1.3                  perl-core/IO/IO-1.25.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/IO/IO-1.25.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/IO/IO-1.25.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/IO/IO-1.25.ebuild?r1=1.2&r2=1.3

Index: IO-1.25.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/perl-core/IO/IO-1.25.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- IO-1.25.ebuild	4 Dec 2009 12:02:21 -0000	1.2
+++ IO-1.25.ebuild	4 Dec 2009 14:14:56 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/IO/IO-1.25.ebuild,v 1.2 2009/12/04 12:02:21 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/IO/IO-1.25.ebuild,v 1.3 2009/12/04 14:14:56 tove Exp $
 
 EAPI=2
 
@@ -10,7 +10,7 @@
 DESCRIPTION="load various IO modules"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~mips ~ppc ~sparc x86"
+KEYWORDS="amd64 ~ia64 ~mips ~ppc ~sparc x86"
 IUSE=""
 
 SRC_TEST=do






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

* [gentoo-commits] gentoo-x86 commit in perl-core/IO: ChangeLog IO-1.25.ebuild
@ 2010-01-05 18:53 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 16+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2010-01-05 18:53 UTC (permalink / raw
  To: gentoo-commits

nixnut      10/01/05 18:53:29

  Modified:             ChangeLog IO-1.25.ebuild
  Log:
  ppc stable #288026
  (Portage version: 2.1.6.13/cvs/Linux ppc)

Revision  Changes    Path
1.16                 perl-core/IO/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/IO/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/IO/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/IO/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/perl-core/IO/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	16 Dec 2009 21:50:28 -0000	1.15
+++ ChangeLog	5 Jan 2010 18:53:29 -0000	1.16
@@ -1,6 +1,9 @@
 # ChangeLog for perl-core/IO
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/IO/ChangeLog,v 1.15 2009/12/16 21:50:28 abcd Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/perl-core/IO/ChangeLog,v 1.16 2010/01/05 18:53:29 nixnut Exp $
+
+  05 Jan 2010; nixnut <nixnut@gentoo.org> IO-1.25.ebuild:
+  ppc stable #288026
 
   16 Dec 2009; Jonathan Callen <abcd@gentoo.org> IO-1.23.01.ebuild,
   IO-1.25.ebuild:



1.5                  perl-core/IO/IO-1.25.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/IO/IO-1.25.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/IO/IO-1.25.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/IO/IO-1.25.ebuild?r1=1.4&r2=1.5

Index: IO-1.25.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/perl-core/IO/IO-1.25.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- IO-1.25.ebuild	16 Dec 2009 21:50:28 -0000	1.4
+++ IO-1.25.ebuild	5 Jan 2010 18:53:29 -0000	1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/IO/IO-1.25.ebuild,v 1.4 2009/12/16 21:50:28 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/IO/IO-1.25.ebuild,v 1.5 2010/01/05 18:53:29 nixnut Exp $
 
 EAPI=2
 
@@ -10,7 +10,7 @@
 DESCRIPTION="load various IO modules"
 
 SLOT="0"
-KEYWORDS="amd64 ~ia64 ~mips ~ppc ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
+KEYWORDS="amd64 ~ia64 ~mips ppc ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
 IUSE=""
 
 SRC_TEST=do






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

* [gentoo-commits] gentoo-x86 commit in perl-core/IO: ChangeLog IO-1.25.ebuild
@ 2010-09-12 16:51 Raul Porcel (armin76)
  0 siblings, 0 replies; 16+ messages in thread
From: Raul Porcel (armin76) @ 2010-09-12 16:51 UTC (permalink / raw
  To: gentoo-commits

armin76     10/09/12 16:51:43

  Modified:             ChangeLog IO-1.25.ebuild
  Log:
  ia64/sparc stable wrt #333421
  (Portage version: 2.1.8.3/cvs/Linux ia64, RepoMan options: --force)

Revision  Changes    Path
1.18                 perl-core/IO/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/IO/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/IO/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/IO/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/perl-core/IO/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	17 Jan 2010 13:46:49 -0000	1.17
+++ ChangeLog	12 Sep 2010 16:51:43 -0000	1.18
@@ -1,6 +1,9 @@
 # ChangeLog for perl-core/IO
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/IO/ChangeLog,v 1.17 2010/01/17 13:46:49 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/IO/ChangeLog,v 1.18 2010/09/12 16:51:43 armin76 Exp $
+
+  12 Sep 2010; Raúl Porcel <armin76@gentoo.org> IO-1.25.ebuild:
+  ia64/sparc stable wrt #333421
 
   17 Jan 2010; Torsten Veller <tove@gentoo.org> IO-1.23.01.ebuild:
   Downgrade mips -> ~mips



1.6                  perl-core/IO/IO-1.25.ebuild

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

Index: IO-1.25.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/perl-core/IO/IO-1.25.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- IO-1.25.ebuild	5 Jan 2010 18:53:29 -0000	1.5
+++ IO-1.25.ebuild	12 Sep 2010 16:51:43 -0000	1.6
@@ -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/perl-core/IO/IO-1.25.ebuild,v 1.5 2010/01/05 18:53:29 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/IO/IO-1.25.ebuild,v 1.6 2010/09/12 16:51:43 armin76 Exp $
 
 EAPI=2
 
@@ -10,7 +10,7 @@
 DESCRIPTION="load various IO modules"
 
 SLOT="0"
-KEYWORDS="amd64 ~ia64 ~mips ppc ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
+KEYWORDS="amd64 ia64 ~mips ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
 IUSE=""
 
 SRC_TEST=do






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

* [gentoo-commits] gentoo-x86 commit in perl-core/IO: ChangeLog IO-1.25.ebuild
@ 2011-03-06  9:43 Fabian Groffen (grobian)
  0 siblings, 0 replies; 16+ messages in thread
From: Fabian Groffen (grobian) @ 2011-03-06  9:43 UTC (permalink / raw
  To: gentoo-commits

grobian     11/03/06 09:43:29

  Modified:             ChangeLog IO-1.25.ebuild
  Log:
  Added Prefix keywords, bug #357599
  
  (Portage version: 2.2.01.18036-prefix/cvs/Darwin powerpc)

Revision  Changes    Path
1.20                 perl-core/IO/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/IO/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/IO/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/IO/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/perl-core/IO/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	17 Jan 2011 08:07:34 -0000	1.19
+++ ChangeLog	6 Mar 2011 09:43:29 -0000	1.20
@@ -1,6 +1,9 @@
 # ChangeLog for perl-core/IO
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/IO/ChangeLog,v 1.19 2011/01/17 08:07:34 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/IO/ChangeLog,v 1.20 2011/03/06 09:43:29 grobian Exp $
+
+  06 Mar 2011; Fabian Groffen <grobian@gentoo.org> IO-1.25.ebuild:
+  Added Prefix keywords, bug #357599
 
   17 Jan 2011; Torsten Veller <tove@gentoo.org> -IO-1.23.01.ebuild:
   Cleanup



1.7                  perl-core/IO/IO-1.25.ebuild

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

Index: IO-1.25.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/perl-core/IO/IO-1.25.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- IO-1.25.ebuild	12 Sep 2010 16:51:43 -0000	1.6
+++ IO-1.25.ebuild	6 Mar 2011 09:43:29 -0000	1.7
@@ -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/perl-core/IO/IO-1.25.ebuild,v 1.6 2010/09/12 16:51:43 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/IO/IO-1.25.ebuild,v 1.7 2011/03/06 09:43:29 grobian Exp $
 
 EAPI=2
 
@@ -10,7 +10,7 @@
 DESCRIPTION="load various IO modules"
 
 SLOT="0"
-KEYWORDS="amd64 ia64 ~mips ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
+KEYWORDS="amd64 ia64 ~mips ppc sparc x86 ~ppc-aix ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 SRC_TEST=do






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

* [gentoo-commits] gentoo-x86 commit in perl-core/IO: ChangeLog IO-1.25.ebuild
@ 2011-03-08 14:30 Jeroen Roovers (jer)
  0 siblings, 0 replies; 16+ messages in thread
From: Jeroen Roovers (jer) @ 2011-03-08 14:30 UTC (permalink / raw
  To: gentoo-commits

jer         11/03/08 14:30:15

  Modified:             ChangeLog IO-1.25.ebuild
  Log:
  Marked ~hppa (bug #357599).
  
  (Portage version: 2.2.0_alpha26/cvs/Linux i686)

Revision  Changes    Path
1.21                 perl-core/IO/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/IO/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/IO/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/IO/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/perl-core/IO/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	6 Mar 2011 09:43:29 -0000	1.20
+++ ChangeLog	8 Mar 2011 14:30:15 -0000	1.21
@@ -1,6 +1,9 @@
 # ChangeLog for perl-core/IO
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/IO/ChangeLog,v 1.20 2011/03/06 09:43:29 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/IO/ChangeLog,v 1.21 2011/03/08 14:30:15 jer Exp $
+
+  08 Mar 2011; Jeroen Roovers <jer@gentoo.org> IO-1.25.ebuild:
+  Marked ~hppa (bug #357599).
 
   06 Mar 2011; Fabian Groffen <grobian@gentoo.org> IO-1.25.ebuild:
   Added Prefix keywords, bug #357599



1.8                  perl-core/IO/IO-1.25.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/IO/IO-1.25.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/IO/IO-1.25.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/IO/IO-1.25.ebuild?r1=1.7&r2=1.8

Index: IO-1.25.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/perl-core/IO/IO-1.25.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- IO-1.25.ebuild	6 Mar 2011 09:43:29 -0000	1.7
+++ IO-1.25.ebuild	8 Mar 2011 14:30:15 -0000	1.8
@@ -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/perl-core/IO/IO-1.25.ebuild,v 1.7 2011/03/06 09:43:29 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/IO/IO-1.25.ebuild,v 1.8 2011/03/08 14:30:15 jer Exp $
 
 EAPI=2
 
@@ -10,7 +10,7 @@
 DESCRIPTION="load various IO modules"
 
 SLOT="0"
-KEYWORDS="amd64 ia64 ~mips ppc sparc x86 ~ppc-aix ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~hppa ia64 ~mips ppc sparc x86 ~ppc-aix ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 SRC_TEST=do






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

* [gentoo-commits] gentoo-x86 commit in perl-core/IO: ChangeLog IO-1.25.ebuild
@ 2011-03-13 21:29 Markus Meier (maekke)
  0 siblings, 0 replies; 16+ messages in thread
From: Markus Meier (maekke) @ 2011-03-13 21:29 UTC (permalink / raw
  To: gentoo-commits

maekke      11/03/13 21:29:11

  Modified:             ChangeLog IO-1.25.ebuild
  Log:
  add ~arm, bug #357599
  
  (Portage version: 2.1.9.42/cvs/Linux i686)

Revision  Changes    Path
1.22                 perl-core/IO/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/perl-core/IO/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	8 Mar 2011 14:30:15 -0000	1.21
+++ ChangeLog	13 Mar 2011 21:29:11 -0000	1.22
@@ -1,6 +1,9 @@
 # ChangeLog for perl-core/IO
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/IO/ChangeLog,v 1.21 2011/03/08 14:30:15 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/IO/ChangeLog,v 1.22 2011/03/13 21:29:11 maekke Exp $
+
+  13 Mar 2011; Markus Meier <maekke@gentoo.org> IO-1.25.ebuild:
+  add ~arm, bug #357599
 
   08 Mar 2011; Jeroen Roovers <jer@gentoo.org> IO-1.25.ebuild:
   Marked ~hppa (bug #357599).



1.9                  perl-core/IO/IO-1.25.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/IO/IO-1.25.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/IO/IO-1.25.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/IO/IO-1.25.ebuild?r1=1.8&r2=1.9

Index: IO-1.25.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/perl-core/IO/IO-1.25.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- IO-1.25.ebuild	8 Mar 2011 14:30:15 -0000	1.8
+++ IO-1.25.ebuild	13 Mar 2011 21:29:11 -0000	1.9
@@ -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/perl-core/IO/IO-1.25.ebuild,v 1.8 2011/03/08 14:30:15 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/IO/IO-1.25.ebuild,v 1.9 2011/03/13 21:29:11 maekke Exp $
 
 EAPI=2
 
@@ -10,7 +10,7 @@
 DESCRIPTION="load various IO modules"
 
 SLOT="0"
-KEYWORDS="amd64 ~hppa ia64 ~mips ppc sparc x86 ~ppc-aix ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ~hppa ia64 ~mips ppc sparc x86 ~ppc-aix ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 SRC_TEST=do






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

* [gentoo-commits] gentoo-x86 commit in perl-core/IO: ChangeLog IO-1.25.ebuild
@ 2011-03-19 12:49 Raul Porcel (armin76)
  0 siblings, 0 replies; 16+ messages in thread
From: Raul Porcel (armin76) @ 2011-03-19 12:49 UTC (permalink / raw
  To: gentoo-commits

armin76     11/03/19 12:49:47

  Modified:             ChangeLog IO-1.25.ebuild
  Log:
  Add ~alpha/~s390/~sh wrt #357599
  
  (Portage version: 2.1.9.44/cvs/Linux ia64)

Revision  Changes    Path
1.23                 perl-core/IO/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/IO/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/IO/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/IO/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/perl-core/IO/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	13 Mar 2011 21:29:11 -0000	1.22
+++ ChangeLog	19 Mar 2011 12:49:47 -0000	1.23
@@ -1,6 +1,9 @@
 # ChangeLog for perl-core/IO
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/IO/ChangeLog,v 1.22 2011/03/13 21:29:11 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/IO/ChangeLog,v 1.23 2011/03/19 12:49:47 armin76 Exp $
+
+  19 Mar 2011; Raúl Porcel <armin76@gentoo.org> IO-1.25.ebuild:
+  Add ~alpha/~s390/~sh wrt #357599
 
   13 Mar 2011; Markus Meier <maekke@gentoo.org> IO-1.25.ebuild:
   add ~arm, bug #357599



1.10                 perl-core/IO/IO-1.25.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/IO/IO-1.25.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/IO/IO-1.25.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/IO/IO-1.25.ebuild?r1=1.9&r2=1.10

Index: IO-1.25.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/perl-core/IO/IO-1.25.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- IO-1.25.ebuild	13 Mar 2011 21:29:11 -0000	1.9
+++ IO-1.25.ebuild	19 Mar 2011 12:49:47 -0000	1.10
@@ -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/perl-core/IO/IO-1.25.ebuild,v 1.9 2011/03/13 21:29:11 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/IO/IO-1.25.ebuild,v 1.10 2011/03/19 12:49:47 armin76 Exp $
 
 EAPI=2
 
@@ -10,7 +10,7 @@
 DESCRIPTION="load various IO modules"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ia64 ~mips ppc sparc x86 ~ppc-aix ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~mips ppc ~s390 ~sh sparc x86 ~ppc-aix ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 SRC_TEST=do






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

* [gentoo-commits] gentoo-x86 commit in perl-core/IO: ChangeLog IO-1.25.ebuild
@ 2011-05-02 19:26 Fabian Groffen (grobian)
  0 siblings, 0 replies; 16+ messages in thread
From: Fabian Groffen (grobian) @ 2011-05-02 19:26 UTC (permalink / raw
  To: gentoo-commits

grobian     11/05/02 19:26:55

  Modified:             ChangeLog IO-1.25.ebuild
  Log:
  Marked ~x64-freebsd
  
  (Portage version: 2.2.01.18252-prefix/cvs/Darwin powerpc)

Revision  Changes    Path
1.24                 perl-core/IO/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/IO/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/IO/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/IO/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/perl-core/IO/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	19 Mar 2011 12:49:47 -0000	1.23
+++ ChangeLog	2 May 2011 19:26:55 -0000	1.24
@@ -1,6 +1,9 @@
 # ChangeLog for perl-core/IO
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/IO/ChangeLog,v 1.23 2011/03/19 12:49:47 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/IO/ChangeLog,v 1.24 2011/05/02 19:26:55 grobian Exp $
+
+  02 May 2011; Fabian Groffen <grobian@gentoo.org> IO-1.25.ebuild:
+  Marked ~x64-freebsd
 
   19 Mar 2011; Raúl Porcel <armin76@gentoo.org> IO-1.25.ebuild:
   Add ~alpha/~s390/~sh wrt #357599



1.11                 perl-core/IO/IO-1.25.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/IO/IO-1.25.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/IO/IO-1.25.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/IO/IO-1.25.ebuild?r1=1.10&r2=1.11

Index: IO-1.25.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/perl-core/IO/IO-1.25.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- IO-1.25.ebuild	19 Mar 2011 12:49:47 -0000	1.10
+++ IO-1.25.ebuild	2 May 2011 19:26:55 -0000	1.11
@@ -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/perl-core/IO/IO-1.25.ebuild,v 1.10 2011/03/19 12:49:47 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/IO/IO-1.25.ebuild,v 1.11 2011/05/02 19:26:55 grobian Exp $
 
 EAPI=2
 
@@ -10,7 +10,7 @@
 DESCRIPTION="load various IO modules"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~mips ppc ~s390 ~sh sparc x86 ~ppc-aix ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~mips ppc ~s390 ~sh sparc x86 ~ppc-aix ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 SRC_TEST=do






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

* [gentoo-commits] gentoo-x86 commit in perl-core/IO: ChangeLog IO-1.25.ebuild
@ 2011-07-07  4:23 Alexis Ballier (aballier)
  0 siblings, 0 replies; 16+ messages in thread
From: Alexis Ballier (aballier) @ 2011-07-07  4:23 UTC (permalink / raw
  To: gentoo-commits

aballier    11/07/07 04:23:50

  Modified:             ChangeLog IO-1.25.ebuild
  Log:
   keyword ~x86-fbsd
  
  (Portage version: 2.2.0_alpha43/cvs/Linux x86_64)

Revision  Changes    Path
1.25                 perl-core/IO/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/IO/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/IO/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/IO/ChangeLog?r1=1.24&r2=1.25

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/perl-core/IO/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	2 May 2011 19:26:55 -0000	1.24
+++ ChangeLog	7 Jul 2011 04:23:50 -0000	1.25
@@ -1,6 +1,9 @@
 # ChangeLog for perl-core/IO
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/IO/ChangeLog,v 1.24 2011/05/02 19:26:55 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/IO/ChangeLog,v 1.25 2011/07/07 04:23:50 aballier Exp $
+
+  07 Jul 2011; Alexis Ballier <aballier@gentoo.org> IO-1.25.ebuild:
+  keyword ~x86-fbsd
 
   02 May 2011; Fabian Groffen <grobian@gentoo.org> IO-1.25.ebuild:
   Marked ~x64-freebsd



1.12                 perl-core/IO/IO-1.25.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/IO/IO-1.25.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/IO/IO-1.25.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/IO/IO-1.25.ebuild?r1=1.11&r2=1.12

Index: IO-1.25.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/perl-core/IO/IO-1.25.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- IO-1.25.ebuild	2 May 2011 19:26:55 -0000	1.11
+++ IO-1.25.ebuild	7 Jul 2011 04:23:50 -0000	1.12
@@ -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/perl-core/IO/IO-1.25.ebuild,v 1.11 2011/05/02 19:26:55 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/IO/IO-1.25.ebuild,v 1.12 2011/07/07 04:23:50 aballier Exp $
 
 EAPI=2
 
@@ -10,7 +10,7 @@
 DESCRIPTION="load various IO modules"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~mips ppc ~s390 ~sh sparc x86 ~ppc-aix ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~mips ppc ~s390 ~sh sparc x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 SRC_TEST=do






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

* [gentoo-commits] gentoo-x86 commit in perl-core/IO: ChangeLog IO-1.25.ebuild
@ 2011-07-26 18:21 Kacper Kowalik (xarthisius)
  0 siblings, 0 replies; 16+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2011-07-26 18:21 UTC (permalink / raw
  To: gentoo-commits

xarthisius    11/07/26 18:21:04

  Modified:             ChangeLog IO-1.25.ebuild
  Log:
  Marked ~ppc64 wrt #357599
  
  (Portage version: 2.2.0_alpha46/cvs/Linux x86_64)

Revision  Changes    Path
1.26                 perl-core/IO/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/IO/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/IO/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/IO/ChangeLog?r1=1.25&r2=1.26

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/perl-core/IO/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	7 Jul 2011 04:23:50 -0000	1.25
+++ ChangeLog	26 Jul 2011 18:21:04 -0000	1.26
@@ -1,6 +1,9 @@
 # ChangeLog for perl-core/IO
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/IO/ChangeLog,v 1.25 2011/07/07 04:23:50 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/IO/ChangeLog,v 1.26 2011/07/26 18:21:04 xarthisius Exp $
+
+  26 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> IO-1.25.ebuild:
+  Marked ~ppc64 wrt #357599
 
   07 Jul 2011; Alexis Ballier <aballier@gentoo.org> IO-1.25.ebuild:
   keyword ~x86-fbsd



1.13                 perl-core/IO/IO-1.25.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/IO/IO-1.25.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/IO/IO-1.25.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/IO/IO-1.25.ebuild?r1=1.12&r2=1.13

Index: IO-1.25.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/perl-core/IO/IO-1.25.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- IO-1.25.ebuild	7 Jul 2011 04:23:50 -0000	1.12
+++ IO-1.25.ebuild	26 Jul 2011 18:21:04 -0000	1.13
@@ -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/perl-core/IO/IO-1.25.ebuild,v 1.12 2011/07/07 04:23:50 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/IO/IO-1.25.ebuild,v 1.13 2011/07/26 18:21:04 xarthisius Exp $
 
 EAPI=2
 
@@ -10,7 +10,7 @@
 DESCRIPTION="load various IO modules"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~mips ppc ~s390 ~sh sparc x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 SRC_TEST=do






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

* [gentoo-commits] gentoo-x86 commit in perl-core/IO: ChangeLog IO-1.25.ebuild
@ 2011-11-06 19:10 Markus Meier (maekke)
  0 siblings, 0 replies; 16+ messages in thread
From: Markus Meier (maekke) @ 2011-11-06 19:10 UTC (permalink / raw
  To: gentoo-commits

maekke      11/11/06 19:10:32

  Modified:             ChangeLog IO-1.25.ebuild
  Log:
  arm stable, bug #386309
  
  (Portage version: 2.1.10.32/cvs/Linux i686)

Revision  Changes    Path
1.27                 perl-core/IO/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/IO/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/IO/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/IO/ChangeLog?r1=1.26&r2=1.27

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/perl-core/IO/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	26 Jul 2011 18:21:04 -0000	1.26
+++ ChangeLog	6 Nov 2011 19:10:32 -0000	1.27
@@ -1,6 +1,9 @@
 # ChangeLog for perl-core/IO
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/IO/ChangeLog,v 1.26 2011/07/26 18:21:04 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/IO/ChangeLog,v 1.27 2011/11/06 19:10:32 maekke Exp $
+
+  06 Nov 2011; Markus Meier <maekke@gentoo.org> IO-1.25.ebuild:
+  arm stable, bug #386309
 
   26 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> IO-1.25.ebuild:
   Marked ~ppc64 wrt #357599



1.14                 perl-core/IO/IO-1.25.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/IO/IO-1.25.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/IO/IO-1.25.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/IO/IO-1.25.ebuild?r1=1.13&r2=1.14

Index: IO-1.25.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/perl-core/IO/IO-1.25.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- IO-1.25.ebuild	26 Jul 2011 18:21:04 -0000	1.13
+++ IO-1.25.ebuild	6 Nov 2011 19:10:32 -0000	1.14
@@ -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/perl-core/IO/IO-1.25.ebuild,v 1.13 2011/07/26 18:21:04 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/IO/IO-1.25.ebuild,v 1.14 2011/11/06 19:10:32 maekke Exp $
 
 EAPI=2
 
@@ -10,7 +10,7 @@
 DESCRIPTION="load various IO modules"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 SRC_TEST=do






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

* [gentoo-commits] gentoo-x86 commit in perl-core/IO: ChangeLog IO-1.25.ebuild
@ 2011-11-07 13:04 Jeroen Roovers (jer)
  0 siblings, 0 replies; 16+ messages in thread
From: Jeroen Roovers (jer) @ 2011-11-07 13:04 UTC (permalink / raw
  To: gentoo-commits

jer         11/11/07 13:04:58

  Modified:             ChangeLog IO-1.25.ebuild
  Log:
  Stable for HPPA (bug #386309).
  
  (Portage version: 2.2.0_alpha72/cvs/Linux x86_64)

Revision  Changes    Path
1.28                 perl-core/IO/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/IO/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/IO/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/IO/ChangeLog?r1=1.27&r2=1.28

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/perl-core/IO/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	6 Nov 2011 19:10:32 -0000	1.27
+++ ChangeLog	7 Nov 2011 13:04:58 -0000	1.28
@@ -1,6 +1,9 @@
 # ChangeLog for perl-core/IO
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/IO/ChangeLog,v 1.27 2011/11/06 19:10:32 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/IO/ChangeLog,v 1.28 2011/11/07 13:04:58 jer Exp $
+
+  07 Nov 2011; Jeroen Roovers <jer@gentoo.org> IO-1.25.ebuild:
+  Stable for HPPA (bug #386309).
 
   06 Nov 2011; Markus Meier <maekke@gentoo.org> IO-1.25.ebuild:
   arm stable, bug #386309



1.15                 perl-core/IO/IO-1.25.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/IO/IO-1.25.ebuild?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/IO/IO-1.25.ebuild?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/IO/IO-1.25.ebuild?r1=1.14&r2=1.15

Index: IO-1.25.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/perl-core/IO/IO-1.25.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- IO-1.25.ebuild	6 Nov 2011 19:10:32 -0000	1.14
+++ IO-1.25.ebuild	7 Nov 2011 13:04:58 -0000	1.15
@@ -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/perl-core/IO/IO-1.25.ebuild,v 1.14 2011/11/06 19:10:32 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/IO/IO-1.25.ebuild,v 1.15 2011/11/07 13:04:58 jer Exp $
 
 EAPI=2
 
@@ -10,7 +10,7 @@
 DESCRIPTION="load various IO modules"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 SRC_TEST=do






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

* [gentoo-commits] gentoo-x86 commit in perl-core/IO: ChangeLog IO-1.25.ebuild
@ 2011-11-19 19:38 Raul Porcel (armin76)
  0 siblings, 0 replies; 16+ messages in thread
From: Raul Porcel (armin76) @ 2011-11-19 19:38 UTC (permalink / raw
  To: gentoo-commits

armin76     11/11/19 19:38:31

  Modified:             ChangeLog IO-1.25.ebuild
  Log:
  alpha/arm/ia64/m68k/s390/sh/sparc stable
  
  (Portage version: 2.1.10.30/cvs/Linux ia64)

Revision  Changes    Path
1.29                 perl-core/IO/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/IO/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/IO/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/IO/ChangeLog?r1=1.28&r2=1.29

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/perl-core/IO/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	7 Nov 2011 13:04:58 -0000	1.28
+++ ChangeLog	19 Nov 2011 19:38:31 -0000	1.29
@@ -1,6 +1,9 @@
 # ChangeLog for perl-core/IO
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/IO/ChangeLog,v 1.28 2011/11/07 13:04:58 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/IO/ChangeLog,v 1.29 2011/11/19 19:38:31 armin76 Exp $
+
+  19 Nov 2011; Raúl Porcel <armin76@gentoo.org> IO-1.25.ebuild:
+  alpha/arm/ia64/m68k/s390/sh/sparc stable
 
   07 Nov 2011; Jeroen Roovers <jer@gentoo.org> IO-1.25.ebuild:
   Stable for HPPA (bug #386309).



1.16                 perl-core/IO/IO-1.25.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/IO/IO-1.25.ebuild?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/IO/IO-1.25.ebuild?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/IO/IO-1.25.ebuild?r1=1.15&r2=1.16

Index: IO-1.25.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/perl-core/IO/IO-1.25.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- IO-1.25.ebuild	7 Nov 2011 13:04:58 -0000	1.15
+++ IO-1.25.ebuild	19 Nov 2011 19:38:31 -0000	1.16
@@ -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/perl-core/IO/IO-1.25.ebuild,v 1.15 2011/11/07 13:04:58 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/IO/IO-1.25.ebuild,v 1.16 2011/11/19 19:38:31 armin76 Exp $
 
 EAPI=2
 
@@ -10,7 +10,7 @@
 DESCRIPTION="load various IO modules"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ~ppc64 s390 sh sparc x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 SRC_TEST=do






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

* [gentoo-commits] gentoo-x86 commit in perl-core/IO: ChangeLog IO-1.25.ebuild
@ 2011-12-18 21:24 Mark Loeser (halcy0n)
  0 siblings, 0 replies; 16+ messages in thread
From: Mark Loeser (halcy0n) @ 2011-12-18 21:24 UTC (permalink / raw
  To: gentoo-commits

halcy0n     11/12/18 21:24:12

  Modified:             ChangeLog IO-1.25.ebuild
  Log:
  Stable for ppc64; bug #386309
  
  (Portage version: 2.1.10.11/cvs/Linux ppc64)

Revision  Changes    Path
1.30                 perl-core/IO/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/IO/ChangeLog?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/IO/ChangeLog?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/IO/ChangeLog?r1=1.29&r2=1.30

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/perl-core/IO/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog	19 Nov 2011 19:38:31 -0000	1.29
+++ ChangeLog	18 Dec 2011 21:24:12 -0000	1.30
@@ -1,6 +1,9 @@
 # ChangeLog for perl-core/IO
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/IO/ChangeLog,v 1.29 2011/11/19 19:38:31 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/IO/ChangeLog,v 1.30 2011/12/18 21:24:12 halcy0n Exp $
+
+  18 Dec 2011; Mark Loeser <halcy0n@gentoo.org> IO-1.25.ebuild:
+  Stable for ppc64; bug #386309
 
   19 Nov 2011; Raúl Porcel <armin76@gentoo.org> IO-1.25.ebuild:
   alpha/arm/ia64/m68k/s390/sh/sparc stable



1.17                 perl-core/IO/IO-1.25.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/IO/IO-1.25.ebuild?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/IO/IO-1.25.ebuild?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/IO/IO-1.25.ebuild?r1=1.16&r2=1.17

Index: IO-1.25.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/perl-core/IO/IO-1.25.ebuild,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- IO-1.25.ebuild	19 Nov 2011 19:38:31 -0000	1.16
+++ IO-1.25.ebuild	18 Dec 2011 21:24:12 -0000	1.17
@@ -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/perl-core/IO/IO-1.25.ebuild,v 1.16 2011/11/19 19:38:31 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/IO/IO-1.25.ebuild,v 1.17 2011/12/18 21:24:12 halcy0n Exp $
 
 EAPI=2
 
@@ -10,7 +10,7 @@
 DESCRIPTION="load various IO modules"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ~ppc64 s390 sh sparc x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 SRC_TEST=do






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

* [gentoo-commits] gentoo-x86 commit in perl-core/IO: ChangeLog IO-1.25.ebuild
@ 2012-04-28  2:36 Alexis Ballier (aballier)
  0 siblings, 0 replies; 16+ messages in thread
From: Alexis Ballier (aballier) @ 2012-04-28  2:36 UTC (permalink / raw
  To: gentoo-commits

aballier    12/04/28 02:36:51

  Modified:             ChangeLog IO-1.25.ebuild
  Log:
  keyword ~amd64-fbsd
  
  (Portage version: 2.2.0_alpha101/cvs/Linux x86_64)

Revision  Changes    Path
1.31                 perl-core/IO/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/IO/ChangeLog?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/IO/ChangeLog?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/IO/ChangeLog?r1=1.30&r2=1.31

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/perl-core/IO/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	18 Dec 2011 21:24:12 -0000	1.30
+++ ChangeLog	28 Apr 2012 02:36:51 -0000	1.31
@@ -1,6 +1,9 @@
 # ChangeLog for perl-core/IO
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/IO/ChangeLog,v 1.30 2011/12/18 21:24:12 halcy0n Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/perl-core/IO/ChangeLog,v 1.31 2012/04/28 02:36:51 aballier Exp $
+
+  28 Apr 2012; Alexis Ballier <aballier@gentoo.org> IO-1.25.ebuild:
+  keyword ~amd64-fbsd
 
   18 Dec 2011; Mark Loeser <halcy0n@gentoo.org> IO-1.25.ebuild:
   Stable for ppc64; bug #386309



1.18                 perl-core/IO/IO-1.25.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/IO/IO-1.25.ebuild?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/IO/IO-1.25.ebuild?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/IO/IO-1.25.ebuild?r1=1.17&r2=1.18

Index: IO-1.25.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/perl-core/IO/IO-1.25.ebuild,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- IO-1.25.ebuild	18 Dec 2011 21:24:12 -0000	1.17
+++ IO-1.25.ebuild	28 Apr 2012 02:36:51 -0000	1.18
@@ -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/perl-core/IO/IO-1.25.ebuild,v 1.17 2011/12/18 21:24:12 halcy0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/IO/IO-1.25.ebuild,v 1.18 2012/04/28 02:36:51 aballier Exp $
 
 EAPI=2
 
@@ -10,7 +10,7 @@
 DESCRIPTION="load various IO modules"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 SRC_TEST=do






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

end of thread, other threads:[~2012-04-28  2:37 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-18 21:24 [gentoo-commits] gentoo-x86 commit in perl-core/IO: ChangeLog IO-1.25.ebuild Mark Loeser (halcy0n)
  -- strict thread matches above, loose matches on Subject: below --
2012-04-28  2:36 Alexis Ballier (aballier)
2011-11-19 19:38 Raul Porcel (armin76)
2011-11-07 13:04 Jeroen Roovers (jer)
2011-11-06 19:10 Markus Meier (maekke)
2011-07-26 18:21 Kacper Kowalik (xarthisius)
2011-07-07  4:23 Alexis Ballier (aballier)
2011-05-02 19:26 Fabian Groffen (grobian)
2011-03-19 12:49 Raul Porcel (armin76)
2011-03-13 21:29 Markus Meier (maekke)
2011-03-08 14:30 Jeroen Roovers (jer)
2011-03-06  9:43 Fabian Groffen (grobian)
2010-09-12 16:51 Raul Porcel (armin76)
2010-01-05 18:53 Gysbert Wassenaar (nixnut)
2009-12-04 14:14 Torsten Veller (tove)
2009-12-04 12:02 Christian Faulhammer (fauli)

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