Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 31452 Details for
Bug 51109
Ebuild for commons-el
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
commons-el-1.0.ebuild
commons-el-1.0.ebuild (text/plain), 1.17 KB, created by
Abhishek Amit (RETIRED)
on 2004-05-14 20:34:07 UTC
(
hide
)
Description:
commons-el-1.0.ebuild
Filename:
MIME Type:
Creator:
Abhishek Amit (RETIRED)
Created:
2004-05-14 20:34:07 UTC
Size:
1.17 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=" EL is the JSP 2.0 Expression Language Interpreter from Apache." >HOMEPAGE="http://jakarta.apache.org/commons/el.html" >SRC_URI="mirror://apache/jakarta/commons/el/source/commons-el-${PV}-src.tar.gz" >DEPEND=">=virtual/jdk-1.3 > >=dev-java/ant-1.4 > >=dev-java/jspapi-2.0 > >=dev-java/servletapi-2.4" >RDEPEND=">=virtual/jdk-1.3" >LICENSE="Apache-1.1" >SLOT="0" >KEYWORDS="x86" >IUSE="doc jikes junit" >S="${WORKDIR}/${P}-src/" > >src_unpack() { > unpack ${A} > cd ${S} > sed -ie s?\.\./LICENSE?LICENSE.txt? build.xml > #Insert library paths > echo "servlet-api.jar=`java-config --classpath=servletapi-2.4`" > build.properties > echo "servletapi.build.notrequired=true">>build.properties > echo "jsp-api.jar=`java-config --classpath=jspapi-2.0`">>build.properties > echo "jspapi.build.notrequired=true">>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 51109
: 31452