aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-ruby/json_pure/json_pure-1.6.6.ebuild20
1 files changed, 20 insertions, 0 deletions
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"