From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/liquid/
Date: Wed, 13 Mar 2019 07:03:07 +0000 (UTC) [thread overview]
Message-ID: <1552460529.057db8c70c6b951b435ca28792582b16a230ec9e.graaff@gentoo> (raw)
commit: 057db8c70c6b951b435ca28792582b16a230ec9e
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 13 06:29:51 2019 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Mar 13 07:02:09 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=057db8c7
dev-ruby/liquid: add 4.0.3
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
dev-ruby/liquid/Manifest | 1 +
dev-ruby/liquid/liquid-4.0.3.ebuild | 30 ++++++++++++++++++++++++++++++
2 files changed, 31 insertions(+)
diff --git a/dev-ruby/liquid/Manifest b/dev-ruby/liquid/Manifest
index c4e675d91a3..1411322e2d6 100644
--- a/dev-ruby/liquid/Manifest
+++ b/dev-ruby/liquid/Manifest
@@ -3,3 +3,4 @@ DIST liquid-3.0.6.tar.gz 88159 BLAKE2B 58cc0efbf45622470b3edb1e6e04af4014b670490
DIST liquid-4.0.0.tar.gz 96077 BLAKE2B a13adae886346b0f7dfc7a5944d54eed9600b3bc390fd834a18a70c665cd090f8a114cc6499e134d6f5c27b8f7b0cb862e49a1a4cb757f8d09fc4a88ab5fa941 SHA512 3aa09813e2c6c3b75b9ab0eb1c11ae83f62e6d3dba19c91d8877bf8162edf867b06fbbc4fc3193116313ff98c1fa964b8a01f0cf58c9fb7ed89338f3bffb9cdb
DIST liquid-4.0.1.tar.gz 99014 BLAKE2B dfe5b4bb76f67f070beff22f19fbf1c3825489d258493099522c78f370497cafddb70e895a3d0d9a84b9ec8ad4ef7343bfcea113a508fb7baeac5b5dd7f23661 SHA512 6d8a792ea2fa5cd723e826dc9dd26be60179ab3405e9f74bc47a068b863aa0233e3a570faff65c19e669663c4f30201cb4144d2ab4ed23176d695c3d7f0553d0
DIST liquid-4.0.2.tar.gz 102151 BLAKE2B bd9f37c3d7c209edacdf8a1565ae235b0e18b5d15c02279de8c604a84cd1a000f96199e533d41597036cd7d3f8e5f3b67fc1b45d5eec7285484e5e283796fbcc SHA512 cdb8c808517d1e257202a36f672a1d67269ba44aa474a315699cab4ee67b766b01e2a1ae8e638d209adfaa87c7bb6438a1a47abb5ae925c78cfef944ec9d2d7c
+DIST liquid-4.0.3.tar.gz 102242 BLAKE2B 4a025fd8501e237f7619ed989e185a6c55a234577c99423857a826b616c40625c1fd205d998a368488306a88c0b84fc3d3ac59bd01c1231055aa9f60a3d14338 SHA512 5aed3b98fa486a00744e0225f7a3b8004be8ded1e3347f9118fd062684fe33b725b84d1f88bdd5e881399e6efa60b4aa32f57cf10f4583aa27ec8c8288b52bf9
diff --git a/dev-ruby/liquid/liquid-4.0.3.ebuild b/dev-ruby/liquid/liquid-4.0.3.ebuild
new file mode 100644
index 00000000000..c00ee1fe0cb
--- /dev/null
+++ b/dev-ruby/liquid/liquid-4.0.3.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="History.md README.md"
+
+inherit ruby-fakegem
+
+SRC_URI="https://github.com/Shopify/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+DESCRIPTION="Template engine for Ruby"
+HOMEPAGE="https://shopify.github.io/liquid/"
+
+LICENSE="MIT"
+SLOT="4"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_bdepend "test? ( dev-ruby/minitest
+ dev-ruby/spy )"
+
+all_ruby_prepare() {
+ # liquid-c is not packaged
+ sed -i -e '/LIQUID-C/ s:^:#:' Rakefile || die
+
+ # Avoid test requiring unpackaged stackprof
+ sed -i -e '/assert_no_object_allocations/askip "unpackaged stackprof"' test/unit/context_unit_test.rb
+}
next reply other threads:[~2019-03-13 7:03 UTC|newest]
Thread overview: 48+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-13 7:03 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-08-16 6:04 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/liquid/ Hans de Graaff
2025-06-10 5:03 Hans de Graaff
2025-06-03 12:05 Hans de Graaff
2025-04-15 7:17 Hans de Graaff
2025-04-10 5:38 Hans de Graaff
2025-04-10 5:38 Hans de Graaff
2025-04-05 17:36 Hans de Graaff
2025-03-20 8:04 Hans de Graaff
2025-03-20 8:04 Hans de Graaff
2025-03-16 8:39 Hans de Graaff
2025-01-20 17:03 Hans de Graaff
2024-12-31 6:02 Hans de Graaff
2024-12-20 6:07 Hans de Graaff
2024-12-20 6:07 Hans de Graaff
2024-07-23 5:29 Hans de Graaff
2024-07-23 5:29 Hans de Graaff
2024-03-22 6:26 Hans de Graaff
2023-12-27 19:41 Hans de Graaff
2023-08-27 6:44 Hans de Graaff
2023-03-27 16:08 Hans de Graaff
2023-03-26 3:03 Sam James
2023-03-12 12:09 Hans de Graaff
2022-08-06 5:55 Hans de Graaff
2022-06-12 8:33 Hans de Graaff
2022-05-20 10:36 Hans de Graaff
2022-04-06 5:48 Hans de Graaff
2022-03-16 6:41 Hans de Graaff
2021-09-16 6:25 Hans de Graaff
2021-07-16 9:31 Hans de Graaff
2021-04-04 6:53 Hans de Graaff
2021-03-15 6:16 Hans de Graaff
2020-09-05 8:01 Hans de Graaff
2020-08-09 17:28 Hans de Graaff
2020-07-27 2:09 Sam James
2019-03-13 7:03 Hans de Graaff
2019-03-09 6:33 Hans de Graaff
2019-02-01 11:46 Hans de Graaff
2018-12-11 8:54 Hans de Graaff
2018-12-11 8:54 Hans de Graaff
2018-09-13 5:46 Hans de Graaff
2018-02-04 15:15 Hans de Graaff
2017-08-26 8:27 Hans de Graaff
2017-07-19 6:55 Hans de Graaff
2016-11-08 23:17 Manuel Rüger
2016-07-24 14:47 Hans de Graaff
2016-04-29 7:36 Hans de Graaff
2016-04-17 14:35 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=1552460529.057db8c70c6b951b435ca28792582b16a230ec9e.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