diff options
author | Alex Legler <a3li@gentoo.org> | 2009-09-01 21:28:06 +0000 |
---|---|---|
committer | Alex Legler <a3li@gentoo.org> | 2009-09-01 21:28:06 +0000 |
commit | 33042fe32e6e6547e00af58b63f313c8ae2bab6c (patch) | |
tree | 6d7e52ca38733041db2c35f76020e148ce6439d0 | |
parent | Updated version for EMBASSY 6.1.0. (diff) | |
download | gentoo-2-33042fe32e6e6547e00af58b63f313c8ae2bab6c.tar.gz gentoo-2-33042fe32e6e6547e00af58b63f313c8ae2bab6c.tar.bz2 gentoo-2-33042fe32e6e6547e00af58b63f313c8ae2bab6c.zip |
Version bump, fixing LICENSE
(Portage version: 2.2_rc33/cvs/Linux x86_64)
-rw-r--r-- | dev-ruby/json/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/json/json-1.1.9.ebuild | 15 |
2 files changed, 21 insertions, 1 deletions
diff --git a/dev-ruby/json/ChangeLog b/dev-ruby/json/ChangeLog index a27b69dcec2e..b1b063dc0ca6 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.5 2009/08/23 07:52:32 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/ChangeLog,v 1.6 2009/09/01 21:28:06 a3li Exp $ + +*json-1.1.9 (01 Sep 2009) + + 01 Sep 2009; Alex Legler <a3li@gentoo.org> +json-1.1.9.ebuild: + Version bump, fixing LICENSE 23 Aug 2009; Hans de Graaff <graaff@gentoo.org> -json-1.1.3.ebuild, -json-1.1.6.ebuild: diff --git a/dev-ruby/json/json-1.1.9.ebuild b/dev-ruby/json/json-1.1.9.ebuild new file mode 100644 index 000000000000..08f57d608795 --- /dev/null +++ b/dev-ruby/json/json-1.1.9.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.9.ebuild,v 1.1 2009/09/01 21:28:06 a3li Exp $ + +inherit gems + +USE_RUBY="ruby18" + +DESCRIPTION="A JSON implementation as a Ruby extension." +HOMEPAGE="http://json.rubyforge.org/" +LICENSE="|| ( Ruby GPL-2 )" + +KEYWORDS="~amd64 ~ppc ~x86" +SLOT="0" +IUSE="" |