diff options
author | Hans de Graaff <graaff@gentoo.org> | 2017-08-01 06:32:57 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2017-08-01 06:32:57 +0200 |
commit | 51dd843e6777095db206246978605a31a6733c92 (patch) | |
tree | d40f753e675f8d9dc832a30eee1f23ce8708f79e /dev-ruby/minitest-hooks | |
parent | app-admin/salt: Version bump to 2017.7.0 (diff) | |
download | gentoo-51dd843e6777095db206246978605a31a6733c92.tar.gz gentoo-51dd843e6777095db206246978605a31a6733c92.tar.bz2 gentoo-51dd843e6777095db206246978605a31a6733c92.zip |
dev-ruby/minitest-hooks: add 1.4.1
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-ruby/minitest-hooks')
-rw-r--r-- | dev-ruby/minitest-hooks/Manifest | 1 | ||||
-rw-r--r-- | dev-ruby/minitest-hooks/minitest-hooks-1.4.1.ebuild | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/dev-ruby/minitest-hooks/Manifest b/dev-ruby/minitest-hooks/Manifest index 80516afaa201..1e0eb55898a4 100644 --- a/dev-ruby/minitest-hooks/Manifest +++ b/dev-ruby/minitest-hooks/Manifest @@ -1 +1,2 @@ DIST minitest-hooks-1.4.0.gem 10240 SHA256 1f95946599b91da45ee83d93a35309ee8355028383e3828a1a3b010660f54e24 SHA512 ad89173076cf8af9f198719bb5fd2ac3524f1aa9a98c4010e091056e3a195eaead59a0b2cb7361441f4b376b1823fac55fb077903d04034c31a426372ee28f30 WHIRLPOOL 88d215f1155f9580e09f4c086e739089d421171b94c93d9608b527ced50f6fab20fee6be2a617125d52c7088eaa564422db6513ef0094204456bce458e9bb6c3 +DIST minitest-hooks-1.4.1.gem 10240 SHA256 714d1f0eb452d33935e90ac7699c2b9ad7ec5e6bd0225326752c60debd7b7615 SHA512 b0acc514e711e9b6df0ce4789edbff95eedb7eafd44ec1d6198d249d7ad667e64da4142a8154f0c0fc0da5578bef9ca658d3879cbcb80a2537cbd661d2350cbe WHIRLPOOL 667d6edbd679da798383c8d4959f5dab857db351902911610907b0e5737d4a666a7346e1b978ac41fce95dd4292eb9dd6e175f136c5f690959506b3d5da908ba diff --git a/dev-ruby/minitest-hooks/minitest-hooks-1.4.1.ebuild b/dev-ruby/minitest-hooks/minitest-hooks-1.4.1.ebuild new file mode 100644 index 000000000000..dbb399a01c02 --- /dev/null +++ b/dev-ruby/minitest-hooks/minitest-hooks-1.4.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +USE_RUBY="ruby21 ruby22 ruby23 ruby24" + +# Skip tests since they require unpackaged sequel +RUBY_FAKEGEM_RECIPE_TEST="none" +RUBY_FAKEGEM_RECIPE_DOC="rdoc" + +inherit ruby-fakegem + +DESCRIPTION="Adds around and before_all/after_all/around_all hooks for Minitest" +HOMEPAGE="https://github.com/jeremyevans/minitest-hooks" + +LICENSE="MIT" +SLOT="1" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64" +IUSE="" |