Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/puppet-lint/
Date: Fri, 31 Mar 2017 06:11:18
Message-Id: 1490940346.3ea118925631abd1dcc260cd9148549a139db9bf.graaff@gentoo
1 commit: 3ea118925631abd1dcc260cd9148549a139db9bf
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 31 05:14:56 2017 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 31 06:05:46 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ea11892
7
8 app-admin/puppet-lint: add 2.2.1
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 app-admin/puppet-lint/Manifest | 1 +
13 app-admin/puppet-lint/puppet-lint-2.2.1.ebuild | 25 +++++++++++++++++++++++++
14 2 files changed, 26 insertions(+)
15
16 diff --git a/app-admin/puppet-lint/Manifest b/app-admin/puppet-lint/Manifest
17 index 84158af53f1..caedf9885cb 100644
18 --- a/app-admin/puppet-lint/Manifest
19 +++ b/app-admin/puppet-lint/Manifest
20 @@ -1,3 +1,4 @@
21 DIST puppet-lint-2.0.2.gem 60928 SHA256 d8d5336f14d9e484c33007c8527596154c2be8b5e7fb5a9f43f978298381f294 SHA512 e3cdba2cb3c55b73489bdd9e8df24f225ff8134cebc1f2a05a7118905c59eab47e8998f5afc6294288f4a7e226029e17351812b918ee51b81be921e16c94f692 WHIRLPOOL 168c57cc2884e7a4304fa205cbd5fa4c566f0f159bd1d373d11d400ff75a00626885a18998b139793f4fbbe3602fb6ce4f0231ce42e118da8faa1d8f1bec4f13
22 DIST puppet-lint-2.1.0.gem 66048 SHA256 9e22529314ed737b4cde3f1e1f221e044661534e85149e70abf0546d1f633be1 SHA512 52b39c97c8b8b8d242a0260e2d7587e70c5e04873c67fd1986f5808ec92b0d17e93a112c67c67f594225b77a7cbbad0a893f0d5433a9826c1cf8b8dc3b2108c4 WHIRLPOOL 09073c354dbd37582fcec4291cf27a149e490afc41c7d690bf45dd427ddb204d25fe207e8ad340af75a68f7a516bf819f38372906c57fd697afb02b0afca1d77
23 DIST puppet-lint-2.1.1.gem 67072 SHA256 e5b8d674f0ecc5049905d561309a6c420688aa74d8e0615d4bdf8c3fa6ebee89 SHA512 076aa2ca845a907c329651f0c43e0ff51e7f014e9530c00d6f3c4a79e36a075e6905cde24382969cacc740832050a4a6bbe522fd8d70139e36cef1bdd98689e7 WHIRLPOOL e7ef01008a9a739deedc489cbadcd1469d6da05b183088cb54c454324232ec014bffb3d0638e2fae57f38eeeca19ce1bcc242b4cb8daec3df4054c990174c7f3
24 +DIST puppet-lint-2.2.1.gem 74240 SHA256 f7f191e8bcd8ff35744bd5197548d283ecc1e117e08b6a3f0e614cb306140d87 SHA512 16aeaf4614104c5d3642c7c61acacbb33f4c0518a18c814cf2cc20aa40c19ac2e392758a980178d50c80c41544c8164d407ad7cd8d783a0d97b1606c55680570 WHIRLPOOL 71cebaebeb9d7e825db185a97c98d3b785bbcdb240f3e5c364ed145f017e205e09db3c03086dc1ab32d0474b43aa46f7284d5e41b4bf42dbc734b85ae42a930b
25
26 diff --git a/app-admin/puppet-lint/puppet-lint-2.2.1.ebuild b/app-admin/puppet-lint/puppet-lint-2.2.1.ebuild
27 new file mode 100644
28 index 00000000000..57be7f078fe
29 --- /dev/null
30 +++ b/app-admin/puppet-lint/puppet-lint-2.2.1.ebuild
31 @@ -0,0 +1,25 @@
32 +# Copyright 1999-2017 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=5
36 +USE_RUBY="ruby21 ruby22 ruby23"
37 +
38 +RUBY_FAKEGEM_RECIPE_TEST="rspec3"
39 +
40 +RUBY_FAKEGEM_RECIPE_DOC="rdoc"
41 +RUBY_FAKEGEM_EXTRADOC="README.md"
42 +
43 +inherit eutils ruby-fakegem
44 +
45 +DESCRIPTION="A linter for puppet DSL"
46 +HOMEPAGE="http://puppet-lint.com/"
47 +
48 +LICENSE="MIT"
49 +SLOT="0"
50 +IUSE=""
51 +KEYWORDS="~amd64"
52 +
53 +ruby_add_bdepend "test? (
54 + dev-ruby/rspec-its:1
55 + dev-ruby/rspec-collection_matchers:1
56 + dev-ruby/rspec-json_expectations )"