commit:     70820afe97e941b136b1fea93d4ccaada0721940
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 28 07:03:49 2022 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Oct 28 07:04:39 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70820afe

dev-ruby/temple: add 0.9.1

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/temple/Manifest            |  1 +
 dev-ruby/temple/temple-0.9.1.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/dev-ruby/temple/Manifest b/dev-ruby/temple/Manifest
index a3b0cbbf5b34..0c1ebbc87bcf 100644
--- a/dev-ruby/temple/Manifest
+++ b/dev-ruby/temple/Manifest
@@ -1 +1,2 @@
 DIST temple-0.8.2.gem 39424 BLAKE2B 
a56db910d1d4d52495806e907c74052c04e6b4843d040adc33a7f6dc28a25a02231c4c9bd41723c8e1abe6624d4d55375c2a429514a87fa4f7a7a8dcb6377796
 SHA512 
51923b3bf9d4c05255131be62f567ca21305ba023ea5395a08d6970236b2a2833b058f7b3906046b8a57a224b368de12a6d5e426effca39324670fb632f33b67
+DIST temple-0.9.1.gem 40960 BLAKE2B 
f9c87bc713b934980cebaf79737eea89c82d845027cabcd67f3420da621f6797bd99481b1bb624a8894d71f4843ee3ac612f1da661991b8adcc002e2a12f32a9
 SHA512 
2d7c0c64fb51356599ecbd9119314f954341acf66d5ad729b7e19058628118509e14ef116d4ed549996d7119cf9a1f38de5818b46ef5a9a19473b0d007131e6a

diff --git a/dev-ruby/temple/temple-0.9.1.ebuild 
b/dev-ruby/temple/temple-0.9.1.ebuild
new file mode 100644
index 000000000000..29b7fd084634
--- /dev/null
+++ b/dev-ruby/temple/temple-0.9.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby27 ruby30 ruby31"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGES EXPRESSIONS.md README.md"
+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";
+
+LICENSE="MIT"
+SLOT="0.7"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
+IUSE=""
+
+ruby_add_bdepend "test? (
+       dev-ruby/erubis
+       >=dev-ruby/tilt-2.0.1 )"

Reply via email to