dev-ruby/snaky_hash: drop 2.0.1, 2.0.2

Signed-off-by: Hans de Graaff <graaff@gentoo.org>
This commit is contained in:
Hans de Graaff 2025-08-05 11:56:54 +02:00
parent 1c7da5bd61
commit caec4ac798
No known key found for this signature in database
GPG Key ID: DB347F938654FA34
3 changed files with 0 additions and 75 deletions

View File

@ -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

View File

@ -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
}

View File

@ -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
}