public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/chef-utils/
Date: Mon, 07 Apr 2025 05:57:07 +0000 (UTC)	[thread overview]
Message-ID: <1744004289.80b39b2d16cc2d8dc7de19b87d75974f0e199fd0.graaff@gentoo> (raw)

commit:     80b39b2d16cc2d8dc7de19b87d75974f0e199fd0
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  7 05:38:09 2025 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Apr  7 05:38:09 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80b39b2d

dev-ruby/chef-utils: drop 18.4.12, 18.5.0

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/chef-utils/Manifest                  |  2 --
 dev-ruby/chef-utils/chef-utils-18.4.12.ebuild | 25 -------------------------
 dev-ruby/chef-utils/chef-utils-18.5.0.ebuild  | 25 -------------------------
 3 files changed, 52 deletions(-)

diff --git a/dev-ruby/chef-utils/Manifest b/dev-ruby/chef-utils/Manifest
index ee4e2e99f36a..85cb4c1a0c84 100644
--- a/dev-ruby/chef-utils/Manifest
+++ b/dev-ruby/chef-utils/Manifest
@@ -1,4 +1,2 @@
-DIST chef-utils-18.4.12.gem 34816 BLAKE2B 601f2ddf2dc05544d1a035fed0050a691f9e70b971bf83b3201238f788039c93d9d7163723d9cda530fa7832e8bb33f889f7e520ccb12939e8603a37f576a3de SHA512 588f95aab8db21fbefae43baa4846339fb4ac22e8ecae1a8988fd4da6fb045fcad042adf281160414cb7b2a5deca7507d99fbfab4c21a4946cce9e807f3e3874
-DIST chef-utils-18.5.0.gem 35328 BLAKE2B cd5ffa71bedf4a6799cc941cefe8a6d1385914b9a197a78ef19a20b825ac90e4b0262893e12721e39b5198bc987a1c6ade06cb3ae955c3ccace8674d4a9cce27 SHA512 26e811b28ada3042c6776badfe840dcedca8847df410492b7f3334e7028d3d5b0ddb4c837fb6928772e7dd91fb658cf7a0ef4a191f49c27a729bf577d2fcd776
 DIST chef-utils-18.6.2.gem 34816 BLAKE2B b6be80cb29a57a30f0594c41f0301b574499017e63e07b1b53da9857db2a0fe071c18c17dd364cd59009db590d5c45818506c202bc5529c99d7ddec9e7857e98 SHA512 427b2ba6eb26003d440e2f4e900501d7ff998928e556b4921320b14702ead47443b09376e13c11b50004ced6ede4d6de840cf83605b2d510bbc87a8e637b78cc
 DIST chef-utils-18.7.3.gem 34816 BLAKE2B a8078fde97105437686612bf256315ad5abd9623876f252116b4631f4f502ea8d15619a4a506f42e16be0559c41d8a37b1c3ab103fc2079510a24deab3c9eca5 SHA512 05e18852c07cb5c00bc221c87976e4d07f50b0ed2ac24047eee8e45a0d3cc55f06896a441528d6336d9788982f37d04d9281bd6212ef5d932d58691381c6e139

diff --git a/dev-ruby/chef-utils/chef-utils-18.4.12.ebuild b/dev-ruby/chef-utils/chef-utils-18.4.12.ebuild
deleted file mode 100644
index 6d4c643d4a13..000000000000
--- a/dev-ruby/chef-utils/chef-utils-18.4.12.ebuild
+++ /dev/null
@@ -1,25 +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_EXTRA_DOC="CHANGELOG.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Basic utility functions for Core Chef Infra development"
-HOMEPAGE="https://github.com/chef/chef/tree/main/chef-utils"
-
-LICENSE="Apache-2.0"
-SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~x86"
-
-ruby_add_rdepend "dev-ruby/concurrent-ruby"
-
-all_ruby_prepare() {
-	# Avoid specs depending on unpackaged fauxhai
-	rm -f spec/unit/dsl/{cloud,os,platform,platform_family,virtualization}_spec.rb || die
-}

diff --git a/dev-ruby/chef-utils/chef-utils-18.5.0.ebuild b/dev-ruby/chef-utils/chef-utils-18.5.0.ebuild
deleted file mode 100644
index 6d4c643d4a13..000000000000
--- a/dev-ruby/chef-utils/chef-utils-18.5.0.ebuild
+++ /dev/null
@@ -1,25 +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_EXTRA_DOC="CHANGELOG.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Basic utility functions for Core Chef Infra development"
-HOMEPAGE="https://github.com/chef/chef/tree/main/chef-utils"
-
-LICENSE="Apache-2.0"
-SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~x86"
-
-ruby_add_rdepend "dev-ruby/concurrent-ruby"
-
-all_ruby_prepare() {
-	# Avoid specs depending on unpackaged fauxhai
-	rm -f spec/unit/dsl/{cloud,os,platform,platform_family,virtualization}_spec.rb || die
-}


             reply	other threads:[~2025-04-07  5:57 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-07  5:57 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-24  4:44 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/chef-utils/ Hans de Graaff
2025-04-07  5:57 Hans de Graaff
2025-03-31 14:32 Hans de Graaff
2024-12-14  7:47 Hans de Graaff
2024-12-14  7:47 Hans de Graaff
2024-07-10  5:08 Hans de Graaff
2024-03-15  6:08 Hans de Graaff
2024-01-31  7:56 Hans de Graaff
2024-01-07  7:49 Hans de Graaff
2023-11-12 16:50 Arthur Zamarin
2023-11-12  7:24 Hans de Graaff

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=1744004289.80b39b2d16cc2d8dc7de19b87d75974f0e199fd0.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