diff options
-rw-r--r-- | dev-perl/mod_perl/mod_perl-1.25.ebuild | 4 | ||||
-rw-r--r-- | net-www/jakarta/jakarta-3.1-r2.ebuild | 6 | ||||
-rw-r--r-- | net-www/tomcat/tomcat-3.2.1.ebuild | 4 | ||||
-rw-r--r-- | net-www/tomcat/tomcat-3.2.2.ebuild | 4 |
4 files changed, 9 insertions, 9 deletions
diff --git a/dev-perl/mod_perl/mod_perl-1.25.ebuild b/dev-perl/mod_perl/mod_perl-1.25.ebuild index e11cb2e4f4ad..f92f88c001cf 100644 --- a/dev-perl/mod_perl/mod_perl-1.25.ebuild +++ b/dev-perl/mod_perl/mod_perl-1.25.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-perl/mod_perl/mod_perl-1.25.ebuild,v 1.3 2001/06/01 14:00:14 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/mod_perl/mod_perl-1.25.ebuild,v 1.4 2001/09/17 16:04:44 drobbins Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -11,7 +11,7 @@ HOMEPAGE="http://perl.apache.org" DEPEND="virtual/glibc >=dev-perl/libwww-perl-5.48 - >=net-www/apache-ssl-1.3" + >=net-www/apache-1.3" src_compile() { diff --git a/net-www/jakarta/jakarta-3.1-r2.ebuild b/net-www/jakarta/jakarta-3.1-r2.ebuild index ad8b6a4aff98..16e8a5235438 100644 --- a/net-www/jakarta/jakarta-3.1-r2.ebuild +++ b/net-www/jakarta/jakarta-3.1-r2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-www/jakarta/jakarta-3.1-r2.ebuild,v 1.3 2001/06/04 00:16:12 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/jakarta/jakarta-3.1-r2.ebuild,v 1.4 2001/09/17 16:04:44 drobbins Exp $ P=jakarta-3.1 A="jakarta-tomcat.tar.gz jakarta-ant.tar.gz" @@ -13,10 +13,10 @@ HOMEPAGE="http://jakarta.apache.org" DEPEND="virtual/glibc sys-apps/which sys-devel/perl >=dev-lang/jdk-1.2 - >=net-www/apache-ssl-1.3" + >=net-www/apache-1.3" RDEPEND="virtual/glibc >=dev-lang/jdk-1.2 - >=net-www/apache-ssl-1.3" + >=net-www/apache-1.3" src_unpack() { unpack ${A} diff --git a/net-www/tomcat/tomcat-3.2.1.ebuild b/net-www/tomcat/tomcat-3.2.1.ebuild index a13be53ced11..f0533f8cf7ed 100644 --- a/net-www/tomcat/tomcat-3.2.1.ebuild +++ b/net-www/tomcat/tomcat-3.2.1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-www/tomcat/tomcat-3.2.1.ebuild,v 1.1 2001/07/10 00:08:12 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/tomcat/tomcat-3.2.1.ebuild,v 1.2 2001/09/17 16:04:44 drobbins Exp $ A="jakarta-tomcat-3.2.1-src.tar.gz jakarta-servletapi-3.2-src.tar.gz jakarta-ant-1.3-src.tar.gz" S=${WORKDIR} @@ -14,7 +14,7 @@ HOMEPAGE="http://jakarta.apache.org" DEPEND=">=sys-apps/bash-2.04 >=sys-libs/glibc-2.1.3 >=dev-lang/jdk-1.2 - >=net-www/apache-ssl-1.3" + >=net-www/apache-1.3" src_unpack() { unpack ${A} diff --git a/net-www/tomcat/tomcat-3.2.2.ebuild b/net-www/tomcat/tomcat-3.2.2.ebuild index 6981f09b429a..7507752cc877 100644 --- a/net-www/tomcat/tomcat-3.2.2.ebuild +++ b/net-www/tomcat/tomcat-3.2.2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-www/tomcat/tomcat-3.2.2.ebuild,v 1.3 2001/07/10 02:23:50 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/tomcat/tomcat-3.2.2.ebuild,v 1.4 2001/09/17 16:04:44 drobbins Exp $ A="jakarta-tomcat-3.2.2-src.tar.gz jakarta-servletapi-3.2.2-src.tar.gz jakarta-ant-1.3-src.tar.gz" S=${WORKDIR} @@ -16,7 +16,7 @@ DEPEND=">=sys-apps/bash-2.04 >=dev-lang/jdk-1.2 >=dev-java/jaxp-1.0.1 >=dev-java/jsse-1.0.2 - >=net-www/apache-ssl-1.3" + >=net-www/apache-1.3" src_unpack() { unpack ${A} |