diff options
author | Dylan Carlson <absinthe@gentoo.org> | 2003-04-10 07:25:05 +0000 |
---|---|---|
committer | Dylan Carlson <absinthe@gentoo.org> | 2003-04-10 07:25:05 +0000 |
commit | ea12159b96d4cd18c50bafad02296302ce14bee7 (patch) | |
tree | 0e24f51d84c567c29ec8d91565c4a363afd57565 /net-www/tomcat | |
parent | Added RDEPEND for sed. (diff) | |
download | historical-ea12159b96d4cd18c50bafad02296302ce14bee7.tar.gz historical-ea12159b96d4cd18c50bafad02296302ce14bee7.tar.bz2 historical-ea12159b96d4cd18c50bafad02296302ce14bee7.zip |
Added RDEPEND for sed.
Diffstat (limited to 'net-www/tomcat')
-rw-r--r-- | net-www/tomcat/files/digest-tomcat-4.1.24 | 2 | ||||
-rw-r--r-- | net-www/tomcat/tomcat-4.1.24.ebuild | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/net-www/tomcat/files/digest-tomcat-4.1.24 b/net-www/tomcat/files/digest-tomcat-4.1.24 index 7e5f6d50db00..653bbdffd1dd 100644 --- a/net-www/tomcat/files/digest-tomcat-4.1.24 +++ b/net-www/tomcat/files/digest-tomcat-4.1.24 @@ -2,5 +2,5 @@ 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 ffa5675b0197e1b3dca3aed317ff9add /tomcat-4.1.24.ebuild 3833 +MD5 87624389143ec0200b59d30382c20f0e /tomcat-4.1.24.ebuild 3833 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 dd1e4c5285bd..7f34a58ae1a8 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.5 2003/04/10 07:04:17 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/tomcat/tomcat-4.1.24.ebuild,v 1.6 2003/04/10 07:24:59 absinthe Exp $ S=${WORKDIR}/jakarta-${P} At="jakarta-tomcat-${PV}.tar.gz" @@ -11,6 +11,7 @@ KEYWORDS="x86 ppc sparc ~alpha" LICENSE="Apache-1.1" SLOT="0" DEPEND=">=virtual/jdk-1.2" +RDEPEND="sys-apps/sed" src_unpack() { tar xzf ${DISTDIR}/${At} || die |