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.17.2.ebuild ChangeLog
@ 2010-11-22 17:37 Torsten Veller (tove)
  0 siblings, 0 replies; 6+ messages in thread
From: Torsten Veller (tove) @ 2010-11-22 17:37 UTC (permalink / raw
  To: gentoo-commits

tove        10/11/22 17:37:09

  Modified:             ChangeLog
  Added:                DBD-Pg-2.17.2.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.0_alpha4/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- ChangeLog	13 Nov 2010 19:32:30 -0000	1.84
+++ ChangeLog	22 Nov 2010 17:37:09 -0000	1.85
@@ -1,6 +1,11 @@
 # ChangeLog for dev-perl/DBD-Pg
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v 1.84 2010/11/13 19:32:30 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v 1.85 2010/11/22 17:37:09 tove Exp $
+
+*DBD-Pg-2.17.2 (22 Nov 2010)
+
+  22 Nov 2010; Torsten Veller <tove@gentoo.org> +DBD-Pg-2.17.2.ebuild:
+  Version bump
 
   13 Nov 2010; Raúl Porcel <armin76@gentoo.org> DBD-Pg-2.17.1-r1.ebuild:
   alpha/ia64/s390/sh/sparc stable wrt #341865



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

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

Index: DBD-Pg-2.17.2.ebuild
===================================================================
# Copyright 1999-2010 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.17.2.ebuild,v 1.1 2010/11/22 17:37:09 tove Exp $

EAPI=3

MODULE_AUTHOR=TURNSTEP
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] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-perl/DBD-Pg: DBD-Pg-2.17.2.ebuild ChangeLog
@ 2011-03-25  9:50 Christoph Mende (angelos)
  0 siblings, 0 replies; 6+ messages in thread
