diff options
author | 2004-10-24 18:05:22 +0000 | |
---|---|---|
committer | 2004-10-24 18:05:22 +0000 | |
commit | 9b7f7e8cd049ec8f4da5c26ae6bdbb0676d19a42 (patch) | |
tree | 049bc51122411a09a78c104f28c953417f9492a6 /dev-java/bsh | |
parent | version bump and SRC_URI update for 1.0.0 (Manifest recommit) (diff) | |
download | gentoo-2-9b7f7e8cd049ec8f4da5c26ae6bdbb0676d19a42.tar.gz gentoo-2-9b7f7e8cd049ec8f4da5c26ae6bdbb0676d19a42.tar.bz2 gentoo-2-9b7f7e8cd049ec8f4da5c26ae6bdbb0676d19a42.zip |
adjust src_uri
Diffstat (limited to 'dev-java/bsh')
-rw-r--r-- | dev-java/bsh/bsh-2.0_beta1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/bsh/bsh-2.0_beta1-r1.ebuild b/dev-java/bsh/bsh-2.0_beta1-r1.ebuild index 14f116adc35d..40c8f55fb83b 100644 --- a/dev-java/bsh/bsh-2.0_beta1-r1.ebuild +++ b/dev-java/bsh/bsh-2.0_beta1-r1.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/bsh/bsh-2.0_beta1-r1.ebuild,v 1.1 2004/09/17 18:16:18 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/bsh/bsh-2.0_beta1-r1.ebuild,v 1.2 2004/10/24 18:03:04 axxo Exp $ inherit java-pkg DESCRIPTION="BeanShell is a small, free, embeddable, Java source interpreter with object scripting language features." -SRC_URI="http://www.beanshell.org/${P/_beta1/b1}.jar http://dev.gentoo.org/~axxo/distfiles/beanshell-icon.png" +SRC_URI="http://www.beanshell.org/${P/_beta1/b1}.jar mirror://gentoo/beanshell-icon.png" HOMEPAGE="http://www.beanshell.org/" KEYWORDS="x86 amd64 ~ppc" LICENSE="LGPL-2.1" |