diff options
author | Joshua Nichols <nichoj@gentoo.org> | 2006-10-08 02:34:56 +0000 |
---|---|---|
committer | Joshua Nichols <nichoj@gentoo.org> | 2006-10-08 02:34:56 +0000 |
commit | cac5123e43ba95fc788551be7444255f7ea92da9 (patch) | |
tree | d7d726d18e2e362f682d15b05eb8f21447a289d0 /dev-java/c3p0 | |
parent | Fix the as-needed patch again #150198 and move patches into a tarball on the ... (diff) | |
download | gentoo-2-cac5123e43ba95fc788551be7444255f7ea92da9.tar.gz gentoo-2-cac5123e43ba95fc788551be7444255f7ea92da9.tar.bz2 gentoo-2-cac5123e43ba95fc788551be7444255f7ea92da9.zip |
Fixed dpeends for 0.9.0.4.
(Portage version: 2.1.2_pre2)
Diffstat (limited to 'dev-java/c3p0')
-rw-r--r-- | dev-java/c3p0/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/c3p0/c3p0-0.9.0.4.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-java/c3p0/ChangeLog b/dev-java/c3p0/ChangeLog index 521922ccb043..f0e8fbc6da3f 100644 --- a/dev-java/c3p0/ChangeLog +++ b/dev-java/c3p0/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/c3p0 # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/c3p0/ChangeLog,v 1.17 2006/10/07 23:14:48 caster Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/c3p0/ChangeLog,v 1.18 2006/10/08 02:34:56 nichoj Exp $ + + 08 Oct 2006; Joshua Nichols <nichoj@gentoo.org> c3p0-0.9.0.4.ebuild: + Fixed dpeends for 0.9.0.4. *c3p0-0.9.0.4 (07 Oct 2006) diff --git a/dev-java/c3p0/c3p0-0.9.0.4.ebuild b/dev-java/c3p0/c3p0-0.9.0.4.ebuild index dc1ec861cb03..c9e225f4cdb4 100644 --- a/dev-java/c3p0/c3p0-0.9.0.4.ebuild +++ b/dev-java/c3p0/c3p0-0.9.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/c3p0/c3p0-0.9.0.4.ebuild,v 1.1 2006/10/07 23:14:48 caster Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/c3p0/c3p0-0.9.0.4.ebuild,v 1.2 2006/10/08 02:34:56 nichoj Exp $ inherit java-pkg-2 java-ant-2 @@ -10,13 +10,13 @@ DESCRIPTION="Library for augmenting traditional (DriverManager-based) JDBC drive HOMEPAGE="http://c3p0.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${SRC_P}.tgz" # Does not like Java 1.6's JDBC API -RDEPEND="dev-java/log4j" +COMMON_DEPEND="dev-java/log4j" DEPEND="|| ( =virtual/jdk-1.4* =virtual/jdk-1.5* ) dev-java/ant-core source? ( app-arch/zip ) - ${RDEPEND}" + ${COMMON_DEPEND}" RDEPEND=">=virtual/jre-1.4 - ${RDEPEND}" + ${COMMON_DEPEND}" LICENSE="LGPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" |