Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 1690 Details for
Bug 4030
tomcat-4.0.4 (ebuild update)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
the updated ebuild
tomcat-4.0.4.ebuild (text/plain), 978 bytes, created by
Matthieu Sozeau (RETIRED)
on 2002-06-22 12:05:47 UTC
(
hide
)
Description:
the updated ebuild
Filename:
MIME Type:
Creator:
Matthieu Sozeau (RETIRED)
Created:
2002-06-22 12:05:47 UTC
Size:
978 bytes
patch
obsolete
># Copyright 1999-2000 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License, v2 or later ># Author Matthieu Sozeau <mattam@netcourrier.com> > >S=${WORKDIR}/jakarta-${P} >DESCRIPTION="Tomcat 4.x is the servlet container that is used in the official Reference Implementation for the Java Servlet 2.3 and JavaServer Pages 1.2 technologies." > >SRC_URI="http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v${PV}/bin/jakarta-tomcat-${PV}.tar.gz" >HOMEPAGE="http://jakarta.apache.org/tomcat" > >RDEPEND=">=virtual/jdk-1.2" > >src_install() { > dodir /opt/jakarta/tomcat > dodir /opt/jakarta/tomcat/logs > dodoc RELEASE-NOTES-* README.txt RUNNING.txt LICENSE > cp -Rdp bin common conf lib server webapps work ${D}/opt/jakarta/tomcat > > # This build contains .bat and .exe files which are useless in linux > rm -f ${D}/opt/jakarta/tomcat/bin/*.bat > rm -f ${D}/opt/jakarta/tomcat/bin/*.exe > > dodir /etc/env.d > insinto /etc/env.d > doins ${FILESDIR}/21tomcat >}
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 4030
: 1690 |
1691
|
1692