* [gentoo-commits] gentoo-x86 commit in dev-java/jdbc-postgresql: jdbc-postgresql-9.2_p1003.ebuild ChangeLog
@ 2013-11-30 8:29 Tom Wijsman (tomwij)
0 siblings, 0 replies; 5+ messages in thread
From: Tom Wijsman (tomwij) @ 2013-11-30 8:29 UTC (permalink / raw
To: gentoo-commits
tomwij 13/11/30 08:29:54
Modified: ChangeLog
Added: jdbc-postgresql-9.2_p1003.ebuild
Log:
Version bump to 9.2_p1003. EAPI 5. Fixes bug #489082, reported by Gordon Pettey (petteyg359).
(Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
Revision Changes Path
1.49 dev-java/jdbc-postgresql/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jdbc-postgresql/ChangeLog?rev=1.49&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jdbc-postgresql/ChangeLog?rev=1.49&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jdbc-postgresql/ChangeLog?r1=1.48&r2=1.49
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/jdbc-postgresql/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog 19 Sep 2013 20:20:44 -0000 1.48
+++ ChangeLog 30 Nov 2013 08:29:53 -0000 1.49
@@ -1,6 +1,13 @@
# ChangeLog for dev-java/jdbc-postgresql
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jdbc-postgresql/ChangeLog,v 1.48 2013/09/19 20:20:44 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jdbc-postgresql/ChangeLog,v 1.49 2013/11/30 08:29:53 tomwij Exp $
+
+*jdbc-postgresql-9.2_p1003 (30 Nov 2013)
+
+ 30 Nov 2013; Tom Wijsman <TomWij@gentoo.org>
+ +jdbc-postgresql-9.2_p1003.ebuild:
+ Version bump to 9.2_p1003. EAPI 5. Fixes bug #489082, reported by Gordon
+ Pettey (petteyg359).
19 Sep 2013; Aaron W. Swenson <titanofold@gentoo.org>
jdbc-postgresql-8.3_p603.ebuild, jdbc-postgresql-8.3_p605.ebuild,
@@ -249,4 +256,3 @@
+jdbc-postgresql-8.0_p318.ebuild, +jdbc-postgresql-8.1_p408.ebuild,
+jdbc-postgresql-8.2_p504.ebuild:
Created new ebuilds that will replace jdbc3-postgresql package, bug #157973.
-
1.1 dev-java/jdbc-postgresql/jdbc-postgresql-9.2_p1003.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jdbc-postgresql/jdbc-postgresql-9.2_p1003.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jdbc-postgresql/jdbc-postgresql-9.2_p1003.ebuild?rev=1.1&content-type=text/plain
Index: jdbc-postgresql-9.2_p1003.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/jdbc-postgresql/jdbc-postgresql-9.2_p1003.ebuild,v 1.1 2013/11/30 08:29:53 tomwij Exp $
EAPI="5"
JAVA_PKG_IUSE="doc source"
inherit java-pkg-2 java-ant-2
MY_PN="postgresql-jdbc"
MY_PV="${PV/_p/-}"
MY_P="${MY_PN}-${MY_PV}.src"
DESCRIPTION="JDBC Driver for PostgreSQL"
SRC_URI="http://jdbc.postgresql.org/download/${MY_P}.tar.gz"
HOMEPAGE="http://jdbc.postgresql.org/"
LICENSE="POSTGRESQL"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE="test"
DEPEND="
>=virtual/jdk-1.6
doc? (
dev-libs/libxslt
app-text/docbook-xsl-stylesheets
)
test? (
dev-java/ant-junit
dev-db/postgresql-server
)"
RDEPEND=">=virtual/jre-1.6"
S="${WORKDIR}/postgresql-jdbc-${MY_PV}.src"
java_prepare() {
find -name "*.class" -type f -exec rm -v {} + || die
}
JAVA_ANT_REWRITE_CLASSPATH="yes"
EANT_DOC_TARGET="publicapi"
src_compile() {
java-pkg-2_src_compile
# There is a task that creates this doc but I didn't find a way how to use system catalog
# to lookup the stylesheet so the 'doc' target is rewritten here to use system call instead.
if use doc; then
mkdir -p "${S}/build/doc"
xsltproc -o "${S}/build/doc/pgjdbc.html" http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl \
"${S}/doc/pgjdbc.xml"
fi
}
src_test() {
einfo "In order to run the tests successfully, you have to have:"
einfo "1) PostgreSQL server running"
einfo "2) database 'test' defined with user 'test' with password 'password'"
einfo " as owner of the database"
einfo "3) plpgsql support in the 'test' database"
einfo
einfo "You can find a general info on how to perform these steps at"
einfo "https://wiki.gentoo.org/wiki/PostgreSQL"
ANT_TASKS="ant-junit" eant test -Dgentoo.classpath=$(java-pkg_getjars --build-only junit)
}
src_install() {
java-pkg_newjar jars/postgresql.jar jdbc-postgresql.jar
if use doc ; then
java-pkg_dojavadoc build/publicapi
dohtml build/doc/pgjdbc.html
fi
use source && java-pkg_dosrc org
}
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-java/jdbc-postgresql: jdbc-postgresql-9.2_p1003.ebuild ChangeLog
@ 2014-01-18 18:56 Pacho Ramos (pacho)
0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos (pacho) @ 2014-01-18 18:56 UTC (permalink / raw
To: gentoo-commits
pacho 14/01/18 18:56:11
Modified: jdbc-postgresql-9.2_p1003.ebuild ChangeLog
Log:
amd64 stable, bug #457960
(Portage version: 2.2.8/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)
Revision Changes Path
1.2 dev-java/jdbc-postgresql/jdbc-postgresql-9.2_p1003.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jdbc-postgresql/jdbc-postgresql-9.2_p1003.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jdbc-postgresql/jdbc-postgresql-9.2_p1003.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jdbc-postgresql/jdbc-postgresql-9.2_p1003.ebuild?r1=1.1&r2=1.2
Index: jdbc-postgresql-9.2_p1003.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/jdbc-postgresql/jdbc-postgresql-9.2_p1003.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- jdbc-postgresql-9.2_p1003.ebuild 30 Nov 2013 08:29:53 -0000 1.1
+++ jdbc-postgresql-9.2_p1003.ebuild 18 Jan 2014 18:56:11 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jdbc-postgresql/jdbc-postgresql-9.2_p1003.ebuild,v 1.1 2013/11/30 08:29:53 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jdbc-postgresql/jdbc-postgresql-9.2_p1003.ebuild,v 1.2 2014/01/18 18:56:11 pacho Exp $
EAPI="5"
@@ -18,7 +18,7 @@
LICENSE="POSTGRESQL"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
IUSE="test"
DEPEND="
1.50 dev-java/jdbc-postgresql/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jdbc-postgresql/ChangeLog?rev=1.50&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jdbc-postgresql/ChangeLog?rev=1.50&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jdbc-postgresql/ChangeLog?r1=1.49&r2=1.50
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/jdbc-postgresql/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog 30 Nov 2013 08:29:53 -0000 1.49
+++ ChangeLog 18 Jan 2014 18:56:11 -0000 1.50
@@ -1,6 +1,9 @@
# ChangeLog for dev-java/jdbc-postgresql
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jdbc-postgresql/ChangeLog,v 1.49 2013/11/30 08:29:53 tomwij Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jdbc-postgresql/ChangeLog,v 1.50 2014/01/18 18:56:11 pacho Exp $
+
+ 18 Jan 2014; Pacho Ramos <pacho@gentoo.org> jdbc-postgresql-9.2_p1003.ebuild:
+ amd64 stable, bug #457960
*jdbc-postgresql-9.2_p1003 (30 Nov 2013)
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-java/jdbc-postgresql: jdbc-postgresql-9.2_p1003.ebuild ChangeLog
@ 2014-01-19 10:13 Agostino Sarubbo (ago)
0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-01-19 10:13 UTC (permalink / raw
To: gentoo-commits
ago 14/01/19 10:13:03
Modified: jdbc-postgresql-9.2_p1003.ebuild ChangeLog
Log:
Stable for ppc64, wrt bug #457960
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.3 dev-java/jdbc-postgresql/jdbc-postgresql-9.2_p1003.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jdbc-postgresql/jdbc-postgresql-9.2_p1003.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jdbc-postgresql/jdbc-postgresql-9.2_p1003.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jdbc-postgresql/jdbc-postgresql-9.2_p1003.ebuild?r1=1.2&r2=1.3
Index: jdbc-postgresql-9.2_p1003.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/jdbc-postgresql/jdbc-postgresql-9.2_p1003.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- jdbc-postgresql-9.2_p1003.ebuild 18 Jan 2014 18:56:11 -0000 1.2
+++ jdbc-postgresql-9.2_p1003.ebuild 19 Jan 2014 10:13:03 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jdbc-postgresql/jdbc-postgresql-9.2_p1003.ebuild,v 1.2 2014/01/18 18:56:11 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jdbc-postgresql/jdbc-postgresql-9.2_p1003.ebuild,v 1.3 2014/01/19 10:13:03 ago Exp $
EAPI="5"
@@ -18,7 +18,7 @@
LICENSE="POSTGRESQL"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ppc64 ~x86"
IUSE="test"
DEPEND="
1.51 dev-java/jdbc-postgresql/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jdbc-postgresql/ChangeLog?rev=1.51&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jdbc-postgresql/ChangeLog?rev=1.51&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jdbc-postgresql/ChangeLog?r1=1.50&r2=1.51
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/jdbc-postgresql/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog 18 Jan 2014 18:56:11 -0000 1.50
+++ ChangeLog 19 Jan 2014 10:13:03 -0000 1.51
@@ -1,6 +1,10 @@
# ChangeLog for dev-java/jdbc-postgresql
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jdbc-postgresql/ChangeLog,v 1.50 2014/01/18 18:56:11 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jdbc-postgresql/ChangeLog,v 1.51 2014/01/19 10:13:03 ago Exp $
+
+ 19 Jan 2014; Agostino Sarubbo <ago@gentoo.org>
+ jdbc-postgresql-9.2_p1003.ebuild:
+ Stable for ppc64, wrt bug #457960
18 Jan 2014; Pacho Ramos <pacho@gentoo.org> jdbc-postgresql-9.2_p1003.ebuild:
amd64 stable, bug #457960
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-java/jdbc-postgresql: jdbc-postgresql-9.2_p1003.ebuild ChangeLog
@ 2014-01-20 15:46 Agostino Sarubbo (ago)
0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-01-20 15:46 UTC (permalink / raw
To: gentoo-commits
ago 14/01/20 15:46:28
Modified: jdbc-postgresql-9.2_p1003.ebuild ChangeLog
Log:
Stable for ppc, wrt bug #457960
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Revision Changes Path
1.4 dev-java/jdbc-postgresql/jdbc-postgresql-9.2_p1003.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jdbc-postgresql/jdbc-postgresql-9.2_p1003.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jdbc-postgresql/jdbc-postgresql-9.2_p1003.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jdbc-postgresql/jdbc-postgresql-9.2_p1003.ebuild?r1=1.3&r2=1.4
Index: jdbc-postgresql-9.2_p1003.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/jdbc-postgresql/jdbc-postgresql-9.2_p1003.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- jdbc-postgresql-9.2_p1003.ebuild 19 Jan 2014 10:13:03 -0000 1.3
+++ jdbc-postgresql-9.2_p1003.ebuild 20 Jan 2014 15:46:28 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jdbc-postgresql/jdbc-postgresql-9.2_p1003.ebuild,v 1.3 2014/01/19 10:13:03 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jdbc-postgresql/jdbc-postgresql-9.2_p1003.ebuild,v 1.4 2014/01/20 15:46:28 ago Exp $
EAPI="5"
@@ -18,7 +18,7 @@
LICENSE="POSTGRESQL"
SLOT="0"
-KEYWORDS="amd64 ~ppc ppc64 ~x86"
+KEYWORDS="amd64 ppc ppc64 ~x86"
IUSE="test"
DEPEND="
1.52 dev-java/jdbc-postgresql/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jdbc-postgresql/ChangeLog?rev=1.52&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jdbc-postgresql/ChangeLog?rev=1.52&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jdbc-postgresql/ChangeLog?r1=1.51&r2=1.52
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/jdbc-postgresql/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog 19 Jan 2014 10:13:03 -0000 1.51
+++ ChangeLog 20 Jan 2014 15:46:28 -0000 1.52
@@ -1,6 +1,10 @@
# ChangeLog for dev-java/jdbc-postgresql
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jdbc-postgresql/ChangeLog,v 1.51 2014/01/19 10:13:03 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jdbc-postgresql/ChangeLog,v 1.52 2014/01/20 15:46:28 ago Exp $
+
+ 20 Jan 2014; Agostino Sarubbo <ago@gentoo.org>
+ jdbc-postgresql-9.2_p1003.ebuild:
+ Stable for ppc, wrt bug #457960
19 Jan 2014; Agostino Sarubbo <ago@gentoo.org>
jdbc-postgresql-9.2_p1003.ebuild:
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-java/jdbc-postgresql: jdbc-postgresql-9.2_p1003.ebuild ChangeLog
@ 2014-01-26 11:05 Agostino Sarubbo (ago)
0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-01-26 11:05 UTC (permalink / raw
To: gentoo-commits
ago 14/01/26 11:05:50
Modified: jdbc-postgresql-9.2_p1003.ebuild ChangeLog
Log:
Stable for x86, wrt bug #457960
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Revision Changes Path
1.5 dev-java/jdbc-postgresql/jdbc-postgresql-9.2_p1003.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jdbc-postgresql/jdbc-postgresql-9.2_p1003.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jdbc-postgresql/jdbc-postgresql-9.2_p1003.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jdbc-postgresql/jdbc-postgresql-9.2_p1003.ebuild?r1=1.4&r2=1.5
Index: jdbc-postgresql-9.2_p1003.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/jdbc-postgresql/jdbc-postgresql-9.2_p1003.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- jdbc-postgresql-9.2_p1003.ebuild 20 Jan 2014 15:46:28 -0000 1.4
+++ jdbc-postgresql-9.2_p1003.ebuild 26 Jan 2014 11:05:50 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jdbc-postgresql/jdbc-postgresql-9.2_p1003.ebuild,v 1.4 2014/01/20 15:46:28 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jdbc-postgresql/jdbc-postgresql-9.2_p1003.ebuild,v 1.5 2014/01/26 11:05:50 ago Exp $
EAPI="5"
@@ -18,7 +18,7 @@
LICENSE="POSTGRESQL"
SLOT="0"
-KEYWORDS="amd64 ppc ppc64 ~x86"
+KEYWORDS="amd64 ppc ppc64 x86"
IUSE="test"
DEPEND="
1.54 dev-java/jdbc-postgresql/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jdbc-postgresql/ChangeLog?rev=1.54&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jdbc-postgresql/ChangeLog?rev=1.54&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jdbc-postgresql/ChangeLog?r1=1.53&r2=1.54
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/jdbc-postgresql/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog 24 Jan 2014 18:04:34 -0000 1.53
+++ ChangeLog 26 Jan 2014 11:05:50 -0000 1.54
@@ -1,6 +1,10 @@
# ChangeLog for dev-java/jdbc-postgresql
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jdbc-postgresql/ChangeLog,v 1.53 2014/01/24 18:04:34 sera Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jdbc-postgresql/ChangeLog,v 1.54 2014/01/26 11:05:50 ago Exp $
+
+ 26 Jan 2014; Agostino Sarubbo <ago@gentoo.org>
+ jdbc-postgresql-9.2_p1003.ebuild:
+ Stable for x86, wrt bug #457960
*jdbc-postgresql-9.3_p1100 (24 Jan 2014)
*jdbc-postgresql-9.2_p1004 (24 Jan 2014)
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-01-26 11:05 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-30 8:29 [gentoo-commits] gentoo-x86 commit in dev-java/jdbc-postgresql: jdbc-postgresql-9.2_p1003.ebuild ChangeLog Tom Wijsman (tomwij)
-- strict thread matches above, loose matches on Subject: below --
2014-01-18 18:56 Pacho Ramos (pacho)
2014-01-19 10:13 Agostino Sarubbo (ago)
2014-01-20 15:46 Agostino Sarubbo (ago)
2014-01-26 11:05 Agostino Sarubbo (ago)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox