diff options
Diffstat (limited to 'dev-ruby/json/json-1.1.7.ebuild')
-rw-r--r-- | dev-ruby/json/json-1.1.7.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-ruby/json/json-1.1.7.ebuild b/dev-ruby/json/json-1.1.7.ebuild new file mode 100644 index 000000000000..5fc0ab2840c9 --- /dev/null +++ b/dev-ruby/json/json-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: /var/cvsroot/gentoo-x86/dev-ruby/json/json-1.1.7.ebuild,v 1.1 2009/07/04 08:24:54 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="" |