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: Tue, 14 Sep 2021 05:30:08
Message-Id: 1631597401.97f7f96bb555387c5ef9bd3ca1f5b666b0771eff.graaff@gentoo
1 commit: 97f7f96bb555387c5ef9bd3ca1f5b666b0771eff
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 14 05:26:47 2021 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 14 05:30:01 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97f7f96b
7
8 app-admin/puppet-lint: add 2.5.1
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 app-admin/puppet-lint/Manifest | 1 +
14 app-admin/puppet-lint/puppet-lint-2.5.1.ebuild | 26 ++++++++++++++++++++++++++
15 2 files changed, 27 insertions(+)
16
17 diff --git a/app-admin/puppet-lint/Manifest b/app-admin/puppet-lint/Manifest
18 index de83b3353c6..1b1c21944a8 100644
19 --- a/app-admin/puppet-lint/Manifest
20 +++ b/app-admin/puppet-lint/Manifest
21 @@ -1,2 +1,3 @@
22 DIST puppet-lint-2.4.2.gem 93184 BLAKE2B 5170bd9c30f6e2f5b30120b6edc74550e697c3243d2f5c7249f27a2d61ca2f5612d96efdc0f6be8d065e7d7a4460b9cf6e6dad13a5b24c4ce100d4e6df2f0425 SHA512 ee846688b13536b7d146ea50c0efe5083babf1ca09b77182437ec93be754ae076d54ac34f8082867a26b6df12a09bcd316e5b1aaa9c98150f9411a0c8b007c71
23 DIST puppet-lint-2.5.0.gem 90112 BLAKE2B c731e0988f09f779c50aad118f136f79c6e042f43cc8a5163967c44a72d4019a00426578bc95b4cf9618057027c1707cd3463ea408a30d25ca0a0911dc3c94eb SHA512 b04097443eae40a084475f95c57ebde73af937ca3b9b006237c6b5e60caf939338e09cb1e259a26524d2294ecbc61bd91b6e34f7051d87211078912518cb364b
24 +DIST puppet-lint-2.5.1.gem 93184 BLAKE2B ce93397fcb05655043ed41693690d909505a74a7e8029f355d76cbcdc247cb03b87f9fc870d07e88ca378b0866b4490c853950a9dc7eff871006ff526d852c70 SHA512 5ffad674280b4b67669a59c9b17b36cef8338dc4de2c9a28b2cdfcff810f733eb4ae18824b6145b75db3816ed906c12e9d4b6404ac5294c4a9a0eb27c4272820
25
26 diff --git a/app-admin/puppet-lint/puppet-lint-2.5.1.ebuild b/app-admin/puppet-lint/puppet-lint-2.5.1.ebuild
27 new file mode 100644
28 index 00000000000..94062e0f957
29 --- /dev/null
30 +++ b/app-admin/puppet-lint/puppet-lint-2.5.1.ebuild
31 @@ -0,0 +1,26 @@
32 +# Copyright 1999-2021 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=8
36 +USE_RUBY="ruby26 ruby27"
37 +
38 +RUBY_FAKEGEM_RECIPE_TEST="rspec3"
39 +
40 +RUBY_FAKEGEM_EXTRADOC="README.md"
41 +
42 +RUBY_FAKEGEM_BINWRAP="puppet-lint"
43 +
44 +inherit ruby-fakegem
45 +
46 +DESCRIPTION="A linter for puppet DSL"
47 +HOMEPAGE="http://puppet-lint.com/"
48 +
49 +LICENSE="MIT"
50 +SLOT="0"
51 +IUSE=""
52 +KEYWORDS="~amd64 ~x86"
53 +
54 +ruby_add_bdepend "test? (
55 + dev-ruby/rspec-its:1
56 + dev-ruby/rspec-collection_matchers:1
57 + dev-ruby/rspec-json_expectations )"