public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-perl/DBD-Pg: DBD-Pg-2.18.1.ebuild ChangeLog
@ 2011-05-12 16:08 Torsten Veller (tove)
  0 siblings, 0 replies; 8+ messages in thread
From: Torsten Veller (tove) @ 2011-05-12 16:08 UTC (permalink / raw
  To: gentoo-commits

tove        11/05/12 16:08:31

  Modified:             ChangeLog
  Added:                DBD-Pg-2.18.1.ebuild
  Log:
  [bump] dev-perl/DBD-Pg-2.18.1
  
  (Portage version: 2.2.0_alpha32/cvs/Linux x86_64)

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

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/ChangeLog?rev=1.94&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/ChangeLog?rev=1.94&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/ChangeLog?r1=1.93&r2=1.94

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- ChangeLog	16 Apr 2011 18:00:39 -0000	1.93
+++ ChangeLog	12 May 2011 16:08:31 -0000	1.94
@@ -1,6 +1,11 @@
 # ChangeLog for dev-perl/DBD-Pg
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v 1.93 2011/04/16 18:00:39 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v 1.94 2011/05/12 16:08:31 tove Exp $
+
+*DBD-Pg-2.18.1 (12 May 2011)
+
+  12 May 2011; Torsten Veller <tove@gentoo.org> +DBD-Pg-2.18.1.ebuild:
+  Version bump
 
   16 Apr 2011; Raúl Porcel <armin76@gentoo.org> DBD-Pg-2.17.2.ebuild:
   alpha/ia64/s390/sh/sparc/x86 stable wrt #360245



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

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

Index: DBD-Pg-2.18.1.ebuild
===================================================================
# Copyright 1999-2011 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.18.1.ebuild,v 1.1 2011/05/12 16:08:31 tove Exp $

EAPI=4

MODULE_AUTHOR=TURNSTEP
MODULE_VERSION=2.18.1
inherit perl-module

DESCRIPTION="The Perl DBD::Pg Module"

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

RDEPEND="virtual/perl-version
	>=dev-perl/DBI-1.52
	dev-db/postgresql-base"
DEPEND="${RDEPEND}"

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

src_prepare() {
	postgres_include="$(readlink -f "${EPREFIX}"/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_prepare
}






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/DBD-Pg: DBD-Pg-2.18.1.ebuild ChangeLog
@ 2012-02-03 16:58 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-02-03 16:58 UTC (permalink / raw
  To: gentoo-commits

ago         12/02/03 16:58:38

  Modified:             DBD-Pg-2.18.1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #396921
  
  (Portage version: 2.1.10.44/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-perl/DBD-Pg/DBD-Pg-2.18.1.ebuild

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

Index: DBD-Pg-2.18.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.18.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- DBD-Pg-2.18.1.ebuild	12 May 2011 16:08:31 -0000	1.1
+++ DBD-Pg-2.18.1.ebuild	3 Feb 2012 16:58:38 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 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.18.1.ebuild,v 1.1 2011/05/12 16:08:31 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.18.1.ebuild,v 1.2 2012/02/03 16:58:38 ago Exp $
 
 EAPI=4
 
@@ -11,7 +11,7 @@
 DESCRIPTION="The Perl DBD::Pg Module"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE=""
 
 RDEPEND="virtual/perl-version



1.97                 dev-perl/DBD-Pg/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/ChangeLog?rev=1.97&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/ChangeLog?rev=1.97&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/ChangeLog?r1=1.96&r2=1.97

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -r1.96 -r1.97
--- ChangeLog	30 Jul 2011 08:45:52 -0000	1.96
+++ ChangeLog	3 Feb 2012 16:58:38 -0000	1.97
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/DBD-Pg
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v 1.96 2011/07/30 08:45:52 tove Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v 1.97 2012/02/03 16:58:38 ago Exp $
+
+  03 Feb 2012; Agostino Sarubbo <ago@gentoo.org> DBD-Pg-2.18.1.ebuild:
+  Stable for amd64, wrt bug #396921
 
   30 Jul 2011; Torsten Veller <tove@gentoo.org> -DBD-Pg-2.17.1-r1.ebuild,
   -DBD-Pg-2.18.0.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/DBD-Pg: DBD-Pg-2.18.1.ebuild ChangeLog
@ 2012-02-06 19:09 Brent Baude (ranger)
  0 siblings, 0 replies; 8+ messages in thread
From: Brent Baude (ranger) @ 2012-02-06 19:09 UTC (permalink / raw
  To: gentoo-commits

ranger      12/02/06 19:09:12

  Modified:             DBD-Pg-2.18.1.ebuild ChangeLog
  Log:
  Marking DBD-Pg-2.18.1 ppc for bug 396921
  
  (Portage version: 2.1.10.11/cvs/Linux ppc64)

Revision  Changes    Path
1.3                  dev-perl/DBD-Pg/DBD-Pg-2.18.1.ebuild

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

Index: DBD-Pg-2.18.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.18.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- DBD-Pg-2.18.1.ebuild	3 Feb 2012 16:58:38 -0000	1.2
+++ DBD-Pg-2.18.1.ebuild	6 Feb 2012 19:09:12 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 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.18.1.ebuild,v 1.2 2012/02/03 16:58:38 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.18.1.ebuild,v 1.3 2012/02/06 19:09:12 ranger Exp $
 
 EAPI=4
 
@@ -11,7 +11,7 @@
 DESCRIPTION="The Perl DBD::Pg Module"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE=""
 
 RDEPEND="virtual/perl-version



1.98                 dev-perl/DBD-Pg/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/ChangeLog?rev=1.98&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/ChangeLog?rev=1.98&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/ChangeLog?r1=1.97&r2=1.98

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -r1.97 -r1.98
--- ChangeLog	3 Feb 2012 16:58:38 -0000	1.97
+++ ChangeLog	6 Feb 2012 19:09:12 -0000	1.98
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/DBD-Pg
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v 1.97 2012/02/03 16:58:38 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v 1.98 2012/02/06 19:09:12 ranger Exp $
+
+  06 Feb 2012; Brent Baude <ranger@gentoo.org> DBD-Pg-2.18.1.ebuild:
+  Marking DBD-Pg-2.18.1 ppc for bug 396921
 
   03 Feb 2012; Agostino Sarubbo <ago@gentoo.org> DBD-Pg-2.18.1.ebuild:
   Stable for amd64, wrt bug #396921






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/DBD-Pg: DBD-Pg-2.18.1.ebuild ChangeLog
@ 2012-02-08 19:36 Jeroen Roovers (jer)
  0 siblings, 0 replies; 8+ messages in thread
From: Jeroen Roovers (jer) @ 2012-02-08 19:36 UTC (permalink / raw
  To: gentoo-commits

jer         12/02/08 19:36:30

  Modified:             DBD-Pg-2.18.1.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #396921).
  
  (Portage version: 2.2.0_alpha85/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  dev-perl/DBD-Pg/DBD-Pg-2.18.1.ebuild

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

Index: DBD-Pg-2.18.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.18.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- DBD-Pg-2.18.1.ebuild	6 Feb 2012 19:09:12 -0000	1.3
+++ DBD-Pg-2.18.1.ebuild	8 Feb 2012 19:36:30 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 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.18.1.ebuild,v 1.3 2012/02/06 19:09:12 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.18.1.ebuild,v 1.4 2012/02/08 19:36:30 jer Exp $
 
 EAPI=4
 
@@ -11,7 +11,7 @@
 DESCRIPTION="The Perl DBD::Pg Module"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE=""
 
 RDEPEND="virtual/perl-version



1.99                 dev-perl/DBD-Pg/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/ChangeLog?rev=1.99&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/ChangeLog?rev=1.99&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/ChangeLog?r1=1.98&r2=1.99

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -r1.98 -r1.99
--- ChangeLog	6 Feb 2012 19:09:12 -0000	1.98
+++ ChangeLog	8 Feb 2012 19:36:30 -0000	1.99
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/DBD-Pg
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v 1.98 2012/02/06 19:09:12 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v 1.99 2012/02/08 19:36:30 jer Exp $
+
+  08 Feb 2012; Jeroen Roovers <jer@gentoo.org> DBD-Pg-2.18.1.ebuild:
+  Stable for HPPA (bug #396921).
 
   06 Feb 2012; Brent Baude <ranger@gentoo.org> DBD-Pg-2.18.1.ebuild:
   Marking DBD-Pg-2.18.1 ppc for bug 396921






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/DBD-Pg: DBD-Pg-2.18.1.ebuild ChangeLog
@ 2012-02-08 21:51 Markus Meier (maekke)
  0 siblings, 0 replies; 8+ messages in thread
From: Markus Meier (maekke) @ 2012-02-08 21:51 UTC (permalink / raw
  To: gentoo-commits

maekke      12/02/08 21:51:10

  Modified:             DBD-Pg-2.18.1.ebuild ChangeLog
  Log:
  arm stable, bug #396921
  
  (Portage version: 2.1.10.44/cvs/Linux i686)

Revision  Changes    Path
1.5                  dev-perl/DBD-Pg/DBD-Pg-2.18.1.ebuild

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

Index: DBD-Pg-2.18.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.18.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- DBD-Pg-2.18.1.ebuild	8 Feb 2012 19:36:30 -0000	1.4
+++ DBD-Pg-2.18.1.ebuild	8 Feb 2012 21:51:10 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 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.18.1.ebuild,v 1.4 2012/02/08 19:36:30 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.18.1.ebuild,v 1.5 2012/02/08 21:51:10 maekke Exp $
 
 EAPI=4
 
@@ -11,7 +11,7 @@
 DESCRIPTION="The Perl DBD::Pg Module"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE=""
 
 RDEPEND="virtual/perl-version



1.100                dev-perl/DBD-Pg/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/ChangeLog?rev=1.100&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/ChangeLog?rev=1.100&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/ChangeLog?r1=1.99&r2=1.100

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -r1.99 -r1.100
--- ChangeLog	8 Feb 2012 19:36:30 -0000	1.99
+++ ChangeLog	8 Feb 2012 21:51:10 -0000	1.100
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/DBD-Pg
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v 1.99 2012/02/08 19:36:30 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v 1.100 2012/02/08 21:51:10 maekke Exp $
+
+  08 Feb 2012; Markus Meier <maekke@gentoo.org> DBD-Pg-2.18.1.ebuild:
+  arm stable, bug #396921
 
   08 Feb 2012; Jeroen Roovers <jer@gentoo.org> DBD-Pg-2.18.1.ebuild:
   Stable for HPPA (bug #396921).






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/DBD-Pg: DBD-Pg-2.18.1.ebuild ChangeLog
@ 2012-02-16 18:12 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 8+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2012-02-16 18:12 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    12/02/16 18:12:35

  Modified:             DBD-Pg-2.18.1.ebuild ChangeLog
  Log:
  x86 stable wrt bug #396921
  
  (Portage version: 2.1.10.44/cvs/Linux i686)

Revision  Changes    Path
1.6                  dev-perl/DBD-Pg/DBD-Pg-2.18.1.ebuild

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

Index: DBD-Pg-2.18.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.18.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- DBD-Pg-2.18.1.ebuild	8 Feb 2012 21:51:10 -0000	1.5
+++ DBD-Pg-2.18.1.ebuild	16 Feb 2012 18:12:35 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 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.18.1.ebuild,v 1.5 2012/02/08 21:51:10 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.18.1.ebuild,v 1.6 2012/02/16 18:12:35 phajdan.jr Exp $
 
 EAPI=4
 
@@ -11,7 +11,7 @@
 DESCRIPTION="The Perl DBD::Pg Module"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE=""
 
 RDEPEND="virtual/perl-version



1.101                dev-perl/DBD-Pg/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/ChangeLog?rev=1.101&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/ChangeLog?rev=1.101&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/ChangeLog?r1=1.100&r2=1.101

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -r1.100 -r1.101
--- ChangeLog	8 Feb 2012 21:51:10 -0000	1.100
+++ ChangeLog	16 Feb 2012 18:12:35 -0000	1.101
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/DBD-Pg
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v 1.100 2012/02/08 21:51:10 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v 1.101 2012/02/16 18:12:35 phajdan.jr Exp $
+
+  16 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> DBD-Pg-2.18.1.ebuild:
+  x86 stable wrt bug #396921
 
   08 Feb 2012; Markus Meier <maekke@gentoo.org> DBD-Pg-2.18.1.ebuild:
   arm stable, bug #396921






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/DBD-Pg: DBD-Pg-2.18.1.ebuild ChangeLog
@ 2012-02-25 17:39 Tobias Klausmann (klausman)
  0 siblings, 0 replies; 8+ messages in thread
From: Tobias Klausmann (klausman) @ 2012-02-25 17:39 UTC (permalink / raw
  To: gentoo-commits

klausman    12/02/25 17:39:01

  Modified:             DBD-Pg-2.18.1.ebuild ChangeLog
  Log:
  Stable on alpha, bug #396921
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  dev-perl/DBD-Pg/DBD-Pg-2.18.1.ebuild

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

Index: DBD-Pg-2.18.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.18.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- DBD-Pg-2.18.1.ebuild	16 Feb 2012 18:12:35 -0000	1.6
+++ DBD-Pg-2.18.1.ebuild	25 Feb 2012 17:39:01 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 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.18.1.ebuild,v 1.6 2012/02/16 18:12:35 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.18.1.ebuild,v 1.7 2012/02/25 17:39:01 klausman Exp $
 
 EAPI=4
 
@@ -11,7 +11,7 @@
 DESCRIPTION="The Perl DBD::Pg Module"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE=""
 
 RDEPEND="virtual/perl-version



1.102                dev-perl/DBD-Pg/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/ChangeLog?rev=1.102&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/ChangeLog?rev=1.102&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/ChangeLog?r1=1.101&r2=1.102

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- ChangeLog	16 Feb 2012 18:12:35 -0000	1.101
+++ ChangeLog	25 Feb 2012 17:39:01 -0000	1.102
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/DBD-Pg
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v 1.101 2012/02/16 18:12:35 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v 1.102 2012/02/25 17:39:01 klausman Exp $
+
+  25 Feb 2012; Tobias Klausmann <klausman@gentoo.org> DBD-Pg-2.18.1.ebuild:
+  Stable on alpha, bug #396921
 
   16 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> DBD-Pg-2.18.1.ebuild:
   x86 stable wrt bug #396921






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/DBD-Pg: DBD-Pg-2.18.1.ebuild ChangeLog
@ 2012-03-02 21:33 Brent Baude (ranger)
  0 siblings, 0 replies; 8+ messages in thread
From: Brent Baude (ranger) @ 2012-03-02 21:33 UTC (permalink / raw
  To: gentoo-commits

ranger      12/03/02 21:33:32

  Modified:             DBD-Pg-2.18.1.ebuild ChangeLog
  Log:
  Marking DBD-Pg-2.18.1 ppc64 for bug 396921
  
  (Portage version: 2.1.10.11/cvs/Linux ppc64)

Revision  Changes    Path
1.8                  dev-perl/DBD-Pg/DBD-Pg-2.18.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.18.1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.18.1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.18.1.ebuild?r1=1.7&r2=1.8

Index: DBD-Pg-2.18.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.18.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- DBD-Pg-2.18.1.ebuild	25 Feb 2012 17:39:01 -0000	1.7
+++ DBD-Pg-2.18.1.ebuild	2 Mar 2012 21:33:31 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 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.18.1.ebuild,v 1.7 2012/02/25 17:39:01 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.18.1.ebuild,v 1.8 2012/03/02 21:33:31 ranger Exp $
 
 EAPI=4
 
@@ -11,7 +11,7 @@
 DESCRIPTION="The Perl DBD::Pg Module"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE=""
 
 RDEPEND="virtual/perl-version



1.103                dev-perl/DBD-Pg/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/ChangeLog?rev=1.103&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/ChangeLog?rev=1.103&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/ChangeLog?r1=1.102&r2=1.103

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -r1.102 -r1.103
--- ChangeLog	25 Feb 2012 17:39:01 -0000	1.102
+++ ChangeLog	2 Mar 2012 21:33:31 -0000	1.103
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/DBD-Pg
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v 1.102 2012/02/25 17:39:01 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v 1.103 2012/03/02 21:33:31 ranger Exp $
+
+  02 Mar 2012; Brent Baude <ranger@gentoo.org> DBD-Pg-2.18.1.ebuild:
+  Marking DBD-Pg-2.18.1 ppc64 for bug 396921
 
   25 Feb 2012; Tobias Klausmann <klausman@gentoo.org> DBD-Pg-2.18.1.ebuild:
   Stable on alpha, bug #396921






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

end of thread, other threads:[~2012-03-02 21:33 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-02 21:33 [gentoo-commits] gentoo-x86 commit in dev-perl/DBD-Pg: DBD-Pg-2.18.1.ebuild ChangeLog Brent Baude (ranger)
  -- strict thread matches above, loose matches on Subject: below --
2012-02-25 17:39 Tobias Klausmann (klausman)
2012-02-16 18:12 PaweA Hajdan (phajdan.jr)
2012-02-08 21:51 Markus Meier (maekke)
2012-02-08 19:36 Jeroen Roovers (jer)
2012-02-06 19:09 Brent Baude (ranger)
2012-02-03 16:58 Agostino Sarubbo (ago)
2011-05-12 16:08 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