commit:     fad901bc4b6d5cca5f70ac8f15e2a898f9287901
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  4 07:54:39 2025 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Nov  4 07:56:58 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fad901bc

dev-ruby/rubyzip: drop 3.0.2, 3.1.0

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

 dev-ruby/rubyzip/Manifest             |  2 --
 dev-ruby/rubyzip/rubyzip-3.0.2.ebuild | 60 -----------------------------------
 dev-ruby/rubyzip/rubyzip-3.1.0.ebuild | 60 -----------------------------------
 3 files changed, 122 deletions(-)

diff --git a/dev-ruby/rubyzip/Manifest b/dev-ruby/rubyzip/Manifest
index e032b440b109..53f2e95627be 100644
--- a/dev-ruby/rubyzip/Manifest
+++ b/dev-ruby/rubyzip/Manifest
@@ -1,6 +1,4 @@
 DIST rubyzip-2.4.1-git.tgz 230194 BLAKE2B 
506ed57bfa2bc97787c5d18295f024045f418857b221cf7270af2ce4eacde9e92ad9c1c165f3c697980000f87951028bf839771566088380c4d56d3171a25c05
 SHA512 
10799311ce960a909ae5cca20e6bd0db810d701e30cbfd557d7845ca1934b572561f913b49f6879db12fc98722b8b3b12f3c548305106838922bfa08a4bed122
-DIST rubyzip-3.0.2-git.tgz 944064 BLAKE2B 
f965ceeefa3e1f03e72e7dc64bacf143350c245625308ec8c7f29194d8bad238d19426377f5c39c6698a52ca21afb4b34a2f7b7453faca75cc8543d4cf8368b8
 SHA512 
926a235448d54a27692c1e13314dd2ed16ef8b269cfa965aa66152b175a56d11ecef8e4a584d5e38250814b0bcf6ee67a9be0405585dd9445219d7fd91c8b5fe
-DIST rubyzip-3.1.0-git.tgz 1069585 BLAKE2B 
cd26f082aaf4c7af9749df7f51990e21c5bbc922224ac0f682b8efde037998ad663380a13164f1c0ba01368dc3f7abd8d3b30f0bc08f79166322f595a867afbf
 SHA512 
4430ae3c41b920c05ad165def3db2aa51943355883926b66430ee3c610229db83bac00247536c761d2769b1b43cef694bffbbd457ad93f5b3c3c06c1278e0b03
 DIST rubyzip-3.1.1-git.tgz 1070421 BLAKE2B 
ed1527adffb6d8f7392e3dac3ab82b0fc5e25ceecf4a70cbc2d052c5bc0e033ecfe174d3f40317429f347b2cbc69bb0792ab59c23080e166257936003e537e2a
 SHA512 
ff69c517e1bc06e71baff5ca60046764ebb0e241d01ce76edff93bfd44a59b8aa388f0028792b78a8989ddba70eadf2422e6598da9c7a8c87d0adf26037e4ea5
 DIST rubyzip-3.2.0-git.tgz 1072392 BLAKE2B 
1d1fc763a895abe158e7ac1f558b1e5827e4b5c6a2a5a0906cf1c011a46285a65474a01a50cab952319ec90be7a7fa5281abdcb3a5c9ec63b460e038b69c22b5
 SHA512 
3d98cbd24be64d89d6227039353058f98c95221fc511f1e49cad85fbf57da5f6fcd5d38d80b2cfaec3e392531bb8635d1a593c4e794c170f4fa4f3f4f311a399
 DIST rubyzip-3.2.1-git.tgz 1072295 BLAKE2B 
86e70b8391f5bc57a21cb0e44386d26c086a583c056f8fa96ce567741285cb24128e6047706e06e56d612302e23c009ea016a076adc3499df8eba080bd64747b
 SHA512 
fb08a1540bb5faa655cb6eb9786da4c4d31bb218917077d0e28399747543a2a709ba8f1a10c7185d93fa5793e1f6826aa1c55978af573ac0c0e52bbf8e67b205

