diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-06 01:54:14 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-06 01:54:14 +0000 |
commit | 2fd2f631d89f219ec232de6edf22129a4a1e7309 (patch) | |
tree | 7784ecd3779bf27d955c9733f40999958b7d25f8 /net-www/tomcat | |
parent | header fix (diff) | |
download | gentoo-2-2fd2f631d89f219ec232de6edf22129a4a1e7309.tar.gz gentoo-2-2fd2f631d89f219ec232de6edf22129a4a1e7309.tar.bz2 gentoo-2-2fd2f631d89f219ec232de6edf22129a4a1e7309.zip |
whitespace cleanup
Diffstat (limited to 'net-www/tomcat')
-rw-r--r-- | net-www/tomcat/Manifest | 4 | ||||
-rw-r--r-- | net-www/tomcat/tomcat-4.1.24-r1.ebuild | 19 |
2 files changed, 11 insertions, 12 deletions
diff --git a/net-www/tomcat/Manifest b/net-www/tomcat/Manifest index 4c40d84f9954..a0aa43bfc793 100644 --- a/net-www/tomcat/Manifest +++ b/net-www/tomcat/Manifest @@ -1,7 +1,7 @@ -MD5 75d0a267728d8772dc41c3a7bddc31b3 tomcat-4.1.24-r1.ebuild 3835 MD5 e714c8795ea79c9ee06fa92dff2ced33 ChangeLog 5078 +MD5 58d7a486a74f98ae141a7a8a4bdc5b8e tomcat-4.1.24-r1.ebuild 3820 MD5 f3d7f1cc3b7b8a69342e6bede7395f58 files/digest-tomcat-4.1.24-r1 74 +MD5 53b2c10f99d7d2c05a69fc49b7acda8b files/4.1.24/21tomcat 58 MD5 bf1c6e3b412968c9a06aeb15f21355e9 files/4.1.24/gentoo.diff 4002 MD5 12a2562eeb8ec6dc5ef8b2172a5f29c4 files/4.1.24/tomcat.conf 2710 MD5 da7e3d883b224f013f546d2a087099e8 files/4.1.24/tomcat.init 817 -MD5 53b2c10f99d7d2c05a69fc49b7acda8b files/4.1.24/21tomcat 58 diff --git a/net-www/tomcat/tomcat-4.1.24-r1.ebuild b/net-www/tomcat/tomcat-4.1.24-r1.ebuild index f83c812de2b5..ee5d4d616649 100644 --- a/net-www/tomcat/tomcat-4.1.24-r1.ebuild +++ b/net-www/tomcat/tomcat-4.1.24-r1.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-r1.ebuild,v 1.1 2003/05/27 04:36:16 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/tomcat/tomcat-4.1.24-r1.ebuild,v 1.2 2003/09/06 01:54:09 msterret Exp $ S=${WORKDIR}/jakarta-${P} At="jakarta-tomcat-${PV}.tar.gz" @@ -33,7 +33,7 @@ src_install() { TOMCAT_HOME="/opt/tomcat" INSTALLING="yes" DIROPTIONS="--mode=0750 --owner=tomcat --group=tomcat" - + # Create directories dodir ${TOMCAT_HOME} dodir /var/log/${PN} @@ -48,7 +48,7 @@ src_install() { cd ${S} # INIT SCRIPTS AND ENV - + cp -a ${FILESDIR}/${PV}/tomcat.init ${S}/tomcat insinto /etc/init.d insopts -m0750 @@ -58,7 +58,7 @@ src_install() { insinto /etc/conf.d insopts -m0750 doins ${S}/tomcat - + cp -a ${FILESDIR}/${PV}/21tomcat ${S}/21tomcat insinto /etc/env.d insopts -m0750 @@ -74,13 +74,13 @@ src_install() { done dodoc RELEASE-NOTES-* README.txt RUNNING.txt LICENSE RELEASE-PLAN-4.1.txt - + chown -R tomcat.tomcat ${S} DIROPTIONS="--mode=0750 --owner=tomcat --group=tomcat" dodir ${TOMCAT_HOME}/common dodir ${TOMCAT_HOME}/common/classes dodir ${TOMCAT_HOME}/webapps - + cp -Rdp \ bin \ conf \ @@ -89,11 +89,11 @@ src_install() { webapps \ work \ ${D}${TOMCAT_HOME} - + dosym /usr/share/tomcat/package.env ${TOMCAT_HOME}/common/package.env dosym /usr/share/tomcat/lib ${TOMCAT_HOME}/common/endorsed dosym /usr/share/tomcat/lib ${TOMCAT_HOME}/common/lib - + } pkg_postinst() { @@ -129,8 +129,7 @@ pkg_postinst() { einfo " may not get seen. Thank you." einfo " " echo -ne "\a" ; sleep 1 ; echo -ne "\a" ; sleep 1 ; echo -ne "\a" ; sleep 1 - sleep 10 - + sleep 10 } pkg_postrm() { |