public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-perl/File-Copy-Recursive: ChangeLog File-Copy-Recursive-0.38.ebuild
@ 2008-12-08  2:15 Robin H. Johnson (robbat2)
  0 siblings, 0 replies; 6+ messages in thread
From: Robin H. Johnson (robbat2) @ 2008-12-08  2:15 UTC (permalink / raw
  To: gentoo-commits

robbat2     08/12/08 02:15:49

  Modified:             ChangeLog
  Added:                File-Copy-Recursive-0.38.ebuild
  Log:
  Version bump.
  (Portage version: 2.2_rc16/cvs/Linux 2.6.28-rc5-00117-g7f0f598 x86_64)

Revision  Changes    Path
1.19                 dev-perl/File-Copy-Recursive/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/File-Copy-Recursive/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/File-Copy-Recursive/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/File-Copy-Recursive/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/File-Copy-Recursive/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -p -w -b -B -u -u -r1.18 -r1.19
--- ChangeLog	20 Oct 2008 20:07:24 -0000	1.18
+++ ChangeLog	8 Dec 2008 02:15:49 -0000	1.19
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/File-Copy-Recursive
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Copy-Recursive/ChangeLog,v 1.18 2008/10/20 20:07:24 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Copy-Recursive/ChangeLog,v 1.19 2008/12/08 02:15:49 robbat2 Exp $
+
+*File-Copy-Recursive-0.38 (08 Dec 2008)
+
+  08 Dec 2008; Robin H. Johnson <robbat2@gentoo.org>
+  +File-Copy-Recursive-0.38.ebuild:
+  Version bump.
 
 *File-Copy-Recursive-0.37 (20 Oct 2008)
 



1.1                  dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.38.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.38.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.38.ebuild?rev=1.1&content-type=text/plain

Index: File-Copy-Recursive-0.38.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.38.ebuild,v 1.1 2008/12/08 02:15:49 robbat2 Exp $

MODULE_AUTHOR=DMUEY
inherit perl-module

DESCRIPTION="uses File::Copy to recursively copy dirs"

LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86"
IUSE=""
SRC_TEST="do"

DEPEND="dev-lang/perl"






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/File-Copy-Recursive: ChangeLog File-Copy-Recursive-0.38.ebuild
@ 2009-05-02  7:48 Torsten Veller (tove)
  0 siblings, 0 replies; 6+ messages in thread
From: Torsten Veller (tove) @ 2009-05-02  7:48 UTC (permalink / raw
  To: gentoo-commits

tove        09/05/02 07:48:46

  Modified:             ChangeLog File-Copy-Recursive-0.38.ebuild
  Log:
  Stable on x86 (#268196)
  (Portage version: 2.2_rc31/cvs/Linux i686)

Revision  Changes    Path
1.20                 dev-perl/File-Copy-Recursive/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/File-Copy-Recursive/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/File-Copy-Recursive/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/File-Copy-Recursive/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/File-Copy-Recursive/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	8 Dec 2008 02:15:49 -0000	1.19
+++ ChangeLog	2 May 2009 07:48:46 -0000	1.20
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/File-Copy-Recursive
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Copy-Recursive/ChangeLog,v 1.19 2008/12/08 02:15:49 robbat2 Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Copy-Recursive/ChangeLog,v 1.20 2009/05/02 07:48:46 tove Exp $
+
+  02 May 2009; Torsten Veller <tove@gentoo.org>
+  File-Copy-Recursive-0.38.ebuild:
+  Stable on x86 (#268196)
 
 *File-Copy-Recursive-0.38 (08 Dec 2008)
 



1.2                  dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.38.ebuild

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

Index: File-Copy-Recursive-0.38.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.38.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- File-Copy-Recursive-0.38.ebuild	8 Dec 2008 02:15:49 -0000	1.1
+++ File-Copy-Recursive-0.38.ebuild	2 May 2009 07:48:46 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.38.ebuild,v 1.1 2008/12/08 02:15:49 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.38.ebuild,v 1.2 2009/05/02 07:48:46 tove Exp $
 
 MODULE_AUTHOR=DMUEY
 inherit perl-module
@@ -9,7 +9,7 @@
 
 LICENSE="|| ( Artistic GPL-2 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc x86"
 IUSE=""
 SRC_TEST="do"
 






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/File-Copy-Recursive: ChangeLog File-Copy-Recursive-0.38.ebuild
@ 2009-05-02 16:00 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 6+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2009-05-02 16:00 UTC (permalink / raw
  To: gentoo-commits

nixnut      09/05/02 16:00:12

  Modified:             ChangeLog File-Copy-Recursive-0.38.ebuild
  Log:
  ppc stable #268196
  (Portage version: 2.1.6.12/cvs/Linux ppc)

Revision  Changes    Path
1.21                 dev-perl/File-Copy-Recursive/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/File-Copy-Recursive/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/File-Copy-Recursive/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/File-Copy-Recursive/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/File-Copy-Recursive/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	2 May 2009 07:48:46 -0000	1.20
+++ ChangeLog	2 May 2009 16:00:12 -0000	1.21
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/File-Copy-Recursive
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Copy-Recursive/ChangeLog,v 1.20 2009/05/02 07:48:46 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Copy-Recursive/ChangeLog,v 1.21 2009/05/02 16:00:12 nixnut Exp $
+
+  02 May 2009; nixnut <nixnut@gentoo.org> File-Copy-Recursive-0.38.ebuild:
+  ppc stable #268196
 
   02 May 2009; Torsten Veller <tove@gentoo.org>
   File-Copy-Recursive-0.38.ebuild:



1.3                  dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.38.ebuild

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

Index: File-Copy-Recursive-0.38.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.38.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- File-Copy-Recursive-0.38.ebuild	2 May 2009 07:48:46 -0000	1.2
+++ File-Copy-Recursive-0.38.ebuild	2 May 2009 16:00:12 -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/File-Copy-Recursive/File-Copy-Recursive-0.38.ebuild,v 1.2 2009/05/02 07:48:46 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.38.ebuild,v 1.3 2009/05/02 16:00:12 nixnut Exp $
 
 MODULE_AUTHOR=DMUEY
 inherit perl-module
@@ -9,7 +9,7 @@
 
 LICENSE="|| ( Artistic GPL-2 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ppc ~sparc x86"
 IUSE=""
 SRC_TEST="do"
 






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/File-Copy-Recursive: ChangeLog File-Copy-Recursive-0.38.ebuild
@ 2009-05-03 17:47 Markus Meier (maekke)
  0 siblings, 0 replies; 6+ messages in thread
From: Markus Meier (maekke) @ 2009-05-03 17:47 UTC (permalink / raw
  To: gentoo-commits

maekke      09/05/03 17:47:02

  Modified:             ChangeLog File-Copy-Recursive-0.38.ebuild
  Log:
  amd64 stable, bug #268196
  (Portage version: 2.1.6.12/cvs/Linux x86_64)

Revision  Changes    Path
1.22                 dev-perl/File-Copy-Recursive/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/File-Copy-Recursive/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/File-Copy-Recursive/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/File-Copy-Recursive/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/File-Copy-Recursive/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	2 May 2009 16:00:12 -0000	1.21
+++ ChangeLog	3 May 2009 17:47:02 -0000	1.22
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/File-Copy-Recursive
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Copy-Recursive/ChangeLog,v 1.21 2009/05/02 16:00:12 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Copy-Recursive/ChangeLog,v 1.22 2009/05/03 17:47:02 maekke Exp $
+
+  03 May 2009; Markus Meier <maekke@gentoo.org>
+  File-Copy-Recursive-0.38.ebuild:
+  amd64 stable, bug #268196
 
   02 May 2009; nixnut <nixnut@gentoo.org> File-Copy-Recursive-0.38.ebuild:
   ppc stable #268196



1.4                  dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.38.ebuild

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

Index: File-Copy-Recursive-0.38.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.38.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- File-Copy-Recursive-0.38.ebuild	2 May 2009 16:00:12 -0000	1.3
+++ File-Copy-Recursive-0.38.ebuild	3 May 2009 17:47:02 -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/File-Copy-Recursive/File-Copy-Recursive-0.38.ebuild,v 1.3 2009/05/02 16:00:12 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.38.ebuild,v 1.4 2009/05/03 17:47:02 maekke Exp $
 
 MODULE_AUTHOR=DMUEY
 inherit perl-module
@@ -9,7 +9,7 @@
 
 LICENSE="|| ( Artistic GPL-2 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ppc ~sparc x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ~sparc x86"
 IUSE=""
 SRC_TEST="do"
 






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/File-Copy-Recursive: ChangeLog File-Copy-Recursive-0.38.ebuild
@ 2009-05-04 16:11 Raul Porcel (armin76)
  0 siblings, 0 replies; 6+ messages in thread
From: Raul Porcel (armin76) @ 2009-05-04 16:11 UTC (permalink / raw
  To: gentoo-commits

armin76     09/05/04 16:11:08

  Modified:             ChangeLog File-Copy-Recursive-0.38.ebuild
  Log:
  alpha/ia64/sparc stable wrt #268196
  (Portage version: 2.1.6.11/cvs/Linux ia64)

Revision  Changes    Path
1.23                 dev-perl/File-Copy-Recursive/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/File-Copy-Recursive/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/File-Copy-Recursive/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/File-Copy-Recursive/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/File-Copy-Recursive/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	3 May 2009 17:47:02 -0000	1.22
+++ ChangeLog	4 May 2009 16:11:08 -0000	1.23
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/File-Copy-Recursive
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Copy-Recursive/ChangeLog,v 1.22 2009/05/03 17:47:02 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Copy-Recursive/ChangeLog,v 1.23 2009/05/04 16:11:08 armin76 Exp $
+
+  04 May 2009; Raúl Porcel <armin76@gentoo.org>
+  File-Copy-Recursive-0.38.ebuild:
+  alpha/ia64/sparc stable wrt #268196
 
   03 May 2009; Markus Meier <maekke@gentoo.org>
   File-Copy-Recursive-0.38.ebuild:



1.5                  dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.38.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.38.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.38.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.38.ebuild?r1=1.4&r2=1.5

Index: File-Copy-Recursive-0.38.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.38.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- File-Copy-Recursive-0.38.ebuild	3 May 2009 17:47:02 -0000	1.4
+++ File-Copy-Recursive-0.38.ebuild	4 May 2009 16:11:08 -0000	1.5
@@ -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/File-Copy-Recursive/File-Copy-Recursive-0.38.ebuild,v 1.4 2009/05/03 17:47:02 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.38.ebuild,v 1.5 2009/05/04 16:11:08 armin76 Exp $
 
 MODULE_AUTHOR=DMUEY
 inherit perl-module
@@ -9,7 +9,7 @@
 
 LICENSE="|| ( Artistic GPL-2 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ~sparc x86"
+KEYWORDS="alpha amd64 ~hppa ia64 ~mips ppc sparc x86"
 IUSE=""
 SRC_TEST="do"
 






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/File-Copy-Recursive: ChangeLog File-Copy-Recursive-0.38.ebuild
@ 2009-05-06 19:11 Jeroen Roovers (jer)
  0 siblings, 0 replies; 6+ messages in thread
From: Jeroen Roovers (jer) @ 2009-05-06 19:11 UTC (permalink / raw
  To: gentoo-commits

jer         09/05/06 19:11:10

  Modified:             ChangeLog File-Copy-Recursive-0.38.ebuild
  Log:
  Stable for HPPA (bug #268196).
  (Portage version: 2.2_rc33/cvs/Linux i686)

Revision  Changes    Path
1.24                 dev-perl/File-Copy-Recursive/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/File-Copy-Recursive/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/File-Copy-Recursive/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/File-Copy-Recursive/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/File-Copy-Recursive/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	4 May 2009 16:11:08 -0000	1.23
+++ ChangeLog	6 May 2009 19:11:10 -0000	1.24
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/File-Copy-Recursive
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Copy-Recursive/ChangeLog,v 1.23 2009/05/04 16:11:08 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Copy-Recursive/ChangeLog,v 1.24 2009/05/06 19:11:10 jer Exp $
+
+  06 May 2009; Jeroen Roovers <jer@gentoo.org>
+  File-Copy-Recursive-0.38.ebuild:
+  Stable for HPPA (bug #268196).
 
   04 May 2009; Raúl Porcel <armin76@gentoo.org>
   File-Copy-Recursive-0.38.ebuild:



1.6                  dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.38.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.38.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.38.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.38.ebuild?r1=1.5&r2=1.6

Index: File-Copy-Recursive-0.38.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.38.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- File-Copy-Recursive-0.38.ebuild	4 May 2009 16:11:08 -0000	1.5
+++ File-Copy-Recursive-0.38.ebuild	6 May 2009 19:11:10 -0000	1.6
@@ -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/File-Copy-Recursive/File-Copy-Recursive-0.38.ebuild,v 1.5 2009/05/04 16:11:08 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.38.ebuild,v 1.6 2009/05/06 19:11:10 jer Exp $
 
 MODULE_AUTHOR=DMUEY
 inherit perl-module
@@ -9,7 +9,7 @@
 
 LICENSE="|| ( Artistic GPL-2 )"
 SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ia64 ~mips ppc sparc x86"
+KEYWORDS="alpha amd64 hppa ia64 ~mips ppc sparc x86"
 IUSE=""
 SRC_TEST="do"
 






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

end of thread, other threads:[~2009-05-06 19:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-06 19:11 [gentoo-commits] gentoo-x86 commit in dev-perl/File-Copy-Recursive: ChangeLog File-Copy-Recursive-0.38.ebuild Jeroen Roovers (jer)
  -- strict thread matches above, loose matches on Subject: below --
2009-05-04 16:11 Raul Porcel (armin76)
2009-05-03 17:47 Markus Meier (maekke)
2009-05-02 16:00 Gysbert Wassenaar (nixnut)
2009-05-02  7:48 Torsten Veller (tove)
2008-12-08  2:15 Robin H. Johnson (robbat2)

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