diff options
author | Chris Aniszczyk <zx@gentoo.org> | 2004-02-19 04:11:31 +0000 |
---|---|---|
committer | Chris Aniszczyk <zx@gentoo.org> | 2004-02-19 04:11:31 +0000 |
commit | 8142c20ab75e808865856697900f534654442205 (patch) | |
tree | 85b360a3878023bc4d2aaafeb887c228c8cfa01a /dev-java/bsh | |
parent | Added amd64 to keywords. Works great with festival. Made stable as it's the... (diff) | |
download | gentoo-2-8142c20ab75e808865856697900f534654442205.tar.gz gentoo-2-8142c20ab75e808865856697900f534654442205.tar.bz2 gentoo-2-8142c20ab75e808865856697900f534654442205.zip |
Clean up.
Diffstat (limited to 'dev-java/bsh')
-rw-r--r-- | dev-java/bsh/bsh-1.2-r7.ebuild | 27 | ||||
-rw-r--r-- | dev-java/bsh/files/digest-bsh-1.2-r7 | 1 |
2 files changed, 0 insertions, 28 deletions
diff --git a/dev-java/bsh/bsh-1.2-r7.ebuild b/dev-java/bsh/bsh-1.2-r7.ebuild deleted file mode 100644 index 77f19fe0c505..000000000000 --- a/dev-java/bsh/bsh-1.2-r7.ebuild +++ /dev/null @@ -1,27 +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/bsh/bsh-1.2-r7.ebuild,v 1.3 2004/02/10 07:17:22 strider Exp $ - -inherit java-pkg - -At="bsh-1.2b7.jar" -S=${WORKDIR} -DESCRIPTION="BeanShell is a small, free, embeddable, Java source interpreter with object scripting language features." -SRC_URI="http://www.beanshell.org/${At}" -HOMEPAGE="http://www.beanshell.org/" -KEYWORDS="x86 ppc sparc" -LICENSE="LGPL-2.1" -SLOT="0" -DEPEND="" -RDEPEND=">=virtual/jdk-1.2" - -src_compile() { - einfo " This ebuild is binary-only (for now)." - einfo " If you get this to compile from source, please file a bug" - einfo " and let us know. http://bugs.gentoo.org/" -} - -src_install() { - dobin ${FILESDIR}/bsh.Console ${FILESDIR}/bsh.Interpreter - java-pkg_dojar ${DISTDIR}/${At} -} diff --git a/dev-java/bsh/files/digest-bsh-1.2-r7 b/dev-java/bsh/files/digest-bsh-1.2-r7 deleted file mode 100644 index a76ebd43351e..000000000000 --- a/dev-java/bsh/files/digest-bsh-1.2-r7 +++ /dev/null @@ -1 +0,0 @@ -MD5 953188523fbc7ae5145d09978c26458d bsh-1.2b7.jar 212471 |