mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
dev-ruby/temple: add 0.10.4
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
This commit is contained in:
parent
e2bee6b3fc
commit
b558a516b5
@ -1 +1,2 @@
|
||||
DIST temple-0.10.3.tar.gz 37780 BLAKE2B 9b18f9103f05935ac774423958372b0c518aa0976e46b59d4d80ab4649fae96b83486a0f650a6d3b27ae7af20ce9f9f49b50989da3313d13134e2b29bdfcd32d SHA512 3f41e5897fb43be844f7c0804c01e6bb8843034ca5cad9550eb96140136fdc3a2251ae682f4566520476d7b5e8a7e1585b65aedb5c922643d71b6c4454d3e1bd
|
||||
DIST temple-0.10.4.tar.gz 37788 BLAKE2B c49c56edb7dfd1dbd779e0ebd518f0a538cc0d76dd9690a29445156b1bf3323d2d4c7c0ae2d407ab97d7df393f178b941aad1497c4a7834de7c5e5584d25e44b SHA512 6683f33cc83adcb9a27a9b8a89cf9e68e5a42c2081eb2a5359ea4ff80e410fa97695e6ab2d74d8e99f8e104eb921d80c90e6f20686440537ddbd90bfcdacdf99
|
||||
|
||||
32
dev-ruby/temple/temple-0.10.4.ebuild
Normal file
32
dev-ruby/temple/temple-0.10.4.ebuild
Normal file
@ -0,0 +1,32 @@
|
||||
# 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="CHANGES EXPRESSIONS.md README.md"
|
||||
RUBY_FAKEGEM_GEMSPEC="temple.gemspec"
|
||||
RUBY_FAKEGEM_RECIPE_TEST="rspec3"
|
||||
|
||||
inherit ruby-fakegem
|
||||
|
||||
DESCRIPTION="An abstraction and a framework for compiling templates to pure Ruby"
|
||||
HOMEPAGE="https://github.com/judofyr/temple"
|
||||
SRC_URI="https://github.com/judofyr/temple/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0.7"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
|
||||
IUSE="test"
|
||||
|
||||
ruby_add_bdepend "test? (
|
||||
dev-ruby/erubi
|
||||
>=dev-ruby/tilt-2.0.1 )"
|
||||
|
||||
all_ruby_prepare() {
|
||||
sed -e 's/__FILE__/"."/' \
|
||||
-e 's/git ls-files -z/find * -print0/' \
|
||||
-e 's/git ls-files --/echo/' \
|
||||
-i ${RUBY_FAKEGEM_GEMSPEC} || die
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user