public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-perl/DBD-Pg: ChangeLog DBD-Pg-2.15.1.ebuild
@ 2009-08-25 17:21 Robin H. Johnson (robbat2)
  0 siblings, 0 replies; 7+ messages in thread
From: Robin H. Johnson (robbat2) @ 2009-08-25 17:21 UTC (permalink / raw
  To: gentoo-commits

robbat2     09/08/25 17:21:00

  Modified:             ChangeLog
  Added:                DBD-Pg-2.15.1.ebuild
  Log:
  Version bump via perl-bump experimental tool.
  (Portage version: 2.2_rc38/cvs/Linux x86_64)

Revision  Changes    Path
1.64                 dev-perl/DBD-Pg/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/DBD-Pg/ChangeLog?rev=1.64&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/DBD-Pg/ChangeLog?rev=1.64&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/DBD-Pg/ChangeLog?r1=1.63&r2=1.64

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -p -w -b -B -u -u -r1.63 -r1.64
--- ChangeLog	16 Aug 2009 09:33:32 -0000	1.63
+++ ChangeLog	25 Aug 2009 17:21:00 -0000	1.64
@@ -1,6 +1,11 @@
 # ChangeLog for dev-perl/DBD-Pg
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v 1.63 2009/08/16 09:33:32 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v 1.64 2009/08/25 17:21:00 robbat2 Exp $
+
+*DBD-Pg-2.15.1 (25 Aug 2009)
+
+  25 Aug 2009; Robin H. Johnson <robbat2@gentoo.org> +DBD-Pg-2.15.1.ebuild:
+  Version bump via perl-bump experimental tool.
 
   16 Aug 2009; Torsten Veller <tove@gentoo.org>
   -files/DBD-Pg-1.31-versparse.patch:



1.1                  dev-perl/DBD-Pg/DBD-Pg-2.15.1.ebuild

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

Index: DBD-Pg-2.15.1.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.15.1.ebuild,v 1.1 2009/08/25 17:21:00 robbat2 Exp $

MODULE_AUTHOR=TURNSTEP
inherit perl-module eutils

DESCRIPTION="The Perl DBD::Pg Module"

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

DEPEND="virtual/perl-Test-Simple
	virtual/perl-version
	>=virtual/perl-Test-Harness-2.03
	>=dev-perl/DBI-1.52
	>=virtual/postgresql-base-7.3"

mydoc="README"

# testcases require a local database with an
# open password for the postgres user.
SRC_TEST="skip"

src_compile() {
	postgres_include="$(readlink -f /usr/include/postgresql)"
	postgres_lib="${postgres_include//include/lib}"
	# Fall-through case is the non-split postgresql
	# The active cases instead get us the matching libdir for the includedir.
	for i in lib lib64 ; do
		if [ -d ${postgres_lib}/${i} ]; then
			postgres_lib="${postgres_lib}/${i}"
			break
		fi
	done

	# env variables for compilation:
	export POSTGRES_INCLUDE="${postgres_include}"
	export POSTGRES_LIB="${postgres_lib}"
	perl-module_src_compile
}






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/DBD-Pg: ChangeLog DBD-Pg-2.15.1.ebuild
@ 2009-09-27 11:09 Markus Meier (maekke)
  0 siblings, 0 replies; 7+ messages in thread
From: Markus Meier (maekke) @ 2009-09-27 11:09 UTC (permalink / raw
  To: gentoo-commits

maekke      09/09/27 11:09:24

  Modified:             ChangeLog DBD-Pg-2.15.1.ebuild
  Log:
  amd64/x86 stable, bug #276768
  (Portage version: 2.2_rc42/cvs/Linux x86_64)

Revision  Changes    Path
1.66                 dev-perl/DBD-Pg/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/DBD-Pg/ChangeLog?rev=1.66&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/DBD-Pg/ChangeLog?rev=1.66&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/DBD-Pg/ChangeLog?r1=1.65&r2=1.66

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog	7 Sep 2009 09:20:52 -0000	1.65
+++ ChangeLog	27 Sep 2009 11:09:23 -0000	1.66
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/DBD-Pg
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v 1.65 2009/09/07 09:20:52 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v 1.66 2009/09/27 11:09:23 maekke Exp $
+
+  27 Sep 2009; Markus Meier <maekke@gentoo.org> DBD-Pg-2.15.1.ebuild:
+  amd64/x86 stable, bug #276768
 
   07 Sep 2009; Torsten Veller <tove@gentoo.org> -DBD-Pg-2.11.8.ebuild:
   Cleanup



1.2                  dev-perl/DBD-Pg/DBD-Pg-2.15.1.ebuild

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

Index: DBD-Pg-2.15.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.15.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- DBD-Pg-2.15.1.ebuild	25 Aug 2009 17:21:00 -0000	1.1
+++ DBD-Pg-2.15.1.ebuild	27 Sep 2009 11:09:23 -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/DBD-Pg/DBD-Pg-2.15.1.ebuild,v 1.1 2009/08/25 17:21:00 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.15.1.ebuild,v 1.2 2009/09/27 11:09:23 maekke Exp $
 
 MODULE_AUTHOR=TURNSTEP
 inherit perl-module eutils
@@ -9,7 +9,7 @@
 
 LICENSE="|| ( Artistic GPL-2 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND="virtual/perl-Test-Simple






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/DBD-Pg: ChangeLog DBD-Pg-2.15.1.ebuild
@ 2009-09-27 14:35 Brent Baude (ranger)
  0 siblings, 0 replies; 7+ messages in thread
From: Brent Baude (ranger) @ 2009-09-27 14:35 UTC (permalink / raw
  To: gentoo-commits

ranger      09/09/27 14:35:27

  Modified:             ChangeLog DBD-Pg-2.15.1.ebuild
  Log:
  Marking DBD-Pg-2.15.1 ppc64 for bug 276768
  (Portage version: 2.1.6.13/cvs/Linux ppc64)

Revision  Changes    Path
1.67                 dev-perl/DBD-Pg/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/DBD-Pg/ChangeLog?rev=1.67&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/DBD-Pg/ChangeLog?rev=1.67&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/DBD-Pg/ChangeLog?r1=1.66&r2=1.67

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog	27 Sep 2009 11:09:23 -0000	1.66
+++ ChangeLog	27 Sep 2009 14:35:26 -0000	1.67
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/DBD-Pg
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v 1.66 2009/09/27 11:09:23 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v 1.67 2009/09/27 14:35:26 ranger Exp $
+
+  27 Sep 2009; Brent Baude <ranger@gentoo.org> DBD-Pg-2.15.1.ebuild:
+  Marking DBD-Pg-2.15.1 ppc64 for bug 276768
 
   27 Sep 2009; Markus Meier <maekke@gentoo.org> DBD-Pg-2.15.1.ebuild:
   amd64/x86 stable, bug #276768



1.3                  dev-perl/DBD-Pg/DBD-Pg-2.15.1.ebuild

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

Index: DBD-Pg-2.15.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.15.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- DBD-Pg-2.15.1.ebuild	27 Sep 2009 11:09:23 -0000	1.2
+++ DBD-Pg-2.15.1.ebuild	27 Sep 2009 14:35:26 -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/DBD-Pg/DBD-Pg-2.15.1.ebuild,v 1.2 2009/09/27 11:09:23 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.15.1.ebuild,v 1.3 2009/09/27 14:35:26 ranger Exp $
 
 MODULE_AUTHOR=TURNSTEP
 inherit perl-module eutils
@@ -9,7 +9,7 @@
 
 LICENSE="|| ( Artistic GPL-2 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND="virtual/perl-Test-Simple






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/DBD-Pg: ChangeLog DBD-Pg-2.15.1.ebuild
@ 2009-09-29 17:57 Tobias Klausmann (klausman)
  0 siblings, 0 replies; 7+ messages in thread
From: Tobias Klausmann (klausman) @ 2009-09-29 17:57 UTC (permalink / raw
  To: gentoo-commits

klausman    09/09/29 17:57:42

  Modified:             ChangeLog DBD-Pg-2.15.1.ebuild
  Log:
  Stable on alpha, bug #276768
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.68                 dev-perl/DBD-Pg/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/DBD-Pg/ChangeLog?rev=1.68&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/DBD-Pg/ChangeLog?rev=1.68&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/DBD-Pg/ChangeLog?r1=1.67&r2=1.68

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog	27 Sep 2009 14:35:26 -0000	1.67
+++ ChangeLog	29 Sep 2009 17:57:42 -0000	1.68
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/DBD-Pg
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v 1.67 2009/09/27 14:35:26 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v 1.68 2009/09/29 17:57:42 klausman Exp $
+
+  29 Sep 2009; Tobias Klausmann <klausman@gentoo.org> DBD-Pg-2.15.1.ebuild:
+  Stable on alpha, bug #276768
 
   27 Sep 2009; Brent Baude <ranger@gentoo.org> DBD-Pg-2.15.1.ebuild:
   Marking DBD-Pg-2.15.1 ppc64 for bug 276768



1.4                  dev-perl/DBD-Pg/DBD-Pg-2.15.1.ebuild

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

Index: DBD-Pg-2.15.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.15.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- DBD-Pg-2.15.1.ebuild	27 Sep 2009 14:35:26 -0000	1.3
+++ DBD-Pg-2.15.1.ebuild	29 Sep 2009 17:57:42 -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/DBD-Pg/DBD-Pg-2.15.1.ebuild,v 1.3 2009/09/27 14:35:26 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.15.1.ebuild,v 1.4 2009/09/29 17:57:42 klausman Exp $
 
 MODULE_AUTHOR=TURNSTEP
 inherit perl-module eutils
@@ -9,7 +9,7 @@
 
 LICENSE="|| ( Artistic GPL-2 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND="virtual/perl-Test-Simple






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/DBD-Pg: ChangeLog DBD-Pg-2.15.1.ebuild
@ 2009-10-05 16:08 Raul Porcel (armin76)
  0 siblings, 0 replies; 7+ messages in thread
From: Raul Porcel (armin76) @ 2009-10-05 16:08 UTC (permalink / raw
  To: gentoo-commits

armin76     09/10/05 16:08:27

  Modified:             ChangeLog DBD-Pg-2.15.1.ebuild
  Log:
  arm/ia64/s390/sh/sparc stable wrt #276768
  (Portage version: 2.1.6.13/cvs/Linux ia64)

Revision  Changes    Path
1.69                 dev-perl/DBD-Pg/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/DBD-Pg/ChangeLog?rev=1.69&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/DBD-Pg/ChangeLog?rev=1.69&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/DBD-Pg/ChangeLog?r1=1.68&r2=1.69

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog	29 Sep 2009 17:57:42 -0000	1.68
+++ ChangeLog	5 Oct 2009 16:08:26 -0000	1.69
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/DBD-Pg
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v 1.68 2009/09/29 17:57:42 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v 1.69 2009/10/05 16:08:26 armin76 Exp $
+
+  05 Oct 2009; Raúl Porcel <armin76@gentoo.org> DBD-Pg-2.15.1.ebuild:
+  arm/ia64/s390/sh/sparc stable wrt #276768
 
   29 Sep 2009; Tobias Klausmann <klausman@gentoo.org> DBD-Pg-2.15.1.ebuild:
   Stable on alpha, bug #276768



1.5                  dev-perl/DBD-Pg/DBD-Pg-2.15.1.ebuild

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

Index: DBD-Pg-2.15.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.15.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- DBD-Pg-2.15.1.ebuild	29 Sep 2009 17:57:42 -0000	1.4
+++ DBD-Pg-2.15.1.ebuild	5 Oct 2009 16:08:26 -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/DBD-Pg/DBD-Pg-2.15.1.ebuild,v 1.4 2009/09/29 17:57:42 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.15.1.ebuild,v 1.5 2009/10/05 16:08:26 armin76 Exp $
 
 MODULE_AUTHOR=TURNSTEP
 inherit perl-module eutils
@@ -9,7 +9,7 @@
 
 LICENSE="|| ( Artistic GPL-2 )"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ~ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND="virtual/perl-Test-Simple






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/DBD-Pg: ChangeLog DBD-Pg-2.15.1.ebuild
@ 2009-10-07 16:27 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 7+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2009-10-07 16:27 UTC (permalink / raw
  To: gentoo-commits

nixnut      09/10/07 16:27:45

  Modified:             ChangeLog DBD-Pg-2.15.1.ebuild
  Log:
  ppc stable #276768
  (Portage version: 2.1.6.13/cvs/Linux ppc)

Revision  Changes    Path
1.70                 dev-perl/DBD-Pg/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/DBD-Pg/ChangeLog?rev=1.70&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/DBD-Pg/ChangeLog?rev=1.70&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/DBD-Pg/ChangeLog?r1=1.69&r2=1.70

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- ChangeLog	5 Oct 2009 16:08:26 -0000	1.69
+++ ChangeLog	7 Oct 2009 16:27:44 -0000	1.70
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/DBD-Pg
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v 1.69 2009/10/05 16:08:26 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v 1.70 2009/10/07 16:27:44 nixnut Exp $
+
+  07 Oct 2009; nixnut <nixnut@gentoo.org> DBD-Pg-2.15.1.ebuild:
+  ppc stable #276768
 
   05 Oct 2009; Raúl Porcel <armin76@gentoo.org> DBD-Pg-2.15.1.ebuild:
   arm/ia64/s390/sh/sparc stable wrt #276768



1.6                  dev-perl/DBD-Pg/DBD-Pg-2.15.1.ebuild

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

Index: DBD-Pg-2.15.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.15.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- DBD-Pg-2.15.1.ebuild	5 Oct 2009 16:08:26 -0000	1.5
+++ DBD-Pg-2.15.1.ebuild	7 Oct 2009 16:27:44 -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/DBD-Pg/DBD-Pg-2.15.1.ebuild,v 1.5 2009/10/05 16:08:26 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.15.1.ebuild,v 1.6 2009/10/07 16:27:44 nixnut Exp $
 
 MODULE_AUTHOR=TURNSTEP
 inherit perl-module eutils
@@ -9,7 +9,7 @@
 
 LICENSE="|| ( Artistic GPL-2 )"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ~ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND="virtual/perl-Test-Simple






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/DBD-Pg: ChangeLog DBD-Pg-2.15.1.ebuild
@ 2009-10-16 14:21 Jeroen Roovers (jer)
  0 siblings, 0 replies; 7+ messages in thread
From: Jeroen Roovers (jer) @ 2009-10-16 14:21 UTC (permalink / raw
  To: gentoo-commits

jer         09/10/16 14:21:00

  Modified:             ChangeLog DBD-Pg-2.15.1.ebuild
  Log:
  Stable for HPPA (bug #276768).
  (Portage version: 2.2_rc46/cvs/Linux i686)

Revision  Changes    Path
1.71                 dev-perl/DBD-Pg/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/DBD-Pg/ChangeLog?rev=1.71&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/DBD-Pg/ChangeLog?rev=1.71&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/DBD-Pg/ChangeLog?r1=1.70&r2=1.71

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- ChangeLog	7 Oct 2009 16:27:44 -0000	1.70
+++ ChangeLog	16 Oct 2009 14:21:00 -0000	1.71
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/DBD-Pg
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v 1.70 2009/10/07 16:27:44 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v 1.71 2009/10/16 14:21:00 jer Exp $
+
+  16 Oct 2009; Jeroen Roovers <jer@gentoo.org> DBD-Pg-2.15.1.ebuild:
+  Stable for HPPA (bug #276768).
 
   07 Oct 2009; nixnut <nixnut@gentoo.org> DBD-Pg-2.15.1.ebuild:
   ppc stable #276768



1.7                  dev-perl/DBD-Pg/DBD-Pg-2.15.1.ebuild

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

Index: DBD-Pg-2.15.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.15.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- DBD-Pg-2.15.1.ebuild	7 Oct 2009 16:27:44 -0000	1.6
+++ DBD-Pg-2.15.1.ebuild	16 Oct 2009 14:21:00 -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/DBD-Pg/DBD-Pg-2.15.1.ebuild,v 1.6 2009/10/07 16:27:44 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.15.1.ebuild,v 1.7 2009/10/16 14:21:00 jer Exp $
 
 MODULE_AUTHOR=TURNSTEP
 inherit perl-module eutils
@@ -9,7 +9,7 @@
 
 LICENSE="|| ( Artistic GPL-2 )"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND="virtual/perl-Test-Simple






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

end of thread, other threads:[~2009-10-16 14:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-25 17:21 [gentoo-commits] gentoo-x86 commit in dev-perl/DBD-Pg: ChangeLog DBD-Pg-2.15.1.ebuild Robin H. Johnson (robbat2)
  -- strict thread matches above, loose matches on Subject: below --
2009-09-27 11:09 Markus Meier (maekke)
2009-09-27 14:35 Brent Baude (ranger)
2009-09-29 17:57 Tobias Klausmann (klausman)
2009-10-05 16:08 Raul Porcel (armin76)
2009-10-07 16:27 Gysbert Wassenaar (nixnut)
2009-10-16 14:21 Jeroen Roovers (jer)

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