* [gentoo-commits] gentoo-x86 commit in dev-java/commons-pool: ChangeLog commons-pool-1.5.6.ebuild
@ 2011-05-15 1:49 Alistair Bush (ali_bush)
0 siblings, 0 replies; 4+ messages in thread
From: Alistair Bush (ali_bush) @ 2011-05-15 1:49 UTC (permalink / raw
To: gentoo-commits
ali_bush 11/05/15 01:49:47
Modified: ChangeLog
Added: commons-pool-1.5.6.ebuild
Log:
Version Bump thanks to Kasun. Bug #367161.
(Portage version: 2.1.9.48/cvs/Linux x86_64)
Revision Changes Path
1.60 dev-java/commons-pool/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-pool/ChangeLog?rev=1.60&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-pool/ChangeLog?rev=1.60&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-pool/ChangeLog?r1=1.59&r2=1.60
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/commons-pool/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog 16 Mar 2011 18:14:01 -0000 1.59
+++ ChangeLog 15 May 2011 01:49:47 -0000 1.60
@@ -1,6 +1,11 @@
# ChangeLog for dev-java/commons-pool
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-pool/ChangeLog,v 1.59 2011/03/16 18:14:01 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-pool/ChangeLog,v 1.60 2011/05/15 01:49:47 ali_bush Exp $
+
+*commons-pool-1.5.6 (15 May 2011)
+
+ 15 May 2011; Alistair Bush <ali_bush@gentoo.org> +commons-pool-1.5.6.ebuild:
+ Version Bump thanks to Kasun. Bug #367161.
16 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org>
commons-pool-1.5.5.ebuild:
1.1 dev-java/commons-pool/commons-pool-1.5.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-pool/commons-pool-1.5.6.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-pool/commons-pool-1.5.6.ebuild?rev=1.1&content-type=text/plain
Index: commons-pool-1.5.6.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-pool/commons-pool-1.5.6.ebuild,v 1.1 2011/05/15 01:49:47 ali_bush Exp $
EAPI=2
JAVA_PKG_IUSE="doc source test"
inherit eutils java-pkg-2 java-ant-2
DESCRIPTION="Provides general purpose object pooling API"
HOMEPAGE="http://commons.apache.org/pool/"
SRC_URI="mirror://apache/commons/pool/source/${P}-src.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
IUSE=""
RDEPEND=">=virtual/jre-1.4"
DEPEND=">=virtual/jdk-1.4
test? (
dev-java/ant-junit
dev-java/junit:0
)"
S="${WORKDIR}/${P}-src"
EANT_BUILD_TARGET="build-jar"
src_test() {
ANT_TASKS="ant-junit" eant -Dclasspath="$(java-pkg_getjars junit)" test
}
src_install() {
java-pkg_newjar dist/${P}.jar
dodoc README.txt RELEASE-NOTES.txt || die
use doc && java-pkg_dojavadoc dist/docs/api
use source && java-pkg_dosrc src/java/org
}
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-java/commons-pool: ChangeLog commons-pool-1.5.6.ebuild
@ 2011-06-18 15:29 PaweA Hajdan (phajdan.jr)
0 siblings, 0 replies; 4+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-06-18 15:29 UTC (permalink / raw
To: gentoo-commits
phajdan.jr 11/06/18 15:29:19
Modified: ChangeLog commons-pool-1.5.6.ebuild
Log:
x86 stable wrt bug #371811
(Portage version: 2.1.9.42/cvs/Linux i686)
Revision Changes Path
1.61 dev-java/commons-pool/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-pool/ChangeLog?rev=1.61&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-pool/ChangeLog?rev=1.61&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-pool/ChangeLog?r1=1.60&r2=1.61
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/commons-pool/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog 15 May 2011 01:49:47 -0000 1.60
+++ ChangeLog 18 Jun 2011 15:29:19 -0000 1.61
@@ -1,6 +1,10 @@
# ChangeLog for dev-java/commons-pool
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-pool/ChangeLog,v 1.60 2011/05/15 01:49:47 ali_bush Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-pool/ChangeLog,v 1.61 2011/06/18 15:29:19 phajdan.jr Exp $
+
+ 18 Jun 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+ commons-pool-1.5.6.ebuild:
+ x86 stable wrt bug #371811
*commons-pool-1.5.6 (15 May 2011)
1.2 dev-java/commons-pool/commons-pool-1.5.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-pool/commons-pool-1.5.6.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-pool/commons-pool-1.5.6.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-pool/commons-pool-1.5.6.ebuild?r1=1.1&r2=1.2
Index: commons-pool-1.5.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/commons-pool/commons-pool-1.5.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- commons-pool-1.5.6.ebuild 15 May 2011 01:49:47 -0000 1.1
+++ commons-pool-1.5.6.ebuild 18 Jun 2011 15:29:19 -0000 1.2
@@ -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-java/commons-pool/commons-pool-1.5.6.ebuild,v 1.1 2011/05/15 01:49:47 ali_bush Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-pool/commons-pool-1.5.6.ebuild,v 1.2 2011/06/18 15:29:19 phajdan.jr Exp $
EAPI=2
JAVA_PKG_IUSE="doc source test"
@@ -13,7 +13,7 @@
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~amd64 ~ppc ~ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
IUSE=""
RDEPEND=">=virtual/jre-1.4"
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-java/commons-pool: ChangeLog commons-pool-1.5.6.ebuild
@ 2011-06-19 8:54 Markos Chandras (hwoarang)
0 siblings, 0 replies; 4+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-06-19 8:54 UTC (permalink / raw
To: gentoo-commits
hwoarang 11/06/19 08:54:18
Modified: ChangeLog commons-pool-1.5.6.ebuild
Log:
Stable on amd64 wrt bug #371811
(Portage version: 2.1.9.49/cvs/Linux x86_64)
Revision Changes Path
1.62 dev-java/commons-pool/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-pool/ChangeLog?rev=1.62&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-pool/ChangeLog?rev=1.62&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-pool/ChangeLog?r1=1.61&r2=1.62
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/commons-pool/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog 18 Jun 2011 15:29:19 -0000 1.61
+++ ChangeLog 19 Jun 2011 08:54:18 -0000 1.62
@@ -1,6 +1,9 @@
# ChangeLog for dev-java/commons-pool
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-pool/ChangeLog,v 1.61 2011/06/18 15:29:19 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-pool/ChangeLog,v 1.62 2011/06/19 08:54:18 hwoarang Exp $
+
+ 19 Jun 2011; Markos Chandras <hwoarang@gentoo.org> commons-pool-1.5.6.ebuild:
+ Stable on amd64 wrt bug #371811
18 Jun 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
commons-pool-1.5.6.ebuild:
1.3 dev-java/commons-pool/commons-pool-1.5.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-pool/commons-pool-1.5.6.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-pool/commons-pool-1.5.6.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-pool/commons-pool-1.5.6.ebuild?r1=1.2&r2=1.3
Index: commons-pool-1.5.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/commons-pool/commons-pool-1.5.6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- commons-pool-1.5.6.ebuild 18 Jun 2011 15:29:19 -0000 1.2
+++ commons-pool-1.5.6.ebuild 19 Jun 2011 08:54:18 -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-java/commons-pool/commons-pool-1.5.6.ebuild,v 1.2 2011/06/18 15:29:19 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-pool/commons-pool-1.5.6.ebuild,v 1.3 2011/06/19 08:54:18 hwoarang Exp $
EAPI=2
JAVA_PKG_IUSE="doc source test"
@@ -13,7 +13,7 @@
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
IUSE=""
RDEPEND=">=virtual/jre-1.4"
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-java/commons-pool: ChangeLog commons-pool-1.5.6.ebuild
@ 2011-07-17 20:30 Mark Loeser (halcy0n)
0 siblings, 0 replies; 4+ messages in thread
From: Mark Loeser (halcy0n) @ 2011-07-17 20:30 UTC (permalink / raw
To: gentoo-commits
halcy0n 11/07/17 20:30:50
Modified: ChangeLog commons-pool-1.5.6.ebuild
Log:
Stable for ppc/ppc64; bug #371811
(Portage version: 2.1.10.3/cvs/Linux ppc64)
Revision Changes Path
1.63 dev-java/commons-pool/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-pool/ChangeLog?rev=1.63&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-pool/ChangeLog?rev=1.63&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-pool/ChangeLog?r1=1.62&r2=1.63
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/commons-pool/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog 19 Jun 2011 08:54:18 -0000 1.62
+++ ChangeLog 17 Jul 2011 20:30:50 -0000 1.63
@@ -1,6 +1,9 @@
# ChangeLog for dev-java/commons-pool
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-pool/ChangeLog,v 1.62 2011/06/19 08:54:18 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-pool/ChangeLog,v 1.63 2011/07/17 20:30:50 halcy0n Exp $
+
+ 17 Jul 2011; Mark Loeser <halcy0n@gentoo.org> commons-pool-1.5.6.ebuild:
+ Stable for ppc/ppc64; bug #371811
19 Jun 2011; Markos Chandras <hwoarang@gentoo.org> commons-pool-1.5.6.ebuild:
Stable on amd64 wrt bug #371811
1.4 dev-java/commons-pool/commons-pool-1.5.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-pool/commons-pool-1.5.6.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-pool/commons-pool-1.5.6.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-pool/commons-pool-1.5.6.ebuild?r1=1.3&r2=1.4
Index: commons-pool-1.5.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/commons-pool/commons-pool-1.5.6.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- commons-pool-1.5.6.ebuild 19 Jun 2011 08:54:18 -0000 1.3
+++ commons-pool-1.5.6.ebuild 17 Jul 2011 20:30:50 -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-java/commons-pool/commons-pool-1.5.6.ebuild,v 1.3 2011/06/19 08:54:18 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-pool/commons-pool-1.5.6.ebuild,v 1.4 2011/07/17 20:30:50 halcy0n Exp $
EAPI=2
JAVA_PKG_IUSE="doc source test"
@@ -13,7 +13,7 @@
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
IUSE=""
RDEPEND=">=virtual/jre-1.4"
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-07-17 20:31 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-19 8:54 [gentoo-commits] gentoo-x86 commit in dev-java/commons-pool: ChangeLog commons-pool-1.5.6.ebuild Markos Chandras (hwoarang)
-- strict thread matches above, loose matches on Subject: below --
2011-07-17 20:30 Mark Loeser (halcy0n)
2011-06-18 15:29 PaweA Hajdan (phajdan.jr)
2011-05-15 1:49 Alistair Bush (ali_bush)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox