dev-ruby/rake-compiler-dock: add 1.10.0

Signed-off-by: Hans de Graaff <graaff@gentoo.org>
This commit is contained in:
Hans de Graaff 2025-10-27 16:15:22 +01:00
parent 329d2651ff
commit e27a88c17f
No known key found for this signature in database
GPG Key ID: DB347F938654FA34
2 changed files with 28 additions and 0 deletions

View File

@ -1 +1,2 @@
DIST rake-compiler-dock-1.10.0.tar.gz 45563 BLAKE2B 95ef58e810fa352f931d096edcb5b3dc656364c96e56ea5bc5578d51f16685813edee3a2c9bd2d3597117df9fbc68857ce488bd44150b12cf7c4d6a3b0e1b55a SHA512 f054bf8b6d574548842387b4305c3b248cae4f219cca3871dc79e59e863d1b234087cd54f9443efbb101186f935fca9e0fd6d763d5b7bbe8c7a7666e92b614f4
DIST rake-compiler-dock-1.9.1.tar.gz 43030 BLAKE2B 5aff7c76668751b2dcd6bc0e0f189f3a831440fe6267b7b09687573807ac5b0848b4d31df1f706e030656fd9076f5f85e1544544720f0ac190bbe32ca7157d64 SHA512 f8bde29484d1f0530d0d53f42f0f06f3644c666bf7369b4ae70c15e5e137994d721dc0688af98f31e04446bef7894f2761ed75b3128f351ce9e151d7b78f5e74

View File

@ -0,0 +1,27 @@
# 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_EXTRADOC="CHANGELOG.md README.md"
RUBY_FAKEGEM_GEMSPEC="rake-compiler-dock.gemspec"
# The test suite makes use of containers only.
RUBY_FAKEGEM_RECIPE_TEST="none"
inherit ruby-fakegem
DESCRIPTION="Easy to use and reliable cross compiler environment for building binary gems"
HOMEPAGE="https://github.com/rake-compiler/rake-compiler-dock"
SRC_URI="https://github.com/rake-compiler/rake-compiler-dock/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="$(ver_cut 1)"
KEYWORDS="~amd64"
all_ruby_prepare() {
sed -e 's/git ls-files -z/find * -print0/' \
-i ${RUBY_FAKEGEM_GEMSPEC} || die
}