Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 97069 Details for
Bug 147712
version bump: dev-java/echo2-2.1.0
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
echo2-2.1.0_beta5.ebuild
echo2-2.1.0_beta5.ebuild (text/plain), 1.39 KB, created by
Federico Fissore
on 2006-09-15 11:40:59 UTC
(
hide
)
Description:
echo2-2.1.0_beta5.ebuild
Filename:
MIME Type:
Creator:
Federico Fissore
Created:
2006-09-15 11:40:59 UTC
Size:
1.39 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/dev-java/echo2/echo2-2.0.0.ebuild,v 1.3 2006/09/10 16:52:18 nelchael Exp $ > >inherit java-pkg-2 java-ant-2 > >DESCRIPTION="Echo2 is the next-generation of the Echo Web Framework" >HOMEPAGE="http://www.nextapp.com/platform/echo2/echo/" >SRC_URI="NextApp_Echo2-${PV}.tgz" > >DOWNLOAD_URI="http://www.nextapp.com/downloads/echo2/${PV/_beta/.beta}/NextApp_Echo2.tgz" > >LICENSE="MPL-1.1 GPL-2 LGPL-2.1" >SLOT="0" >KEYWORDS="~ppc ~x86" >IUSE="doc source" > >RESTRICT="fetch" > >DEPEND=">=virtual/jdk-1.4" >RDEPEND=">=virtual/jre-1.4 > >=dev-java/servletapi-2.4" > >S="${WORKDIR}/NextApp_Echo2/" > >pkg_nofetch() { > > ewarn > ewarn "NextApp uses broken file naming, all versions of Echo2" > ewarn "are named NextApp_Echo2.tgz." > ewarn > ewarn "Please download following file:" > ewarn " ${DOWNLOAD_URI}" > ewarn "and move it to:" > ewarn " ${DISTDIR}/${SRC_URI}" > ewarn > >} > >src_compile() { > > export SERVLET_LIB_JAR=$(java-config -p servletapi-2.4) > cd "${S}/SourceCode" > eant dist || die "ant failed" > >} > >src_install() { > > java-pkg_dojar ${S}/SourceCode/dist/lib/*.jar > > use doc && { > > cd "${S}/Documentation" > java-pkg_dohtml -r api > > } > > java-pkg_dohtml "${S}/Documentation/index.html" > java-pkg_dohtml -r "${S}/Documentation/images" > > use source && java-pkg_dosrc "${S}/SourceCode/src" > > dodoc "${S}/readme.txt" > >}
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 147712
:
97069