diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-09-25 11:36:35 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-09-25 11:36:35 +0000 |
commit | aa6202d2523745edf2f39f3710cd3e465cafb51b (patch) | |
tree | 89814ce2deee4b2f92fbca02afb6d85507576e89 /net-www/tomcat/tomcat-4.0.5.ebuild | |
parent | adjust e2fsprogs mask (diff) | |
download | historical-aa6202d2523745edf2f39f3710cd3e465cafb51b.tar.gz historical-aa6202d2523745edf2f39f3710cd3e465cafb51b.tar.bz2 historical-aa6202d2523745edf2f39f3710cd3e465cafb51b.zip |
Security update
Diffstat (limited to 'net-www/tomcat/tomcat-4.0.5.ebuild')
-rw-r--r-- | net-www/tomcat/tomcat-4.0.5.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/net-www/tomcat/tomcat-4.0.5.ebuild b/net-www/tomcat/tomcat-4.0.5.ebuild new file mode 100644 index 000000000000..b4e936bb3b9a --- /dev/null +++ b/net-www/tomcat/tomcat-4.0.5.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/net-www/tomcat/tomcat-4.0.5.ebuild,v 1.1 2002/09/25 11:36:35 aliz Exp $ + +S=${WORKDIR}/jakarta-${P} +DESCRIPTION="Apache Servlet Engine" +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" +KEYWORDS="x86" +LICENSE="Apache-1.1" +SLOT="0" +DEPEND=">=virtual/jdk-1.2" +RDEPEND="${DEPEND}" + +src_install() { + dodir /opt/jakarta/tomcat + dodir /opt/jakarta/tomcat/logs + touch ${D}/opt/jakarta/tomcat/logs/.keep + dodoc RELEASE-NOTES-* README.txt RUNNING.txt LICENSE + cp -Rdp bin common conf lib server webapps work ${D}/opt/jakarta/tomcat + dodir /etc/env.d + insinto /etc/env.d + doins ${FILESDIR}/21tomcat +} + |