public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in perl-core/Compress-Raw-Zlib: Compress-Raw-Zlib-2.020.ebuild ChangeLog
@ 2009-06-03 22:22 Torsten Veller (tove)
  0 siblings, 0 replies; 7+ messages in thread
From: Torsten Veller (tove) @ 2009-06-03 22:22 UTC (permalink / raw
  To: gentoo-commits

tove        09/06/03 22:22:05

  Modified:             ChangeLog
  Added:                Compress-Raw-Zlib-2.020.ebuild
  Log:
  Version bump
  (Portage version: 2.2_rc33/cvs/Linux i686)

Revision  Changes    Path
1.4                  perl-core/Compress-Raw-Zlib/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Compress-Raw-Zlib/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Compress-Raw-Zlib/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Compress-Raw-Zlib/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Zlib/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	4 May 2009 14:50:20 -0000	1.3
+++ ChangeLog	3 Jun 2009 22:22:05 -0000	1.4
@@ -1,6 +1,12 @@
 # ChangeLog for perl-core/Compress-Raw-Zlib
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Zlib/ChangeLog,v 1.3 2009/05/04 14:50:20 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Zlib/ChangeLog,v 1.4 2009/06/03 22:22:05 tove Exp $
+
+*Compress-Raw-Zlib-2.020 (03 Jun 2009)
+
+  03 Jun 2009; Torsten Veller <tove@gentoo.org>
+  +Compress-Raw-Zlib-2.020.ebuild:
+  Version bump
 
 *Compress-Raw-Zlib-2.019 (04 May 2009)
 



1.1                  perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.020.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.020.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.020.ebuild?rev=1.1&content-type=text/plain

Index: Compress-Raw-Zlib-2.020.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.020.ebuild,v 1.1 2009/06/03 22:22:05 tove Exp $

EAPI=2

MODULE_AUTHOR=PMQS
inherit multilib perl-module

DESCRIPTION="Low-Level Interface to zlib compression library"

SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
IUSE="test"

RDEPEND=">=sys-libs/zlib-1.2.2.1"
DEPEND="${RDEPEND}
	test? ( dev-perl/Test-Pod )"

SRC_TEST="do"

src_prepare() {
	perl-module_src_prepare

	cat <<-EOF > "${S}/config.in"
		BUILD_ZLIB = False
		INCLUDE = /usr/include
		LIB = /usr/${get_libdir}

		OLD_ZLIB = False
		GZIP_OS_CODE = AUTO_DETECT
	EOF
}






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

* [gentoo-commits] gentoo-x86 commit in perl-core/Compress-Raw-Zlib: Compress-Raw-Zlib-2.020.ebuild ChangeLog
@ 2009-06-12 21:25 Ferris McCormick (fmccor)
  0 siblings, 0 replies; 7+ messages in thread
From: Ferris McCormick (fmccor) @ 2009-06-12 21:25 UTC (permalink / raw
  To: gentoo-commits

fmccor      09/06/12 21:25:54

  Modified:             Compress-Raw-Zlib-2.020.ebuild ChangeLog
  Log:
  Sparc stable, Bug #273141.
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.020.ebuild

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

Index: Compress-Raw-Zlib-2.020.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.020.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Compress-Raw-Zlib-2.020.ebuild	3 Jun 2009 22:22:05 -0000	1.1
+++ Compress-Raw-Zlib-2.020.ebuild	12 Jun 2009 21:25:54 -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/Compress-Raw-Zlib/Compress-Raw-Zlib-2.020.ebuild,v 1.1 2009/06/03 22:22:05 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.020.ebuild,v 1.2 2009/06/12 21:25:54 fmccor Exp $
 
 EAPI=2
 
@@ -10,7 +10,7 @@
 DESCRIPTION="Low-Level Interface to zlib compression library"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~sparc-fbsd ~x86 ~x86-fbsd"
 IUSE="test"
 
 RDEPEND=">=sys-libs/zlib-1.2.2.1"



1.5                  perl-core/Compress-Raw-Zlib/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Zlib/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	3 Jun 2009 22:22:05 -0000	1.4
+++ ChangeLog	12 Jun 2009 21:25:54 -0000	1.5
@@ -1,6 +1,10 @@
 # ChangeLog for perl-core/Compress-Raw-Zlib
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Zlib/ChangeLog,v 1.4 2009/06/03 22:22:05 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Zlib/ChangeLog,v 1.5 2009/06/12 21:25:54 fmccor Exp $
+
+  12 Jun 2009; Ferris McCormick <fmccor@gentoo.org>
+  Compress-Raw-Zlib-2.020.ebuild:
+  Sparc stable, Bug #273141.
 
 *Compress-Raw-Zlib-2.020 (03 Jun 2009)
 






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

* [gentoo-commits] gentoo-x86 commit in perl-core/Compress-Raw-Zlib: Compress-Raw-Zlib-2.020.ebuild ChangeLog
@ 2009-06-13 15:47 Jeroen Roovers (jer)
  0 siblings, 0 replies; 7+ messages in thread
From: Jeroen Roovers (jer) @ 2009-06-13 15:47 UTC (permalink / raw
  To: gentoo-commits

jer         09/06/13 15:47:58

  Modified:             Compress-Raw-Zlib-2.020.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #273141).
  (Portage version: 2.2_rc33/cvs/Linux i686)

Revision  Changes    Path
1.3                  perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.020.ebuild

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

Index: Compress-Raw-Zlib-2.020.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.020.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Compress-Raw-Zlib-2.020.ebuild	12 Jun 2009 21:25:54 -0000	1.2
+++ Compress-Raw-Zlib-2.020.ebuild	13 Jun 2009 15:47: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/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.020.ebuild,v 1.2 2009/06/12 21:25:54 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.020.ebuild,v 1.3 2009/06/13 15:47:58 jer Exp $
 
 EAPI=2
 
@@ -10,7 +10,7 @@
 DESCRIPTION="Low-Level Interface to zlib compression library"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~sparc-fbsd ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~sparc-fbsd ~x86-fbsd"
 IUSE="test"
 
 RDEPEND=">=sys-libs/zlib-1.2.2.1"



1.6                  perl-core/Compress-Raw-Zlib/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Compress-Raw-Zlib/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Compress-Raw-Zlib/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Compress-Raw-Zlib/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Zlib/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	12 Jun 2009 21:25:54 -0000	1.5
+++ ChangeLog	13 Jun 2009 15:47:58 -0000	1.6
@@ -1,6 +1,10 @@
 # ChangeLog for perl-core/Compress-Raw-Zlib
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Zlib/ChangeLog,v 1.5 2009/06/12 21:25:54 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Zlib/ChangeLog,v 1.6 2009/06/13 15:47:58 jer Exp $
+
+  13 Jun 2009; Jeroen Roovers <jer@gentoo.org>
+  Compress-Raw-Zlib-2.020.ebuild:
+  Stable for HPPA (bug #273141).
 
   12 Jun 2009; Ferris McCormick <fmccor@gentoo.org>
   Compress-Raw-Zlib-2.020.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in perl-core/Compress-Raw-Zlib: Compress-Raw-Zlib-2.020.ebuild ChangeLog
@ 2009-06-14 10:11 Raul Porcel (armin76)
  0 siblings, 0 replies; 7+ messages in thread
From: Raul Porcel (armin76) @ 2009-06-14 10:11 UTC (permalink / raw
  To: gentoo-commits

armin76     09/06/14 10:11:21

  Modified:             Compress-Raw-Zlib-2.020.ebuild ChangeLog
  Log:
  alpha/arm/ia64/m68k/s390/sh/x86 stable wrt #273141
  (Portage version: 2.1.6.13/cvs/Linux ia64)

Revision  Changes    Path
1.4                  perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.020.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.020.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.020.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.020.ebuild?r1=1.3&r2=1.4

Index: Compress-Raw-Zlib-2.020.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.020.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Compress-Raw-Zlib-2.020.ebuild	13 Jun 2009 15:47:58 -0000	1.3
+++ Compress-Raw-Zlib-2.020.ebuild	14 Jun 2009 10:11:21 -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/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.020.ebuild,v 1.3 2009/06/13 15:47:58 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.020.ebuild,v 1.4 2009/06/14 10:11:21 armin76 Exp $
 
 EAPI=2
 
@@ -10,7 +10,7 @@
 DESCRIPTION="Low-Level Interface to zlib compression library"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="alpha ~amd64 arm hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd"
 IUSE="test"
 
 RDEPEND=">=sys-libs/zlib-1.2.2.1"



1.7                  perl-core/Compress-Raw-Zlib/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Compress-Raw-Zlib/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Compress-Raw-Zlib/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Compress-Raw-Zlib/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Zlib/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	13 Jun 2009 15:47:58 -0000	1.6
+++ ChangeLog	14 Jun 2009 10:11:21 -0000	1.7
@@ -1,6 +1,10 @@
 # ChangeLog for perl-core/Compress-Raw-Zlib
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Zlib/ChangeLog,v 1.6 2009/06/13 15:47:58 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Zlib/ChangeLog,v 1.7 2009/06/14 10:11:21 armin76 Exp $
+
+  14 Jun 2009; Raúl Porcel <armin76@gentoo.org>
+  Compress-Raw-Zlib-2.020.ebuild:
+  alpha/arm/ia64/m68k/s390/sh/x86 stable wrt #273141
 
   13 Jun 2009; Jeroen Roovers <jer@gentoo.org>
   Compress-Raw-Zlib-2.020.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in perl-core/Compress-Raw-Zlib: Compress-Raw-Zlib-2.020.ebuild ChangeLog
@ 2009-06-19  0:19 Brent Baude (ranger)
  0 siblings, 0 replies; 7+ messages in thread
From: Brent Baude (ranger) @ 2009-06-19  0:19 UTC (permalink / raw
  To: gentoo-commits

ranger      09/06/19 00:19:30

  Modified:             Compress-Raw-Zlib-2.020.ebuild ChangeLog
  Log:
  Marking Compress-Raw-Zlib-2.020 ppc64 for bug 273141
  (Portage version: 2.1.6.13/cvs/Linux ppc64)

Revision  Changes    Path
1.5                  perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.020.ebuild

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

Index: Compress-Raw-Zlib-2.020.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.020.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Compress-Raw-Zlib-2.020.ebuild	14 Jun 2009 10:11:21 -0000	1.4
+++ Compress-Raw-Zlib-2.020.ebuild	19 Jun 2009 00:19:30 -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/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.020.ebuild,v 1.4 2009/06/14 10:11:21 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.020.ebuild,v 1.5 2009/06/19 00:19:30 ranger Exp $
 
 EAPI=2
 
@@ -10,7 +10,7 @@
 DESCRIPTION="Low-Level Interface to zlib compression library"
 
 SLOT="0"
-KEYWORDS="alpha ~amd64 arm hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="alpha ~amd64 arm hppa ia64 m68k ~mips ~ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
 IUSE="test"
 
 RDEPEND=">=sys-libs/zlib-1.2.2.1"



1.8                  perl-core/Compress-Raw-Zlib/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Compress-Raw-Zlib/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Compress-Raw-Zlib/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Compress-Raw-Zlib/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Zlib/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	14 Jun 2009 10:11:21 -0000	1.7
+++ ChangeLog	19 Jun 2009 00:19:30 -0000	1.8
@@ -1,6 +1,10 @@
 # ChangeLog for perl-core/Compress-Raw-Zlib
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Zlib/ChangeLog,v 1.7 2009/06/14 10:11:21 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Zlib/ChangeLog,v 1.8 2009/06/19 00:19:30 ranger Exp $
+
+  19 Jun 2009; Brent Baude <ranger@gentoo.org>
+  Compress-Raw-Zlib-2.020.ebuild:
+  Marking Compress-Raw-Zlib-2.020 ppc64 for bug 273141
 
   14 Jun 2009; Raúl Porcel <armin76@gentoo.org>
   Compress-Raw-Zlib-2.020.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in perl-core/Compress-Raw-Zlib: Compress-Raw-Zlib-2.020.ebuild ChangeLog
@ 2009-06-22 20:48 Torsten Veller (tove)
  0 siblings, 0 replies; 7+ messages in thread
From: Torsten Veller (tove) @ 2009-06-22 20:48 UTC (permalink / raw
  To: gentoo-commits

tove        09/06/22 20:48:03

  Modified:             Compress-Raw-Zlib-2.020.ebuild ChangeLog
  Log:
  Stable on amd64 (#273141)
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.020.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.020.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.020.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.020.ebuild?r1=1.5&r2=1.6

Index: Compress-Raw-Zlib-2.020.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.020.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Compress-Raw-Zlib-2.020.ebuild	19 Jun 2009 00:19:30 -0000	1.5
+++ Compress-Raw-Zlib-2.020.ebuild	22 Jun 2009 20:48:03 -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/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.020.ebuild,v 1.5 2009/06/19 00:19:30 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.020.ebuild,v 1.6 2009/06/22 20:48:03 tove Exp $
 
 EAPI=2
 
@@ -10,7 +10,7 @@
 DESCRIPTION="Low-Level Interface to zlib compression library"
 
 SLOT="0"
-KEYWORDS="alpha ~amd64 arm hppa ia64 m68k ~mips ~ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ~ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd"
 IUSE="test"
 
 RDEPEND=">=sys-libs/zlib-1.2.2.1"



1.9                  perl-core/Compress-Raw-Zlib/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Compress-Raw-Zlib/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Compress-Raw-Zlib/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Compress-Raw-Zlib/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Zlib/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	19 Jun 2009 00:19:30 -0000	1.8
+++ ChangeLog	22 Jun 2009 20:48:03 -0000	1.9
@@ -1,6 +1,10 @@
 # ChangeLog for perl-core/Compress-Raw-Zlib
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Zlib/ChangeLog,v 1.8 2009/06/19 00:19:30 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Zlib/ChangeLog,v 1.9 2009/06/22 20:48:03 tove Exp $
+
+  22 Jun 2009; Torsten Veller <tove@gentoo.org>
+  Compress-Raw-Zlib-2.020.ebuild:
+  Stable on amd64 (#273141)
 
   19 Jun 2009; Brent Baude <ranger@gentoo.org>
   Compress-Raw-Zlib-2.020.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in perl-core/Compress-Raw-Zlib: Compress-Raw-Zlib-2.020.ebuild ChangeLog
@ 2009-07-02 12:28 Joseph Jezak (josejx)
  0 siblings, 0 replies; 7+ messages in thread
From: Joseph Jezak (josejx) @ 2009-07-02 12:28 UTC (permalink / raw
  To: gentoo-commits

josejx      09/07/02 12:28:20

  Modified:             Compress-Raw-Zlib-2.020.ebuild ChangeLog
  Log:
  Marked ppc stable.
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.020.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.020.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.020.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.020.ebuild?r1=1.6&r2=1.7

Index: Compress-Raw-Zlib-2.020.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.020.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Compress-Raw-Zlib-2.020.ebuild	22 Jun 2009 20:48:03 -0000	1.6
+++ Compress-Raw-Zlib-2.020.ebuild	2 Jul 2009 12:28: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/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.020.ebuild,v 1.6 2009/06/22 20:48:03 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.020.ebuild,v 1.7 2009/07/02 12:28:20 josejx Exp $
 
 EAPI=2
 
@@ -10,7 +10,7 @@
 DESCRIPTION="Low-Level Interface to zlib compression library"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ~ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
 IUSE="test"
 
 RDEPEND=">=sys-libs/zlib-1.2.2.1"



1.10                 perl-core/Compress-Raw-Zlib/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Compress-Raw-Zlib/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Compress-Raw-Zlib/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Compress-Raw-Zlib/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Zlib/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	22 Jun 2009 20:48:03 -0000	1.9
+++ ChangeLog	2 Jul 2009 12:28:20 -0000	1.10
@@ -1,6 +1,10 @@
 # ChangeLog for perl-core/Compress-Raw-Zlib
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Zlib/ChangeLog,v 1.9 2009/06/22 20:48:03 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Zlib/ChangeLog,v 1.10 2009/07/02 12:28:20 josejx Exp $
+
+  02 Jul 2009; Joseph Jezak <josejx@gentoo.org>
+  Compress-Raw-Zlib-2.020.ebuild:
+  Marked ppc stable.
 
   22 Jun 2009; Torsten Veller <tove@gentoo.org>
   Compress-Raw-Zlib-2.020.ebuild:






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

end of thread, other threads:[~2009-07-02 12:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-02 12:28 [gentoo-commits] gentoo-x86 commit in perl-core/Compress-Raw-Zlib: Compress-Raw-Zlib-2.020.ebuild ChangeLog Joseph Jezak (josejx)
  -- strict thread matches above, loose matches on Subject: below --
2009-06-22 20:48 Torsten Veller (tove)
2009-06-19  0:19 Brent Baude (ranger)
2009-06-14 10:11 Raul Porcel (armin76)
2009-06-13 15:47 Jeroen Roovers (jer)
2009-06-12 21:25 Ferris McCormick (fmccor)
2009-06-03 22:22 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