mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-08 00:05:33 +03:00
dev-ruby/timeout: add 0.4.4
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
This commit is contained in:
parent
8f5a7dbcc2
commit
9c1237bdfb
@ -1 +1,2 @@
|
||||
DIST timeout-0.4.3.tar.gz 8695 BLAKE2B bc94fe6ee95f562d3ee10f3d26eafe4c644d1dd62e51fdc5ba7f83c8ddf051ffd04144d764d6546c05d62ed1b36567f5607346cb31332de096ab91a7a6681863 SHA512 e9f9fa4fe7465bd6b27997e0fd045c5e5abdb57dc102669d54329630291daffb13c57895177ef7d93a02ade2a34f6be1a418ffc864c85a9775bb616adc56f3c4
|
||||
DIST timeout-0.4.4.tar.gz 9082 BLAKE2B 4dd3c745852cdb01ceec20ca895aff6b88966775b57072e7b869c3f7bc55d30b2835ab97a76d5946cd33472acf9c1d863f84a03f98a843445fbeaa8c3ad19ffb SHA512 2b6c43093bf6b3cf6e957f7d3204d9e46f9c4d5dd8dba8fb92a5deee2f5996d4b721b9bcda9f40d22793ef3820513af370b440e897f44402b7ac9c12ceb0202c
|
||||
|
||||
30
dev-ruby/timeout/timeout-0.4.4.ebuild
Normal file
30
dev-ruby/timeout/timeout-0.4.4.ebuild
Normal file
@ -0,0 +1,30 @@
|
||||
# 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="timeout.gemspec"
|
||||
|
||||
inherit ruby-fakegem
|
||||
|
||||
DESCRIPTION="Provides a framework for message digest libraries"
|
||||
HOMEPAGE="https://github.com/ruby/timeout"
|
||||
SRC_URI="https://github.com/ruby/timeout/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
|
||||
IUSE="test"
|
||||
|
||||
ruby_add_bdepend "test? ( dev-ruby/test-unit dev-ruby/test-unit-ruby-core )"
|
||||
|
||||
all_ruby_prepare() {
|
||||
sed -e 's/__dir__/"."/' \
|
||||
-e 's/__FILE__/"'${RUBY_FAKEGEM_GEMSPEC}'"/' \
|
||||
-e 's/git ls-files -z/find * -print0/' \
|
||||
-i ${RUBY_FAKEGEM_GEMSPEC} || die
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user