diff --git a/dev-ruby/rubyzip/rubyzip-3.0.2.ebuild 
b/dev-ruby/rubyzip/rubyzip-3.0.2.ebuild
deleted file mode 100644
index 1fa7e1fc8f28..000000000000
--- a/dev-ruby/rubyzip/rubyzip-3.0.2.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby32 ruby33 ruby34"
-
-RUBY_FAKEGEM_RECIPE_DOC="none"
-RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="rubyzip.gemspec"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="A ruby library for reading and writing zip files"
-HOMEPAGE="https://github.com/rubyzip/rubyzip";
-# Tests are not included in the gem.
-SRC_URI="https://github.com/rubyzip/rubyzip/archive/v${PV}.tar.gz -> 
${P}-git.tgz"
-
-LICENSE="Ruby-BSD"
-SLOT="$(ver_cut 1)"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
-IUSE="test"
-
-DEPEND="test? ( app-arch/zip )"
-
-ruby_add_bdepend "test? ( dev-ruby/minitest:5 )"
-
-all_ruby_install() {
-       all_fakegem_install
-
-       docinto examples
-       dodoc samples/*
-}
-
-all_ruby_prepare() {
-       # Avoid dependencies on simplecov and coveralls
-       sed -i -e '/simplecov/ s:^:#:' test/test_helper.rb || die
-
-       # Avoid dependency on bundler
-       sed -e '/bundler/ s:^:#: ; /rubocop/I s:^:#:' \
-               -e '2irequire "zip/version"' \
-               -i Rakefile || die
-
-       # Fix hardcoded path to /tmp
-       sed -i -e "s:/tmp/:${T}/:g" test/entry_test.rb || die
-
-       # Add missing requires
-       sed -i -e '1irequire "forwardable"; require "pathname"' 
test/input_stream_test.rb || die
-       sed -e '2irequire "zip/version"' \
-               -i test/constants_test.rb || die
-
-       # Fix broken test that uses native endian
-       sed -i -e '/pack/ s/LLS/VVv/' test/file_extract_test.rb || die
-
-       sed -e "s:_relative ': './:" \
-               -i ${RUBY_FAKEGEM_GEMSPEC} || die
-}

diff --git a/dev-ruby/rubyzip/rubyzip-3.1.0.ebuild 
b/dev-ruby/rubyzip/rubyzip-3.1.0.ebuild
deleted file mode 100644
index 1fa7e1fc8f28..000000000000
--- a/dev-ruby/rubyzip/rubyzip-3.1.0.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby32 ruby33 ruby34"
-
-RUBY_FAKEGEM_RECIPE_DOC="none"
-RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="rubyzip.gemspec"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="A ruby library for reading and writing zip files"
-HOMEPAGE="https://github.com/rubyzip/rubyzip";
-# Tests are not included in the gem.
-SRC_URI="https://github.com/rubyzip/rubyzip/archive/v${PV}.tar.gz -> 
${P}-git.tgz"
-
-LICENSE="Ruby-BSD"
-SLOT="$(ver_cut 1)"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
-IUSE="test"
-
-DEPEND="test? ( app-arch/zip )"
-
-ruby_add_bdepend "test? ( dev-ruby/minitest:5 )"
-
-all_ruby_install() {
-       all_fakegem_install
-
-       docinto examples
-       dodoc samples/*
-}
-
-all_ruby_prepare() {
-       # Avoid dependencies on simplecov and coveralls
-       sed -i -e '/simplecov/ s:^:#:' test/test_helper.rb || die
-
-       # Avoid dependency on bundler
-       sed -e '/bundler/ s:^:#: ; /rubocop/I s:^:#:' \
-               -e '2irequire "zip/version"' \
-               -i Rakefile || die
-
-       # Fix hardcoded path to /tmp
-       sed -i -e "s:/tmp/:${T}/:g" test/entry_test.rb || die
-
-       # Add missing requires
-       sed -i -e '1irequire "forwardable"; require "pathname"' 
test/input_stream_test.rb || die
-       sed -e '2irequire "zip/version"' \
-               -i test/constants_test.rb || die
-
-       # Fix broken test that uses native endian
-       sed -i -e '/pack/ s/LLS/VVv/' test/file_extract_test.rb || die
-
-       sed -e "s:_relative ': './:" \
-               -i ${RUBY_FAKEGEM_GEMSPEC} || die
-}

Reply via email to