summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam McArthur <sandymac@gentoo.org>2002-06-23 08:00:29 +0000
committerWilliam McArthur <sandymac@gentoo.org>2002-06-23 08:00:29 +0000
commitb470d003098de697450f92c7f09a1dae1e80b653 (patch)
treeac0fae81ad0312e90a26ba9f5383ceb632a774a0 /net-www/tomcat
parentCardoe's -r4 works, woohoo. (diff)
downloadhistorical-b470d003098de697450f92c7f09a1dae1e80b653.tar.gz
historical-b470d003098de697450f92c7f09a1dae1e80b653.tar.bz2
historical-b470d003098de697450f92c7f09a1dae1e80b653.zip
New upstream release.
Diffstat (limited to 'net-www/tomcat')
-rw-r--r--net-www/tomcat/ChangeLog9
-rw-r--r--net-www/tomcat/files/digest-tomcat-4.0.41
-rw-r--r--net-www/tomcat/tomcat-4.0.4.ebuild23
3 files changed, 32 insertions, 1 deletions
diff --git a/net-www/tomcat/ChangeLog b/net-www/tomcat/ChangeLog
index e89d0f58a78c..fbc5f25432fe 100644
--- a/net-www/tomcat/ChangeLog
+++ b/net-www/tomcat/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for net-www/tomcat
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/net-www/tomcat/ChangeLog,v 1.2 2002/06/03 22:55:52 karltk Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/tomcat/ChangeLog,v 1.3 2002/06/23 08:00:28 sandymac Exp $
+
+*tomcat-4.0.4 (23 Jun 2002)
+
+ 23 Jun 2002; William McArthur <sandymac@gentoo.org> tomcat-4.0.4.ebuild files/digest-tomcat-4.0.4 :
+
+ New upstream version. Added a .keep file to the logs dir to prevent the logs
+ from being removed during an upgrade if there were no log files.
*tomcat-4.0.3 (03 Jun 2002)
diff --git a/net-www/tomcat/files/digest-tomcat-4.0.4 b/net-www/tomcat/files/digest-tomcat-4.0.4
new file mode 100644
index 000000000000..0576f352fbc9
--- /dev/null
+++ b/net-www/tomcat/files/digest-tomcat-4.0.4
@@ -0,0 +1 @@
+MD5 e4dd59d75acaa6a24b5faab750d3d247 jakarta-tomcat-4.0.4.tar.gz 4241667
diff --git a/net-www/tomcat/tomcat-4.0.4.ebuild b/net-www/tomcat/tomcat-4.0.4.ebuild
new file mode 100644
index 000000000000..3124073d876b
--- /dev/null
+++ b/net-www/tomcat/tomcat-4.0.4.ebuild
@@ -0,0 +1,23 @@
+# 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.4.ebuild,v 1.1 2002/06/23 08:00:28 sandymac 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"
+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
+}