diff options
Diffstat (limited to 'dev-java/rhino/rhino-1.5_rc4.ebuild')
-rw-r--r-- | dev-java/rhino/rhino-1.5_rc4.ebuild | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/dev-java/rhino/rhino-1.5_rc4.ebuild b/dev-java/rhino/rhino-1.5_rc4.ebuild deleted file mode 100644 index 98aaf2aaa110..000000000000 --- a/dev-java/rhino/rhino-1.5_rc4.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# 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_rc4.ebuild,v 1.6 2004/01/19 04:52:10 strider Exp $ - -# This should be dynamic - -inherit java-pkg - -IUSE="doc" - -MY_P="rhino1_5R4_1" -S="${WORKDIR}/${MY_P}" - -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="ftp://ftp.mozilla.org/pub/js/${MY_P//_/}.zip" -HOMEPAGE="http://www.mozilla.org/rhino/" -LICENSE="NPL-1.1" -SLOT="0" -KEYWORDS="x86 ~ppc amd64" - -RDEPEND=">=virtual/jdk-1.3 - dev-java/ant" - -src_compile() { - ant jar -} - - -src_install() { - java-pkg_dojar build/${MY_P}/js.jar - if [ "` use doc `" ]; then - dohtml -r docs/* - fi -} |