diff options
author | Chris Aniszczyk <zx@gentoo.org> | 2004-02-16 01:04:02 +0000 |
---|---|---|
committer | Chris Aniszczyk <zx@gentoo.org> | 2004-02-16 01:04:02 +0000 |
commit | e7c760a813cdbeb46019c4d8cc92882201c15ae2 (patch) | |
tree | 9a120ed665d62f8da177ec3a9c4a51d3d23c4ed5 /net-www/tomcat/tomcat-5.0.18.ebuild | |
parent | Unmasking for x86 (diff) | |
download | historical-e7c760a813cdbeb46019c4d8cc92882201c15ae2.tar.gz historical-e7c760a813cdbeb46019c4d8cc92882201c15ae2.tar.bz2 historical-e7c760a813cdbeb46019c4d8cc92882201c15ae2.zip |
Massive bug fixes + new versions of tomcat. Added metadata.xml.
Diffstat (limited to 'net-www/tomcat/tomcat-5.0.18.ebuild')
-rw-r--r-- | net-www/tomcat/tomcat-5.0.18.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/net-www/tomcat/tomcat-5.0.18.ebuild b/net-www/tomcat/tomcat-5.0.18.ebuild index dd0d84c343d2..2ec39d8fb94b 100644 --- a/net-www/tomcat/tomcat-5.0.18.ebuild +++ b/net-www/tomcat/tomcat-5.0.18.ebuild @@ -1,17 +1,18 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/tomcat/tomcat-5.0.18.ebuild,v 1.1 2004/02/16 00:50:18 zx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/tomcat/tomcat-5.0.18.ebuild,v 1.2 2004/02/16 01:04:02 zx Exp $ -S=${WORKDIR}/jakarta-${P} -At="jakarta-tomcat-${PV}.tar.gz" DESCRIPTION="Apache Servlet-2.4/JSP-2.0 Container" SRC_URI="http://apache.mirrors.pair.com/jakarta/tomcat-`echo ${PV} | cut -b 1`/v${PV}/bin/jakarta-${P}.tar.gz" HOMEPAGE="http://jakarta.apache.org/tomcat" KEYWORDS="x86 ppc sparc ~alpha" LICENSE="Apache-1.1" SLOT="0" -DEPEND=">=virtual/jdk-1.2" -RDEPEND="sys-apps/sed" +DEPEND="sys-apps/sed" +RDEPEND=">=virtual/jdk-1.2" + +S=${WORKDIR}/jakarta-${P} +At="jakarta-tomcat-${PV}.tar.gz" src_unpack() { tar xzf ${DISTDIR}/${At} || die |