commit:     caec4ac79845672de43c46296116c064607e52e6
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  5 09:56:54 2025 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Aug  6 09:08:16 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=caec4ac7

dev-ruby/snaky_hash: drop 2.0.1, 2.0.2

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

 dev-ruby/snaky_hash/Manifest                |  2 --
 dev-ruby/snaky_hash/snaky_hash-2.0.1.ebuild | 35 --------------------------
 dev-ruby/snaky_hash/snaky_hash-2.0.2.ebuild | 38 -----------------------------
 3 files changed, 75 deletions(-)

diff --git a/dev-ruby/snaky_hash/Manifest b/dev-ruby/snaky_hash/Manifest
index 3382e57831c8..b0cac43a7ff2 100644
--- a/dev-ruby/snaky_hash/Manifest
+++ b/dev-ruby/snaky_hash/Manifest
@@ -1,3 +1 @@
-DIST snaky_hash-2.0.1.tar.bz2 15275 BLAKE2B 
77a7ee4bb4194b991a54e359c53a5a6ab45134026185e976c197737746e20842cff6ecf526d773711ed403cb80a50593429038a6194cd4360cbc7907336335a3
 SHA512 
8d618410106fcab5b986de5047db8bd6e4192b3ee27926107428e82aba905a66203c0cb1dd83de50b89aeffe0e29e93ae0c36b175d7751b8f68249c8014061d5
-DIST snaky_hash-2.0.2.tar.bz2 109437 BLAKE2B 
9ff074d40365eeaa0ce5667a61276d164b3d52e8c74f94a6aa98cf606f72d5f40f1680e3f45143aded4992578b6bb08d2cb6e3d6c9397a409299dc1c0328e6b1
 SHA512 
de27a4613ea5b1f9fc0e3b377653892ec745c9ed4e168037dab14717c363a13bb0967754654ae6ab432b28d33b34d4e0a0e912aadb265de036a4337616eda110
 DIST snaky_hash-2.0.3.tar.bz2 112249 BLAKE2B 
518a33ad22e8adbb7be7f864dfad1f10ec693bf3f1188343479907fb9ade7d1480aa82cd7a569144f9ab5101ba50b90416c97342b8d2c81eaa9d37199510a218
 SHA512 
4c2d78e153cfe0ca1b8d2ed5caf34587060cf74a109168eb12fe757bed5c4f30e9f0c5c7c714eebc6ce641b254bad9ab3aab8fca0574450b7c7a2d59655a95f6

diff --git a/dev-ruby/snaky_hash/snaky_hash-2.0.1.ebuild 
b/dev-ruby/snaky_hash/snaky_hash-2.0.1.ebuild
deleted file mode 100644
index 2e5967c60cb9..000000000000
--- a/dev-ruby/snaky_hash/snaky_hash-2.0.1.ebuild
+++ /dev/null
@@ -1,35 +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_BINWRAP=""
-RUBY_FAKEGEM_EXTRADOC="README.md"
-RUBY_FAKEGEM_GEMSPEC="snaky_hash.gemspec"
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A Hashie::Mash joint to make #snakelife better"
-HOMEPAGE="https://gitlab.com/oauth-xx/snaky_hash";
-SRC_URI="https://gitlab.com/oauth-xx/snaky_hash/-/archive/v${PV}/snaky_hash-v${PV}.tar.bz2
 -> ${P}.tar.bz2"
-RUBY_S="snaky_hash-v${PV}"
-
-LICENSE="MIT"
-SLOT="1"
-KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~riscv ~x86"
-IUSE="test"
-
-ruby_add_rdepend "
-       dev-ruby/hashie:*
-       >=dev-ruby/version_gem-1.1.1:1
-"
-
-ruby_add_depend "test? ( dev-ruby/rspec-block_is_expected )"
-
-all_ruby_prepare() {
-       sed -i -e 's:_relative ": "./:' ${RUBY_FAKEGEM_GEMSPEC} || die
-
-       sed -i -e 's/if RUN_COVERAGE/if false/' spec/spec_helper.rb || die
-}

diff --git a/dev-ruby/snaky_hash/snaky_hash-2.0.2.ebuild 
b/dev-ruby/snaky_hash/snaky_hash-2.0.2.ebuild
deleted file mode 100644
index 83cf6a4739a4..000000000000
--- a/dev-ruby/snaky_hash/snaky_hash-2.0.2.ebuild
+++ /dev/null
@@ -1,38 +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="README.md"
-RUBY_FAKEGEM_GEMSPEC="snaky_hash.gemspec"
-RUBY_FAKEGEM_RECIPE_DOC="none"
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A Hashie::Mash joint to make #snakelife better"
-HOMEPAGE="https://gitlab.com/oauth-xx/snaky_hash";
-SRC_URI="https://gitlab.com/oauth-xx/snaky_hash/-/archive/v${PV}/snaky_hash-v${PV}.tar.bz2
 -> ${P}.tar.bz2"
-RUBY_S="snaky_hash-v${PV}"
-
-LICENSE="MIT"
-SLOT="1"
-KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~riscv ~x86"
-IUSE="test"
-
-ruby_add_rdepend "
-       dev-ruby/hashie:*
-       >=dev-ruby/version_gem-1.1.8:1
-"
-
-ruby_add_depend "test? ( dev-ruby/rspec-block_is_expected )"
-
-all_ruby_prepare() {
-       sed -e 's:_relative ": "./:' \
-               -e 's/__dir__/"."/' \
-               -i ${RUBY_FAKEGEM_GEMSPEC} || die
-
-       sed -i -e 's/if RUN_COVERAGE/if false/' spec/spec_helper.rb || die
-}

Reply via email to