aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Martins <leonardo@venidera.com>2012-04-14 18:59:44 -0300
committerLeonardo Martins <leonardo@venidera.com>2012-04-14 18:59:44 -0300
commitc7adfd52791e4d7f644a5dddcd437806f837f389 (patch)
treec4e8798d5edade0b93822f9be763ec9dabb917b7
parentAdded configuration to dev-ruby/rhc-0.88.9 (diff)
downloadvenidera-c7adfd52791e4d7f644a5dddcd437806f837f389.tar.gz
venidera-c7adfd52791e4d7f644a5dddcd437806f837f389.tar.bz2
venidera-c7adfd52791e4d7f644a5dddcd437806f837f389.zip
Added configuration and manifest file to dev-ruby/json_pure-1.6.6
-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"