From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/html2haml/
Date: Thu, 4 May 2017 04:31:28 +0000 (UTC) [thread overview]
Message-ID: <1493872250.94c05f932610f76b10f49509a4150124e23b33a9.graaff@gentoo> (raw)
commit: 94c05f932610f76b10f49509a4150124e23b33a9
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu May 4 04:19:21 2017 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu May 4 04:30:50 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94c05f93
dev-ruby/html2haml: add 2.2.0
Package-Manager: Portage-2.3.5, Repoman-2.3.1
dev-ruby/html2haml/Manifest | 1 +
dev-ruby/html2haml/html2haml-2.2.0.ebuild | 35 +++++++++++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/dev-ruby/html2haml/Manifest b/dev-ruby/html2haml/Manifest
index 087b9ad7a4a..87aafc8bcbd 100644
--- a/dev-ruby/html2haml/Manifest
+++ b/dev-ruby/html2haml/Manifest
@@ -1 +1,2 @@
DIST html2haml-2.1.0.gem 21504 SHA256 b02b1e372ae7a2c579fc9b3c4aba8730e2d278621af6bb5a52b7711482fd20f4 SHA512 508100b373f0537466fc3dba941ab78477adb5dcf0b699ff9f675cc1c51d7d76aa3405a8f3a85205106e1d0161c73ec383091c9bda856044370a7746023b260b WHIRLPOOL 528f84268fc0729d11c33df90cf7eb4158eae1e6d14bcae0b49332a9c8e1f9f8823b4f452e72b91b15122be6883333ce92d7d9d87e92ca9b043b7c4261cc3ad1
+DIST html2haml-2.2.0.gem 21504 SHA256 a3b4d38d318c5101d89d7a82af790f4b18c600ef73109220ad254ef150931935 SHA512 b6988182073f35d4d9b9f07f2cc2ba01c66679fa646fd2d1e3c8cf0643c88b04a2b1a36d584bdcca897f804e32486a618abc8fbd8db023ff9c22ee66d93ed9f0 WHIRLPOOL 4cdd78ff94b5132898cac8b17702e4af39ab4595847d1d9724afa703adc416ddda91374d3231b5768a995dd3d166ddd03aa153c8c552e3425bdfb61725c9558b
diff --git a/dev-ruby/html2haml/html2haml-2.2.0.ebuild b/dev-ruby/html2haml/html2haml-2.2.0.ebuild
new file mode 100644
index 00000000000..42b2430dc7c
--- /dev/null
+++ b/dev-ruby/html2haml/html2haml-2.2.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_EXTRADOC="README.md Changelog.markdown"
+RUBY_FAKEGEM_RECIPE_DOC="yard"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Convert HTML and HTML+Erb to Haml"
+HOMEPAGE="https://github.com/haml/html2haml"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/nokogiri-1.6.0
+ >=dev-ruby/erubis-2.7.0
+ >=dev-ruby/ruby_parser-3.5
+ >=dev-ruby/haml-4.0.0 <dev-ruby/haml-6"
+
+ruby_add_bdepend "test? ( dev-ruby/minitest:0 )"
+
+all_ruby_prepare() {
+ sed -i -e "/bundler/d" test/test_helper.rb || die
+}
+
+each_ruby_test() {
+ ${RUBY} -Ilib:test test/html2haml_test.rb || die
+ ${RUBY} -Ilib:test test/erb_test.rb || die
+}
next reply other threads:[~2017-05-04 4:31 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-04 4:31 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-04-04 6:06 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/html2haml/ Hans de Graaff
2023-12-15 14:19 Hans de Graaff
2023-01-13 8:28 Hans de Graaff
2022-04-08 5:32 Hans de Graaff
2021-11-25 9:10 Hans de Graaff
2021-11-22 19:11 Hans de Graaff
2021-07-06 6:27 Hans de Graaff
2020-04-25 12:16 Hans de Graaff
2019-05-01 19:56 Hans de Graaff
2018-09-15 4:09 Hans de Graaff
2018-09-15 4:09 Hans de Graaff
2018-02-04 10:45 Hans de Graaff
2017-07-17 6:21 Hans de Graaff
2017-05-04 4:31 Hans de Graaff
2017-01-25 7:12 Hans de Graaff
2016-01-19 22:15 Manuel Rüger
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=1493872250.94c05f932610f76b10f49509a4150124e23b33a9.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