Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 31453 Details for
Bug 51110
Ebuild for commons-jxpath
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
commons-jxpath-1.1.ebuild
commons-jxpath-1.1.ebuild (text/plain), 1.11 KB, created by
Abhishek Amit (RETIRED)
on 2004-05-14 20:39:00 UTC
(
hide
)
Description:
commons-jxpath-1.1.ebuild
Filename:
MIME Type:
Creator:
Abhishek Amit (RETIRED)
Created:
2004-05-14 20:39:00 UTC
Size:
1.11 KB
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit jakarta-commons > >DESCRIPTION="The jxpath package defines a simple interpreter of an expression language called XPath." >HOMEPAGE="http://jakarta.apache.org/commons/jxpath/" >SRC_URI="mirror://apache/jakarta/commons/jxpath/source/${P}-src.tar.gz" >DEPEND=">=virtual/jdk-1.3 > >=dev-java/ant-1.4 > >=dev-java/servletapi-2.4 > >=dev-java/jspapi-2.0 > dev-java/jdom" >RDEPEND=">=virtual/jdk-1.3" >LICENSE="Apache-1.1" >SLOT="0" >KEYWORDS="x86" >IUSE="doc jikes junit" >S="${WORKDIR}/${P}" > >src_unpack() { > unpack ${A} > cd ${S} > epatch ${FILESDIR}/jspapi.patch #add in jspapi to classpath > #Insert library pathes > echo "jspapi.jar=`java-config --classpath=jspapi-2.0`" >> build.properties > echo "servlet.jar=`java-config --classpath=servletapi-2.4`" >> build.properties > echo "jdom.jar=`java-config --classpath=jdom`">>build.properties >} > >src_compile() { > jakarta-commons_src_compile myconf make||die "Source compilation failed" > use doc && jakarta-commons_src_compile makedoc||die "Doc compilation failed" >}
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 51110
: 31453