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/mixlib-shellout/
Date: Fri, 04 Apr 2025 16:47:03 +0000 (UTC)	[thread overview]
Message-ID: <1743785208.5b8360b25a3251796d06ec153e6c754e73d5b4e9.graaff@gentoo> (raw)

commit:     5b8360b25a3251796d06ec153e6c754e73d5b4e9
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  4 16:42:53 2025 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Apr  4 16:46:48 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b8360b2

dev-ruby/mixlib-shellout: drop 3.3.4, 3.3.6

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

 dev-ruby/mixlib-shellout/Manifest                  |  2 --
 .../mixlib-shellout/mixlib-shellout-3.3.4.ebuild   | 32 ----------------------
 .../mixlib-shellout/mixlib-shellout-3.3.6.ebuild   | 32 ----------------------
 3 files changed, 66 deletions(-)

diff --git a/dev-ruby/mixlib-shellout/Manifest b/dev-ruby/mixlib-shellout/Manifest
index 9aab8e7178a5..b7b7341916ca 100644
--- a/dev-ruby/mixlib-shellout/Manifest
+++ b/dev-ruby/mixlib-shellout/Manifest
@@ -1,4 +1,2 @@
-DIST mixlib-shellout-3.3.4.tar.gz 47137 BLAKE2B 382ccfe4988097c3481576ae00537ecf12bb794f9704104f8317d4afcf214a0b87f66b0225d8bd56e3337d580579352ad6ae92842a634832b1df556052f6c7d1 SHA512 1432c4c1b7cea5f22aa3531cb76b8969959ff2c1acd0ad4c5a349353c8d390aedddb1ecf45e319d313b396b8533f7bfee9eae2dfb1b29fb1129e0c748674ca53
-DIST mixlib-shellout-3.3.6.tar.gz 47237 BLAKE2B 819f63b8365fbc14b0259cfdc9a841de019aef5ae4803af15a768e8fcaeafc7669648f746e7c89d28c972b371baae4a6a46230880bf549e3a6274debb7dd6dc8 SHA512 1bbff4b8926d8519606dd2457e9327958f8079d7982205b97ced1e7fa58ad42fb1de3c5a453b0cdb777e9142de0c84a817e783279f406e8380625cdeb39eabbf
 DIST mixlib-shellout-3.3.8.tar.gz 47877 BLAKE2B a0581624b573413bfd6fbd13a5a0fe64a2196416a3a4332bba98c3ba933331a1ecabf39b584803a552bbfb4e09281a1114bd7f50a4578d285899730e28c5d8cb SHA512 eff6c9dcf2993787b9036f02ae928decb37801810204fa0dc8de8ca9901241e08bb49246ce763f07bc077a0de1b591b93b34dc12313d91dfda94f937e86abc0b
 DIST mixlib-shellout-3.3.9.tar.gz 48052 BLAKE2B 41a232d1a02d2b53f0fb121b5128cb417cb59d41222f63f7015d2d95a5305fac513b83a6860444eb6334c6bd80a22c86baabc49cd25d9eab4af17d9b689f5307 SHA512 af5de89eef62d2c3f31278c7600ee961ee97bff3ccc282dee1c97673984719301c0ac4c7dcc48b064927dbe3dcd17d1dd3f78de05da0e5c61e5badf2f599ede7

diff --git a/dev-ruby/mixlib-shellout/mixlib-shellout-3.3.4.ebuild b/dev-ruby/mixlib-shellout/mixlib-shellout-3.3.4.ebuild
deleted file mode 100644
index 86cd9e250fc0..000000000000
--- a/dev-ruby/mixlib-shellout/mixlib-shellout-3.3.4.ebuild
+++ /dev/null
@@ -1,32 +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"
-
-RUBY_FAKEGEM_GEMSPEC="mixlib-shellout.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Run external commands on Unix or Windows"
-HOMEPAGE="https://github.com/chef/mixlib-shellout"
-SRC_URI="https://github.com/chef/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-ruby_add_rdepend "dev-ruby/chef-utils"
-
-each_ruby_prepare() {
-	# Make sure we actually use the right interpreter for testing
-	sed -i -e "/ruby_eval/ s:ruby :${RUBY} :" spec/mixlib/shellout_spec.rb || die
-
-	# Avoid spec that requires an interactive terminal
-	sed -e '/with subprocess writing lots of data to both stdout and stderr/,/^      end/ s:^:#:' \
-		-i spec/mixlib/shellout_spec.rb || die
-}

