public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-perl/IPC-Run3: IPC-Run3-0.043.ebuild ChangeLog
@ 2009-05-31  8:03 Torsten Veller (tove)
  0 siblings, 0 replies; 8+ messages in thread
From: Torsten Veller (tove) @ 2009-05-31  8:03 UTC (permalink / raw
  To: gentoo-commits

tove        09/05/31 08:03:01

  Modified:             ChangeLog
  Added:                IPC-Run3-0.043.ebuild
  Log:
  Version bump
  (Portage version: 2.2_rc33/cvs/Linux i686)

Revision  Changes    Path
1.32                 dev-perl/IPC-Run3/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IPC-Run3/ChangeLog?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IPC-Run3/ChangeLog?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IPC-Run3/ChangeLog?r1=1.31&r2=1.32

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run3/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog	7 Sep 2008 09:11:59 -0000	1.31
+++ ChangeLog	31 May 2009 08:03:01 -0000	1.32
@@ -1,6 +1,11 @@
 # ChangeLog for dev-perl/IPC-Run3
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run3/ChangeLog,v 1.31 2008/09/07 09:11:59 tove Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run3/ChangeLog,v 1.32 2009/05/31 08:03:01 tove Exp $
+
+*IPC-Run3-0.043 (31 May 2009)
+
+  31 May 2009; Torsten Veller <tove@gentoo.org> +IPC-Run3-0.043.ebuild:
+  Version bump
 
   07 Sep 2008; Torsten Veller <tove@gentoo.org> -IPC-Run3-0.034.ebuild,
   -IPC-Run3-0.035.ebuild, -IPC-Run3-0.036.ebuild, -IPC-Run3-0.037.ebuild:



1.1                  dev-perl/IPC-Run3/IPC-Run3-0.043.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IPC-Run3/IPC-Run3-0.043.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IPC-Run3/IPC-Run3-0.043.ebuild?rev=1.1&content-type=text/plain

Index: IPC-Run3-0.043.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run3/IPC-Run3-0.043.ebuild,v 1.1 2009/05/31 08:03:01 tove Exp $

EAPI=2

MODULE_AUTHOR=RJBS
inherit perl-module

DESCRIPTION="Run a subprocess in batch mode (a la system)"

SLOT="0"
LICENSE="as-is"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
IUSE="test"

SRC_TEST="do"

RDEPEND=""
DEPEND="${RDEPEND}
	test? ( >=dev-perl/Test-Pod-1.00
		>=dev-perl/Test-Pod-Coverage-1.04 )"






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/IPC-Run3: IPC-Run3-0.043.ebuild ChangeLog
@ 2009-09-10  8:10 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 8+ messages in thread
From: Christian Faulhammer (fauli) @ 2009-09-10  8:10 UTC (permalink / raw
  To: gentoo-commits

fauli       09/09/10 08:10:40

  Modified:             IPC-Run3-0.043.ebuild ChangeLog
  Log:
  x86 stable, bug 283969
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.2                  dev-perl/IPC-Run3/IPC-Run3-0.043.ebuild

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

Index: IPC-Run3-0.043.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run3/IPC-Run3-0.043.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- IPC-Run3-0.043.ebuild	31 May 2009 08:03:01 -0000	1.1
+++ IPC-Run3-0.043.ebuild	10 Sep 2009 08:10:39 -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/dev-perl/IPC-Run3/IPC-Run3-0.043.ebuild,v 1.1 2009/05/31 08:03:01 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run3/IPC-Run3-0.043.ebuild,v 1.2 2009/09/10 08:10:39 fauli Exp $
 
 EAPI=2
 
@@ -11,7 +11,7 @@
 
 SLOT="0"
 LICENSE="as-is"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc x86"
 IUSE="test"
 
 SRC_TEST="do"



1.35                 dev-perl/IPC-Run3/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IPC-Run3/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IPC-Run3/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IPC-Run3/ChangeLog?r1=1.34&r2=1.35

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run3/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	7 Sep 2009 08:58:24 -0000	1.34
+++ ChangeLog	10 Sep 2009 08:10:39 -0000	1.35
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/IPC-Run3
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run3/ChangeLog,v 1.34 2009/09/07 08:58:24 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run3/ChangeLog,v 1.35 2009/09/10 08:10:39 fauli Exp $
+
+  10 Sep 2009; Christian Faulhammer <fauli@gentoo.org>
+  IPC-Run3-0.043.ebuild:
+  x86 stable, bug 283969
 
   07 Sep 2009; Torsten Veller <tove@gentoo.org> -IPC-Run3-0.042.ebuild:
   Cleanup






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/IPC-Run3: IPC-Run3-0.043.ebuild ChangeLog
@ 2009-09-17 17:42 Jeroen Roovers (jer)
  0 siblings, 0 replies; 8+ messages in thread
From: Jeroen Roovers (jer) @ 2009-09-17 17:42 UTC (permalink / raw
  To: gentoo-commits

jer         09/09/17 17:42:58

  Modified:             IPC-Run3-0.043.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #283969).
  (Portage version: 2.2_rc40/cvs/Linux i686)

Revision  Changes    Path
1.3                  dev-perl/IPC-Run3/IPC-Run3-0.043.ebuild

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

Index: IPC-Run3-0.043.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run3/IPC-Run3-0.043.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- IPC-Run3-0.043.ebuild	10 Sep 2009 08:10:39 -0000	1.2
+++ IPC-Run3-0.043.ebuild	17 Sep 2009 17:42:58 -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/dev-perl/IPC-Run3/IPC-Run3-0.043.ebuild,v 1.2 2009/09/10 08:10:39 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run3/IPC-Run3-0.043.ebuild,v 1.3 2009/09/17 17:42:58 jer Exp $
 
 EAPI=2
 
@@ -11,7 +11,7 @@
 
 SLOT="0"
 LICENSE="as-is"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc x86"
+KEYWORDS="~alpha ~amd64 hppa ~ia64 ~ppc ~sparc x86"
 IUSE="test"
 
 SRC_TEST="do"



1.36                 dev-perl/IPC-Run3/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IPC-Run3/ChangeLog?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IPC-Run3/ChangeLog?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IPC-Run3/ChangeLog?r1=1.35&r2=1.36

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run3/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog	10 Sep 2009 08:10:39 -0000	1.35
+++ ChangeLog	17 Sep 2009 17:42:58 -0000	1.36
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/IPC-Run3
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run3/ChangeLog,v 1.35 2009/09/10 08:10:39 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run3/ChangeLog,v 1.36 2009/09/17 17:42:58 jer Exp $
+
+  17 Sep 2009; Jeroen Roovers <jer@gentoo.org> IPC-Run3-0.043.ebuild:
+  Stable for HPPA (bug #283969).
 
   10 Sep 2009; Christian Faulhammer <fauli@gentoo.org>
   IPC-Run3-0.043.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/IPC-Run3: IPC-Run3-0.043.ebuild ChangeLog
@ 2009-09-18 18:28 Torsten Veller (tove)
  0 siblings, 0 replies; 8+ messages in thread
From: Torsten Veller (tove) @ 2009-09-18 18:28 UTC (permalink / raw
  To: gentoo-commits

tove        09/09/18 18:28:13

  Modified:             IPC-Run3-0.043.ebuild ChangeLog
  Log:
  Stable on amd64 (#283969)
  (Portage version: 2.2_rc40/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  dev-perl/IPC-Run3/IPC-Run3-0.043.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IPC-Run3/IPC-Run3-0.043.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IPC-Run3/IPC-Run3-0.043.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IPC-Run3/IPC-Run3-0.043.ebuild?r1=1.3&r2=1.4

Index: IPC-Run3-0.043.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run3/IPC-Run3-0.043.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- IPC-Run3-0.043.ebuild	17 Sep 2009 17:42:58 -0000	1.3
+++ IPC-Run3-0.043.ebuild	18 Sep 2009 18:28:13 -0000	1.4
@@ -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/dev-perl/IPC-Run3/IPC-Run3-0.043.ebuild,v 1.3 2009/09/17 17:42:58 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run3/IPC-Run3-0.043.ebuild,v 1.4 2009/09/18 18:28:13 tove Exp $
 
 EAPI=2
 
@@ -11,7 +11,7 @@
 
 SLOT="0"
 LICENSE="as-is"
-KEYWORDS="~alpha ~amd64 hppa ~ia64 ~ppc ~sparc x86"
+KEYWORDS="~alpha amd64 hppa ~ia64 ~ppc ~sparc x86"
 IUSE="test"
 
 SRC_TEST="do"



1.37                 dev-perl/IPC-Run3/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IPC-Run3/ChangeLog?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IPC-Run3/ChangeLog?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IPC-Run3/ChangeLog?r1=1.36&r2=1.37

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run3/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog	17 Sep 2009 17:42:58 -0000	1.36
+++ ChangeLog	18 Sep 2009 18:28:13 -0000	1.37
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/IPC-Run3
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run3/ChangeLog,v 1.36 2009/09/17 17:42:58 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run3/ChangeLog,v 1.37 2009/09/18 18:28:13 tove Exp $
+
+  18 Sep 2009; Torsten Veller <tove@gentoo.org> IPC-Run3-0.043.ebuild:
+  Stable on amd64 (#283969)
 
   17 Sep 2009; Jeroen Roovers <jer@gentoo.org> IPC-Run3-0.043.ebuild:
   Stable for HPPA (bug #283969).






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/IPC-Run3: IPC-Run3-0.043.ebuild ChangeLog
@ 2009-10-07 23:09 Tiago Cunha (tcunha)
  0 siblings, 0 replies; 8+ messages in thread
From: Tiago Cunha (tcunha) @ 2009-10-07 23:09 UTC (permalink / raw
  To: gentoo-commits

tcunha      09/10/07 23:09:21

  Modified:             IPC-Run3-0.043.ebuild ChangeLog
  Log:
  stable sparc, bug 283969
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  dev-perl/IPC-Run3/IPC-Run3-0.043.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IPC-Run3/IPC-Run3-0.043.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IPC-Run3/IPC-Run3-0.043.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IPC-Run3/IPC-Run3-0.043.ebuild?r1=1.6&r2=1.7

Index: IPC-Run3-0.043.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run3/IPC-Run3-0.043.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- IPC-Run3-0.043.ebuild	3 Oct 2009 04:22:59 -0000	1.6
+++ IPC-Run3-0.043.ebuild	7 Oct 2009 23:09:20 -0000	1.7
@@ -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/dev-perl/IPC-Run3/IPC-Run3-0.043.ebuild,v 1.6 2009/10/03 04:22:59 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run3/IPC-Run3-0.043.ebuild,v 1.7 2009/10/07 23:09:20 tcunha Exp $
 
 EAPI=2
 
@@ -11,7 +11,7 @@
 
 SLOT="0"
 LICENSE="as-is"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh sparc x86"
 IUSE="test"
 
 SRC_TEST="do"



1.40                 dev-perl/IPC-Run3/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IPC-Run3/ChangeLog?rev=1.40&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IPC-Run3/ChangeLog?rev=1.40&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IPC-Run3/ChangeLog?r1=1.39&r2=1.40

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run3/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog	3 Oct 2009 04:22:59 -0000	1.39
+++ ChangeLog	7 Oct 2009 23:09:20 -0000	1.40
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/IPC-Run3
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run3/ChangeLog,v 1.39 2009/10/03 04:22:59 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run3/ChangeLog,v 1.40 2009/10/07 23:09:20 tcunha Exp $
+
+  07 Oct 2009; Tiago Cunha <tcunha@gentoo.org> IPC-Run3-0.043.ebuild:
+  stable sparc, bug 283969
 
   03 Oct 2009; Joseph Jezak <josejx@gentoo.org> IPC-Run3-0.038.ebuild,
   IPC-Run3-0.043.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/IPC-Run3: IPC-Run3-0.043.ebuild ChangeLog
@ 2009-10-18 16:06 Tobias Klausmann (klausman)
  0 siblings, 0 replies; 8+ messages in thread
From: Tobias Klausmann (klausman) @ 2009-10-18 16:06 UTC (permalink / raw
  To: gentoo-commits

klausman    09/10/18 16:06:28

  Modified:             IPC-Run3-0.043.ebuild ChangeLog
  Log:
  Stable on alpha, bug #283969
  (Portage version: 2.1.7.1/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  dev-perl/IPC-Run3/IPC-Run3-0.043.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IPC-Run3/IPC-Run3-0.043.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IPC-Run3/IPC-Run3-0.043.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IPC-Run3/IPC-Run3-0.043.ebuild?r1=1.7&r2=1.8

Index: IPC-Run3-0.043.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run3/IPC-Run3-0.043.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- IPC-Run3-0.043.ebuild	7 Oct 2009 23:09:20 -0000	1.7
+++ IPC-Run3-0.043.ebuild	18 Oct 2009 16:06:27 -0000	1.8
@@ -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/dev-perl/IPC-Run3/IPC-Run3-0.043.ebuild,v 1.7 2009/10/07 23:09:20 tcunha Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run3/IPC-Run3-0.043.ebuild,v 1.8 2009/10/18 16:06:27 klausman Exp $
 
 EAPI=2
 
@@ -11,7 +11,7 @@
 
 SLOT="0"
 LICENSE="as-is"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh sparc x86"
+KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh sparc x86"
 IUSE="test"
 
 SRC_TEST="do"



1.41                 dev-perl/IPC-Run3/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IPC-Run3/ChangeLog?rev=1.41&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IPC-Run3/ChangeLog?rev=1.41&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IPC-Run3/ChangeLog?r1=1.40&r2=1.41

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run3/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	7 Oct 2009 23:09:20 -0000	1.40
+++ ChangeLog	18 Oct 2009 16:06:27 -0000	1.41
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/IPC-Run3
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run3/ChangeLog,v 1.40 2009/10/07 23:09:20 tcunha Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run3/ChangeLog,v 1.41 2009/10/18 16:06:27 klausman Exp $
+
+  18 Oct 2009; Tobias Klausmann <klausman@gentoo.org> IPC-Run3-0.043.ebuild:
+  Stable on alpha, bug #283969
 
   07 Oct 2009; Tiago Cunha <tcunha@gentoo.org> IPC-Run3-0.043.ebuild:
   stable sparc, bug 283969






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/IPC-Run3: IPC-Run3-0.043.ebuild ChangeLog
@ 2009-10-28 18:10 Raul Porcel (armin76)
  0 siblings, 0 replies; 8+ messages in thread
From: Raul Porcel (armin76) @ 2009-10-28 18:10 UTC (permalink / raw
  To: gentoo-commits

armin76     09/10/28 18:10:02

  Modified:             IPC-Run3-0.043.ebuild ChangeLog
  Log:
  ia64 stable
  (Portage version: 2.1.6.13/cvs/Linux ia64)

Revision  Changes    Path
1.9                  dev-perl/IPC-Run3/IPC-Run3-0.043.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IPC-Run3/IPC-Run3-0.043.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IPC-Run3/IPC-Run3-0.043.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IPC-Run3/IPC-Run3-0.043.ebuild?r1=1.8&r2=1.9

Index: IPC-Run3-0.043.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run3/IPC-Run3-0.043.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- IPC-Run3-0.043.ebuild	18 Oct 2009 16:06:27 -0000	1.8
+++ IPC-Run3-0.043.ebuild	28 Oct 2009 18:10:02 -0000	1.9
@@ -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/dev-perl/IPC-Run3/IPC-Run3-0.043.ebuild,v 1.8 2009/10/18 16:06:27 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run3/IPC-Run3-0.043.ebuild,v 1.9 2009/10/28 18:10:02 armin76 Exp $
 
 EAPI=2
 
@@ -11,7 +11,7 @@
 
 SLOT="0"
 LICENSE="as-is"
-KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh sparc x86"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ~ppc ~ppc64 ~s390 ~sh sparc x86"
 IUSE="test"
 
 SRC_TEST="do"



1.42                 dev-perl/IPC-Run3/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IPC-Run3/ChangeLog?rev=1.42&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IPC-Run3/ChangeLog?rev=1.42&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IPC-Run3/ChangeLog?r1=1.41&r2=1.42

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run3/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog	18 Oct 2009 16:06:27 -0000	1.41
+++ ChangeLog	28 Oct 2009 18:10:02 -0000	1.42
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/IPC-Run3
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run3/ChangeLog,v 1.41 2009/10/18 16:06:27 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run3/ChangeLog,v 1.42 2009/10/28 18:10:02 armin76 Exp $
+
+  28 Oct 2009; Raúl Porcel <armin76@gentoo.org> IPC-Run3-0.043.ebuild:
+  ia64 stable
 
   18 Oct 2009; Tobias Klausmann <klausman@gentoo.org> IPC-Run3-0.043.ebuild:
   Stable on alpha, bug #283969






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/IPC-Run3: IPC-Run3-0.043.ebuild ChangeLog
@ 2010-01-10 13:11 Fabian Groffen (grobian)
  0 siblings, 0 replies; 8+ messages in thread
From: Fabian Groffen (grobian) @ 2010-01-10 13:11 UTC (permalink / raw
  To: gentoo-commits

grobian     10/01/10 13:11:35

  Modified:             IPC-Run3-0.043.ebuild ChangeLog
  Log:
  Transfer Prefix keywords
  (Portage version: 2.2.00.15184-prefix/cvs/Darwin powerpc)

Revision  Changes    Path
1.10                 dev-perl/IPC-Run3/IPC-Run3-0.043.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IPC-Run3/IPC-Run3-0.043.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IPC-Run3/IPC-Run3-0.043.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IPC-Run3/IPC-Run3-0.043.ebuild?r1=1.9&r2=1.10

Index: IPC-Run3-0.043.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run3/IPC-Run3-0.043.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- IPC-Run3-0.043.ebuild	28 Oct 2009 18:10:02 -0000	1.9
+++ IPC-Run3-0.043.ebuild	10 Jan 2010 13:11:35 -0000	1.10
@@ -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/dev-perl/IPC-Run3/IPC-Run3-0.043.ebuild,v 1.9 2009/10/28 18:10:02 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run3/IPC-Run3-0.043.ebuild,v 1.10 2010/01/10 13:11:35 grobian Exp $
 
 EAPI=2
 
@@ -11,7 +11,7 @@
 
 SLOT="0"
 LICENSE="as-is"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ~ppc ~ppc64 ~s390 ~sh sparc x86"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ~ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos"
 IUSE="test"
 
 SRC_TEST="do"



1.44                 dev-perl/IPC-Run3/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IPC-Run3/ChangeLog?rev=1.44&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IPC-Run3/ChangeLog?rev=1.44&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IPC-Run3/ChangeLog?r1=1.43&r2=1.44

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run3/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog	24 Dec 2009 19:58:31 -0000	1.43
+++ ChangeLog	10 Jan 2010 13:11:35 -0000	1.44
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/IPC-Run3
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run3/ChangeLog,v 1.43 2009/12/24 19:58:31 tove Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-Run3/ChangeLog,v 1.44 2010/01/10 13:11:35 grobian Exp $
+
+  10 Jan 2010; Fabian Groffen <grobian@gentoo.org> IPC-Run3-0.043.ebuild:
+  Transfer Prefix keywords
 
   24 Dec 2009; Torsten Veller <tove@gentoo.org> -IPC-Run3-0.038.ebuild:
   Cleanup






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

end of thread, other threads:[~2010-01-10 13:11 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-07 23:09 [gentoo-commits] gentoo-x86 commit in dev-perl/IPC-Run3: IPC-Run3-0.043.ebuild ChangeLog Tiago Cunha (tcunha)
  -- strict thread matches above, loose matches on Subject: below --
2010-01-10 13:11 Fabian Groffen (grobian)
2009-10-28 18:10 Raul Porcel (armin76)
2009-10-18 16:06 Tobias Klausmann (klausman)
2009-09-18 18:28 Torsten Veller (tove)
2009-09-17 17:42 Jeroen Roovers (jer)
2009-09-10  8:10 Christian Faulhammer (fauli)
2009-05-31  8:03 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