diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2004-11-16 21:29:13 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2004-11-16 21:29:13 +0000 |
commit | eddfe6eef00c53729afe21d28a3a503787b6dfac (patch) | |
tree | 5aa535859498b00742ff3793d113ae96f578a4c4 /dev-java | |
parent | Marking stable on IA64. (Manifest recommit) (diff) | |
download | gentoo-2-eddfe6eef00c53729afe21d28a3a503787b6dfac.tar.gz gentoo-2-eddfe6eef00c53729afe21d28a3a503787b6dfac.tar.bz2 gentoo-2-eddfe6eef00c53729afe21d28a3a503787b6dfac.zip |
Stable on sparc
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/bsh/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/bsh/bsh-2.0_beta1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-java/bsh/ChangeLog b/dev-java/bsh/ChangeLog index d380fedae210..620bd65833eb 100644 --- a/dev-java/bsh/ChangeLog +++ b/dev-java/bsh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/bsh # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/bsh/ChangeLog,v 1.17 2004/11/01 19:47:41 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/bsh/ChangeLog,v 1.18 2004/11/16 21:29:13 gustavoz Exp $ + + 16 Nov 2004; Gustavo Zacarias <gustavoz@gentoo.org> bsh-2.0_beta1-r1.ebuild: + Stable on sparc 01 Nov 2004; Lars Weiler <pylon@gentoo.org> bsh-2.0_beta1-r1.ebuild: Stable on ppc for PHP5, Bug #60442. diff --git a/dev-java/bsh/bsh-2.0_beta1-r1.ebuild b/dev-java/bsh/bsh-2.0_beta1-r1.ebuild index 4ca4729883fa..b4a0c3e84e7e 100644 --- a/dev-java/bsh/bsh-2.0_beta1-r1.ebuild +++ b/dev-java/bsh/bsh-2.0_beta1-r1.ebuild @@ -1,13 +1,13 @@ # 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.4 2004/11/01 19:47:41 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/bsh/bsh-2.0_beta1-r1.ebuild,v 1.5 2004/11/16 21:29:13 gustavoz 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 mirror://gentoo/beanshell-icon.png" HOMEPAGE="http://www.beanshell.org/" -KEYWORDS="x86 amd64 ppc ~sparc" +KEYWORDS="x86 amd64 ppc sparc" LICENSE="LGPL-2.1" SLOT="0" RDEPEND=">=virtual/jdk-1.2" |