Gentoo Archives: gentoo-commits

From: "Miroslav Sulc (fordfrog)" <fordfrog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-servers/tomcat/files: tomcat-6.0.36-build.xml.patch tomcat-7.0.32-build.xml.patch
Date: Mon, 29 Oct 2012 10:57:19
Message-Id: 20121029105707.C76A621601@flycatcher.gentoo.org
1 fordfrog 12/10/29 10:57:07
2
3 Added: tomcat-6.0.36-build.xml.patch
4 tomcat-7.0.32-build.xml.patch
5 Log:
6 www-servers/tomcat: version bump
7
8 (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.1 www-servers/tomcat/files/tomcat-6.0.36-build.xml.patch
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tomcat/files/tomcat-6.0.36-build.xml.patch?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tomcat/files/tomcat-6.0.36-build.xml.patch?rev=1.1&content-type=text/plain
15
16 Index: tomcat-6.0.36-build.xml.patch
17 ===================================================================
18 --- build.xml.orig 2012-07-06 20:26:21.361299240 +0200
19 +++ build.xml 2012-07-06 20:26:56.085899911 +0200
20 @@ -487,12 +487,14 @@
21
22 <target name="deploy" depends="build-only,build-docs,warn.dbcp">
23
24 +<!--
25 <copy tofile="${tomcat.build}/bin/tomcat-native.tar.gz"
26 file="${tomcat-native.tar.gz}" />
27 <copy tofile="${tomcat.build}/bin/commons-daemon-native.tar.gz"
28 file="${commons-daemon.native.src.tgz}" />
29
30 <copy tofile="${tomcat.build}/bin/commons-daemon.jar" file="${commons-daemon.jar}" />
31 +-->
32
33 <!-- Copy scripts -->
34 <copy todir="${tomcat.build}/bin">
35 --- build.xml.orig 2012-07-06 20:31:31.387806167 +0200
36 +++ build.xml 2012-07-06 20:32:33.185315885 +0200
37 @@ -646,9 +646,11 @@
38 </fileset>
39 </txt2html>
40
41 +<!--
42 <copy file="${tomcat-dbcp.jar}" todir="${tomcat.build}/lib"
43 failonerror="false"/>
44 <copy file="${jdt.jar}" todir="${tomcat.build}/lib" />
45 +-->
46
47 </target>
48
49
50
51
52 1.1 www-servers/tomcat/files/tomcat-7.0.32-build.xml.patch
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tomcat/files/tomcat-7.0.32-build.xml.patch?rev=1.1&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tomcat/files/tomcat-7.0.32-build.xml.patch?rev=1.1&content-type=text/plain
56
57 Index: tomcat-7.0.32-build.xml.patch
58 ===================================================================
59 diff --git a/build.xml b/build.xml
60 index 3ff8f81..83357a4 100644
61 --- a/build.xml
62 +++ b/build.xml
63 @@ -613,7 +614,8 @@
64 filesId="files.annotations-api"
65 manifest="${tomcat.manifests}/annotations-api.jar.manifest" />
66
67 - <!-- Servlet 3.0 Implementation JAR File -->
68 +<!--
69 + Servlet 3.0 Implementation JAR File
70 <jarIt jarfile="${servlet-api.jar}"
71 filesDir="${tomcat.classes}"
72 filesId="files.servlet-api"
73 @@ -621,7 +623,7 @@
74 notice="${tomcat.manifests}/servlet-api.jar.notice"
75 license="${tomcat.manifests}/servlet-api.jar.license" />
76
77 - <!-- JSP 2.2 Implementation JAR File -->
78 + JSP 2.2 Implementation JAR File
79 <jarIt jarfile="${jsp-api.jar}"
80 filesDir="${tomcat.classes}"
81 filesId="files.jsp-api"
82 @@ -629,11 +631,12 @@
83 notice="${tomcat.manifests}/jsp-api.jar.notice"
84 license="${tomcat.manifests}/jsp-api.jar.license" />
85
86 - <!-- JSP 2.2 EL Implementation JAR File -->
87 + JSP 2.2 EL Implementation JAR File
88 <jarIt jarfile="${el-api.jar}"
89 filesDir="${tomcat.classes}"
90 filesId="files.el-api"
91 manifest="${tomcat.manifests}/el-api.jar.manifest" />
92 +-->
93
94 <!-- Bootstrap JAR File -->
95 <jarIt jarfile="${bootstrap.jar}"
96 @@ -834,13 +837,14 @@
97 <target name="deploy" depends="package,build-docs"
98 description="Default. Builds a working Tomcat instance">
99
100 +<!--
101 <copy tofile="${tomcat.build}/bin/tomcat-native.tar.gz"
102 file="${tomcat-native.tar.gz}" />
103 <copy tofile="${tomcat.build}/bin/commons-daemon-native.tar.gz"
104 file="${commons-daemon.native.src.tgz}" />
105
106 <copy tofile="${tomcat.build}/bin/commons-daemon.jar" file="${commons-daemon.jar}" />
107 -
108 +-->
109 <!-- Copy scripts -->
110 <copy todir="${tomcat.build}/bin">
111 <fileset dir="bin">
112 @@ -918,9 +922,11 @@
113 <!-- Add sources for examples -->
114 <antcall target="examples-sources" />
115
116 +<!--
117 <copy file="${tomcat-dbcp.jar}" todir="${tomcat.build}/lib"
118 failonerror="false"/>
119 <copy file="${jdt.jar}" todir="${tomcat.build}/lib" />
120 +-->
121
122 <!-- build the jdbc-pool jar and source jar-->
123 <echo message="Building Tomcat JDBC pool libraries"/>
124 @@ -1355,7 +1361,8 @@
125
126 <target name="extras-webservices-prepare"
127 depends="extras-prepare"
128 - description="Prepare to build web services extras package">
129 + description="Prepare to build web services extras package"
130 + unless="noget">
131
132 <antcall target="downloadfile">
133 <param name="sourcefile" value="${jaxrpc-lib.loc}"/>
134 @@ -2278,7 +2285,8 @@ Apache Tomcat ${version} native binaries for Win64 AMD64/EMT64 platform.
135 </target>
136
137 <target name="download-compile"
138 - description="Download (and build) components necessary to compile" >
139 + description="Download (and build) components necessary to compile"
140 + unless="noget">
141
142 <antcall target="downloadfile-2">
143 <param name="sourcefile.1" value="${tomcat-native.loc.1}"/>
144 @@ -2335,7 +2343,8 @@ Apache Tomcat ${version} native binaries for Win64 AMD64/EMT64 platform.
145 </target>
146
147 <target name="download-test-compile"
148 - description="Download additional components for the tests" >
149 + description="Download additional components for the tests"
150 + unless="noget">
151
152 <antcall target="downloadzip">
153 <param name="sourcefile" value="${junit.loc}"/>
154 @@ -2346,7 +2355,8 @@ Apache Tomcat ${version} native binaries for Win64 AMD64/EMT64 platform.
155 </target>
156
157 <target name="download-dist"
158 - description="Download additional components for a distribution" >
159 + description="Download additional components for a distribution"
160 + unless="noget">
161
162 <antcall target="downloadzip-2">
163 <param name="sourcefile.1" value="${tomcat-native.win.1}"/>