diff options
author | Chris Aniszczyk <zx@gentoo.org> | 2004-05-02 01:09:27 +0000 |
---|---|---|
committer | Chris Aniszczyk <zx@gentoo.org> | 2004-05-02 01:09:27 +0000 |
commit | a6e8c256fa935b97175e8e1dc7c48a7f11327b26 (patch) | |
tree | 09851434e9f951c0d333e63a35271d9b7673292d /dev-java/bsh | |
parent | Moved from dev-java/jaf (Manifest recommit) (diff) | |
download | gentoo-2-a6e8c256fa935b97175e8e1dc7c48a7f11327b26.tar.gz gentoo-2-a6e8c256fa935b97175e8e1dc7c48a7f11327b26.tar.bz2 gentoo-2-a6e8c256fa935b97175e8e1dc7c48a7f11327b26.zip |
Closes #49418
Diffstat (limited to 'dev-java/bsh')
-rw-r--r-- | dev-java/bsh/ChangeLog | 7 | ||||
-rw-r--r-- | dev-java/bsh/bsh-1.3.0.ebuild | 3 | ||||
-rw-r--r-- | dev-java/bsh/bsh-2.0_beta1.ebuild | 11 | ||||
-rw-r--r-- | dev-java/bsh/files/beanshell-icon.png | bin | 0 -> 29784 bytes | |||
-rw-r--r-- | dev-java/bsh/files/beanshell.desktop | 11 |
5 files changed, 29 insertions, 3 deletions
diff --git a/dev-java/bsh/ChangeLog b/dev-java/bsh/ChangeLog index 4ead3ad9390d..abd39a791281 100644 --- a/dev-java/bsh/ChangeLog +++ b/dev-java/bsh/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-java/bsh # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/bsh/ChangeLog,v 1.7 2004/03/19 01:12:46 zx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/bsh/ChangeLog,v 1.8 2004/05/02 01:09:27 zx Exp $ + + 06 May 2004; Chris Aniszczyk <zx@gentoo.org> +files/beanshell-icon.png, + +files/beanshell.desktop, bsh-2.0_beta1.ebuild: + Closes #49418. + Thanks to Keith Lea <keith@cs.oswego.edu> for the pretty icon and desktop file. 18 Mar 2004; Chris Aniszczyk <zx@gentoo.org> bsh-1.3.0.ebuild: Marking stable on x86 diff --git a/dev-java/bsh/bsh-1.3.0.ebuild b/dev-java/bsh/bsh-1.3.0.ebuild index 63cb5706950f..b9f50829a2fb 100644 --- a/dev-java/bsh/bsh-1.3.0.ebuild +++ b/dev-java/bsh/bsh-1.3.0.ebuild @@ -1,6 +1,6 @@ # 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.3.0.ebuild,v 1.4 2004/03/19 01:12:46 zx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/bsh/bsh-1.3.0.ebuild,v 1.5 2004/05/02 01:09:27 zx Exp $ inherit java-pkg @@ -12,6 +12,7 @@ HOMEPAGE="http://www.beanshell.org/" KEYWORDS="x86 amd64 ~ppc" LICENSE="LGPL-2.1" SLOT="0" +IUSE="" DEPEND="" RDEPEND=">=virtual/jdk-1.2" diff --git a/dev-java/bsh/bsh-2.0_beta1.ebuild b/dev-java/bsh/bsh-2.0_beta1.ebuild index 76ab9268e26e..a69555b785d4 100644 --- a/dev-java/bsh/bsh-2.0_beta1.ebuild +++ b/dev-java/bsh/bsh-2.0_beta1.ebuild @@ -1,6 +1,6 @@ # 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-2.0_beta1.ebuild,v 1.1 2004/02/19 04:12:51 zx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/bsh/bsh-2.0_beta1.ebuild,v 1.2 2004/05/02 01:09:27 zx Exp $ inherit java-pkg @@ -12,6 +12,7 @@ LICENSE="LGPL-2.1" SLOT="0" RDEPEND=">=virtual/jdk-1.2" DEPEND=">=virtual/jre-1.2" +IUSE="kde gnome" S=${WORKDIR} @@ -26,4 +27,12 @@ src_compile() { src_install() { dobin ${FILESDIR}/bsh.Console ${FILESDIR}/bsh.Interpreter java-pkg_dojar ${DISTDIR}/${P/_beta1/b1}.jar + + if [ `use gnome` ] || [ `use kde` ] ; then + insinto /usr/share/pixmaps + doins ${FILESDIR}/beanshell-icon.png + + insinto /usr/share/applications + doins ${FILESDIR}/beanshell.desktop + fi } diff --git a/dev-java/bsh/files/beanshell-icon.png b/dev-java/bsh/files/beanshell-icon.png Binary files differnew file mode 100644 index 000000000000..d084ba2263c2 --- /dev/null +++ b/dev-java/bsh/files/beanshell-icon.png diff --git a/dev-java/bsh/files/beanshell.desktop b/dev-java/bsh/files/beanshell.desktop new file mode 100644 index 000000000000..b6e96af79b1e --- /dev/null +++ b/dev-java/bsh/files/beanshell.desktop @@ -0,0 +1,11 @@ +[Desktop Entry] +Encoding=UTF-8 +Version=1.0 +Type=Application +Exec=bsh.Console +Terminal=false +Name=BeanShell Prompt +GenericName=Java Command Prompt +Comment=An interactive Java command prompt +Categories=Application;Development +Icon=/usr/share/pixmaps/beanshell-icon.png
\ No newline at end of file |