commit:     6f0cb7e596d3913bf913dfd2278ea5a777022d78
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri May 20 07:44:38 2022 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri May 20 10:36:33 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f0cb7e5

dev-ruby/liquid: update EAPI 6 -> 8, add ruby27

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

 dev-ruby/liquid/liquid-4.0.3-r1.ebuild | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

diff --git a/dev-ruby/liquid/liquid-4.0.3-r1.ebuild 
b/dev-ruby/liquid/liquid-4.0.3-r1.ebuild
new file mode 100644
index 000000000000..ab4cb72ca648
--- /dev/null
+++ b/dev-ruby/liquid/liquid-4.0.3-r1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby26 ruby27"
+
+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="4"
+KEYWORDS="~amd64 ~arm64"
+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 || die
+
+       # Avoid tests using taint since this is no longer supported in ruby 2.7+
+       sed -i -e '/test.*tainted_attr/askip "taint is no longer supported"' 
test/integration/drop_test.rb || die
+}

Reply via email to