diff options
author | William Thomson <wltjr@gentoo.org> | 2007-09-21 14:49:42 +0000 |
---|---|---|
committer | William Thomson <wltjr@gentoo.org> | 2007-09-21 14:49:42 +0000 |
commit | e7b2a4fa559bdfcb7c1a2e5381c0c04a2d8f6fca (patch) | |
tree | 823bb76206fd026671985e9dc6cdefa6883a7d05 /www-servers/tomcat | |
parent | Temporary removal of ~sparc keyword (diff) | |
download | gentoo-2-e7b2a4fa559bdfcb7c1a2e5381c0c04a2d8f6fca.tar.gz gentoo-2-e7b2a4fa559bdfcb7c1a2e5381c0c04a2d8f6fca.tar.bz2 gentoo-2-e7b2a4fa559bdfcb7c1a2e5381c0c04a2d8f6fca.zip |
Removed the from if clause :( no clue how that was added.
(Portage version: 2.1.3.9)
Diffstat (limited to 'www-servers/tomcat')
-rw-r--r-- | www-servers/tomcat/ChangeLog | 6 | ||||
-rw-r--r-- | www-servers/tomcat/tomcat-5.5.25.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/www-servers/tomcat/ChangeLog b/www-servers/tomcat/ChangeLog index 106a947af3a3..6563eabd2ec5 100644 --- a/www-servers/tomcat/ChangeLog +++ b/www-servers/tomcat/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-servers/tomcat # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/tomcat/ChangeLog,v 1.164 2007/09/08 18:28:30 wltjr Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/tomcat/ChangeLog,v 1.165 2007/09/21 14:49:42 wltjr Exp $ + + 21 Sep 2007; William L. Thomson Jr. <wltjr@gentoo.org> + tomcat-5.5.25.ebuild: + Removed the from if clause :( no clue how that was added. *tomcat-5.5.25 (08 Sep 2007) diff --git a/www-servers/tomcat/tomcat-5.5.25.ebuild b/www-servers/tomcat/tomcat-5.5.25.ebuild index 40fde40746c1..9eb67e396f75 100644 --- a/www-servers/tomcat/tomcat-5.5.25.ebuild +++ b/www-servers/tomcat/tomcat-5.5.25.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/tomcat/tomcat-5.5.25.ebuild,v 1.2 2007/09/09 03:00:18 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/tomcat/tomcat-5.5.25.ebuild,v 1.3 2007/09/21 14:49:42 wltjr Exp $ WANT_ANT_TASKS="ant-trax" @@ -209,7 +209,7 @@ src_install() { done # replace a packed struts.jar - if the use admin; then + if use admin; then cd server/webapps/admin/WEB-INF/lib rm -f struts.jar java-pkg_jar-from struts-1.2 struts.jar |