diff options
author | Jan Brinkmann <luckyduck@gentoo.org> | 2005-02-13 23:46:05 +0000 |
---|---|---|
committer | Jan Brinkmann <luckyduck@gentoo.org> | 2005-02-13 23:46:05 +0000 |
commit | 238fd91e578ce7c68a29bb712c3b09569ede070a (patch) | |
tree | 741dd66235fdc84d031330cfcc6dee949224a9bc /www-servers | |
parent | stable on amd64. (diff) | |
download | historical-238fd91e578ce7c68a29bb712c3b09569ede070a.tar.gz historical-238fd91e578ce7c68a29bb712c3b09569ede070a.tar.bz2 historical-238fd91e578ce7c68a29bb712c3b09569ede070a.zip |
fixed a accidently added mistake.
Package-Manager: portage-2.0.51.16
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/tomcat/Manifest | 12 | ||||
-rw-r--r-- | www-servers/tomcat/tomcat-5.0.28.ebuild | 4 |
2 files changed, 3 insertions, 13 deletions
diff --git a/www-servers/tomcat/Manifest b/www-servers/tomcat/Manifest index e0444a82fcec..1110526ed8b6 100644 --- a/www-servers/tomcat/Manifest +++ b/www-servers/tomcat/Manifest @@ -1,8 +1,5 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 b1b082a9d71411ae91913bd9afe99c9f tomcat-5.0.27-r4.ebuild 3716 -MD5 0c32269ffdcb159598333da7de2dfcb3 tomcat-5.0.28.ebuild 9653 +MD5 5a772541a1e3bdec4484a68ca7241a88 tomcat-5.0.28.ebuild 9646 MD5 b8bdcdd27b76556b90401621fc29996c tomcat-4.1.30-r5.ebuild 3614 MD5 257ce52cfc15f63798cb7b13ee761cb4 tomcat-3.3.2-r2.ebuild 3217 MD5 b1c21f5d6e28fee276fe3c85a54dd2ec ChangeLog 13420 @@ -31,10 +28,3 @@ MD5 d538c7caef4b5cecd6cc95ee1988bace files/5.0.28/tomcat.conf 2652 MD5 498695600231d4d791e4e78c1997e4b6 files/5.0.28/tomcat.init 672 MD5 744a9ce174144fc5689c1fabee527e55 files/5.0.28/build.xml-02.patch 3177 MD5 98a29b32de00d97f156dc31dfe3cf472 files/5.0.28/jikes.diff 584 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.0 (GNU/Linux) - -iD8DBQFCD8bLI1lqEGTUzyQRAu45AJ9ciYo4f6H5othT7OL5JdwprcqmTQCgh9oZ -XmAQlHyhvyKLd5UFnjdxGog= -=iJQs ------END PGP SIGNATURE----- diff --git a/www-servers/tomcat/tomcat-5.0.28.ebuild b/www-servers/tomcat/tomcat-5.0.28.ebuild index e4966d60c3c9..50c6636910ea 100644 --- a/www-servers/tomcat/tomcat-5.0.28.ebuild +++ b/www-servers/tomcat/tomcat-5.0.28.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/tomcat/tomcat-5.0.28.ebuild,v 1.8 2005/02/13 19:52:06 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/tomcat/tomcat-5.0.28.ebuild,v 1.9 2005/02/13 23:46:05 luckyduck Exp $ inherit eutils java-pkg @@ -9,7 +9,7 @@ DESCRIPTION="Apache Servlet-2.4/JSP-2.0 Container" SLOT="${PV/.*}" SRC_URI="mirror://apache/jakarta/tomcat-${SLOT}/v${PV}/src/jakarta-${P}-src.tar.gz" HOMEPAGE="http://jakarta.apache.org/tomcat" -KEYWORDS="~x86 ~ppc64 ~amd64" +KEYWORDS="~x86 ~amd64" LICENSE="Apache-2.0" DEPEND="sys-apps/sed >=virtual/jdk-1.4 |