diff --git a/dev-ruby/mixlib-shellout/mixlib-shellout-3.3.6.ebuild b/dev-ruby/mixlib-shellout/mixlib-shellout-3.3.6.ebuild
deleted file mode 100644
index 9f1e66ef1396..000000000000
--- a/dev-ruby/mixlib-shellout/mixlib-shellout-3.3.6.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2025 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"
-
-RUBY_FAKEGEM_GEMSPEC="mixlib-shellout.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Run external commands on Unix or Windows"
-HOMEPAGE="https://github.com/chef/mixlib-shellout"
-SRC_URI="https://github.com/chef/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-ruby_add_rdepend "dev-ruby/chef-utils"
-
-each_ruby_prepare() {
-	# Make sure we actually use the right interpreter for testing
-	sed -i -e "/ruby_eval/ s:ruby :${RUBY} :" spec/mixlib/shellout_spec.rb || die
-
-	# Avoid spec that requires an interactive terminal
-	sed -e '/with subprocess writing lots of data to both stdout and stderr/,/^      end/ s:^:#:' \
-		-i spec/mixlib/shellout_spec.rb || die
-}


             reply	other threads:[~2025-04-04 16:47 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-04 16:47 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-06-03 10:53 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/mixlib-shellout/ Hans de Graaff
2025-04-08  5:33 Hans de Graaff
2025-04-04 16:47 Hans de Graaff
2025-03-08  9:02 Hans de Graaff
2025-03-08  9:02 Hans de Graaff
2025-01-18  6:17 Hans de Graaff
2024-11-11  7:39 Hans de Graaff
2024-11-11  7:39 Hans de Graaff
2024-10-15  5:48 Hans de Graaff
2024-10-15  5:48 Hans de Graaff
2024-06-19  5:16 Hans de Graaff
2024-01-08  7:00 Hans de Graaff
2023-11-12 16:50 Arthur Zamarin
2023-11-12  7:24 Hans de Graaff
2023-08-27  6:44 Hans de Graaff
2023-07-02  7:49 Hans de Graaff
2023-07-02  7:49 Hans de Graaff
2022-05-01  8:38 Hans de Graaff
2021-06-03  5:50 Hans de Graaff
2020-09-11  6:58 Hans de Graaff
2020-08-09  7:02 Hans de Graaff
2020-08-08  8:07 Hans de Graaff
2020-01-07  6:08 Hans de Graaff
2019-07-16  6:56 Hans de Graaff
2019-02-01 11:01 Hans de Graaff
2019-02-01 11:01 Hans de Graaff
2018-12-12  7:33 Hans de Graaff
2018-12-08  7:47 Hans de Graaff
2018-12-08  7:47 Hans de Graaff
2018-07-24  5:41 Hans de Graaff
2018-03-08  6:47 Hans de Graaff
2017-07-29  5:42 Hans de Graaff
2016-11-08 23:32 Manuel Rüger
2016-11-08 23:32 Manuel Rüger
2016-10-24 20:05 Manuel Rüger
2016-02-05  6:51 Hans de Graaff
2016-02-05  6:51 Hans de Graaff
2015-12-04  6:50 Hans de Graaff
2015-10-27  1:14 Manuel Rüger
2015-10-20  5:13 Hans de Graaff
2015-10-20  5:13 Hans de Graaff
2015-09-11 23:11 Manuel Rüger
2015-09-04  5:07 Hans de Graaff
2015-09-04  5:07 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=1743785208.5b8360b25a3251796d06ec153e6c754e73d5b4e9.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