dev-ruby/rake-compiler-dock: new package, add 1.9.1

Signed-off-by: Hans de Graaff <graaff@gentoo.org>
This commit is contained in:
Hans de Graaff
2025-03-17 08:44:49 +01:00
parent 452960bb89
commit d803508ced
3 changed files with 40 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST rake-compiler-dock-1.9.1.tar.gz 43030 BLAKE2B 5aff7c76668751b2dcd6bc0e0f189f3a831440fe6267b7b09687573807ac5b0848b4d31df1f706e030656fd9076f5f85e1544544720f0ac190bbe32ca7157d64 SHA512 f8bde29484d1f0530d0d53f42f0f06f3644c666bf7369b4ae70c15e5e137994d721dc0688af98f31e04446bef7894f2761ed75b3128f351ce9e151d7b78f5e74

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>ruby@gentoo.org</email>
<name>Gentoo Ruby Project</name>
</maintainer>
<upstream>
<remote-id type="github">rake-compiler/rake-compiler-dock</remote-id>
<remote-id type="rubygems">rake-compiler-dock</remote-id>
</upstream>
</pkgmetadata>

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="ruby31 ruby32 ruby33 ruby34"
RUBY_FAKEGEM_EXTRADOC="History.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
}