mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-04-30 16:57:29 -07:00
Tests pass. Signed-off-by: Christopher Fore <csfore@gentoo.org> Part-of: https://codeberg.org/gentoo/gentoo/pulls/536 Signed-off-by: Sam James <sam@gentoo.org>
29 lines
668 B
Bash
29 lines
668 B
Bash
# Copyright 1999-2026 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
USE_RUBY="ruby31 ruby32 ruby33"
|
|
|
|
RUBY_FAKEGEM_BINWRAP=""
|
|
RUBY_FAKEGEM_EXTRADOC="README.md"
|
|
RUBY_FAKEGEM_EXTRAINSTALL="app"
|
|
# Depends on appraisals, unpackaged dependencies, and unpackaged rails
|
|
# bits.
|
|
RUBY_FAKEGEM_RECIPE_TEST="none"
|
|
|
|
inherit ruby-fakegem
|
|
|
|
DESCRIPTION="Use ESM with importmap to manage JavaScript in Rails"
|
|
HOMEPAGE="https://github.com/rails/importmap-rails"
|
|
|
|
LICENSE="MIT"
|
|
SLOT="$(ver_cut 1)"
|
|
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
|
|
|
|
IUSE=""
|
|
|
|
ruby_add_rdepend "
|
|
>=dev-ruby/actionpack-6.0.0:*
|
|
>=dev-ruby/railties-6.0.0:*
|
|
"
|