diff options
author | Karl Trygve Kalleberg <karltk@gentoo.org> | 2004-12-18 19:35:08 +0000 |
---|---|---|
committer | Karl Trygve Kalleberg <karltk@gentoo.org> | 2004-12-18 19:35:08 +0000 |
commit | 8d1a22afbcdbd6d97f68ab489f54f0ed60094050 (patch) | |
tree | e73c0f31c404395a2e68dd9623aa066cd5c44a0b /www-servers | |
parent | fixed SRC_URI (Manifest recommit) (diff) | |
download | gentoo-2-8d1a22afbcdbd6d97f68ab489f54f0ed60094050.tar.gz gentoo-2-8d1a22afbcdbd6d97f68ab489f54f0ed60094050.tar.bz2 gentoo-2-8d1a22afbcdbd6d97f68ab489f54f0ed60094050.zip |
Also need to change SRC_URI path.
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/tomcat/tomcat-5.0.28.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-servers/tomcat/tomcat-5.0.28.ebuild b/www-servers/tomcat/tomcat-5.0.28.ebuild index e871040eb8fe..fb331ff25ce4 100644 --- a/www-servers/tomcat/tomcat-5.0.28.ebuild +++ b/www-servers/tomcat/tomcat-5.0.28.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/tomcat/tomcat-5.0.28.ebuild,v 1.3 2004/12/18 19:32:12 karltk Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/tomcat/tomcat-5.0.28.ebuild,v 1.4 2004/12/18 19:35:08 karltk Exp $ inherit eutils java-pkg DESCRIPTION="Apache Servlet-2.4/JSP-2.0 Container" SLOT="${PV/.*}" -SRC_URI="mirror://apache/tomcat-${SLOT}/v${PV}/bin/jakarta-${P}-src.tar.gz" +SRC_URI="mirror://apache/jakarta/tomcat-${SLOT}/v${PV}/bin/jakarta-${P}-src.tar.gz" HOMEPAGE="http://jakarta.apache.org/tomcat" KEYWORDS="~x86 ~ppc64" LICENSE="Apache-2.0" |