From af5a1d9b6b52884ea74a8adf1001d4d28422fa00 Mon Sep 17 00:00:00 2001 From: Miroslav Šulc Date: Tue, 18 Oct 2011 22:49:07 +0000 Subject: www-servers/tomcat: version bump (Portage version: 2.1.10.29/cvs/Linux x86_64) --- www-servers/tomcat/ChangeLog | 8 +- www-servers/tomcat/files/7/7.0.22-build-xml.patch | 136 +++++++++++++ www-servers/tomcat/tomcat-7.0.22.ebuild | 227 ++++++++++++++++++++++ 3 files changed, 370 insertions(+), 1 deletion(-) create mode 100644 www-servers/tomcat/files/7/7.0.22-build-xml.patch create mode 100644 www-servers/tomcat/tomcat-7.0.22.ebuild (limited to 'www-servers') diff --git a/www-servers/tomcat/ChangeLog b/www-servers/tomcat/ChangeLog index df94f81da1ba..d7dee591ceba 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.262 2011/10/18 22:27:52 fordfrog Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/tomcat/ChangeLog,v 1.263 2011/10/18 22:49:07 fordfrog Exp $ + +*tomcat-7.0.22 (18 Oct 2011) + + 18 Oct 2011; Miroslav Šulc + +files/7/7.0.22-build-xml.patch, +tomcat-7.0.22.ebuild: + Version bump *tomcat-7.0.21-r1 (18 Oct 2011) diff --git a/www-servers/tomcat/files/7/7.0.22-build-xml.patch b/www-servers/tomcat/files/7/7.0.22-build-xml.patch new file mode 100644 index 000000000000..9a7825c502f7 --- /dev/null +++ b/www-servers/tomcat/files/7/7.0.22-build-xml.patch @@ -0,0 +1,136 @@ +--- build.xml.orig 2011-03-05 14:11:01.000000000 +0100 ++++ build.xml 2011-03-08 17:39:53.752257789 +0100 +@@ -147,6 +147,7 @@ + + + ++ + + + +@@ -291,6 +292,7 @@ + + + ++ + + + +@@ -420,7 +422,7 @@ + + + +- ++ + + + +@@ -464,7 +466,7 @@ + + + +- ++ + + + + +- ++ ++ JSP 2.2 Implementation JAR File + + +- ++ JSP 2.2 EL Implementation JAR File + +- ++--> + + + +- ++ + + + +@@ -745,14 +747,14 @@ + + +- ++ + + + +@@ -809,7 +811,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"> +@@ -821,7 +823,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"> +@@ -829,11 +831,11 @@ + + + +- ++ + + + +@@ -1008,7 +1010,7 @@ + + + +- ++ + + +