diff options
author | Mikael Hallendal <hallski@gentoo.org> | 2001-11-04 23:58:41 +0000 |
---|---|---|
committer | Mikael Hallendal <hallski@gentoo.org> | 2001-11-04 23:58:41 +0000 |
commit | ae5fb2dc757982094e3f73f8ed1060e6ff33242e (patch) | |
tree | 8a9fa282becc38ab4b34909d703463c7959999fe /net-www | |
parent | update DEPEND (diff) | |
download | gentoo-2-ae5fb2dc757982094e3f73f8ed1060e6ff33242e.tar.gz gentoo-2-ae5fb2dc757982094e3f73f8ed1060e6ff33242e.tar.bz2 gentoo-2-ae5fb2dc757982094e3f73f8ed1060e6ff33242e.zip |
updated to 4.0.1, used the binary release, someone should probably fix this to use source?
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/tomcat/files/21tomcat | 1 | ||||
-rw-r--r-- | net-www/tomcat/files/digest-tomcat-4.0.1 | 1 | ||||
-rw-r--r-- | net-www/tomcat/tomcat-4.0.1.ebuild | 30 |
3 files changed, 32 insertions, 0 deletions
diff --git a/net-www/tomcat/files/21tomcat b/net-www/tomcat/files/21tomcat new file mode 100644 index 000000000000..6ac0b51df025 --- /dev/null +++ b/net-www/tomcat/files/21tomcat @@ -0,0 +1 @@ +CATALINA_HOME=/opt/jakarta/tomcat diff --git a/net-www/tomcat/files/digest-tomcat-4.0.1 b/net-www/tomcat/files/digest-tomcat-4.0.1 new file mode 100644 index 000000000000..849436a6f522 --- /dev/null +++ b/net-www/tomcat/files/digest-tomcat-4.0.1 @@ -0,0 +1 @@ +MD5 255a52484035bd3c9fb19db249bd1e9a jakarta-tomcat-4.0.1.tar.gz 4067328 diff --git a/net-www/tomcat/tomcat-4.0.1.ebuild b/net-www/tomcat/tomcat-4.0.1.ebuild new file mode 100644 index 000000000000..2323b059a1b7 --- /dev/null +++ b/net-www/tomcat/tomcat-4.0.1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Achim Gottinger <achim@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/net-www/tomcat/tomcat-4.0.1.ebuild,v 1.1 2001/11/04 23:58:41 hallski 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-4.0.1.tar.gz" +HOMEPAGE="http://jakarta.apache.org/tomcat" + +RDEPEND=">=dev-lang/jdk-1.2" + +src_install() { + dodir /opt/jakarta/tomcat + dodoc RELEASE-NOTES-* README.txt RUNNING.txt LICENSE + rm * + cp -Rdp * ${D}/opt/jakarta/tomcat + dodir /etc/env.d + insinto /etc/env.d + doins ${FILESDIR}/21tomcat + dodir /opt/jakarta/tomcat/log +} + + + + + + + + |