Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 69570 Details for
Bug 107719
log4j-1.2.12-r1.ebuild (Update)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
log4j-1.2.12-r1.ebuild
log4j-1.2.12-r1.ebuild (text/plain), 1.74 KB, created by
Dave Nebinger
on 2005-09-30 09:32:23 UTC
(
hide
)
Description:
log4j-1.2.12-r1.ebuild
Filename:
MIME Type:
Creator:
Dave Nebinger
Created:
2005-09-30 09:32:23 UTC
Size:
1.74 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils java-pkg > >DESCRIPTION="A low-overhead robust logging package for Java" >SRC_URI="mirror://apache/logging/log4j/${PV}/logging-${P}.tar.gz" >HOMEPAGE="http://logging.apache.org/log4j/" >LICENSE="Apache-1.1" >SLOT="0" >KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" >IUSE="doc javamail jikes jms jmx source" > >RDEPEND=">=virtual/jre-1.4 > javamail? ( dev-java/sun-javamail-bin dev-java/sun-jaf-bin ) > jmx? ( dev-java/jmx ) > jms? ( =dev-java/openjms-bin-0.7.6 )" > ># We should get log4j working with openjms but at the moment that would bring ># a circular dependency. ># jms? ( || (=dev-java/openjms-0.7.6* =dev-java/openjms-bin-0.7.6* ))" >DEPEND=">=virtual/jdk-1.4 > dev-java/ant-core > jikes? ( dev-java/jikes ) > source? ( app-arch/zip ) > ${RDEPEND}" > >S="${WORKDIR}/logging-${P}" > >src_unpack() { > unpack ${A} > cd ${S} > > # Apply the 'no source 1.1 patch' > epatch ${FILESDIR}/log4j-no-source-1.1.patch > > rm -rf dist/ >} > >src_compile() { > local antflags="jar" > use jikes && antflags="${antflags} -Dbuild.compiler=jikes" > use javamail && antflags="${antflags} -Djavamail.jar=$(java-pkg_getjar sun-javamail-bin mail.jar) -Dactivation.jar=$(java-pkg_getjar sun-jaf-bin activation.jar)" > use jmx && antflags="${antflags} -Djmx.jar=$(java-pkg_getjar jmx jmxri.jar) -Djmx-extra.jar=$(java-pkg_getjar jmx jmxtools.jar)" > #use jms && antflags="${antflags} -Djms.jar=$(java-pkg_getjar openjms jms.jar)" > use jms && antflags="${antflags} -Djms.jar=/opt/openjms/lib/jms-1.0.2a.jar" > ant ${antflags} || die "compilation error" >} > >src_install() { > java-pkg_newjar dist/lib/log4j-${PV}.jar ${PN}.jar > > use doc && java-pkg_dohtml -r docs/* > use source && java-pkg_dosrc src/java/* >}
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 Raw
Actions:
View
Attachments on
bug 107719
: 69570 |
69571