From: Christoph Mende (angelos) @ 2011-03-25  9:50 UTC (permalink / raw
  To: gentoo-commits

angelos     11/03/25 09:50:59

  Modified:             DBD-Pg-2.17.2.ebuild ChangeLog
  Log:
  Stable on amd64 wrt bug #360245
  
  (Portage version: 2.2.0_alpha28/cvs/Linux x86_64)

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

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

Index: DBD-Pg-2.17.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.17.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- DBD-Pg-2.17.2.ebuild	22 Nov 2010 17:37:09 -0000	1.1
+++ DBD-Pg-2.17.2.ebuild	25 Mar 2011 09:50:59 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# 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.17.2.ebuild,v 1.1 2010/11/22 17:37:09 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.17.2.ebuild,v 1.2 2011/03/25 09:50:59 angelos Exp $
 
 EAPI=3
 
@@ -10,7 +10,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.89                 dev-perl/DBD-Pg/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- ChangeLog	9 Feb 2011 16:38:38 -0000	1.88
+++ ChangeLog	25 Mar 2011 09:50:59 -0000	1.89
@@ -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.88 2011/02/09 16:38:38 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v 1.89 2011/03/25 09:50:59 angelos Exp $
+
+  25 Mar 2011; Christoph Mende <angelos@gentoo.org> DBD-Pg-2.17.2.ebuild:
+  Stable on amd64 wrt bug #360245
 
   14 Jan 2011; Torsten Veller <tove@gentoo.org> -DBD-Pg-2.15.1.ebuild,
   -DBD-Pg-2.16.0.ebuild, -DBD-Pg-2.16.0-r1.ebuild, -DBD-Pg-2.16.1.ebuild,






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/DBD-Pg: DBD-Pg-2.17.2.ebuild ChangeLog
@ 2011-03-30 16:13 Jeroen Roovers (jer)
  0 siblings, 0 replies; 6+ messages in thread
From: Jeroen Roovers (jer) @ 2011-03-30 16:13 UTC (permalink / raw
  To: gentoo-commits

jer         11/03/30 16:13:47

  Modified:             DBD-Pg-2.17.2.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #360245).
  
  (Portage version: 2.2.0_alpha29/cvs/Linux i686)

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

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

Index: DBD-Pg-2.17.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.17.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- DBD-Pg-2.17.2.ebuild	25 Mar 2011 09:50:59 -0000	1.2
+++ DBD-Pg-2.17.2.ebuild	30 Mar 2011 16:13:47 -0000	1.3
@@ -1,6 +1,6 @@
 # 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.17.2.ebuild,v 1.2 2011/03/25 09:50:59 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.17.2.ebuild,v 1.3 2011/03/30 16:13:47 jer Exp $
 
 EAPI=3
 
@@ -10,7 +10,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.91                 dev-perl/DBD-Pg/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- ChangeLog	29 Mar 2011 05:40:11 -0000	1.90
+++ ChangeLog	30 Mar 2011 16:13:47 -0000	1.91
@@ -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.90 2011/03/29 05:40:11 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v 1.91 2011/03/30 16:13:47 jer Exp $
+
+  30 Mar 2011; Jeroen Roovers <jer@gentoo.org> DBD-Pg-2.17.2.ebuild:
+  Stable for HPPA (bug #360245).
 
 *DBD-Pg-2.18.0 (29 Mar 2011)
 






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/DBD-Pg: DBD-Pg-2.17.2.ebuild ChangeLog
@ 2011-04-10 10:49 Markus Meier (maekke)
  0 siblings, 0 replies; 6+ messages in thread
From: Markus Meier (maekke) @ 2011-04-10 10:49 UTC (permalink / raw
  To: gentoo-commits

maekke      11/04/10 10:49:53

  Modified:             DBD-Pg-2.17.2.ebuild ChangeLog
  Log:
  arm stable, bug #360245
  
  (Portage version: 2.1.9.45/cvs/Linux i686)

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

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

Index: DBD-Pg-2.17.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.17.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- DBD-Pg-2.17.2.ebuild	30 Mar 2011 16:13:47 -0000	1.3
+++ DBD-Pg-2.17.2.ebuild	10 Apr 2011 10:49:53 -0000	1.4
@@ -1,6 +1,6 @@
 # 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.17.2.ebuild,v 1.3 2011/03/30 16:13:47 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.17.2.ebuild,v 1.4 2011/04/10 10:49:53 maekke Exp $
 
 EAPI=3
 
@@ -10,7 +10,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.92                 dev-perl/DBD-Pg/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- ChangeLog	30 Mar 2011 16:13:47 -0000	1.91
+++ ChangeLog	10 Apr 2011 10:49:53 -0000	1.92
@@ -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.91 2011/03/30 16:13:47 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v 1.92 2011/04/10 10:49:53 maekke Exp $
+
+  10 Apr 2011; Markus Meier <maekke@gentoo.org> DBD-Pg-2.17.2.ebuild:
+  arm stable, bug #360245
 
   30 Mar 2011; Jeroen Roovers <jer@gentoo.org> DBD-Pg-2.17.2.ebuild:
   Stable for HPPA (bug #360245).






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/DBD-Pg: DBD-Pg-2.17.2.ebuild ChangeLog
@ 2011-04-16 18:00 Raul Porcel (armin76)
  0 siblings, 0 replies; 6+ messages in thread
From: Raul Porcel (armin76) @ 2011-04-16 18:00 UTC (permalink / raw
  To: gentoo-commits

armin76     11/04/16 18:00:40

  Modified:             DBD-Pg-2.17.2.ebuild ChangeLog
  Log:
  alpha/ia64/s390/sh/sparc/x86 stable wrt #360245
  
  (Portage version: 2.1.9.45/cvs/Linux ia64)

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

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

Index: DBD-Pg-2.17.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.17.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- DBD-Pg-2.17.2.ebuild	10 Apr 2011 10:49:53 -0000	1.4
+++ DBD-Pg-2.17.2.ebuild	16 Apr 2011 18:00:39 -0000	1.5
@@ -1,6 +1,6 @@
 # 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.17.2.ebuild,v 1.4 2011/04/10 10:49:53 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.17.2.ebuild,v 1.5 2011/04/16 18:00:39 armin76 Exp $
 
 EAPI=3
 
@@ -10,7 +10,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.93                 dev-perl/DBD-Pg/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- ChangeLog	10 Apr 2011 10:49:53 -0000	1.92
+++ ChangeLog	16 Apr 2011 18:00:39 -0000	1.93
@@ -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.92 2011/04/10 10:49:53 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v 1.93 2011/04/16 18:00:39 armin76 Exp $
+
+  16 Apr 2011; Raúl Porcel <armin76@gentoo.org> DBD-Pg-2.17.2.ebuild:
+  alpha/ia64/s390/sh/sparc/x86 stable wrt #360245
 
   10 Apr 2011; Markus Meier <maekke@gentoo.org> DBD-Pg-2.17.2.ebuild:
   arm stable, bug #360245






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/DBD-Pg: DBD-Pg-2.17.2.ebuild ChangeLog
@ 2011-05-20 19:42 Kacper Kowalik (xarthisius)
  0 siblings, 0 replies; 6+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2011-05-20 19:42 UTC (permalink / raw
  To: gentoo-commits

xarthisius    11/05/20 19:42:11

  Modified:             DBD-Pg-2.17.2.ebuild ChangeLog
  Log:
  ppc/ppc64 stable wrt #360245
  
  (Portage version: 2.2.0_alpha34/cvs/Linux x86_64)

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

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

Index: DBD-Pg-2.17.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.17.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- DBD-Pg-2.17.2.ebuild	16 Apr 2011 18:00:39 -0000	1.5
+++ DBD-Pg-2.17.2.ebuild	20 May 2011 19:42:11 -0000	1.6
@@ -1,6 +1,6 @@
 # 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.17.2.ebuild,v 1.5 2011/04/16 18:00:39 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.17.2.ebuild,v 1.6 2011/05/20 19:42:11 xarthisius Exp $
 
 EAPI=3
 
@@ -10,7 +10,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.95                 dev-perl/DBD-Pg/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- ChangeLog	12 May 2011 16:08:31 -0000	1.94
+++ ChangeLog	20 May 2011 19:42:11 -0000	1.95
@@ -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.94 2011/05/12 16:08:31 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v 1.95 2011/05/20 19:42:11 xarthisius Exp $
+
+  20 May 2011; Kacper Kowalik <xarthisius@gentoo.org> DBD-Pg-2.17.2.ebuild:
+  ppc/ppc64 stable wrt #360245
 
 *DBD-Pg-2.18.1 (12 May 2011)
 






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

end of thread, other threads:[~2011-05-20 19:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-22 17:37 [gentoo-commits] gentoo-x86 commit in dev-perl/DBD-Pg: DBD-Pg-2.17.2.ebuild ChangeLog Torsten Veller (tove)
  -- strict thread matches above, loose matches on Subject: below --
2011-03-25  9:50 Christoph Mende (angelos)
2011-03-30 16:13 Jeroen Roovers (jer)
2011-04-10 10:49 Markus Meier (maekke)
2011-04-16 18:00 Raul Porcel (armin76)
2011-05-20 19:42 Kacper Kowalik (xarthisius)

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