dev-ruby/rake-compiler-dock - 1.11.1 (gentoo)

Search

Package Information

Description:
Easy to use and reliable cross compiler environment for building binary gems
Homepage:
https://github.com/rake-compiler/rake-compiler-dock
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.11.1 8 ~amd64 $(ver_cut 1)
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

USE_RUBY="ruby32 ruby33 ruby34 ruby40"

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
}

Manifest for 1.11.1

Type File Size Source URLs
DIST rake-compiler-dock-1.11.1.tar.gz 49631 bytes https://github.com/rake-compiler/rake-compiler-dock/archive/refs/tags/v1.11.1.tar.gz