From 4e748e47137c5982b637097e87dc553e562e45d1 Mon Sep 17 00:00:00 2001 From: Leonardo Martins Date: Sat, 14 Apr 2012 12:11:07 -0300 Subject: Added dependency configuration to =dev-ruby/sdoc-0.3.16 --- dev-ruby/sdoc/sdoc-0.3.16.ebuild | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/dev-ruby/sdoc/sdoc-0.3.16.ebuild b/dev-ruby/sdoc/sdoc-0.3.16.ebuild index e69de29..f5eaecc 100644 --- a/dev-ruby/sdoc/sdoc-0.3.16.ebuild +++ b/dev-ruby/sdoc/sdoc-0.3.16.ebuild @@ -0,0 +1,19 @@ +# 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="https://github.com/derks/ruby-parseconfig" + +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_rdepend "=dev-ruby/json-1* >=dev-ruby/json-1.1.3 + <=dev-ruby/rdoc-3.10" -- cgit v1.2.3-65-gdbad