commit:     a02026801b702874c0d336b17a4056144bd76d0a
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  3 10:42:44 2025 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Jun  3 10:53:00 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0202680

dev-ruby/mixlib-shellout: drop 3.3.8

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

 dev-ruby/mixlib-shellout/Manifest                  |  1 -
 .../mixlib-shellout/mixlib-shellout-3.3.8.ebuild   | 32 ----------------------
 2 files changed, 33 deletions(-)

diff --git a/dev-ruby/mixlib-shellout/Manifest 
b/dev-ruby/mixlib-shellout/Manifest
index b7b7341916ca..da6d9c8f36d5 100644
--- a/dev-ruby/mixlib-shellout/Manifest
+++ b/dev-ruby/mixlib-shellout/Manifest
@@ -1,2 +1 @@
-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.8.ebuild 
b/dev-ruby/mixlib-shellout/mixlib-shellout-3.3.8.ebuild
deleted file mode 100644
index 9f1e66ef1396..000000000000
--- a/dev-ruby/mixlib-shellout/mixlib-shellout-3.3.8.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 via email to