diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-01-23 23:02:16 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-01-23 23:02:16 +0000 |
commit | 7dacf32f1f6a03651c62069373420361b191c4de (patch) | |
tree | 6a862a9d65040e6dda72069b258a0f6bcadf285c /dev-java/jruby/ChangeLog | |
parent | Keyword ~amd64-linux/~x86-linux (diff) | |
download | gentoo-2-7dacf32f1f6a03651c62069373420361b191c4de.tar.gz gentoo-2-7dacf32f1f6a03651c62069373420361b191c4de.tar.bz2 gentoo-2-7dacf32f1f6a03651c62069373420361b191c4de.zip |
Revision bump with improvements to the launch script, this reduces its complexity, and make sure that we run with the correct parameters. We also don't symlink in /usr/share/bin any longer. Simplify ebuild logic for the symlink checks, and add a hard blocker on the older versions so that most users upgrading won't hit the error anyway.
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'dev-java/jruby/ChangeLog')
-rw-r--r-- | dev-java/jruby/ChangeLog | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/dev-java/jruby/ChangeLog b/dev-java/jruby/ChangeLog index ea7074f3a143..f7d11cbfa04a 100644 --- a/dev-java/jruby/ChangeLog +++ b/dev-java/jruby/ChangeLog @@ -1,6 +1,17 @@ # ChangeLog for dev-java/jruby # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jruby/ChangeLog,v 1.51 2010/01/23 13:51:00 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jruby/ChangeLog,v 1.52 2010/01/23 23:02:15 flameeyes Exp $ + +*jruby-1.4.0-r4 (23 Jan 2010) + + 23 Jan 2010; Diego E. Pettenò <flameeyes@gentoo.org> + -jruby-1.4.0-r3.ebuild, +jruby-1.4.0-r4.ebuild, + files/jruby-1.4.0-system-jars.patch: + Revision bump with improvements to the launch script, this reduces its + complexity, and make sure that we run with the correct parameters. We also + don't symlink in /usr/share/bin any longer. Simplify ebuild logic for the + symlink checks, and add a hard blocker on the older versions so that most + users upgrading won't hit the error anyway. 23 Jan 2010; Diego E. Pettenò <flameeyes@gentoo.org> -files/jruby-0.9.8-sandbox.patch, -jruby-1.0.0.ebuild, |