commit:     b5a3f7e0b194539aeb9ed8aae278a4726acbc21b
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  3 08:47:34 2025 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Aug  3 12:21:53 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5a3f7e0

dev-ruby/git: drop 3.0.2, 3.1.0

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

 dev-ruby/git/Manifest         |  2 --
 dev-ruby/git/git-3.0.2.ebuild | 50 -------------------------------------------
 dev-ruby/git/git-3.1.0.ebuild | 50 -------------------------------------------
 3 files changed, 102 deletions(-)

diff --git a/dev-ruby/git/Manifest b/dev-ruby/git/Manifest
index 8370185d9357..2004d0570712 100644
--- a/dev-ruby/git/Manifest
+++ b/dev-ruby/git/Manifest
@@ -1,7 +1,5 @@
 DIST git-1.19.1.tar.gz 177887 BLAKE2B 
0da2a829679fd4e2d4b3aec5e88f421d221593729b827f2207bc3d26ce290ee2a41e8dde33b81138cf9df75fa1d1316fa5c69318a1247c627889f5c6971b8fd6
 SHA512 
4fb27cc2c59d15b0424ac16accc13d2310fec0710815b8deee399767b3cd9707cdf767a301cae271b4cd1ff6718cb955a6c86a9ea99076aaffbbadf595c64c0c
 DIST git-2.3.3.tar.gz 199255 BLAKE2B 
1e426c65088619dcf0c53829f397a990bd94b75fe2f638473c1d5ada4069d9936ae671beba5119c3fd63eb1233264a8161b1ea3e452423fa964d76bfcb7ad49c
 SHA512 
8b4104db931fa497b7c23d12c62782dfae6b5952389abab9a96b7dc81e091e6826bd723521e9ef4009408d41d8b65eb62e19c01bb9895cb016c57c75f97ca67a
-DIST git-3.0.2.tar.gz 201011 BLAKE2B 
ae8441dfcc9c989db9551c8b48977968d1ba96a6fa7be95336fa6bfdb439621860e17768d44eb9da85d26b0e196b3739d469fcc2105762a41346c730b6033029
 SHA512 
bf30dae5c917df02843ffd79c22f47797feefbdc7030197ba00af025bc139948ebec9616a60039117601e77cdc78a04171da3bf4a37dca16e75f3f96fb2bccfe
-DIST git-3.1.0.tar.gz 202246 BLAKE2B 
c532e3be832490c7ceef1a95f06fd638441bb7aca451e06dde664f8cf93b81bdabfc94d4fb1bfa872bcd0428129ebcb65e6055b99cbca583e84809c7b6690104
 SHA512 
e05fa4aee454502b8c6a49f9b3ae5deede8861f9d9ae4b3881e359fb061a7fff34e4dcf8a491ed7459ee5ac66da5cbb276101fe225aa4927ddde53b41ae155e0
 DIST git-3.1.1.tar.gz 202939 BLAKE2B 
f85f64c4b2bb9d49402945e05654cf107bc8be489e94f664113109071e6ed746800d98195e6547e09adc5de637b74ae118339437b0d0b21c9d4ef8a3ea882426
 SHA512 
8fb7704f304dd1173966a49563b64ad6ef8f20e9b2f2933ca807419e400744e705cb004f16eff5b7ea671520bbda6531f35394807eae021932d221179afdb95e
 DIST git-4.0.1.tar.gz 213031 BLAKE2B 
d0d1bec6dadb1bb6f954f58d576752ba3938bd09e76ff7ff54f0c32eb00f28125e866d51c0d6f70ef65053cbbf695b113459d0cca072448128b85e46a3545ab2
 SHA512 
5d8375757ba6d0118f7155c91f360c150823f97c18ef3e1ac76640e878622862d92527cdb181d28d25d877c13637f56c32f547371123c381489ca91f1c57a7ba
 DIST git-4.0.4.tar.gz 217512 BLAKE2B 
155b5ea1a2315ba09b0948a3ddcc1a67f0204ae628f11d26deb2ac38e816ff6ee4f1a70e2a3bb11de74823d3101fb1ea63fd68fd1e003ff8eed2cf564dcad7ca
 SHA512 
77bf6d88ce200c1abaf291a1cc82f5a62552529c4043f4f2fad384b5bdc83fa9ae067b64ec10e7a1d694d16ca9c5cd5e0c33d22adb1b07e4a90f06e7609c7a25

