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.17.1-r1.ebuild
@ 2010-09-03  7:34 Torsten Veller (tove)
  0 siblings, 0 replies; 8+ messages in thread
From: Torsten Veller (tove) @ 2010-09-03  7:34 UTC (permalink / raw
  To: gentoo-commits

tove        10/09/03 07:34:50

  Modified:             ChangeLog
  Added:                DBD-Pg-2.17.1-r1.ebuild
  Log:
  Add lost prefix keywords. EAPI bump
  
  (Portage version: 2.2_rc74_p2/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- ChangeLog	17 Jun 2010 18:28:46 -0000	1.77
+++ ChangeLog	3 Sep 2010 07:34:50 -0000	1.78
@@ -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.77 2010/06/17 18:28:46 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v 1.78 2010/09/03 07:34:50 tove Exp $
+
+*DBD-Pg-2.17.1-r1 (03 Sep 2010)
+
+  03 Sep 2010; Torsten Veller <tove@gentoo.org> +DBD-Pg-2.17.1-r1.ebuild:
+  Add lost prefix keywords. EAPI bump
 
   17 Jun 2010; Patrick Lauer <patrick@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,



1.1                  dev-perl/DBD-Pg/DBD-Pg-2.17.1-r1.ebuild

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

Index: DBD-Pg-2.17.1-r1.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.1-r1.ebuild,v 1.1 2010/09/03 07:34:50 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] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-perl/DBD-Pg: ChangeLog DBD-Pg-2.17.1-r1.ebuild
@ 2010-11-04 13:13 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 8+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-11-04 13:13 UTC (permalink / raw
  To: gentoo-commits

fauli       10/11/04 13:13:45

  Modified:             ChangeLog DBD-Pg-2.17.1-r1.ebuild
  Log:
  x86 stable, bug 341865
  (Portage version: 2.1.8.3/cvs/Linux i686, RepoMan options: --force)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- ChangeLog	3 Sep 2010 07:34:50 -0000	1.78
+++ ChangeLog	4 Nov 2010 13:13:45 -0000	1.79
@@ -1,6 +1,10 @@
 # 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.78 2010/09/03 07:34:50 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v 1.79 2010/11/04 13:13:45 fauli Exp $
+
+  04 Nov 2010; Christian Faulhammer <fauli@gentoo.org>
+  DBD-Pg-2.17.1-r1.ebuild:
+  x86 stable, bug 341865
 
 *DBD-Pg-2.17.1-r1 (03 Sep 2010)
 



1.2                  dev-perl/DBD-Pg/DBD-Pg-2.17.1-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.17.1-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.17.1-r1.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.1-r1.ebuild?r1=1.1&r2=1.2

Index: DBD-Pg-2.17.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.17.1-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- DBD-Pg-2.17.1-r1.ebuild	3 Sep 2010 07:34:50 -0000	1.1
+++ DBD-Pg-2.17.1-r1.ebuild	4 Nov 2010 13:13:45 -0000	1.2
@@ -1,6 +1,6 @@
 # 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.1-r1.ebuild,v 1.1 2010/09/03 07:34:50 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.17.1-r1.ebuild,v 1.2 2010/11/04 13:13:45 fauli 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






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/DBD-Pg: ChangeLog DBD-Pg-2.17.1-r1.ebuild
@ 2010-11-05  3:53 Jeroen Roovers (jer)
  0 siblings, 0 replies; 8+ messages in thread
From: Jeroen Roovers (jer) @ 2010-11-05  3:53 UTC (permalink / raw
  To: gentoo-commits

jer         10/11/05 03:53:33

  Modified:             ChangeLog DBD-Pg-2.17.1-r1.ebuild
  Log:
  Stable for HPPA (bug #341865).
  
  (Portage version: 2.1.9.24/cvs/Linux i686)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- ChangeLog	4 Nov 2010 13:13:45 -0000	1.79
+++ ChangeLog	5 Nov 2010 03:53:33 -0000	1.80
@@ -1,6 +1,9 @@
 # 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.79 2010/11/04 13:13:45 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v 1.80 2010/11/05 03:53:33 jer Exp $
+
+  05 Nov 2010; Jeroen Roovers <jer@gentoo.org> DBD-Pg-2.17.1-r1.ebuild:
+  Stable for HPPA (bug #341865).
 
   04 Nov 2010; Christian Faulhammer <fauli@gentoo.org>
   DBD-Pg-2.17.1-r1.ebuild:



1.3                  dev-perl/DBD-Pg/DBD-Pg-2.17.1-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.17.1-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.17.1-r1.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.1-r1.ebuild?r1=1.2&r2=1.3

Index: DBD-Pg-2.17.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.17.1-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- DBD-Pg-2.17.1-r1.ebuild	4 Nov 2010 13:13:45 -0000	1.2
+++ DBD-Pg-2.17.1-r1.ebuild	5 Nov 2010 03:53:33 -0000	1.3
@@ -1,6 +1,6 @@
 # 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.1-r1.ebuild,v 1.2 2010/11/04 13:13:45 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.17.1-r1.ebuild,v 1.3 2010/11/05 03:53:33 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






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/DBD-Pg: ChangeLog DBD-Pg-2.17.1-r1.ebuild
@ 2010-11-05 10:48 Markus Meier (maekke)
  0 siblings, 0 replies; 8+ messages in thread
From: Markus Meier (maekke) @ 2010-11-05 10:48 UTC (permalink / raw
  To: gentoo-commits

maekke      10/11/05 10:48:59

  Modified:             ChangeLog DBD-Pg-2.17.1-r1.ebuild
  Log:
  arm stable, bug #341865
  
  (Portage version: 2.1.9.24/cvs/Linux i686)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- ChangeLog	5 Nov 2010 03:53:33 -0000	1.80
+++ ChangeLog	5 Nov 2010 10:48:59 -0000	1.81
@@ -1,6 +1,9 @@
 # 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.80 2010/11/05 03:53:33 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v 1.81 2010/11/05 10:48:59 maekke Exp $
+
+  05 Nov 2010; Markus Meier <maekke@gentoo.org> DBD-Pg-2.17.1-r1.ebuild:
+  arm stable, bug #341865
 
   05 Nov 2010; Jeroen Roovers <jer@gentoo.org> DBD-Pg-2.17.1-r1.ebuild:
   Stable for HPPA (bug #341865).



1.4                  dev-perl/DBD-Pg/DBD-Pg-2.17.1-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.17.1-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.17.1-r1.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.1-r1.ebuild?r1=1.3&r2=1.4

Index: DBD-Pg-2.17.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.17.1-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- DBD-Pg-2.17.1-r1.ebuild	5 Nov 2010 03:53:33 -0000	1.3
+++ DBD-Pg-2.17.1-r1.ebuild	5 Nov 2010 10:48:59 -0000	1.4
@@ -1,6 +1,6 @@
 # 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.1-r1.ebuild,v 1.3 2010/11/05 03:53:33 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.17.1-r1.ebuild,v 1.4 2010/11/05 10:48:59 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






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/DBD-Pg: ChangeLog DBD-Pg-2.17.1-r1.ebuild
@ 2010-11-05 13:09 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 8+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-11-05 13:09 UTC (permalink / raw
  To: gentoo-commits

hwoarang    10/11/05 13:09:33

  Modified:             ChangeLog DBD-Pg-2.17.1-r1.ebuild
  Log:
  Stable on amd64 wrt bug #341865
  
  (Portage version: 2.1.9.24/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- ChangeLog	5 Nov 2010 10:48:59 -0000	1.81
+++ ChangeLog	5 Nov 2010 13:09:33 -0000	1.82
@@ -1,6 +1,10 @@
 # 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.81 2010/11/05 10:48:59 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v 1.82 2010/11/05 13:09:33 hwoarang Exp $
+
+  05 Nov 2010; Markos Chandras <hwoarang@gentoo.org>
+  DBD-Pg-2.17.1-r1.ebuild:
+  Stable on amd64 wrt bug #341865
 
   05 Nov 2010; Markus Meier <maekke@gentoo.org> DBD-Pg-2.17.1-r1.ebuild:
   arm stable, bug #341865



1.5                  dev-perl/DBD-Pg/DBD-Pg-2.17.1-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.17.1-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.17.1-r1.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.1-r1.ebuild?r1=1.4&r2=1.5

Index: DBD-Pg-2.17.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.17.1-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- DBD-Pg-2.17.1-r1.ebuild	5 Nov 2010 10:48:59 -0000	1.4
+++ DBD-Pg-2.17.1-r1.ebuild	5 Nov 2010 13:09:33 -0000	1.5
@@ -1,6 +1,6 @@
 # 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.1-r1.ebuild,v 1.4 2010/11/05 10:48:59 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.17.1-r1.ebuild,v 1.5 2010/11/05 13:09:33 hwoarang 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






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/DBD-Pg: ChangeLog DBD-Pg-2.17.1-r1.ebuild
@ 2010-11-05 13:57 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 8+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-11-05 13:57 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/11/05 13:57:44

  Modified:             ChangeLog DBD-Pg-2.17.1-r1.ebuild
  Log:
  ppc64 stable wrt #341865
  
  (Portage version: 2.2.0_alpha3/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- ChangeLog	5 Nov 2010 13:09:33 -0000	1.82
+++ ChangeLog	5 Nov 2010 13:57:44 -0000	1.83
@@ -1,6 +1,10 @@
 # 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.82 2010/11/05 13:09:33 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v 1.83 2010/11/05 13:57:44 ssuominen Exp $
+
+  05 Nov 2010; Samuli Suominen <ssuominen@gentoo.org>
+  DBD-Pg-2.17.1-r1.ebuild:
+  ppc64 stable wrt #341865
 
   05 Nov 2010; Markos Chandras <hwoarang@gentoo.org>
   DBD-Pg-2.17.1-r1.ebuild:



1.6                  dev-perl/DBD-Pg/DBD-Pg-2.17.1-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.17.1-r1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.17.1-r1.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.1-r1.ebuild?r1=1.5&r2=1.6

Index: DBD-Pg-2.17.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.17.1-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- DBD-Pg-2.17.1-r1.ebuild	5 Nov 2010 13:09:33 -0000	1.5
+++ DBD-Pg-2.17.1-r1.ebuild	5 Nov 2010 13:57:44 -0000	1.6
@@ -1,6 +1,6 @@
 # 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.1-r1.ebuild,v 1.5 2010/11/05 13:09:33 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.17.1-r1.ebuild,v 1.6 2010/11/05 13:57:44 ssuominen 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






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/DBD-Pg: ChangeLog DBD-Pg-2.17.1-r1.ebuild
@ 2010-11-13 19:32 Raul Porcel (armin76)
  0 siblings, 0 replies; 8+ messages in thread
From: Raul Porcel (armin76) @ 2010-11-13 19:32 UTC (permalink / raw
  To: gentoo-commits

armin76     10/11/13 19:32:30

  Modified:             ChangeLog DBD-Pg-2.17.1-r1.ebuild
  Log:
  alpha/ia64/s390/sh/sparc stable wrt #341865
  (Portage version: 2.1.8.3/cvs/Linux ia64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- ChangeLog	5 Nov 2010 13:57:44 -0000	1.83
+++ ChangeLog	13 Nov 2010 19:32:30 -0000	1.84
@@ -1,6 +1,9 @@
 # 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.83 2010/11/05 13:57:44 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v 1.84 2010/11/13 19:32:30 armin76 Exp $
+
+  13 Nov 2010; Raúl Porcel <armin76@gentoo.org> DBD-Pg-2.17.1-r1.ebuild:
+  alpha/ia64/s390/sh/sparc stable wrt #341865
 
   05 Nov 2010; Samuli Suominen <ssuominen@gentoo.org>
   DBD-Pg-2.17.1-r1.ebuild:



1.7                  dev-perl/DBD-Pg/DBD-Pg-2.17.1-r1.ebuild

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

Index: DBD-Pg-2.17.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.17.1-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- DBD-Pg-2.17.1-r1.ebuild	5 Nov 2010 13:57:44 -0000	1.6
+++ DBD-Pg-2.17.1-r1.ebuild	13 Nov 2010 19:32:30 -0000	1.7
@@ -1,6 +1,6 @@
 # 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.1-r1.ebuild,v 1.6 2010/11/05 13:57:44 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.17.1-r1.ebuild,v 1.7 2010/11/13 19:32:30 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






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/DBD-Pg: ChangeLog DBD-Pg-2.17.1-r1.ebuild
@ 2011-01-13 16:54 Brent Baude (ranger)
  0 siblings, 0 replies; 8+ messages in thread
From: Brent Baude (ranger) @ 2011-01-13 16:54 UTC (permalink / raw
  To: gentoo-commits

ranger      11/01/13 16:54:32

  Modified:             ChangeLog DBD-Pg-2.17.1-r1.ebuild
  Log:
  Marking DBD-Pg-2.17.1-r1 ~ppc for bug 341865
  
  (Portage version: 2.1.9.25/cvs/Linux ppc64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- ChangeLog	22 Nov 2010 17:37:09 -0000	1.85
+++ ChangeLog	13 Jan 2011 16:54:32 -0000	1.86
@@ -1,6 +1,9 @@
 # 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.85 2010/11/22 17:37:09 tove Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v 1.86 2011/01/13 16:54:32 ranger Exp $
+
+  13 Jan 2011; Brent Baude <ranger@gentoo.org> DBD-Pg-2.17.1-r1.ebuild:
+  Marking DBD-Pg-2.17.1-r1 ppc stable for bug 341865
 
 *DBD-Pg-2.17.2 (22 Nov 2010)
 



1.8                  dev-perl/DBD-Pg/DBD-Pg-2.17.1-r1.ebuild

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

Index: DBD-Pg-2.17.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.17.1-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- DBD-Pg-2.17.1-r1.ebuild	13 Nov 2010 19:32:30 -0000	1.7
+++ DBD-Pg-2.17.1-r1.ebuild	13 Jan 2011 16:54:32 -0000	1.8
@@ -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.1-r1.ebuild,v 1.7 2010/11/13 19:32:30 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.17.1-r1.ebuild,v 1.8 2011/01/13 16:54:32 ranger 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






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

end of thread, other threads:[~2011-01-13 16:54 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-03  7:34 [gentoo-commits] gentoo-x86 commit in dev-perl/DBD-Pg: ChangeLog DBD-Pg-2.17.1-r1.ebuild Torsten Veller (tove)
  -- strict thread matches above, loose matches on Subject: below --
2010-11-04 13:13 Christian Faulhammer (fauli)
2010-11-05  3:53 Jeroen Roovers (jer)
2010-11-05 10:48 Markus Meier (maekke)
2010-11-05 13:09 Markos Chandras (hwoarang)
2010-11-05 13:57 Samuli Suominen (ssuominen)
2010-11-13 19:32 Raul Porcel (armin76)
2011-01-13 16:54 Brent Baude (ranger)

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