Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 99062 Details for
Bug 135884
c3p0-0.9.0_pre6 log4j useflag
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for c3p0-0.9.0_pre6-r1 with log4j/junit use-flags
c3p0-0.9.0_pre6-r2.diff (text/plain), 1012 bytes, created by
Bernhard Frauendienst
on 2006-10-07 11:24:59 UTC
(
hide
)
Description:
patch for c3p0-0.9.0_pre6-r1 with log4j/junit use-flags
Filename:
MIME Type:
Creator:
Bernhard Frauendienst
Created:
2006-10-07 11:24:59 UTC
Size:
1012 bytes
patch
obsolete
>--- c3p0-0.9.0_pre6-r1.ebuild 2006-07-23 00:05:37.000000000 +0200 >+++ c3p0-0.9.0_pre6-r2.ebuild 2006-10-07 20:18:23.000000000 +0200 >@@ -9,18 +9,22 @@ > DESCRIPTION="c3p0 is a java component to provide an jdbc database pool" > HOMEPAGE="http://c3p0.sourceforge.net/" > SRC_URI="mirror://sourceforge/${PN}/${PN}-${MY_PV}.src.tgz" >+IUSE="doc log4j junit" >+ > # Does not like Java 1.6's JDBC API > DEPEND="|| ( > =virtual/jdk-1.3* > =virtual/jdk-1.4* > =virtual/jdk-1.5* > ) >- dev-java/ant-core" >+ dev-java/ant-core >+ log4j? ( dev-java/log4j ) >+ junit? ( dev-java/junit )" >+ > RDEPEND=">=virtual/jre-1.3" > LICENSE="LGPL-2" > SLOT="0" > KEYWORDS="~amd64 ~ppc ~x86" >-IUSE="doc" > > S=${WORKDIR}/${PN}-${MY_PV}.src > >@@ -28,6 +32,8 @@ > unpack ${A} > cd ${S} > echo "j2ee.jar.base.dir=${JAVA_HOME}" > build.properties >+ use log4j && echo "log4j.jar.file=$(java-pkg_getjar log4j log4j.jar)" >> build.properties >+ use junit && echo "junit.jar.file=$(java-pkg_getjar junit junit.jar)" >> build.properties > } > > src_compile() {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 135884
:
88586
| 99062