diff options
author | Hans de Graaff <graaff@gentoo.org> | 2018-07-25 06:57:04 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2018-07-25 06:57:04 +0200 |
commit | c96eca8ec1e2e4af9a783fcf278c52f900956124 (patch) | |
tree | 1d082f3058b47747d7d773da21c4115c085c31d1 /dev-ruby/fivemat/fivemat-1.3.7.ebuild | |
parent | dev-ruby/capybara: add 3.4.2 (diff) | |
download | gentoo-c96eca8ec1e2e4af9a783fcf278c52f900956124.tar.gz gentoo-c96eca8ec1e2e4af9a783fcf278c52f900956124.tar.bz2 gentoo-c96eca8ec1e2e4af9a783fcf278c52f900956124.zip |
dev-ruby/fivemat: add 1.3.7
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-ruby/fivemat/fivemat-1.3.7.ebuild')
-rw-r--r-- | dev-ruby/fivemat/fivemat-1.3.7.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-ruby/fivemat/fivemat-1.3.7.ebuild b/dev-ruby/fivemat/fivemat-1.3.7.ebuild new file mode 100644 index 000000000000..98295b14f6fa --- /dev/null +++ b/dev-ruby/fivemat/fivemat-1.3.7.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +USE_RUBY="ruby23 ruby24 ruby25" + +# Package does not contain tests +RUBY_FAKEGEM_TASK_TEST="" + +RUBY_FAKEGEM_RECIPE_DOC="rdoc" +RUBY_FAKEGEM_EXTRADOC="README.markdown" + +inherit ruby-fakegem + +DESCRIPTION="MiniTest/RSpec/Cucumber formatter that gives each test file its own line of dots" +HOMEPAGE="https://github.com/tpope/fivemat" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" |