From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/mustache/
Date: Mon, 9 May 2022 04:47:12 +0000 (UTC) [thread overview]
Message-ID: <1652071628.ac1f02384e24249e2bd2a9362f2397f031df9882.graaff@gentoo> (raw)
commit: ac1f02384e24249e2bd2a9362f2397f031df9882
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun May 8 09:15:25 2022 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon May 9 04:47:08 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac1f0238
dev-ruby/mustache: update EAPI 7 -> 8, add ruby30
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/mustache/mustache-1.1.1-r1.ebuild | 42 ++++++++++++++++++++++++++++++
1 file changed, 42 insertions(+)
diff --git a/dev-ruby/mustache/mustache-1.1.1-r1.ebuild b/dev-ruby/mustache/mustache-1.1.1-r1.ebuild
new file mode 100644
index 000000000000..af74c86d7e22
--- /dev/null
+++ b/dev-ruby/mustache/mustache-1.1.1-r1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby26 ruby27 ruby30"
+
+RUBY_FAKEGEM_TASK_TEST=""
+
+RUBY_FAKEGEM_TASK_DOC="man:build"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit multilib ruby-fakegem
+
+DESCRIPTION="Mustache is a framework-agnostic way to render logic-free views"
+HOMEPAGE="https://mustache.github.com/"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
+IUSE=""
+
+PATCHES=( "${FILESDIR}/${P}-test-ordering.patch" )
+
+ruby_add_bdepend "doc? ( app-text/ronn-ng )"
+
+all_ruby_prepare() {
+ # Fix for renamed .ron files
+ sed -i -e 's:\.ronn:.ron:' Rakefile || die
+
+ sed -i -e '/simplecov/,/^end/ s:^:#:' test/helper.rb || die
+}
+
+each_ruby_test() {
+ ${RUBY} -Ilib:. -e "Dir['test/*.rb'].each{|f| require f}" || die
+}
+
+all_ruby_install() {
+ all_fakegem_install
+
+ doman man/mustache.1 man/mustache.5
+}
next reply other threads:[~2022-05-09 4:47 UTC|newest]
Thread overview: 62+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-09 4:47 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-04-28 8:35 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/mustache/ Hans de Graaff
2023-08-11 19:14 Hans de Graaff
2023-04-10 21:54 Sam James
2023-04-10 21:54 Sam James
2023-04-07 14:26 Sam James
2023-03-29 13:04 Sam James
2023-03-29 9:34 Hans de Graaff
2023-03-28 16:27 Sam James
2023-03-28 16:25 Sam James
2023-03-28 15:05 Sam James
2023-03-28 15:03 Sam James
2023-03-28 14:59 Sam James
2023-03-28 14:59 Sam James
2023-03-28 14:59 Sam James
2022-12-04 15:59 WANG Xuerui
2022-07-18 13:32 Hans de Graaff
2022-03-07 3:47 Sam James
2022-02-28 7:06 Yixun Lan
2021-03-11 9:31 Hans de Graaff
2020-09-14 7:29 Hans de Graaff
2020-09-13 10:50 Sergei Trofimovich
2020-06-21 17:12 Agostino Sarubbo
2020-06-21 16:58 Agostino Sarubbo
2020-06-21 16:54 Agostino Sarubbo
2020-06-20 15:45 Thomas Deutschmann
2020-06-14 8:20 Hans de Graaff
2019-12-04 6:05 Hans de Graaff
2019-06-24 15:14 Michael Haubenwallner
2019-02-01 8:41 Hans de Graaff
2018-12-08 7:47 Hans de Graaff
2018-07-22 18:30 Hans de Graaff
2018-07-22 14:37 Mikle Kolyada
2018-07-10 19:11 Sergei Trofimovich
2018-06-26 15:44 Tobias Klausmann
2018-06-16 5:05 Hans de Graaff
2018-06-15 12:28 Sergei Trofimovich
2018-06-13 20:02 Sergei Trofimovich
2018-05-21 6:20 Hans de Graaff
2018-02-04 15:15 Hans de Graaff
2017-12-29 17:41 Sergei Trofimovich
2017-11-26 14:17 Hans de Graaff
2017-07-07 18:15 Alexis Ballier
2017-06-06 22:12 Sergei Trofimovich
2017-03-28 4:53 Hans de Graaff
2017-03-24 6:00 Hans de Graaff
2017-03-02 12:57 Fabian Groffen
2017-02-21 18:59 Hans de Graaff
2016-11-27 10:39 Hans de Graaff
2016-11-27 10:34 Hans de Graaff
2016-06-14 4:51 Hans de Graaff
2016-05-28 9:23 Tobias Klausmann
2016-05-14 17:50 Fabian Groffen
2016-03-29 20:41 Markus Meier
2016-03-28 5:52 Hans de Graaff
2016-03-17 11:29 Agostino Sarubbo
2016-03-16 14:09 Agostino Sarubbo
2016-03-15 18:15 Agostino Sarubbo
2016-03-15 13:11 Agostino Sarubbo
2016-03-14 17:56 Richard Farina
2016-03-07 3:51 Jeroen Roovers
2016-03-06 20:05 Hans de Graaff
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1652071628.ac1f02384e24249e2bd2a9362f2397f031df9882.graaff@gentoo \
--to=graaff@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox