From c7adfd52791e4d7f644a5dddcd437806f837f389 Mon Sep 17 00:00:00 2001 From: Leonardo Martins Date: Sat, 14 Apr 2012 18:59:44 -0300 Subject: Added configuration and manifest file to dev-ruby/json_pure-1.6.6 --- dev-ruby/json_pure/json_pure-1.6.6.ebuild | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/dev-ruby/json_pure/json_pure-1.6.6.ebuild b/dev-ruby/json_pure/json_pure-1.6.6.ebuild index e69de29..2a0cc8c 100644 --- a/dev-ruby/json_pure/json_pure-1.6.6.ebuild +++ b/dev-ruby/json_pure/json_pure-1.6.6.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="2" +USE_RUBY="ruby18" + +inherit ruby-fakegem + +DESCRIPTION="Provides simple parsing of standard *nix style config files." +HOMEPAGE="http://flori.github.com/json" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 ~ppc64 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +ruby_add_bdepend "dev-ruby/permutation + <=dev-ruby/rake-0.9.2 + dev-ruby/sdoc" -- cgit v1.2.3-65-gdbad