Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 40490 Details for
Bug 65470
sun-jsf ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
sun-jsf (java server faces) ebuild
sun-jsf-1.1.01.ebuild (text/plain), 1.68 KB, created by
Bolke de Bruin
on 2004-09-26 16:26:06 UTC
(
hide
)
Description:
sun-jsf (java server faces) ebuild
Filename:
MIME Type:
Creator:
Bolke de Bruin
Created:
2004-09-26 16:26:06 UTC
Size:
1.68 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >IUSE="" > >inherit java-pkg eutils > >S="${WORKDIR}/jsf-1_1_01" >DESCRIPTION="Sun's JSF Reference Implementation, version ${PV}" >HOMEPAGE="http://java.sun.com/j2ee/javaserverfaces/download.html" >SRC_URI="jsf-1_1_01.zip" >SLOT="1" >LICENSE="sun-bcla-java-vm" >KEYWORDS="~x86 ~amd64 ~ppc" >RESTRICT="fetch" > >DEPEND=">=app-arch/unzip-5.50-r1" > ># imho there should be something like virtual/webcontainer ># tomcat is not the only webcontainer > >RDEPEND=">=virtual/jdk-1.3.1 > >=www-servers/tomcat-4.1" > > >pkg_nofetch() { > einfo "Please download ${At} from:" > einfo ${FETCH_SDK} > einfo "and move it to ${DISTDIR}" >} > >src_unpack() { > unzip -qq ${DISTDIR}/${A} >} > >src_compile() { > einfo "No compile" >} > >src_install () { > # see http://dev.gentoo.org/~karltk/projects/java/java-policy-draft.txt for details > > dodoc LICENSE.txt LICENSE-APACHE.txt THIRDPARTYLICENSEREADME.txt > dohtml -r docs/ > > # I think java-pkg_dojar should respect insinto or should have something resembling this option > # sun-javamail-bin however does not install into /opt/{$PN}/${SLOT} > java-pkg_dojar lib/* > > # insinto /opt/${PN}/${SLOT} > # doins lib/* > > # also java-pkg_dohtml does not exist (yet) > # java-pkg_dohtml javadocs > > einfo "well no doins -r (yet) see bug #4048" > einfo "not providing a workaround. Javadocs will be missing" > ebeep 1 > > docinto examples > dodoc samples/* > > docinto tlddocs > dodoc tlddocs/* > > docinto renderkitdocs > dodoc renderkitdocs/* > > docinto metadata > dodoc metadata/* >} > >pkg_postinst() { > einfo "Please do not forget to copy or symlink /usr/share/${PN}-${SLOT}/lib/jsf-*.jar" > einfo "to your webcontainers lib directory" >}
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 65470
:
40488
| 40490