diff options
author | Hans de Graaff <graaff@gentoo.org> | 2009-05-29 05:54:50 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2009-05-29 05:54:50 +0000 |
commit | c302242455b5785801533a4350e21432c1dd75cc (patch) | |
tree | 9a9ae1a81fc1c04a9f9051e726347014909c3bf3 /dev-ruby | |
parent | version bump wrt security bug #271502 (diff) | |
download | gentoo-2-c302242455b5785801533a4350e21432c1dd75cc.tar.gz gentoo-2-c302242455b5785801533a4350e21432c1dd75cc.tar.bz2 gentoo-2-c302242455b5785801533a4350e21432c1dd75cc.zip |
Version bump.
(Portage version: 2.1.6.11/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/json/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/json/json-1.1.6.ebuild | 15 |
2 files changed, 21 insertions, 1 deletions
diff --git a/dev-ruby/json/ChangeLog b/dev-ruby/json/ChangeLog index d560c3ee6d2c..3d343a84e00a 100644 --- a/dev-ruby/json/ChangeLog +++ b/dev-ruby/json/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/json # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/ChangeLog,v 1.2 2009/03/20 14:32:15 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/ChangeLog,v 1.3 2009/05/29 05:54:50 graaff Exp $ + +*json-1.1.6 (29 May 2009) + + 29 May 2009; Hans de Graaff <graaff@gentoo.org> +json-1.1.6.ebuild: + Version bump. 20 Mar 2009; Joseph Jezak <josejx@gentoo.org> json-1.1.3.ebuild: Marked ~ppc for bug #252907. diff --git a/dev-ruby/json/json-1.1.6.ebuild b/dev-ruby/json/json-1.1.6.ebuild new file mode 100644 index 000000000000..409ce0fc9a66 --- /dev/null +++ b/dev-ruby/json/json-1.1.6.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/json-1.1.6.ebuild,v 1.1 2009/05/29 05:54:50 graaff Exp $ + +inherit gems + +USE_RUBY="ruby18" + +DESCRIPTION="A JSON implementation as a Ruby extension." +HOMEPAGE="http://json.rubyforge.org/" +LICENSE="GPL-2" + +KEYWORDS="~amd64 ~ppc ~x86" +SLOT="0" +IUSE="" |