From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/puppet-lint/
Date: Wed, 30 Aug 2023 05:25:36 +0000 (UTC) [thread overview]
Message-ID: <1693373131.d664b95d5cf8e7c5fabdbdc814cbf392fc0f5c98.graaff@gentoo> (raw)
commit: d664b95d5cf8e7c5fabdbdc814cbf392fc0f5c98
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 30 05:14:20 2023 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Aug 30 05:25:31 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d664b95d
app-admin/puppet-lint: add 4.2.0
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
app-admin/puppet-lint/Manifest | 1 +
app-admin/puppet-lint/puppet-lint-4.2.0.ebuild | 33 ++++++++++++++++++++++++++
2 files changed, 34 insertions(+)
diff --git a/app-admin/puppet-lint/Manifest b/app-admin/puppet-lint/Manifest
index 1ab730e86460..3264c9c375ed 100644
--- a/app-admin/puppet-lint/Manifest
+++ b/app-admin/puppet-lint/Manifest
@@ -2,3 +2,4 @@ DIST puppet-lint-3.4.0.gem 83456 BLAKE2B fa6b274b3e6e84095fdaff6f024864dc301f0af
DIST puppet-lint-4.0.0.gem 80896 BLAKE2B 6e674deaec43c3b45e2c162ef3d09648bd3cdd589a3ae6ce92e21617633529705fe9999f4c6c361c3c1f041a3d25d1a03079f2f97705c01199253661bc9355dc SHA512 a23d316f60cb7d34c394bdaee0ad08070098d732210a92294a3d330cff7330aefe2be6bd9a60219d7538173c2f187c1ed427c6671a345f868286986164ea3a33
DIST puppet-lint-4.0.1.gem 81408 BLAKE2B 2e202cf99e496336d5a8f23bf8581211b74e8ce25532edb82169b2aa484e14763087d5c6b966c1be50665ab723b72c9b21a74867b8e0c2296b06ea5e246531d6 SHA512 1709cbcae4db082dbe89b65ba6f5679684f3ed9d89955be0706228bcf0036a0bbfb58abb5ac12d8c2602ea9108386ba3e9b83627ca9c8fa0a813d19dc08f995d
DIST puppet-lint-4.1.0.gem 82944 BLAKE2B 42bd99b1a6331c6fedf54a7b5e0100bedbb6543c1476ed82538caf371cb4e48ddaa89f4313e2bac42b1c12e5ea6c03a3dc7fb3566979c22c051152a921bf5c72 SHA512 04a8ed8b73b209db1634f3a7accb0ec18d735914b7faa2b89446e96300e586760dd0b606ebd4a5ae71b49a8f10d16f9199ee065aa12b911f8692af68e4aac321
+DIST puppet-lint-4.2.0.gem 81408 BLAKE2B 6b3591f1a2424e30807dc4c83ded27f6ff2b131c61c356eaf57472f813c09ad0bf7732bfd559aa31ccb52f0fdcbd583afe150e7d762ad0967acd1fb974c0d7b6 SHA512 4cf941aa9b99fc2e36358ce9ff1ab3c89efbee31586a175bc5e03dcf212179f24d6d677835de1ce1dba0154e4006266d1917c1c73e00c2a1985e3b0bb3ca2c24
diff --git a/app-admin/puppet-lint/puppet-lint-4.2.0.ebuild b/app-admin/puppet-lint/puppet-lint-4.2.0.ebuild
new file mode 100644
index 000000000000..dc6f57808758
--- /dev/null
+++ b/app-admin/puppet-lint/puppet-lint-4.2.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby31 ruby32"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_BINWRAP="puppet-lint"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A linter for puppet DSL"
+HOMEPAGE="https://github.com/puppetlabs/puppet-lint"
+
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+KEYWORDS="~amd64 ~x86"
+
+ruby_add_bdepend "test? (
+ dev-ruby/rspec-its:1
+ dev-ruby/rspec-collection_matchers:1
+ dev-ruby/rspec-json_expectations )"
+
+all_ruby_prepare() {
+ # Skip acceptance tests due to unpackages puppet_litmus which in turn
+ # has a number of unpackaged dependencies.
+ rm -rf spec/acceptance || die
+ rm -f spec/spec_helper_acceptance.rb || die
+}
next reply other threads:[~2023-08-30 5:25 UTC|newest]
Thread overview: 62+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-30 5:25 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-12 20:08 [gentoo-commits] repo/gentoo:master commit in: app-admin/puppet-lint/ Hans de Graaff
2024-10-06 13:30 Jakov Smolić
2024-07-20 17:29 Robin H. Johnson
2024-06-30 5:37 Hans de Graaff
2024-06-30 5:37 Hans de Graaff
2024-01-15 17:41 Robin H. Johnson
2024-01-15 17:41 Robin H. Johnson
2024-01-15 17:41 Robin H. Johnson
2023-11-22 7:09 Hans de Graaff
2023-11-22 7:09 Hans de Graaff
2023-11-22 7:09 Hans de Graaff
2023-11-22 7:09 Hans de Graaff
2023-10-10 5:45 Hans de Graaff
2023-10-10 5:45 Hans de Graaff
2023-10-10 5:45 Hans de Graaff
2023-08-26 6:23 Hans de Graaff
2023-08-06 6:05 Hans de Graaff
2023-08-06 6:05 Hans de Graaff
2023-07-24 8:54 Jakov Smolić
2023-06-09 8:21 Hans de Graaff
2023-06-01 5:01 Sam James
2023-04-28 8:49 Hans de Graaff
2023-04-07 18:11 Sam James
2023-04-07 18:11 Sam James
2022-12-17 8:37 Hans de Graaff
2022-06-26 5:43 Hans de Graaff
2022-06-26 5:43 Hans de Graaff
2022-03-29 15:55 Hans de Graaff
2022-03-29 15:55 Hans de Graaff
2022-03-19 12:00 Hans de Graaff
2021-09-14 5:30 Hans de Graaff
2021-07-27 5:35 Hans de Graaff
2020-07-17 7:21 Agostino Sarubbo
2020-07-12 6:35 Hans de Graaff
2020-04-12 13:28 Hans de Graaff
2019-11-01 5:40 Hans de Graaff
2019-10-09 5:47 Hans de Graaff
2019-05-04 9:23 Hans de Graaff
2018-12-17 5:59 Hans de Graaff
2018-07-09 4:09 Hans de Graaff
2018-05-24 4:57 Hans de Graaff
2018-03-27 5:48 Hans de Graaff
2018-03-27 5:48 Hans de Graaff
2018-03-26 5:47 Hans de Graaff
2018-03-26 5:47 Hans de Graaff
2018-02-11 21:56 Thomas Deutschmann
2017-09-29 14:20 Hans de Graaff
2017-09-28 4:16 Hans de Graaff
2017-09-28 4:16 Hans de Graaff
2017-07-13 4:39 Hans de Graaff
2017-03-31 6:11 Hans de Graaff
2017-02-15 5:58 Hans de Graaff
2017-02-15 5:58 Hans de Graaff
2017-01-21 7:03 Hans de Graaff
2016-12-05 23:52 Michał Górny
2016-11-03 14:40 Michael Palimaka
2016-08-20 5:41 Hans de Graaff
2016-07-23 19:09 Hans de Graaff
2016-06-24 4:26 Hans de Graaff
2016-06-24 4:26 Hans de Graaff
2016-04-10 0:18 Manuel Rüger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1693373131.d664b95d5cf8e7c5fabdbdc814cbf392fc0f5c98.graaff@gentoo \
--to=graaff@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox