diff options
author | 2004-03-19 01:12:46 +0000 | |
---|---|---|
committer | 2004-03-19 01:12:46 +0000 | |
commit | 051703d13366a0c9993b0df12c9158b2e763ec1c (patch) | |
tree | c51326df7810f8916a17a4ed0d9fb28ff073db52 /dev-java/bsh | |
parent | fix SRC_URI #45013 (diff) | |
download | gentoo-2-051703d13366a0c9993b0df12c9158b2e763ec1c.tar.gz gentoo-2-051703d13366a0c9993b0df12c9158b2e763ec1c.tar.bz2 gentoo-2-051703d13366a0c9993b0df12c9158b2e763ec1c.zip |
Marking stable on x86
Diffstat (limited to 'dev-java/bsh')
-rw-r--r-- | dev-java/bsh/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/bsh/bsh-1.3.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-java/bsh/ChangeLog b/dev-java/bsh/ChangeLog index ad613fb7095d..4ead3ad9390d 100644 --- a/dev-java/bsh/ChangeLog +++ b/dev-java/bsh/ChangeLog @@ -1,6 +1,9 @@ # 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.6 2004/02/19 04:12:51 zx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/bsh/ChangeLog,v 1.7 2004/03/19 01:12:46 zx Exp $ + + 18 Mar 2004; Chris Aniszczyk <zx@gentoo.org> bsh-1.3.0.ebuild: + Marking stable on x86 *bsh-2.0_beta1 (18 Feb 2004) diff --git a/dev-java/bsh/bsh-1.3.0.ebuild b/dev-java/bsh/bsh-1.3.0.ebuild index 543b86d9b60e..63cb5706950f 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.3 2004/02/15 08:53:59 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/bsh/bsh-1.3.0.ebuild,v 1.4 2004/03/19 01:12:46 zx Exp $ inherit java-pkg @@ -9,7 +9,7 @@ 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 amd64 ~ppc" +KEYWORDS="x86 amd64 ~ppc" LICENSE="LGPL-2.1" SLOT="0" DEPEND="" |