diff options
author | Dylan Carlson <absinthe@gentoo.org> | 2003-04-06 08:41:18 +0000 |
---|---|---|
committer | Dylan Carlson <absinthe@gentoo.org> | 2003-04-06 08:41:18 +0000 |
commit | 541872dcf477435773d6c73ef2802dd83d5f4118 (patch) | |
tree | 32beb0e279cfd387574c38b6c4c5337b2fb3a4cf /net-www | |
parent | housekeeping. (diff) | |
download | gentoo-2-541872dcf477435773d6c73ef2802dd83d5f4118.tar.gz gentoo-2-541872dcf477435773d6c73ef2802dd83d5f4118.tar.bz2 gentoo-2-541872dcf477435773d6c73ef2802dd83d5f4118.zip |
x86 ppc sparc moved to stable.
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/tomcat/ChangeLog | 5 | ||||
-rw-r--r-- | net-www/tomcat/files/digest-tomcat-4.1.24 | 12 | ||||
-rw-r--r-- | net-www/tomcat/tomcat-4.1.24.ebuild | 4 |
3 files changed, 18 insertions, 3 deletions
diff --git a/net-www/tomcat/ChangeLog b/net-www/tomcat/ChangeLog index 98c4b93722d2..123e86d50d24 100644 --- a/net-www/tomcat/ChangeLog +++ b/net-www/tomcat/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for net-www/tomcat # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/tomcat/ChangeLog,v 1.16 2003/03/28 07:39:03 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/tomcat/ChangeLog,v 1.17 2003/04/06 08:41:12 absinthe Exp $ *tomcat-4.1.24 (25 Mar 2003) + 06 Apr 2003; Dylan Carlson <absinthe@gentoo.org> tomcat-4.1.24.ebuild: + x86 ppc sparc moved to stable. + 28 Mar 2003; Dylan Carlson <absinthe@gentoo.org> files/4.1.24/tomcat.conf: Fixed sed path in conf.d/tomcat. diff --git a/net-www/tomcat/files/digest-tomcat-4.1.24 b/net-www/tomcat/files/digest-tomcat-4.1.24 index 8c7f9156aeee..525e5c43b6b0 100644 --- a/net-www/tomcat/files/digest-tomcat-4.1.24 +++ b/net-www/tomcat/files/digest-tomcat-4.1.24 @@ -1 +1,13 @@ +MD5 0f4fcf7a9e58e3412c3402a0df444399 /files/httpd.tomcat 4752 +MD5 0c2c723685f15f268bd984e1709a904a /files/tomcat 2047 +MD5 f3a32eec0943abf7754c1d41e5a89f8a /files/21tomcat 74 +MD5 d8608317734a397ccaa6b9b37d77a317 /files/4.1.18/gentoo.diff 4075 +MD5 d44624bd5f1d32051d8b27c72390e806 /files/4.1.18/tomcat.conf 2579 +MD5 f4a7b398f98e21d18b6c021569ae80ab /files/4.1.18/tomcat.init 761 +MD5 53b2c10f99d7d2c05a69fc49b7acda8b /files/4.1.18/21tomcat 58 +MD5 bf1c6e3b412968c9a06aeb15f21355e9 /files/4.1.24/gentoo.diff 4002 +MD5 4a02d76b47f40714c5e3ffbaa803cf91 /files/4.1.24/tomcat.conf 2711 +MD5 470d10d035b8fd9decfcc153bc6632d7 /files/4.1.24/tomcat.init 818 +MD5 53b2c10f99d7d2c05a69fc49b7acda8b /files/4.1.24/21tomcat 58 +MD5 9ebfc776b9c1830208c39e714647b9ad /tomcat-4.1.24.ebuild 3807 MD5 f71fb9aa13707a62df7ba71963649de6 jakarta-tomcat-4.1.24.tar.gz 7232715 diff --git a/net-www/tomcat/tomcat-4.1.24.ebuild b/net-www/tomcat/tomcat-4.1.24.ebuild index 0274f0f6df6c..30e6632d600e 100644 --- a/net-www/tomcat/tomcat-4.1.24.ebuild +++ b/net-www/tomcat/tomcat-4.1.24.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/tomcat/tomcat-4.1.24.ebuild,v 1.2 2003/03/25 17:04:40 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/tomcat/tomcat-4.1.24.ebuild,v 1.3 2003/04/06 08:41:12 absinthe Exp $ S=${WORKDIR}/jakarta-${P} At="jakarta-tomcat-${PV}.tar.gz" DESCRIPTION="Apache Servlet Engine" SRC_URI="http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v${PV}/bin/${At}" HOMEPAGE="http://jakarta.apache.org/tomcat" -KEYWORDS="~x86 ~ppc ~sparc ~alpha" +KEYWORDS="x86 ppc sparc ~alpha" LICENSE="Apache-1.1" SLOT="0" DEPEND=">=virtual/jdk-1.2" |