aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Martins <leonardo@venidera.com>2012-04-14 12:11:07 -0300
committerLeonardo Martins <leonardo@venidera.com>2012-04-14 12:11:07 -0300
commit4e748e47137c5982b637097e87dc553e562e45d1 (patch)
treec8c852a8d2c93902a66a9daf8f4a59f2b59bb582
parentSet repository name to make this a valid overlay (diff)
downloadvenidera-4e748e47137c5982b637097e87dc553e562e45d1.tar.gz
venidera-4e748e47137c5982b637097e87dc553e562e45d1.tar.bz2
venidera-4e748e47137c5982b637097e87dc553e562e45d1.zip
Added dependency configuration to =dev-ruby/sdoc-0.3.16
-rw-r--r--dev-ruby/sdoc/sdoc-0.3.16.ebuild19
1 files changed, 19 insertions, 0 deletions
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"