Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 62289 Details for
Bug 97431
dev-java/saxon-bin can be built from source
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
saxon-8.4b.ebuild
saxon-8.4b.ebuild (text/plain), 1.23 KB, created by
Josh Nichols (RETIRED)
on 2005-06-29 17:43:52 UTC
(
hide
)
Description:
saxon-8.4b.ebuild
Filename:
MIME Type:
Creator:
Josh Nichols (RETIRED)
Created:
2005-06-29 17:43:52 UTC
Size:
1.23 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit java-pkg eutils > >DESCRIPTION="The SAXON package is a collection of tools for processing XML documents: XSLT processor, XSL library, parser." >MyPV=${PV%b} >SRC_URI="mirror://sourceforge/saxon/saxonb${MyPV/./-}.zip" >HOMEPAGE="http://saxon.sourceforge.net/" > >LICENSE="MPL-1.1" >SLOT="0" >KEYWORDS="~x86" >IUSE="doc jikes" > >DEPEND="virtual/jdk > app-arch/zip > dev-java/ant > jikes? (dev-java/jikes)" >RDEPEND="virtual/jre > dev-java/gnu-jaxp > ~dev-java/jdom-1.0" > >GNU_JAXP="gnu-jaxp gnujaxp.jar" >JDOM="jdom-1.0 jdom.jar" >XOM="xom xom.jar" > >src_unpack() { > mkdir ${S} > cd ${S} > unpack ${A} > > unzip -q source.zip > mkdir ${S}/src > mv net src > > epatch ${FILESDIR}/${P}-jikes.patch > > cp ${FILESDIR}/build-${PVR}.xml build.xml > cat > build.properties <<-END > classpath=`java-pkg_getjar ${GNU_JAXP}`:`java-pkg_getjar ${JDOM}`:`java-pkg_getjar ${XOM}` > END >} > >src_compile() { > local antflags="jar" > use jikes && antflags="-Dbuild.compiler=jikes ${antflags}" > use doc && antflags="${antflags} javadoc" > > ant ${antflags} || die "Compilation failed" >} > >src_install() { > java-pkg_dojar dist/*.jar > > use doc && java-pkg_dohtml -r dist/doc/api doc/* >}
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 97431
: 62289 |
62290
|
62291