From 6dbcca7bd8b7f1f26217ec3c3b1a8d6409738c28 Mon Sep 17 00:00:00 2001 From: Miroslav Šulc Date: Sun, 30 Jan 2011 17:50:02 +0000 Subject: www-servers/tomcat: version bump (Portage version: 2.1.9.35/cvs/Linux x86_64) --- www-servers/tomcat/ChangeLog | 8 +- www-servers/tomcat/files/7/7.0.6-build-xml.patch | 137 ++++++++++++++ www-servers/tomcat/tomcat-7.0.6.ebuild | 227 +++++++++++++++++++++++ 3 files changed, 371 insertions(+), 1 deletion(-) create mode 100644 www-servers/tomcat/files/7/7.0.6-build-xml.patch create mode 100644 www-servers/tomcat/tomcat-7.0.6.ebuild (limited to 'www-servers') diff --git a/www-servers/tomcat/ChangeLog b/www-servers/tomcat/ChangeLog index 4e81daa02eff..2fb209b0bc1d 100644 --- a/www-servers/tomcat/ChangeLog +++ b/www-servers/tomcat/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for www-servers/tomcat # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/tomcat/ChangeLog,v 1.236 2011/01/19 02:40:47 fordfrog Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/tomcat/ChangeLog,v 1.237 2011/01/30 17:50:02 fordfrog Exp $ + +*tomcat-7.0.6 (30 Jan 2011) + + 30 Jan 2011; Miroslav Šulc + +files/7/7.0.6-build-xml.patch, +tomcat-7.0.6.ebuild: + Version bump *tomcat-5.5.27-r5 (19 Jan 2011) diff --git a/www-servers/tomcat/files/7/7.0.6-build-xml.patch b/www-servers/tomcat/files/7/7.0.6-build-xml.patch new file mode 100644 index 000000000000..d8211bff0dda --- /dev/null +++ b/www-servers/tomcat/files/7/7.0.6-build-xml.patch @@ -0,0 +1,137 @@ +diff -Naur apache-tomcat-7.0.6-src_orig/build.xml apache-tomcat-7.0.5-src/build.xml +--- apache-tomcat-7.0.6-src_orig/build.xml 2010-12-06 17:20:48.777166339 -0500 ++++ apache-tomcat-7.0.6-src/build.xml 2010-12-06 17:58:10.529303918 -0500 +@@ -149,6 +149,7 @@ + + + ++ + + + +@@ -291,6 +292,7 @@ + + + ++ + + + +@@ -420,7 +422,7 @@ + + + +- ++ + + +@@ -437,7 +439,7 @@ + + + +- ++ + + + + +- ++ ++ JSP 2.2 Implementation JAR File + + +- ++ JSP 2.2 EL Implementation JAR File + +- ++--> + + + +- ++ + + + +@@ -718,14 +720,14 @@ + + +- ++ + + + +@@ -782,7 +784,7 @@ + source="${compile.source}" + target="${compile.target}" + optimize="${compile.optimize}" +- classpath="${tomcat.classes}" ++ classpath="${tomcat.classes}:${jsp-api.jar}" + excludes="**/CVS/**,**/.svn/**" + encoding="ISO-8859-1" + includeantruntime="false"> +@@ -794,7 +796,7 @@ + source="${compile.source}" + target="${compile.target}" + optimize="${compile.optimize}" +- classpath="$tomcat.lcasses}" ++ classpath="${tomcat.classes}:${jsp-api.jar}" + excludes="**/CVS/**,**/.svn/**" + encoding="ISO-8859-1" + includeantruntime="false"> +@@ -802,11 +804,11 @@ + + + +- ++ + + + + +- ++ + + +