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

tove        08/09/05 08:22:12

  Modified:             ChangeLog
  Added:                Compress-Raw-Zlib-2.015.ebuild
  Log:
  Version bump
  (Portage version: 2.2_rc8/cvs/Linux 2.6.26-tuxonice i686)

Revision  Changes    Path
1.45                 dev-perl/Compress-Raw-Zlib/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Compress-Raw-Zlib/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog	19 Jul 2008 08:27:33 -0000	1.44
+++ ChangeLog	5 Sep 2008 08:22:11 -0000	1.45
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/Compress-Raw-Zlib
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Compress-Raw-Zlib/ChangeLog,v 1.44 2008/07/19 08:27:33 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Compress-Raw-Zlib/ChangeLog,v 1.45 2008/09/05 08:22:11 tove Exp $
+
+*Compress-Raw-Zlib-2.015 (05 Sep 2008)
+
+  05 Sep 2008; Torsten Veller <tove@gentoo.org>
+  +Compress-Raw-Zlib-2.015.ebuild:
+  Version bump
 
 *Compress-Raw-Zlib-2.012 (19 Jul 2008)
 



1.1                  dev-perl/Compress-Raw-Zlib/Compress-Raw-Zlib-2.015.ebuild

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

Index: Compress-Raw-Zlib-2.015.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Compress-Raw-Zlib/Compress-Raw-Zlib-2.015.ebuild,v 1.1 2008/09/05 08:22:11 tove Exp $

MODULE_AUTHOR=PMQS

inherit multilib perl-module

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

LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
IUSE="test"

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

SRC_TEST="do"

