Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 43613 Details for
Bug 63275
dev-java/velocity uses packed jars
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
New ebuild to build velocity from source jars
velocity-1.4.ebuild (text/plain), 2.45 KB, created by
Vibhav Garg (RETIRED)
on 2004-11-09 09:41:04 UTC
(
hide
)
Description:
New ebuild to build velocity from source jars
Filename:
MIME Type:
Creator:
Vibhav Garg (RETIRED)
Created:
2004-11-09 09:41:04 UTC
Size:
2.45 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/dev-java/velocity/velocity-1.4.ebuild,v 1.6 2004/10/16 17:39:18 axxo Exp $ > >inherit java-pkg > >DESCRIPTION="A Java-based template engine that allows easy creation/rendering of documents that format and present data." >HOMEPAGE="http://jakarta.apache.org/velocity/" >SRC_URI="mirror://apache/jakarta/velocity/binaries/velocity-${PV}/velocity-${PV}.tar.gz" > >LICENSE="Apache-2.0" >SLOT="0" >KEYWORDS="x86 ~amd64" >IUSE="doc j2ee jikes junit" > >DEPEND=">=virtual/jdk-1.3.1" >RDEPEND=">=virtual/jdk-1.3.1 > >=dev-java/ant-1.5.1 > >=dev-java/avalon-logkit-bin-1.2 > >=dev-java/oro-2.0.6 > dev-java/commons-collections > dev-java/fop > =dev-java/jdom-1.0_beta9 > dev-java/antlr > >=dev-java/bcel-5.1 > >=dev-java/junit-3.8 > >=dev-java/log4j-1.2.8 > =dev-java/servletapi-2.3-r1 > j2ee? ( =dev-java/sun-j2ee-1.3.1* ) > jikes? ( >=dev-java/jikes-1.17 )" > >src_unpack(){ > unpack ${PN}-${PV}.tar.gz > cd $S/build/lib > rm oro.jar logkit*.jar commons*.jar fop*.jar antlr*.jar jdom*.jar log4j*.jar bcel*.jar junit*.jar > java-pkg_jar-from commons-collections || die "Could not create symlink to commons-collections" > java-pkg_jar-from oro || die "Could not create symlink to oro" > java-pkg_jar-from jdom || die "Could not create symlink to jdom" > java-pkg_jar-from log4j || die "Could not create symlink to log4j" > java-pkg_jar-from antlr || die "Could not create symlink to antlr" > java-pkg_jar-from fop || die "Could not create symlink to fop" > java-pkg_jar-from avalon-logkit-bin avalon-logkit.jar avalon-logkit.jar|| die "Could not create symlink to avalon-logkit-bin" > java-pkg_jar-from junit || die "Could not create symlink to junit" > java-pkg_jar-from bcel || die "Could not create symlink to bcel" > java-pkg_jar-from servletapi-2.3 || die "Could not create symlink to servletapi" > > >} > >src_compile () { > cd ${S}/build > local antflags > use jikes && antflags="${antflags} -Dbuild.compiler=jikes" > use junit && antflags="${antflags} test" > use doc && antflags="${antflags} javadocs" > if use j2ee ; then > cp /opt/sun-j2ee-1.3.1/lib/j2ee.jar ${S}/build/lib > ant ${antflags} jar-J2EE || die "Java compile failed." > else > ant ${antflags} jar || die "Java compile failed" > fi >} > > >src_install () { > cd ${S} > if use j2ee ; then > java-pkg_dojar bin/${PN}-J2EE-${PV}.jar > else > java-pkg_dojar bin/${PN}-${PV}.jar > fi > dodoc LICENSE NOTICE README.txt > use doc && java-pkg_dohtml -r docs/* >}
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 63275
: 43613