summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2016-03-09 07:14:00 +0100
committerHans de Graaff <graaff@gentoo.org>2016-03-10 06:48:22 +0100
commitfbd64c4dfa63e407a5ba2dcc24ff4b0264ab7b6a (patch)
treecaed27f6fb9b6c23e232f5fbf617a30d5783e558 /dev-ruby/gherkin/gherkin-3.2.0.ebuild
parentdev-util/cucumber-core: cleanup (diff)
downloadgentoo-fbd64c4dfa63e407a5ba2dcc24ff4b0264ab7b6a.tar.gz
gentoo-fbd64c4dfa63e407a5ba2dcc24ff4b0264ab7b6a.tar.bz2
gentoo-fbd64c4dfa63e407a5ba2dcc24ff4b0264ab7b6a.zip
dev-ruby/gherkin: add 3.2.0
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-ruby/gherkin/gherkin-3.2.0.ebuild')
-rw-r--r--dev-ruby/gherkin/gherkin-3.2.0.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-ruby/gherkin/gherkin-3.2.0.ebuild b/dev-ruby/gherkin/gherkin-3.2.0.ebuild
new file mode 100644
index 000000000000..31a8a4fb94d2
--- /dev/null
+++ b/dev-ruby/gherkin/gherkin-3.2.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21 ruby22"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_DOCDIR="rdoc"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Fast Gherkin lexer and parser"
+HOMEPAGE="https://github.com/cucumber/gherkin"
+LICENSE="MIT"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc64 ~x86"
+SLOT="3"
+IUSE=""