commit: 18dcecda2ff8acccc094d50d626a5d1403441539 Author: Hans de Graaff <hans <AT> degraaff <DOT> org> AuthorDate: Thu Sep 8 05:14:01 2016 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Thu Sep 8 05:14:01 2016 +0000 URL: https://gitweb.gentoo.org/dev/graaff.git/commit/?id=18dcecda
dev-ruby/rubocop-checkstyle_formatter: add 0.3.0 Package-Manager: portage-2.2.28 dev-ruby/rubocop-checkstyle_formatter/Manifest | 1 + .../rubocop-checkstyle_formatter-0.3.0.ebuild | 23 ++++++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/dev-ruby/rubocop-checkstyle_formatter/Manifest b/dev-ruby/rubocop-checkstyle_formatter/Manifest index c0ecd57..8c5e401 100644 --- a/dev-ruby/rubocop-checkstyle_formatter/Manifest +++ b/dev-ruby/rubocop-checkstyle_formatter/Manifest @@ -1 +1,2 @@ DIST rubocop-checkstyle_formatter-0.2.0.gem 9216 SHA256 42ca51dfe7d3b58e02a4ab1a18b99622b96f2b313e65d1d1529b9fe9ba2f70c3 SHA512 f56ee683d4f8267f423c6c1408661dda1e5af03da7944f13bb4e588b753f619ce0efff9f656776c0c49162a99b3373bb41e255e7e8129b72b4fce15f1180173a WHIRLPOOL 4409585d353b8bc382d4fc258019279d79c84aa026dba08eabc6b6e18b9342ea447f9a509dd3b2a4096ac1e1cfd3a3ef76191ae2c1c45a0e86b3706512d130b3 +DIST rubocop-checkstyle_formatter-0.3.0.gem 9728 SHA256 a15d375a09e1d85a9b628460c6346bca1132157a3bc23f7e1869adbe6b3315de SHA512 81363ade3f7926b5ce0eef6bdd865de6c9f266244e046f95ecec94ba65f2bfa0ffc76d9a1ab339905231c72fd23ab322d960b1ec2372ebdaf5b5844d1a32b9f9 WHIRLPOOL 516724ef4edcc6e0be30911b8799074bf411836be92096ea40a78f5e3ff297878482f3b7dfec8eeda7fcf50086bd282988ac1eabe7318b6041439e7cc651b765 diff --git a/dev-ruby/rubocop-checkstyle_formatter/rubocop-checkstyle_formatter-0.3.0.ebuild b/dev-ruby/rubocop-checkstyle_formatter/rubocop-checkstyle_formatter-0.3.0.ebuild new file mode 100644 index 0000000..b8fdeaa --- /dev/null +++ b/dev-ruby/rubocop-checkstyle_formatter/rubocop-checkstyle_formatter-0.3.0.ebuild @@ -0,0 +1,23 @@ +# 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_EXTRADOC="README.md" + +RUBY_FAKEGEM_RECIPE_TEST="rspec3" + +inherit ruby-fakegem + +DESCRIPTION="A formatter for rubocop that outputs in checkstyle format" +HOMEPAGE="https://github.com/eitoball/rubocop-checkstyle_formatter" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +ruby_add_rdepend ">=dev-ruby/rubocop-0.30.1"
