* [gentoo-commits] gentoo-x86 commit in dev-perl/DBD-Pg: DBD-Pg-2.19.3.ebuild ChangeLog
@ 2012-08-22 17:42 Torsten Veller (tove)
0 siblings, 0 replies; 10+ messages in thread
From: Torsten Veller (tove) @ 2012-08-22 17:42 UTC (permalink / raw
To: gentoo-commits
tove 12/08/22 17:42:50
Modified: ChangeLog
Added: DBD-Pg-2.19.3.ebuild
Log:
[bump] dev-perl/DBD-Pg-2.19.3
(Portage version: 2.2.0_alpha121/cvs/Linux x86_64)
Revision Changes Path
1.121 dev-perl/DBD-Pg/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/ChangeLog?rev=1.121&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/ChangeLog?rev=1.121&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/ChangeLog?r1=1.120&r2=1.121
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -r1.120 -r1.121
--- ChangeLog 9 Aug 2012 17:47:01 -0000 1.120
+++ ChangeLog 22 Aug 2012 17:42:50 -0000 1.121
@@ -1,6 +1,11 @@
# 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.120 2012/08/09 17:47:01 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v 1.121 2012/08/22 17:42:50 tove Exp $
+
+*DBD-Pg-2.19.3 (22 Aug 2012)
+
+ 22 Aug 2012; Torsten Veller <tove@gentoo.org> +DBD-Pg-2.19.3.ebuild:
+ Version bump
09 Aug 2012; Brent Baude <ranger@gentoo.org> DBD-Pg-2.19.2.ebuild:
Marking DBD-Pg-2.19.2 ppc for bug 418799
1.1 dev-perl/DBD-Pg/DBD-Pg-2.19.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.19.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.19.3.ebuild?rev=1.1&content-type=text/plain
Index: DBD-Pg-2.19.3.ebuild
===================================================================
# 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.19.3.ebuild,v 1.1 2012/08/22 17:42:50 tove Exp $
EAPI=4
MODULE_AUTHOR=TURNSTEP
MODULE_VERSION=2.19.3
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] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-perl/DBD-Pg: DBD-Pg-2.19.3.ebuild ChangeLog
@ 2012-09-01 11:26 Fabian Groffen (grobian)
0 siblings, 0 replies; 10+ messages in thread
From: Fabian Groffen (grobian) @ 2012-09-01 11:26 UTC (permalink / raw
To: gentoo-commits
grobian 12/09/01 11:26:26
Modified: DBD-Pg-2.19.3.ebuild ChangeLog
Log:
Marked ~ppc-aix, bug #432288
(Portage version: 2.2.01.20894-prefix/cvs/Darwin i386)
Revision Changes Path
1.2 dev-perl/DBD-Pg/DBD-Pg-2.19.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.19.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.19.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.19.3.ebuild?r1=1.1&r2=1.2
Index: DBD-Pg-2.19.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.19.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- DBD-Pg-2.19.3.ebuild 22 Aug 2012 17:42:50 -0000 1.1
+++ DBD-Pg-2.19.3.ebuild 1 Sep 2012 11:26:26 -0000 1.2
@@ -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.19.3.ebuild,v 1.1 2012/08/22 17:42:50 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.19.3.ebuild,v 1.2 2012/09/01 11:26:26 grobian 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 ~ppc-aix ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE=""
RDEPEND="virtual/perl-version
1.123 dev-perl/DBD-Pg/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/ChangeLog?rev=1.123&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/ChangeLog?rev=1.123&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/ChangeLog?r1=1.122&r2=1.123
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -r1.122 -r1.123
--- ChangeLog 27 Aug 2012 17:50:15 -0000 1.122
+++ ChangeLog 1 Sep 2012 11:26:26 -0000 1.123
@@ -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.122 2012/08/27 17:50:15 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v 1.123 2012/09/01 11:26:26 grobian Exp $
+
+ 01 Sep 2012; Fabian Groffen <grobian@gentoo.org> DBD-Pg-2.19.3.ebuild:
+ Marked ~ppc-aix, bug #432288
27 Aug 2012; Raúl Porcel <armin76@gentoo.org> DBD-Pg-2.19.2.ebuild:
alpha/ia64/s390/sh/sparc stable wrt #418799
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-perl/DBD-Pg: DBD-Pg-2.19.3.ebuild ChangeLog
@ 2012-12-06 18:08 Agostino Sarubbo (ago)
0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-06 18:08 UTC (permalink / raw
To: gentoo-commits
ago 12/12/06 18:08:01
Modified: DBD-Pg-2.19.3.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #441218
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.3 dev-perl/DBD-Pg/DBD-Pg-2.19.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.19.3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.19.3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.19.3.ebuild?r1=1.2&r2=1.3
Index: DBD-Pg-2.19.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.19.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- DBD-Pg-2.19.3.ebuild 1 Sep 2012 11:26:26 -0000 1.2
+++ DBD-Pg-2.19.3.ebuild 6 Dec 2012 18:08:01 -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.19.3.ebuild,v 1.2 2012/09/01 11:26:26 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.19.3.ebuild,v 1.3 2012/12/06 18:08:01 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 ~ppc-aix ~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 ~ppc-aix ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE=""
RDEPEND="virtual/perl-version
1.125 dev-perl/DBD-Pg/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/ChangeLog?rev=1.125&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/ChangeLog?rev=1.125&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/ChangeLog?r1=1.124&r2=1.125
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -r1.124 -r1.125
--- ChangeLog 2 Sep 2012 17:31:28 -0000 1.124
+++ ChangeLog 6 Dec 2012 18:08:01 -0000 1.125
@@ -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.124 2012/09/02 17:31:28 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v 1.125 2012/12/06 18:08:01 ago Exp $
+
+ 06 Dec 2012; <ago@gentoo.org> DBD-Pg-2.19.3.ebuild:
+ Stable for amd64, wrt bug #441218
02 Sep 2012; Torsten Veller <tove@gentoo.org> -DBD-Pg-2.19.0.ebuild:
Cleanup
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-perl/DBD-Pg: DBD-Pg-2.19.3.ebuild ChangeLog
@ 2012-12-06 18:16 Agostino Sarubbo (ago)
0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-06 18:16 UTC (permalink / raw
To: gentoo-commits
ago 12/12/06 18:16:27
Modified: DBD-Pg-2.19.3.ebuild ChangeLog
Log:
Stable for x86, wrt bug #441218
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.4 dev-perl/DBD-Pg/DBD-Pg-2.19.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.19.3.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.19.3.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.19.3.ebuild?r1=1.3&r2=1.4
Index: DBD-Pg-2.19.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.19.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- DBD-Pg-2.19.3.ebuild 6 Dec 2012 18:08:01 -0000 1.3
+++ DBD-Pg-2.19.3.ebuild 6 Dec 2012 18:16:27 -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.19.3.ebuild,v 1.3 2012/12/06 18:08:01 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.19.3.ebuild,v 1.4 2012/12/06 18:16:27 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 ~ppc-aix ~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 ~ppc-aix ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE=""
RDEPEND="virtual/perl-version
1.126 dev-perl/DBD-Pg/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/ChangeLog?rev=1.126&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/ChangeLog?rev=1.126&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/ChangeLog?r1=1.125&r2=1.126
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -r1.125 -r1.126
--- ChangeLog 6 Dec 2012 18:08:01 -0000 1.125
+++ ChangeLog 6 Dec 2012 18:16:27 -0000 1.126
@@ -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.125 2012/12/06 18:08:01 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v 1.126 2012/12/06 18:16:27 ago Exp $
+
+ 06 Dec 2012; <ago@gentoo.org> DBD-Pg-2.19.3.ebuild:
+ Stable for x86, wrt bug #441218
06 Dec 2012; <ago@gentoo.org> DBD-Pg-2.19.3.ebuild:
Stable for amd64, wrt bug #441218
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-perl/DBD-Pg: DBD-Pg-2.19.3.ebuild ChangeLog
@ 2012-12-06 18:39 Agostino Sarubbo (ago)
0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-06 18:39 UTC (permalink / raw
To: gentoo-commits
ago 12/12/06 18:39:29
Modified: DBD-Pg-2.19.3.ebuild ChangeLog
Log:
Stable for ppc, wrt bug #441218
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Revision Changes Path
1.5 dev-perl/DBD-Pg/DBD-Pg-2.19.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.19.3.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.19.3.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.19.3.ebuild?r1=1.4&r2=1.5
Index: DBD-Pg-2.19.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.19.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- DBD-Pg-2.19.3.ebuild 6 Dec 2012 18:16:27 -0000 1.4
+++ DBD-Pg-2.19.3.ebuild 6 Dec 2012 18:39:29 -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.19.3.ebuild,v 1.4 2012/12/06 18:16:27 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.19.3.ebuild,v 1.5 2012/12/06 18:39:29 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 ~ppc-aix ~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 ~ppc-aix ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE=""
RDEPEND="virtual/perl-version
1.127 dev-perl/DBD-Pg/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/ChangeLog?rev=1.127&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/ChangeLog?rev=1.127&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/ChangeLog?r1=1.126&r2=1.127
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -r1.126 -r1.127
--- ChangeLog 6 Dec 2012 18:16:27 -0000 1.126
+++ ChangeLog 6 Dec 2012 18:39:29 -0000 1.127
@@ -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.126 2012/12/06 18:16:27 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v 1.127 2012/12/06 18:39:29 ago Exp $
+
+ 06 Dec 2012; Agostino Sarubbo <ago@gentoo.org> DBD-Pg-2.19.3.ebuild:
+ Stable for ppc, wrt bug #441218
06 Dec 2012; <ago@gentoo.org> DBD-Pg-2.19.3.ebuild:
Stable for x86, wrt bug #441218
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-perl/DBD-Pg: DBD-Pg-2.19.3.ebuild ChangeLog
@ 2012-12-06 19:11 Agostino Sarubbo (ago)
0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-06 19:11 UTC (permalink / raw
To: gentoo-commits
ago 12/12/06 19:11:59
Modified: DBD-Pg-2.19.3.ebuild ChangeLog
Log:
Stable for ppc64, wrt bug #441218
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Revision Changes Path
1.6 dev-perl/DBD-Pg/DBD-Pg-2.19.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.19.3.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.19.3.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.19.3.ebuild?r1=1.5&r2=1.6
Index: DBD-Pg-2.19.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.19.3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- DBD-Pg-2.19.3.ebuild 6 Dec 2012 18:39:29 -0000 1.5
+++ DBD-Pg-2.19.3.ebuild 6 Dec 2012 19:11:59 -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.19.3.ebuild,v 1.5 2012/12/06 18:39:29 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.19.3.ebuild,v 1.6 2012/12/06 19:11:59 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 ~ppc-aix ~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 ~ppc-aix ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE=""
RDEPEND="virtual/perl-version
1.128 dev-perl/DBD-Pg/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/ChangeLog?rev=1.128&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/ChangeLog?rev=1.128&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/ChangeLog?r1=1.127&r2=1.128
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -r1.127 -r1.128
--- ChangeLog 6 Dec 2012 18:39:29 -0000 1.127
+++ ChangeLog 6 Dec 2012 19:11:59 -0000 1.128
@@ -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.127 2012/12/06 18:39:29 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v 1.128 2012/12/06 19:11:59 ago Exp $
+
+ 06 Dec 2012; Agostino Sarubbo <ago@gentoo.org> DBD-Pg-2.19.3.ebuild:
+ Stable for ppc64, wrt bug #441218
06 Dec 2012; Agostino Sarubbo <ago@gentoo.org> DBD-Pg-2.19.3.ebuild:
Stable for ppc, wrt bug #441218
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-perl/DBD-Pg: DBD-Pg-2.19.3.ebuild ChangeLog
@ 2012-12-08 16:57 Jeroen Roovers (jer)
0 siblings, 0 replies; 10+ messages in thread
From: Jeroen Roovers (jer) @ 2012-12-08 16:57 UTC (permalink / raw
To: gentoo-commits
jer 12/12/08 16:57:55
Modified: DBD-Pg-2.19.3.ebuild ChangeLog
Log:
Stable for HPPA (bug #441218).
(Portage version: 2.2.0_alpha144/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path
1.7 dev-perl/DBD-Pg/DBD-Pg-2.19.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.19.3.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.19.3.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.19.3.ebuild?r1=1.6&r2=1.7
Index: DBD-Pg-2.19.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.19.3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- DBD-Pg-2.19.3.ebuild 6 Dec 2012 19:11:59 -0000 1.6
+++ DBD-Pg-2.19.3.ebuild 8 Dec 2012 16:57:54 -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.19.3.ebuild,v 1.6 2012/12/06 19:11:59 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.19.3.ebuild,v 1.7 2012/12/08 16:57:54 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 ~ppc-aix ~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 ~ppc-aix ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE=""
RDEPEND="virtual/perl-version
1.129 dev-perl/DBD-Pg/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/ChangeLog?rev=1.129&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/ChangeLog?rev=1.129&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/ChangeLog?r1=1.128&r2=1.129
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -r1.128 -r1.129
--- ChangeLog 6 Dec 2012 19:11:59 -0000 1.128
+++ ChangeLog 8 Dec 2012 16:57:54 -0000 1.129
@@ -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.128 2012/12/06 19:11:59 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v 1.129 2012/12/08 16:57:54 jer Exp $
+
+ 08 Dec 2012; Jeroen Roovers <jer@gentoo.org> DBD-Pg-2.19.3.ebuild:
+ Stable for HPPA (bug #441218).
06 Dec 2012; Agostino Sarubbo <ago@gentoo.org> DBD-Pg-2.19.3.ebuild:
Stable for ppc64, wrt bug #441218
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-perl/DBD-Pg: DBD-Pg-2.19.3.ebuild ChangeLog
@ 2012-12-09 16:54 Markus Meier (maekke)
0 siblings, 0 replies; 10+ messages in thread
From: Markus Meier (maekke) @ 2012-12-09 16:54 UTC (permalink / raw
To: gentoo-commits
maekke 12/12/09 16:54:14
Modified: DBD-Pg-2.19.3.ebuild ChangeLog
Log:
arm stable, bug #441218
(Portage version: 2.1.11.33/cvs/Linux x86_64, signed Manifest commit with key 072AD062)
Revision Changes Path
1.8 dev-perl/DBD-Pg/DBD-Pg-2.19.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.19.3.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.19.3.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.19.3.ebuild?r1=1.7&r2=1.8
Index: DBD-Pg-2.19.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.19.3.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- DBD-Pg-2.19.3.ebuild 8 Dec 2012 16:57:54 -0000 1.7
+++ DBD-Pg-2.19.3.ebuild 9 Dec 2012 16:54:14 -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.19.3.ebuild,v 1.7 2012/12/08 16:57:54 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.19.3.ebuild,v 1.8 2012/12/09 16:54:14 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 ~ppc-aix ~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 ~ppc-aix ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE=""
RDEPEND="virtual/perl-version
1.130 dev-perl/DBD-Pg/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/ChangeLog?rev=1.130&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/ChangeLog?rev=1.130&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/ChangeLog?r1=1.129&r2=1.130
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v
retrieving revision 1.129
retrieving revision 1.130
diff -u -r1.129 -r1.130
--- ChangeLog 8 Dec 2012 16:57:54 -0000 1.129
+++ ChangeLog 9 Dec 2012 16:54:14 -0000 1.130
@@ -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.129 2012/12/08 16:57:54 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v 1.130 2012/12/09 16:54:14 maekke Exp $
+
+ 09 Dec 2012; Markus Meier <maekke@gentoo.org> DBD-Pg-2.19.3.ebuild:
+ arm stable, bug #441218
08 Dec 2012; Jeroen Roovers <jer@gentoo.org> DBD-Pg-2.19.3.ebuild:
Stable for HPPA (bug #441218).
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-perl/DBD-Pg: DBD-Pg-2.19.3.ebuild ChangeLog
@ 2012-12-13 21:43 Agostino Sarubbo (ago)
0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-13 21:43 UTC (permalink / raw
To: gentoo-commits
ago 12/12/13 21:43:43
Modified: DBD-Pg-2.19.3.ebuild ChangeLog
Log:
Stable for ia64, wrt bug #441218
(Portage version: 2.1.11.9/cvs/Linux ia64)
Revision Changes Path
1.9 dev-perl/DBD-Pg/DBD-Pg-2.19.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.19.3.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.19.3.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.19.3.ebuild?r1=1.8&r2=1.9
Index: DBD-Pg-2.19.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.19.3.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- DBD-Pg-2.19.3.ebuild 9 Dec 2012 16:54:14 -0000 1.8
+++ DBD-Pg-2.19.3.ebuild 13 Dec 2012 21:43:43 -0000 1.9
@@ -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.19.3.ebuild,v 1.8 2012/12/09 16:54:14 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.19.3.ebuild,v 1.9 2012/12/13 21:43:43 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 ~ppc-aix ~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 ~ppc-aix ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE=""
RDEPEND="virtual/perl-version
1.131 dev-perl/DBD-Pg/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/ChangeLog?rev=1.131&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/ChangeLog?rev=1.131&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/ChangeLog?r1=1.130&r2=1.131
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v
retrieving revision 1.130
retrieving revision 1.131
diff -u -r1.130 -r1.131
--- ChangeLog 9 Dec 2012 16:54:14 -0000 1.130
+++ ChangeLog 13 Dec 2012 21:43:43 -0000 1.131
@@ -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.130 2012/12/09 16:54:14 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v 1.131 2012/12/13 21:43:43 ago Exp $
+
+ 13 Dec 2012; Agostino Sarubbo <ago@gentoo.org> DBD-Pg-2.19.3.ebuild:
+ Stable for ia64, wrt bug #441218
09 Dec 2012; Markus Meier <maekke@gentoo.org> DBD-Pg-2.19.3.ebuild:
arm stable, bug #441218
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-perl/DBD-Pg: DBD-Pg-2.19.3.ebuild ChangeLog
@ 2012-12-27 8:42 Raul Porcel (armin76)
0 siblings, 0 replies; 10+ messages in thread
From: Raul Porcel (armin76) @ 2012-12-27 8:42 UTC (permalink / raw
To: gentoo-commits
armin76 12/12/27 08:42:22
Modified: DBD-Pg-2.19.3.ebuild ChangeLog
Log:
alpha/s390/sh/sparc stable wrt #441218
(Portage version: 2.1.11.38/cvs/Linux ia64, signed Manifest commit with key F6AD3240)
Revision Changes Path
1.10 dev-perl/DBD-Pg/DBD-Pg-2.19.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.19.3.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.19.3.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.19.3.ebuild?r1=1.9&r2=1.10
Index: DBD-Pg-2.19.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.19.3.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- DBD-Pg-2.19.3.ebuild 13 Dec 2012 21:43:43 -0000 1.9
+++ DBD-Pg-2.19.3.ebuild 27 Dec 2012 08:42:22 -0000 1.10
@@ -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.19.3.ebuild,v 1.9 2012/12/13 21:43:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.19.3.ebuild,v 1.10 2012/12/27 08:42:22 armin76 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 ~ppc-aix ~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 ~ppc-aix ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE=""
RDEPEND="virtual/perl-version
1.132 dev-perl/DBD-Pg/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/ChangeLog?rev=1.132&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/ChangeLog?rev=1.132&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/ChangeLog?r1=1.131&r2=1.132
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -r1.131 -r1.132
--- ChangeLog 13 Dec 2012 21:43:43 -0000 1.131
+++ ChangeLog 27 Dec 2012 08:42:22 -0000 1.132
@@ -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.131 2012/12/13 21:43:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v 1.132 2012/12/27 08:42:22 armin76 Exp $
+
+ 27 Dec 2012; Raúl Porcel <armin76@gentoo.org> DBD-Pg-2.19.3.ebuild:
+ alpha/s390/sh/sparc stable wrt #441218
13 Dec 2012; Agostino Sarubbo <ago@gentoo.org> DBD-Pg-2.19.3.ebuild:
Stable for ia64, wrt bug #441218
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2012-12-27 8:42 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-09 16:54 [gentoo-commits] gentoo-x86 commit in dev-perl/DBD-Pg: DBD-Pg-2.19.3.ebuild ChangeLog Markus Meier (maekke)
-- strict thread matches above, loose matches on Subject: below --
2012-12-27 8:42 Raul Porcel (armin76)
2012-12-13 21:43 Agostino Sarubbo (ago)
2012-12-08 16:57 Jeroen Roovers (jer)
2012-12-06 19:11 Agostino Sarubbo (ago)
2012-12-06 18:39 Agostino Sarubbo (ago)
2012-12-06 18:16 Agostino Sarubbo (ago)
2012-12-06 18:08 Agostino Sarubbo (ago)
2012-09-01 11:26 Fabian Groffen (grobian)
2012-08-22 17:42 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