diff options
author | Dylan Carlson <absinthe@gentoo.org> | 2003-04-10 06:57:37 +0000 |
---|---|---|
committer | Dylan Carlson <absinthe@gentoo.org> | 2003-04-10 06:57:37 +0000 |
commit | 9d6e60a721e9f1e14a3b68d2e333a436c6a281e3 (patch) | |
tree | 72e7b7f4ef47924f9a159d09d529db4ddda09a0f /net-www/tomcat | |
parent | Downgraded to ~ppc due to excessive dep problems (diff) | |
download | gentoo-2-9d6e60a721e9f1e14a3b68d2e333a436c6a281e3.tar.gz gentoo-2-9d6e60a721e9f1e14a3b68d2e333a436c6a281e3.tar.bz2 gentoo-2-9d6e60a721e9f1e14a3b68d2e333a436c6a281e3.zip |
fix to env.d/21tomcat install.
Diffstat (limited to 'net-www/tomcat')
-rw-r--r-- | net-www/tomcat/ChangeLog | 5 | ||||
-rw-r--r-- | net-www/tomcat/files/digest-tomcat-4.1.24 | 9 | ||||
-rw-r--r-- | net-www/tomcat/tomcat-4.1.24.ebuild | 4 |
3 files changed, 7 insertions, 11 deletions
diff --git a/net-www/tomcat/ChangeLog b/net-www/tomcat/ChangeLog index 123e86d50d24..58d259d64ff4 100644 --- a/net-www/tomcat/ChangeLog +++ b/net-www/tomcat/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for net-www/tomcat # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/tomcat/ChangeLog,v 1.17 2003/04/06 08:41:12 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/tomcat/ChangeLog,v 1.18 2003/04/10 06:57:32 absinthe Exp $ *tomcat-4.1.24 (25 Mar 2003) + 10 Apr 2003; Dylan Carlson <absinthe@gentoo.org> tomcat-4.1.24.ebuild: + fix to env.d/21tomcat install. + 06 Apr 2003; Dylan Carlson <absinthe@gentoo.org> tomcat-4.1.24.ebuild: x86 ppc sparc moved to stable. diff --git a/net-www/tomcat/files/digest-tomcat-4.1.24 b/net-www/tomcat/files/digest-tomcat-4.1.24 index 525e5c43b6b0..376e14fd0efe 100644 --- a/net-www/tomcat/files/digest-tomcat-4.1.24 +++ b/net-www/tomcat/files/digest-tomcat-4.1.24 @@ -1,13 +1,6 @@ -MD5 0f4fcf7a9e58e3412c3402a0df444399 /files/httpd.tomcat 4752 -MD5 0c2c723685f15f268bd984e1709a904a /files/tomcat 2047 -MD5 f3a32eec0943abf7754c1d41e5a89f8a /files/21tomcat 74 -MD5 d8608317734a397ccaa6b9b37d77a317 /files/4.1.18/gentoo.diff 4075 -MD5 d44624bd5f1d32051d8b27c72390e806 /files/4.1.18/tomcat.conf 2579 -MD5 f4a7b398f98e21d18b6c021569ae80ab /files/4.1.18/tomcat.init 761 -MD5 53b2c10f99d7d2c05a69fc49b7acda8b /files/4.1.18/21tomcat 58 MD5 bf1c6e3b412968c9a06aeb15f21355e9 /files/4.1.24/gentoo.diff 4002 MD5 4a02d76b47f40714c5e3ffbaa803cf91 /files/4.1.24/tomcat.conf 2711 MD5 470d10d035b8fd9decfcc153bc6632d7 /files/4.1.24/tomcat.init 818 MD5 53b2c10f99d7d2c05a69fc49b7acda8b /files/4.1.24/21tomcat 58 -MD5 9ebfc776b9c1830208c39e714647b9ad /tomcat-4.1.24.ebuild 3807 +MD5 bb442352f1466c3e5ecaad7428a2247e /tomcat-4.1.24.ebuild 3809 MD5 f71fb9aa13707a62df7ba71963649de6 jakarta-tomcat-4.1.24.tar.gz 7232715 diff --git a/net-www/tomcat/tomcat-4.1.24.ebuild b/net-www/tomcat/tomcat-4.1.24.ebuild index 30e6632d600e..999e04a7870e 100644 --- a/net-www/tomcat/tomcat-4.1.24.ebuild +++ b/net-www/tomcat/tomcat-4.1.24.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/tomcat/tomcat-4.1.24.ebuild,v 1.3 2003/04/06 08:41:12 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/tomcat/tomcat-4.1.24.ebuild,v 1.4 2003/04/10 06:57:32 absinthe Exp $ S=${WORKDIR}/jakarta-${P} At="jakarta-tomcat-${PV}.tar.gz" @@ -61,7 +61,7 @@ src_install() { cp -a ${FILESDIR}/${PV}/21tomcat ${S}/21tomcat insinto /etc/env.d insopts -m0755 - doins ${S}/tomcat + doins ${S}/21tomcat # SEND JARS TO SHARED LOCATION for i in \ |