diff options
author | Chris Aniszczyk <zx@gentoo.org> | 2004-04-03 17:00:17 +0000 |
---|---|---|
committer | Chris Aniszczyk <zx@gentoo.org> | 2004-04-03 17:00:17 +0000 |
commit | 14466d16cb5b34d401a9a5cb11caa42650a10e5b (patch) | |
tree | 4ba955dbb0db8ef6c05a40e474f6a71c2e6e2cd6 /dev-java/rhino/rhino-1.5-r5.ebuild | |
parent | Version bump. (Manifest recommit) (diff) | |
download | gentoo-2-14466d16cb5b34d401a9a5cb11caa42650a10e5b.tar.gz gentoo-2-14466d16cb5b34d401a9a5cb11caa42650a10e5b.tar.bz2 gentoo-2-14466d16cb5b34d401a9a5cb11caa42650a10e5b.zip |
Fixing SRC_URI. Closes #46669
Diffstat (limited to 'dev-java/rhino/rhino-1.5-r5.ebuild')
-rw-r--r-- | dev-java/rhino/rhino-1.5-r5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/rhino/rhino-1.5-r5.ebuild b/dev-java/rhino/rhino-1.5-r5.ebuild index 06365f26dc07..5ef6773c2cbd 100644 --- a/dev-java/rhino/rhino-1.5-r5.ebuild +++ b/dev-java/rhino/rhino-1.5-r5.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/rhino/rhino-1.5-r5.ebuild,v 1.1 2004/04/02 04:22:05 zx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/rhino/rhino-1.5-r5.ebuild,v 1.2 2004/04/03 17:00:17 zx Exp $ inherit java-pkg MY_P="rhino1_5R5" DESCRIPTION="Rhino is an open-source implementation of JavaScript written entirely in Java. It is typically embedded into Java applications to provide scripting to end users" -SRC_URI="http://64.12.168.21/pub/mozilla.org/js/${MY_P}.zip" +SRC_URI="ftp://ftp.mozilla.org/pub/mozilla.org/js/${MY_P}.zip" HOMEPAGE="http://www.mozilla.org/rhino/" LICENSE="NPL-1.1" SLOT="0" |