src_unpack() {
	perl-module_src_unpack

	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 dev-perl/Compress-Raw-Zlib: ChangeLog Compress-Raw-Zlib-2.015.ebuild
@ 2008-10-20 23:01 Friedrich Oslage (bluebird)
  0 siblings, 0 replies; 7+ messages in thread
From: Friedrich Oslage (bluebird) @ 2008-10-20 23:01 UTC (permalink / raw
  To: gentoo-commits

bluebird    08/10/20 23:01:08

  Modified:             ChangeLog Compress-Raw-Zlib-2.015.ebuild
  Log:
  Stable on sparc, security bug #192989
  (Portage version: 2.2_rc12/cvs/Linux 2.6.27-05578-g81d7407 i686)

Revision  Changes    Path
1.46                 dev-perl/Compress-Raw-Zlib/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Compress-Raw-Zlib/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog	5 Sep 2008 08:22:11 -0000	1.45
+++ ChangeLog	20 Oct 2008 23:01:08 -0000	1.46
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/Compress-Raw-Zlib
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Compress-Raw-Zlib/ChangeLog,v 1.45 2008/09/05 08:22:11 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Compress-Raw-Zlib/ChangeLog,v 1.46 2008/10/20 23:01:08 bluebird Exp $
+
+  20 Oct 2008; Friedrich Oslage <bluebird@gentoo.org>
+  Compress-Raw-Zlib-2.015.ebuild:
+  Stable on sparc, security bug #192989
 
 *Compress-Raw-Zlib-2.015 (05 Sep 2008)
 



1.2                  dev-perl/Compress-Raw-Zlib/Compress-Raw-Zlib-2.015.ebuild

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

Index: Compress-Raw-Zlib-2.015.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Compress-Raw-Zlib/Compress-Raw-Zlib-2.015.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Compress-Raw-Zlib-2.015.ebuild	5 Sep 2008 08:22:11 -0000	1.1
+++ Compress-Raw-Zlib-2.015.ebuild	20 Oct 2008 23:01:08 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Compress-Raw-Zlib/Compress-Raw-Zlib-2.015.ebuild,v 1.1 2008/09/05 08:22:11 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Compress-Raw-Zlib/Compress-Raw-Zlib-2.015.ebuild,v 1.2 2008/10/20 23:01:08 bluebird Exp $
 
 MODULE_AUTHOR=PMQS
 
@@ -10,7 +10,7 @@
 
 LICENSE="|| ( Artistic GPL-2 )"
 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 ~sparc-fbsd ~x86 ~x86-fbsd"
 IUSE="test"
 
 RDEPEND="dev-lang/perl






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Compress-Raw-Zlib: ChangeLog Compress-Raw-Zlib-2.015.ebuild
@ 2008-10-21 15:45 Tobias Heinlein (keytoaster)
  0 siblings, 0 replies; 7+ messages in thread
From: Tobias Heinlein (keytoaster) @ 2008-10-21 15:45 UTC (permalink / raw
  To: gentoo-commits

keytoaster    08/10/21 15:45:15

  Modified:             ChangeLog Compress-Raw-Zlib-2.015.ebuild
  Log:
  amd64 stable, security bug #192989
  (Portage version: 2.2_rc12/cvs/Linux 2.6.27-gentoo x86_64)

Revision  Changes    Path
1.47                 dev-perl/Compress-Raw-Zlib/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Compress-Raw-Zlib/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog	20 Oct 2008 23:01:08 -0000	1.46
+++ ChangeLog	21 Oct 2008 15:45:15 -0000	1.47
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/Compress-Raw-Zlib
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Compress-Raw-Zlib/ChangeLog,v 1.46 2008/10/20 23:01:08 bluebird Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Compress-Raw-Zlib/ChangeLog,v 1.47 2008/10/21 15:45:15 keytoaster Exp $
+
+  21 Oct 2008; Tobias Heinlein <keytoaster@gentoo.org>
+  Compress-Raw-Zlib-2.015.ebuild:
+  amd64 stable, security bug #192989
 
   20 Oct 2008; Friedrich Oslage <bluebird@gentoo.org>
   Compress-Raw-Zlib-2.015.ebuild:



1.3                  dev-perl/Compress-Raw-Zlib/Compress-Raw-Zlib-2.015.ebuild

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

Index: Compress-Raw-Zlib-2.015.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Compress-Raw-Zlib/Compress-Raw-Zlib-2.015.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Compress-Raw-Zlib-2.015.ebuild	20 Oct 2008 23:01:08 -0000	1.2
+++ Compress-Raw-Zlib-2.015.ebuild	21 Oct 2008 15:45:15 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Compress-Raw-Zlib/Compress-Raw-Zlib-2.015.ebuild,v 1.2 2008/10/20 23:01:08 bluebird Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Compress-Raw-Zlib/Compress-Raw-Zlib-2.015.ebuild,v 1.3 2008/10/21 15:45:15 keytoaster Exp $
 
 MODULE_AUTHOR=PMQS
 
@@ -10,7 +10,7 @@
 
 LICENSE="|| ( Artistic GPL-2 )"
 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 ~sparc-fbsd ~x86 ~x86-fbsd"
 IUSE="test"
 
 RDEPEND="dev-lang/perl






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Compress-Raw-Zlib: ChangeLog Compress-Raw-Zlib-2.015.ebuild
@ 2008-10-21 17:04 Markus Rothe (corsair)
  0 siblings, 0 replies; 7+ messages in thread
From: Markus Rothe (corsair) @ 2008-10-21 17:04 UTC (permalink / raw
  To: gentoo-commits

corsair     08/10/21 17:04:33

  Modified:             ChangeLog Compress-Raw-Zlib-2.015.ebuild
  Log:
  Stable on ppc64; bug #192989
  (Portage version: 2.1.4.5)

Revision  Changes    Path
1.48                 dev-perl/Compress-Raw-Zlib/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Compress-Raw-Zlib/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog	21 Oct 2008 15:45:15 -0000	1.47
+++ ChangeLog	21 Oct 2008 17:04:33 -0000	1.48
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/Compress-Raw-Zlib
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Compress-Raw-Zlib/ChangeLog,v 1.47 2008/10/21 15:45:15 keytoaster Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Compress-Raw-Zlib/ChangeLog,v 1.48 2008/10/21 17:04:33 corsair Exp $
+
+  21 Oct 2008; Markus Rothe <corsair@gentoo.org>
+  Compress-Raw-Zlib-2.015.ebuild:
+  Stable on ppc64; bug #192989
 
   21 Oct 2008; Tobias Heinlein <keytoaster@gentoo.org>
   Compress-Raw-Zlib-2.015.ebuild:



1.4                  dev-perl/Compress-Raw-Zlib/Compress-Raw-Zlib-2.015.ebuild

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

Index: Compress-Raw-Zlib-2.015.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Compress-Raw-Zlib/Compress-Raw-Zlib-2.015.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Compress-Raw-Zlib-2.015.ebuild	21 Oct 2008 15:45:15 -0000	1.3
+++ Compress-Raw-Zlib-2.015.ebuild	21 Oct 2008 17:04:33 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Compress-Raw-Zlib/Compress-Raw-Zlib-2.015.ebuild,v 1.3 2008/10/21 15:45:15 keytoaster Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Compress-Raw-Zlib/Compress-Raw-Zlib-2.015.ebuild,v 1.4 2008/10/21 17:04:33 corsair Exp $
 
 MODULE_AUTHOR=PMQS
 
@@ -10,7 +10,7 @@
 
 LICENSE="|| ( Artistic GPL-2 )"
 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 ~sparc-fbsd ~x86 ~x86-fbsd"
 IUSE="test"
 
 RDEPEND="dev-lang/perl






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Compress-Raw-Zlib: ChangeLog Compress-Raw-Zlib-2.015.ebuild
@ 2008-10-22 19:27 Guy Martin (gmsoft)
  0 siblings, 0 replies; 7+ messages in thread
From: Guy Martin (gmsoft) @ 2008-10-22 19:27 UTC (permalink / raw
  To: gentoo-commits

gmsoft      08/10/22 19:27:48

  Modified:             ChangeLog Compress-Raw-Zlib-2.015.ebuild
  Log:
  hppa stable, #192989
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.49                 dev-perl/Compress-Raw-Zlib/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Compress-Raw-Zlib/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog	21 Oct 2008 17:04:33 -0000	1.48
+++ ChangeLog	22 Oct 2008 19:27:48 -0000	1.49
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/Compress-Raw-Zlib
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Compress-Raw-Zlib/ChangeLog,v 1.48 2008/10/21 17:04:33 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Compress-Raw-Zlib/ChangeLog,v 1.49 2008/10/22 19:27:48 gmsoft Exp $
+
+  22 Oct 2008; Guy Martin <gmsoft@gentoo.org>
+  Compress-Raw-Zlib-2.015.ebuild:
+  hppa stable, #192989
 
   21 Oct 2008; Markus Rothe <corsair@gentoo.org>
   Compress-Raw-Zlib-2.015.ebuild:



1.5                  dev-perl/Compress-Raw-Zlib/Compress-Raw-Zlib-2.015.ebuild

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

Index: Compress-Raw-Zlib-2.015.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Compress-Raw-Zlib/Compress-Raw-Zlib-2.015.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Compress-Raw-Zlib-2.015.ebuild	21 Oct 2008 17:04:33 -0000	1.4
+++ Compress-Raw-Zlib-2.015.ebuild	22 Oct 2008 19:27:48 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Compress-Raw-Zlib/Compress-Raw-Zlib-2.015.ebuild,v 1.4 2008/10/21 17:04:33 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Compress-Raw-Zlib/Compress-Raw-Zlib-2.015.ebuild,v 1.5 2008/10/22 19:27:48 gmsoft Exp $
 
 MODULE_AUTHOR=PMQS
 
@@ -10,7 +10,7 @@
 
 LICENSE="|| ( Artistic GPL-2 )"
 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 ~sparc-fbsd ~x86 ~x86-fbsd"
 IUSE="test"
 
 RDEPEND="dev-lang/perl






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

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

armin76     08/10/23 11:27:28

  Modified:             ChangeLog Compress-Raw-Zlib-2.015.ebuild
  Log:
  alpha/ia64/x86 stable wrt #192989
  (Portage version: 2.1.4.5)

Revision  Changes    Path
1.50                 dev-perl/Compress-Raw-Zlib/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Compress-Raw-Zlib/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog	22 Oct 2008 19:27:48 -0000	1.49
+++ ChangeLog	23 Oct 2008 11:27:28 -0000	1.50
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/Compress-Raw-Zlib
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Compress-Raw-Zlib/ChangeLog,v 1.49 2008/10/22 19:27:48 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Compress-Raw-Zlib/ChangeLog,v 1.50 2008/10/23 11:27:28 armin76 Exp $
+
+  23 Oct 2008; Raúl Porcel <armin76@gentoo.org>
+  Compress-Raw-Zlib-2.015.ebuild:
+  alpha/ia64/x86 stable wrt #192989
 
   22 Oct 2008; Guy Martin <gmsoft@gentoo.org>
   Compress-Raw-Zlib-2.015.ebuild:



1.6                  dev-perl/Compress-Raw-Zlib/Compress-Raw-Zlib-2.015.ebuild

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

Index: Compress-Raw-Zlib-2.015.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Compress-Raw-Zlib/Compress-Raw-Zlib-2.015.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Compress-Raw-Zlib-2.015.ebuild	22 Oct 2008 19:27:48 -0000	1.5
+++ Compress-Raw-Zlib-2.015.ebuild	23 Oct 2008 11:27:28 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Compress-Raw-Zlib/Compress-Raw-Zlib-2.015.ebuild,v 1.5 2008/10/22 19:27:48 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Compress-Raw-Zlib/Compress-Raw-Zlib-2.015.ebuild,v 1.6 2008/10/23 11:27:28 armin76 Exp $
 
 MODULE_AUTHOR=PMQS
 
@@ -10,7 +10,7 @@
 
 LICENSE="|| ( Artistic GPL-2 )"
 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 ~sparc-fbsd x86 ~x86-fbsd"
 IUSE="test"
 
 RDEPEND="dev-lang/perl






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Compress-Raw-Zlib: ChangeLog Compress-Raw-Zlib-2.015.ebuild
@ 2008-10-23 18:11 Tobias Scherbaum (dertobi123)
  0 siblings, 0 replies; 7+ messages in thread
From: Tobias Scherbaum (dertobi123) @ 2008-10-23 18:11 UTC (permalink / raw
  To: gentoo-commits

dertobi123    08/10/23 18:11:34

  Modified:             ChangeLog Compress-Raw-Zlib-2.015.ebuild
  Log:
  ppc stable, bug #192989
  (Portage version: 2.2_rc12/cvs/Linux 2.6.25-gentoo-r7 x86_64)

Revision  Changes    Path
1.51                 dev-perl/Compress-Raw-Zlib/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Compress-Raw-Zlib/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog	23 Oct 2008 11:27:28 -0000	1.50
+++ ChangeLog	23 Oct 2008 18:11:34 -0000	1.51
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/Compress-Raw-Zlib
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Compress-Raw-Zlib/ChangeLog,v 1.50 2008/10/23 11:27:28 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Compress-Raw-Zlib/ChangeLog,v 1.51 2008/10/23 18:11:34 dertobi123 Exp $
+
+  23 Oct 2008; Tobias Scherbaum <dertobi123@gentoo.org>
+  Compress-Raw-Zlib-2.015.ebuild:
+  ppc stable, bug #192989
 
   23 Oct 2008; Raúl Porcel <armin76@gentoo.org>
   Compress-Raw-Zlib-2.015.ebuild:



1.7                  dev-perl/Compress-Raw-Zlib/Compress-Raw-Zlib-2.015.ebuild

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

Index: Compress-Raw-Zlib-2.015.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Compress-Raw-Zlib/Compress-Raw-Zlib-2.015.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Compress-Raw-Zlib-2.015.ebuild	23 Oct 2008 11:27:28 -0000	1.6
+++ Compress-Raw-Zlib-2.015.ebuild	23 Oct 2008 18:11:34 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Compress-Raw-Zlib/Compress-Raw-Zlib-2.015.ebuild,v 1.6 2008/10/23 11:27:28 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Compress-Raw-Zlib/Compress-Raw-Zlib-2.015.ebuild,v 1.7 2008/10/23 18:11:34 dertobi123 Exp $
 
 MODULE_AUTHOR=PMQS
 
@@ -10,7 +10,7 @@
 
 LICENSE="|| ( Artistic GPL-2 )"
 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 ~sparc-fbsd x86 ~x86-fbsd"
 IUSE="test"
 
 RDEPEND="dev-lang/perl






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

end of thread, other threads:[~2008-10-23 18:11 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-22 19:27 [gentoo-commits] gentoo-x86 commit in dev-perl/Compress-Raw-Zlib: ChangeLog Compress-Raw-Zlib-2.015.ebuild Guy Martin (gmsoft)
  -- strict thread matches above, loose matches on Subject: below --
2008-10-23 18:11 Tobias Scherbaum (dertobi123)
2008-10-23 11:27 Raul Porcel (armin76)
2008-10-21 17:04 Markus Rothe (corsair)
2008-10-21 15:45 Tobias Heinlein (keytoaster)
2008-10-20 23:01 Friedrich Oslage (bluebird)
2008-09-05  8: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