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: Sun, 26 Jun 2022 05:43:56 +0000 (UTC) [thread overview]
Message-ID: <1656222228.f74cbbde4bf0db3899287179428a9c7fff91b592.graaff@gentoo> (raw)
commit: f74cbbde4bf0db3899287179428a9c7fff91b592
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 25 12:58:33 2022 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Jun 26 05:43:48 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f74cbbde
app-admin/puppet-lint: drop 2.4.2, 2.5.0
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
app-admin/puppet-lint/Manifest | 2 --
app-admin/puppet-lint/puppet-lint-2.4.2.ebuild | 28 --------------------------
app-admin/puppet-lint/puppet-lint-2.5.0.ebuild | 24 ----------------------
3 files changed, 54 deletions(-)
diff --git a/app-admin/puppet-lint/Manifest b/app-admin/puppet-lint/Manifest
index 5d7b917319bc..ce5f326323c0 100644
--- a/app-admin/puppet-lint/Manifest
+++ b/app-admin/puppet-lint/Manifest
@@ -1,4 +1,2 @@
-DIST puppet-lint-2.4.2.gem 93184 BLAKE2B 5170bd9c30f6e2f5b30120b6edc74550e697c3243d2f5c7249f27a2d61ca2f5612d96efdc0f6be8d065e7d7a4460b9cf6e6dad13a5b24c4ce100d4e6df2f0425 SHA512 ee846688b13536b7d146ea50c0efe5083babf1ca09b77182437ec93be754ae076d54ac34f8082867a26b6df12a09bcd316e5b1aaa9c98150f9411a0c8b007c71
-DIST puppet-lint-2.5.0.gem 90112 BLAKE2B c731e0988f09f779c50aad118f136f79c6e042f43cc8a5163967c44a72d4019a00426578bc95b4cf9618057027c1707cd3463ea408a30d25ca0a0911dc3c94eb SHA512 b04097443eae40a084475f95c57ebde73af937ca3b9b006237c6b5e60caf939338e09cb1e259a26524d2294ecbc61bd91b6e34f7051d87211078912518cb364b
DIST puppet-lint-2.5.1.gem 93184 BLAKE2B ce93397fcb05655043ed41693690d909505a74a7e8029f355d76cbcdc247cb03b87f9fc870d07e88ca378b0866b4490c853950a9dc7eff871006ff526d852c70 SHA512 5ffad674280b4b67669a59c9b17b36cef8338dc4de2c9a28b2cdfcff810f733eb4ae18824b6145b75db3816ed906c12e9d4b6404ac5294c4a9a0eb27c4272820
DIST puppet-lint-2.5.2.gem 91136 BLAKE2B cae884b3994c7862f337a214903ecd4d7bb297e9e2bb7495fb94030304f53fa7ae98080b62944d5c96f2af0d208352d00030415a89259e8e188ec53da2a2b643 SHA512 996a5fda970c318a3f58a196c7b9aba7e712aae2b24d936b917f1dd9eb6bf5d706df28f70d88e1e174e175aabb13f1d22c8c90289314d5a1dd4ff9207ebbfe03
diff --git a/app-admin/puppet-lint/puppet-lint-2.4.2.ebuild b/app-admin/puppet-lint/puppet-lint-2.4.2.ebuild
deleted file mode 100644
index 4738934c8b49..000000000000
--- a/app-admin/puppet-lint/puppet-lint-2.4.2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A linter for puppet DSL"
-HOMEPAGE="http://puppet-lint.com/"
-
-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() {
- sed -i -e '/simplecov/,/^end/ s:^:#:' spec/spec_helper.rb || die
-}
diff --git a/app-admin/puppet-lint/puppet-lint-2.5.0.ebuild b/app-admin/puppet-lint/puppet-lint-2.5.0.ebuild
deleted file mode 100644
index 9418b0418b4a..000000000000
--- a/app-admin/puppet-lint/puppet-lint-2.5.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby26 ruby27"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A linter for puppet DSL"
-HOMEPAGE="http://puppet-lint.com/"
-
-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 )"
next reply other threads:[~2022-06-26 5:44 UTC|newest]
Thread overview: 62+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-26 5:43 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-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-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=1656222228.f74cbbde4bf0db3899287179428a9c7fff91b592.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