summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLim Swee Tat <st_lim@gentoo.org>2004-08-14 02:04:02 +0000
committerLim Swee Tat <st_lim@gentoo.org>2004-08-14 02:04:02 +0000
commit2a6a39249ec095ce54be576f59455de1056d760b (patch)
tree0e954650e09991dc46379a89d48c041de55b5464 /dev-java/quartz
parentMinor adjustment to einfo for USE=dlloader, rework sed to replace keyboard wi... (diff)
downloadhistorical-2a6a39249ec095ce54be576f59455de1056d760b.tar.gz
historical-2a6a39249ec095ce54be576f59455de1056d760b.tar.bz2
historical-2a6a39249ec095ce54be576f59455de1056d760b.zip
Fixed Quartz for commons-dbcp
Diffstat (limited to 'dev-java/quartz')
-rw-r--r--dev-java/quartz/ChangeLog5
-rw-r--r--dev-java/quartz/quartz-1.3.4.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-java/quartz/ChangeLog b/dev-java/quartz/ChangeLog
index 8570258e087c..4cd81d9d2bbd 100644
--- a/dev-java/quartz/ChangeLog
+++ b/dev-java/quartz/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-java/quartz
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/quartz/ChangeLog,v 1.5 2004/08/08 21:03:57 stuart Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/quartz/ChangeLog,v 1.6 2004/08/14 02:04:02 st_lim Exp $
+
+ 14 Aug 2004; Lim Swee Tat <st_lim@gentoo.org> quartz-1.3.4.ebuild:
+ Problem with dbcp
08 Aug 2004; Stuart Herbert <stuart@gentoo.org> quartz-1.3.4.ebuild:
Updated deps for net-www split
diff --git a/dev-java/quartz/quartz-1.3.4.ebuild b/dev-java/quartz/quartz-1.3.4.ebuild
index 3b654e32225b..7f22d485f49e 100644
--- a/dev-java/quartz/quartz-1.3.4.ebuild
+++ b/dev-java/quartz/quartz-1.3.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/quartz/quartz-1.3.4.ebuild,v 1.7 2004/08/08 21:03:57 stuart Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/quartz/quartz-1.3.4.ebuild,v 1.8 2004/08/14 02:04:02 st_lim Exp $
inherit java-pkg
@@ -17,7 +17,7 @@ DEPEND=">=virtual/jdk-1.4
oracle? ( =dev-java/jdbc2-oracle-9.2.0.3 )
servlet-2.3? ( =dev-java/servletapi-2.3-r1 )
servlet-2.4? ( =dev-java/servletapi-2.4 )
- dbcp? ( =dev-java/commons-dbcp-1.1 )
+ dbcp? ( >=dev-java/commons-dbcp-1.1 )
jboss? ( =www-servers/jboss-3.2.3 )
jta? ( =dev-java/jta-1.0.1 )
jmx? ( =dev-java/jmx-1.2.1 )