Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 61885 Details for
Bug 97005
Request for spring-framework dependency: dev-java/burlap
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
burlap-2.1.12.ebuild
burlap-2.1.12.ebuild (text/plain), 1.20 KB, created by
Josh Nichols (RETIRED)
on 2005-06-24 20:04:53 UTC
(
hide
)
Description:
burlap-2.1.12.ebuild
Filename:
MIME Type:
Creator:
Josh Nichols (RETIRED)
Created:
2005-06-24 20:04:53 UTC
Size:
1.20 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit java-pkg > >DESCRIPTION="The Burlap web service protocol makes web services usable without requiring a large framework, and without learning yet another alphabet soup of protocols." >HOMEPAGE="http://www.caucho.com/burlap/" >SRC_URI="http://www.caucho.com/burlap/download/burlap-2.1.12-src.jar" > >LICENSE="Apache-2.0" >SLOT="0" >KEYWORDS="~x86" >IUSE="jikes doc" > >DEPEND="virtual/jdk > dev-java/ant" >RDEPEND="virtual/jre > =dev-java/servletapi-2.3*" > >SERVLET="servletapi-2.3 servlet.jar" > >src_unpack() { > jar xvf ${DISTDIR}/${A} > > # We need to move things around a bit > mkdir -p ${P}/src > mv com ${S}/src > > cd ${S} > # No ant script! Bad upstream... bad! > cp ${FILESDIR}/build-${PVR}.xml build.xml > > # Populate classpath > cat > build.properties <<-EOF > classpath=$(java-pkg_getjar ${SERVLET}) > EOF >} > >src_compile() { > local antflags="-Dproject.name=${PN} jar" > use jikes && antflags="-Dbuild.compiler=jikes ${antflags}" > use doc && antflags="${antflags} javadoc" > > ant ${antflags} || die "Compilation failed" >} > >src_install() { > java-pkg_dojar dist/${PN}.jar > > use doc && java-pkg_dohtml -r dist/doc/api >}
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 97005
:
61884
| 61885 |
61887