summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2017-09-16 08:19:59 +0200
committerHans de Graaff <graaff@gentoo.org>2017-09-16 08:21:13 +0200
commit0dd2117f1d2a2d574d27264ff06776ddcdb01bb2 (patch)
tree21ec53d6c48982e5387c2613fc313bd2de1abfaf /dev-ruby/paramesan/paramesan-0.1.1.ebuild
parentdev-db/aerospike-server-community: Bump (diff)
downloadgentoo-0dd2117f1d2a2d574d27264ff06776ddcdb01bb2.tar.gz
gentoo-0dd2117f1d2a2d574d27264ff06776ddcdb01bb2.tar.bz2
gentoo-0dd2117f1d2a2d574d27264ff06776ddcdb01bb2.zip
dev-ruby/paramesan: initial import of 0.1.1
New dependency for dev-ruby/riel Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-ruby/paramesan/paramesan-0.1.1.ebuild')
-rw-r--r--dev-ruby/paramesan/paramesan-0.1.1.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-ruby/paramesan/paramesan-0.1.1.ebuild b/dev-ruby/paramesan/paramesan-0.1.1.ebuild
new file mode 100644
index 000000000000..18a2cb2cead8
--- /dev/null
+++ b/dev-ruby/paramesan/paramesan-0.1.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby22 ruby23 ruby24"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+RUBY_FAKEGEM_GEMSPEC="paramesan.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Parameterized tests in Ruby"
+HOMEPAGE="https://github.com/jpace/paramesan"
+
+SRC_URI="https://github.com/jpace/paramesan/archive/v${PV}.tar.gz -> ${P}.tgz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""