Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/graaff:master commit in: dev-ruby/rubocop-checkstyle_formatter/
Date: Fri, 19 Feb 2016 06:31:09
Message-Id: 1455863348.41ad53136aabdf3691f2ce2c58c44fc5d4346eb1.graaff@gentoo
1 commit: 41ad53136aabdf3691f2ce2c58c44fc5d4346eb1
2 Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
3 AuthorDate: Fri Feb 19 06:29:08 2016 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 19 06:29:08 2016 +0000
6 URL: https://gitweb.gentoo.org/dev/graaff.git/commit/?id=41ad5313
7
8 dev-ruby/rubocop-checkstyle_formatter: cleanup
9
10 Package-Manager: portage-2.2.26
11
12 dev-ruby/rubocop-checkstyle_formatter/Manifest | 1 -
13 .../rubocop-checkstyle_formatter-0.1.1.ebuild | 23 ----------------------
14 2 files changed, 24 deletions(-)
15
16 diff --git a/dev-ruby/rubocop-checkstyle_formatter/Manifest b/dev-ruby/rubocop-checkstyle_formatter/Manifest
17 index 8ce4958..c0ecd57 100644
18 --- a/dev-ruby/rubocop-checkstyle_formatter/Manifest
19 +++ b/dev-ruby/rubocop-checkstyle_formatter/Manifest
20 @@ -1,2 +1 @@
21 -DIST rubocop-checkstyle_formatter-0.1.1.gem 8192 SHA256 d953c15ab2355f72fd33cb99673f292ff83aa34351e633e7f39f0ac1fd4d9e60 SHA512 1916737775b6b16cf3e44d80ca3357565c7625b9a8be754cdbce8a5503f1799ee86b1da7310e1e2a6c42749136fdeebfe2b0a0985cf46a8eedc3e64fb8a894a0 WHIRLPOOL a4efad5468458afaf89f8055cfff256f476a316d2a4a27c5924d158fb1d2933ca022fa25d112203b38424cb8195aae16e237bd5ddba81fcebc110115a9ad19bc
22 DIST rubocop-checkstyle_formatter-0.2.0.gem 9216 SHA256 42ca51dfe7d3b58e02a4ab1a18b99622b96f2b313e65d1d1529b9fe9ba2f70c3 SHA512 f56ee683d4f8267f423c6c1408661dda1e5af03da7944f13bb4e588b753f619ce0efff9f656776c0c49162a99b3373bb41e255e7e8129b72b4fce15f1180173a WHIRLPOOL 4409585d353b8bc382d4fc258019279d79c84aa026dba08eabc6b6e18b9342ea447f9a509dd3b2a4096ac1e1cfd3a3ef76191ae2c1c45a0e86b3706512d130b3
23
24 diff --git a/dev-ruby/rubocop-checkstyle_formatter/rubocop-checkstyle_formatter-0.1.1.ebuild b/dev-ruby/rubocop-checkstyle_formatter/rubocop-checkstyle_formatter-0.1.1.ebuild
25 deleted file mode 100644
26 index de82799..0000000
27 --- a/dev-ruby/rubocop-checkstyle_formatter/rubocop-checkstyle_formatter-0.1.1.ebuild
28 +++ /dev/null
29 @@ -1,23 +0,0 @@
30 -# Copyright 1999-2015 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Header: $
33 -
34 -EAPI=5
35 -USE_RUBY="ruby19 ruby20 ruby21"
36 -
37 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
38 -RUBY_FAKEGEM_EXTRADOC="README.md"
39 -
40 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
41 -
42 -inherit ruby-fakegem
43 -
44 -DESCRIPTION="A formatter for rubocop that outputs in checkstyle format"
45 -HOMEPAGE="https://github.com/eitoball/rubocop-checkstyle_formatter"
46 -
47 -LICENSE="MIT"
48 -SLOT="0"
49 -KEYWORDS="~amd64"
50 -IUSE=""
51 -
52 -ruby_add_rdepend ">=dev-ruby/rubocop-0.14.0"