diff --git a/dev-ruby/git/git-3.0.2.ebuild b/dev-ruby/git/git-3.0.2.ebuild
deleted file mode 100644
index ba7548dab940..000000000000
--- a/dev-ruby/git/git-3.0.2.ebuild
+++ /dev/null
@@ -1,50 +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_BINWRAP=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="git.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Library for using Git in Ruby"
-HOMEPAGE="https://github.com/ruby-git/ruby-git";
-SRC_URI="https://github.com/ruby-git/ruby-git/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-RUBY_S="ruby-git-${PV}"
-
-LICENSE="MIT"
-SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="test"
-
-DEPEND="test? ( >=dev-vcs/git-1.6.0.0 net-misc/openssh app-arch/tar )"
-RDEPEND=">=dev-vcs/git-1.6.0.0"
-
-ruby_add_rdepend "
-       >=dev-ruby/activesupport-5.0:*
-       >=dev-ruby/addressable-2.8:0
-       >=dev-ruby/process_executer-1.3:1
-       >=dev-ruby/rchardet-1.9:1
-"
-
-ruby_add_bdepend "test? ( dev-ruby/bundler dev-ruby/minitar:1 
>=dev-ruby/mocha-2.1:2 dev-ruby/test-unit:2 )"
-
-all_ruby_prepare() {
-       # Don't use hardcoded /tmp directory.
-       sed -i -e "s:/tmp:${TMPDIR}:" tests/units/test_archive.rb 
tests/test_helper.rb || die
-
-       sed -i -e 's/__dir__/"."/' -e 's/git ls-files -z/find * -print0/' 
${RUBY_FAKEGEM_GEMSPEC} || die
-
-       # Don't use deprecated key type that is removed from openssh
-       sed -i -e 's/-t dsa/-t rsa/' tests/units/test_signed_commits.rb || die
-}
-
-each_ruby_test() {
-       git config --global user.email "[email protected]" || die
-       git config --global user.name "GitExample" || die
-       ${RUBY} -Ilib:.:tests -e 'Dir["tests/**/test_*.rb"].each {|f| require 
f}' || die
-}

diff --git a/dev-ruby/git/git-3.1.0.ebuild b/dev-ruby/git/git-3.1.0.ebuild
deleted file mode 100644
index ba7548dab940..000000000000
--- a/dev-ruby/git/git-3.1.0.ebuild
+++ /dev/null
@@ -1,50 +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_BINWRAP=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="git.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Library for using Git in Ruby"
-HOMEPAGE="https://github.com/ruby-git/ruby-git";
-SRC_URI="https://github.com/ruby-git/ruby-git/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-RUBY_S="ruby-git-${PV}"
-
-LICENSE="MIT"
-SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="test"
-
-DEPEND="test? ( >=dev-vcs/git-1.6.0.0 net-misc/openssh app-arch/tar )"
-RDEPEND=">=dev-vcs/git-1.6.0.0"
-
-ruby_add_rdepend "
-       >=dev-ruby/activesupport-5.0:*
-       >=dev-ruby/addressable-2.8:0
-       >=dev-ruby/process_executer-1.3:1
-       >=dev-ruby/rchardet-1.9:1
-"
-
-ruby_add_bdepend "test? ( dev-ruby/bundler dev-ruby/minitar:1 
>=dev-ruby/mocha-2.1:2 dev-ruby/test-unit:2 )"
-
-all_ruby_prepare() {
-       # Don't use hardcoded /tmp directory.
-       sed -i -e "s:/tmp:${TMPDIR}:" tests/units/test_archive.rb 
tests/test_helper.rb || die
-
-       sed -i -e 's/__dir__/"."/' -e 's/git ls-files -z/find * -print0/' 
${RUBY_FAKEGEM_GEMSPEC} || die
-
-       # Don't use deprecated key type that is removed from openssh
-       sed -i -e 's/-t dsa/-t rsa/' tests/units/test_signed_commits.rb || die
-}
-
-each_ruby_test() {
-       git config --global user.email "[email protected]" || die
-       git config --global user.name "GitExample" || die
-       ${RUBY} -Ilib:.:tests -e 'Dir["tests/**/test_*.rb"].each {|f| require 
f}' || die
-}

Reply via email to