dev-ruby/hitimes: drop 2.0.0-r1

Signed-off-by: Hans de Graaff <graaff@gentoo.org>
This commit is contained in:
Hans de Graaff
2025-07-17 09:44:13 +02:00
parent a8df88eab8
commit 899ff698f2
2 changed files with 0 additions and 28 deletions

View File

@@ -1,2 +1 @@
DIST hitimes-2.0.0.gem 27136 BLAKE2B e2bab57b70d63f3b2bbe29584b7051f6c829f7957da483fd83b38ffee4d5f6a8c1af16c2ee8aa71d56ee71160e7df87a46e420d70d0430e514ead6576453fc7e SHA512 06f1c17d9914054bc17244f1a22761c98f7409cb401136e582deec18bbee07358b339ddd49ddfbc01cf9eb46bf84fbf5e2dccd6c77eb36e98c357e99687e8201
DIST hitimes-3.1.0.tar.gz 31555 BLAKE2B 7a6fc67204519097bb9084ac2b535bb543622724c94fbeef6610cfb65b06bb814f5cd8b805e9d71bb5d54488bde7a9b831db3f132d2c2f1fd2ec80cebe25ccbe SHA512 f94fe83d54934c936a146e8cd799b7f96e02d8976acda8bebe4c686619cb5de204a3d98a2b22bf6a029556f2d753bd42f6567ace4fbb46ca0357737d0d91aba6

View File

@@ -1,27 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
USE_RUBY="ruby31 ruby32 ruby33"
RUBY_FAKEGEM_EXTRADOC="README.md HISTORY.md"
inherit ruby-fakegem
DESCRIPTION="A fast, high resolution timer library"
HOMEPAGE="https://github.com/copiousfreetime/hitimes"
LICENSE="ISC"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~ppc-macos ~x64-macos ~x64-solaris"
IUSE="test"
ruby_add_bdepend "test? ( dev-ruby/minitest )"
all_ruby_prepare() {
sed -i -e "/RUBY_VERSION >= '1.9.2'/,+4d" spec/spec_helper.rb || die
}
each_ruby_test() {
${RUBY} -Ilib:spec:. -e 'Dir["spec/*_spec.rb"].each{|f| require f}' || die
}