diff options
Diffstat (limited to 'dev-ruby/json_pure/json_pure-1.1.7.ebuild')
-rw-r--r-- | dev-ruby/json_pure/json_pure-1.1.7.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-ruby/json_pure/json_pure-1.1.7.ebuild b/dev-ruby/json_pure/json_pure-1.1.7.ebuild new file mode 100644 index 0000000..c92e7b5 --- /dev/null +++ b/dev-ruby/json_pure/json_pure-1.1.7.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit gems + +DESCRIPTION="JSON implementation for Ruby" +HOMEPAGE="http://json.rubyforge.org/" + +LICENSE="Ruby" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +USE_RUBY="ruby18" |