public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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,  6 Apr 2022 05:48:44 +0000 (UTC)	[thread overview]
Message-ID: <1649224120.7010f2c36d27dadd81274b67d27520f9cf59a79c.graaff@gentoo> (raw)

commit:     7010f2c36d27dadd81274b67d27520f9cf59a79c
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  4 16:35:58 2022 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Apr  6 05:48:40 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7010f2c3

dev-ruby/liquid: add 5.3.0

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

 dev-ruby/liquid/Manifest            |  1 +
 dev-ruby/liquid/liquid-5.3.0.ebuild | 31 +++++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/dev-ruby/liquid/Manifest b/dev-ruby/liquid/Manifest
index 208d0a059444..9296d70ace29 100644
--- a/dev-ruby/liquid/Manifest
+++ b/dev-ruby/liquid/Manifest
@@ -2,3 +2,4 @@ DIST liquid-4.0.3.tar.gz 102242 BLAKE2B 4a025fd8501e237f7619ed989e185a6c55a23457
 DIST liquid-5.0.1.tar.gz 115523 BLAKE2B 52194481aef296785812a76979ee215e5adffbb73c4dd80de8f8dfb6995757d22a698a6acb950281f69cec32c2c06ba51fe273ba54c7454f308f5547faa9e1cf SHA512 e82fe4b67c338ef2e13652d2c5ba5d52e968c368aff724516a8ed2c157d149441fe73c66be866c0283fbd3472aeb83fec710f77afa1a92dca3206b5c8059ccf4
 DIST liquid-5.1.0.tar.gz 117155 BLAKE2B 93c609e71773b3e002134bb6caf75b43f57428aa71a9181d0a986d920490dc7246fe89cb48d54e6ac880cb28b70fd9cdf8e1a81c7df9061803880eee82ff3cf2 SHA512 27ff4392ffcd05cd11c3f104b0ee875e6043dcf057ae06fe7037dcaef528b01c3aba31df65dc4d7b41f89afeee322d3045d09fe7d1e4ec9dafe52a17b6cad672
 DIST liquid-5.2.0.tar.gz 117804 BLAKE2B bf9027265ea9e31cdb029032384ad7078f28f0aebad21538c8271d7b44aade95bb2be642443b84a0ab35907a81b30dacdfc51c0593226eb9e37b85738c4bb9d8 SHA512 69297fb5cc3ea86b47c24a0ae1f3f7ae7d4e377b0909531362fdda298c5dbc2fd4a8666baf5b462cef04278b1ed6758312f93ebb5d5b266fcbbdbc82a8288047
+DIST liquid-5.3.0.tar.gz 118704 BLAKE2B 3c7670717ea70f971a80a932e8aef24670017e9fceb9164403035a6137b4ba8a3dd77b396037fd52db71e4989a74d89b2ed63150290ba7326d35d0970a014b39 SHA512 bf295a882535b6f70f36adc62dc207ec07222e201c16adf2b56be9decf63f4f262b4e8cd31539eedf4364d6394b0136091eefcf26ee705987e82c2bf1ccf2739

diff --git a/dev-ruby/liquid/liquid-5.3.0.ebuild b/dev-ruby/liquid/liquid-5.3.0.ebuild
new file mode 100644
index 000000000000..dc56f982f6bc
--- /dev/null
+++ b/dev-ruby/liquid/liquid-5.3.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby26 ruby27 ruby30 ruby31"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="History.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="liquid.gemspec"
+
+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="$(ver_cut 1)"
+KEYWORDS="~amd64 ~arm64"
+IUSE=""
+
+ruby_add_bdepend "test? ( dev-ruby/minitest )"
+
+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/integration/context_test.rb || die
+}


             reply	other threads:[~2022-04-06  5:48 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-06  5:48 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-23  5:29 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/liquid/ 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-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-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=1649224120.7010f2c36d27dadd81274b67d27520f9cf59a79c.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