Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 25880 Details for
Bug 42071
emerging tomcat-4.1.29 fails
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fixes variable order
tomcat-4.1.29.ebuild.diff (text/plain), 1.19 KB, created by
Stefan Knoblich (RETIRED)
on 2004-02-18 14:16:31 UTC
(
hide
)
Description:
fixes variable order
Filename:
MIME Type:
Creator:
Stefan Knoblich (RETIRED)
Created:
2004-02-18 14:16:31 UTC
Size:
1.19 KB
patch
obsolete
>--- tomcat-4.1.29.ebuild.orig 2004-02-18 22:51:18.758342112 +0100 >+++ tomcat-4.1.29.ebuild 2004-02-18 23:07:01.084086824 +0100 >@@ -2,6 +2,10 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /home/cvsroot/gentoo-x86/net-www/tomcat/tomcat-4.1.29.ebuild,v 1.1 2004/02/16 01:04:02 zx Exp $ > >+IUSE="" >+ >+At="jakarta-tomcat-${PV}.tar.gz" >+ > DESCRIPTION="Apache Servlet-2.3/JSP-1.2 Container" > SRC_URI="http://apache.sunsite.ualberta.ca/jakarta/tomcat-4/v4.1.29/bin/${At}" > HOMEPAGE="http://jakarta.apache.org/tomcat" >@@ -12,7 +16,6 @@ > RDEPEND=">=virtual/jdk-1.2" > > S=${WORKDIR}/jakarta-${P} >-At="jakarta-tomcat-${PV}.tar.gz" > > src_unpack() { > tar xzf ${DISTDIR}/${At} || die >@@ -144,15 +147,3 @@ > sleep 10 > } > >-# pkg_postrm() gets called during an unmerge and seperately (new environment) >-# from the src_install() earlier so setting the INSTALLING var does not work. >-#pkg_postrm() { >-# if [ -z "${INSTALLING}" ] ; then >-# einfo ">>> Removing user for Tomcat" >-# userdel tomcat || die "Error removing Tomcat user" >-# einfo ">>> Removing group for Tomcat" >-# groupdel tomcat || die "Error removing Tomcat group" >-# else >-# einfo ">>> Tomcat user and group preserved" >-# fi >-#}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 42071
: 25880