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: Tue, 12 Nov 2024 20:08:40 +0000 (UTC) [thread overview]
Message-ID: <1731442110.6eca178cbda211a5fd8ab802a5edd2ddccffe138.graaff@gentoo> (raw)
commit: 6eca178cbda211a5fd8ab802a5edd2ddccffe138
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 12 20:07:19 2024 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Nov 12 20:08:30 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6eca178c
app-admin/puppet-lint: drop 4.2.2, 4.2.3
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
app-admin/puppet-lint/Manifest | 3 --
app-admin/puppet-lint/puppet-lint-4.2.2.ebuild | 32 ---------------------
app-admin/puppet-lint/puppet-lint-4.2.3.ebuild | 39 --------------------------
3 files changed, 74 deletions(-)
diff --git a/app-admin/puppet-lint/Manifest b/app-admin/puppet-lint/Manifest
index 4c98387cef43..b366d16fbfe0 100644
--- a/app-admin/puppet-lint/Manifest
+++ b/app-admin/puppet-lint/Manifest
@@ -1,5 +1,2 @@
DIST puppet-lint-4.2.1.gem 81920 BLAKE2B 5e291e4c1743092be9935231280f04ce3affdc1d530180f26a6ace0535a15e11bc9b33dd89d8eeafb44ebc7cae16f2656e293a6e8e8fbc4fd2cfde896996d59a SHA512 d39a287d3ae0ecbf27254c289e73918b62b50bbf8f44f51248e5e8042b194c32facd1215d7b24ab768714aeb9ae58647964bdc8b8b4650d1cebe6e2e749d782c
-DIST puppet-lint-4.2.2.gem 81920 BLAKE2B cad796866f323113a8c2aa5cf86b6187423f27186032ea76ebd1f158937c34f315d93de3d92b01acc0b160947b720bd987550c52aaa53a51f165396de776ec88 SHA512 e8a591e615db87dc2edc22fc4d53c03004e0227748896005d2252fab8b77193ecd30f9167702c6c4fd6551daaa0894789f3d9d50fb705eecaed4a22573a94afc
-DIST puppet-lint-4.2.3-pr181-fix-warnings.patch 5601 BLAKE2B a04fdf9d8627cc888924b4282a09e076d7e029eda008fc8da138a121a21e227cff45a54ddbe770a286a2a15e43d4402526a6201c805f6e574755a11a1d13d7d7 SHA512 15638f2d4a81c969aa77b51f2f147a1fba5544dd7e52f3127dc9949afaabbd161f815a22dc5091f19d3d16bc2be97bb50f455a3a67c503aff58e737288f80e49
-DIST puppet-lint-4.2.3.gem 81920 BLAKE2B ee98aaed336a4302c4d67d94c83f30f6fdfc111192b483f39a2c096f00daff2f7caf54bfa11c4b8217648a0ca68c6c8da5a4a6f2d0cab8efb6e2d7e814155780 SHA512 2f2192a48ed460371092ce99755b8cde55526ed96ee72d2a5b7989f7df7afb6abce5d3e8e7a0dca577b199bb380935e8734a92a53248697bb7195091da4cb9f6
DIST puppet-lint-4.2.4.gem 82432 BLAKE2B 54bd65b917c184163adca920767b88d064cdd8c931d7911a64698d68a7b335055bd95bff91c462ecaf4111a231186ee5d2f2de42a04abffb519a67a4825bec59 SHA512 19b28de4e5d183dd46727cc4f7f7a6b81eb5ec7d0c7ca23514a015e43a7528bfc110853b82e65ac5da4d002abc3c21ce5d10abb6a97717b540d13570fd42eb6b
diff --git a/app-admin/puppet-lint/puppet-lint-4.2.2.ebuild b/app-admin/puppet-lint/puppet-lint-4.2.2.ebuild
deleted file mode 100644
index 14e7e001cb52..000000000000
--- a/app-admin/puppet-lint/puppet-lint-4.2.2.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# 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"
-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
-}
diff --git a/app-admin/puppet-lint/puppet-lint-4.2.3.ebuild b/app-admin/puppet-lint/puppet-lint-4.2.3.ebuild
deleted file mode 100644
index a97d8ebb1616..000000000000
--- a/app-admin/puppet-lint/puppet-lint-4.2.3.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby31 ruby32 ruby33"
-
-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"
-KEYWORDS="~amd64 ~x86"
-
-PATCH_NAME="${PN}-4.2.3-pr181-fix-warnings.patch"
-SRC_URI+=" https://github.com/puppetlabs/puppet-lint/pull/181.patch -> ${PATCH_NAME} "
-
-PATCHES=(
- "${DISTDIR}/${PATCH_NAME}"
-)
-
-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:[~2024-11-12 20:08 UTC|newest]
Thread overview: 62+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-12 20:08 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-06 13:30 [gentoo-commits] repo/gentoo:master commit in: app-admin/puppet-lint/ 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-30 5:25 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=1731442110.6eca178cbda211a5fd8ab802a5edd2ddccffe138.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