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, 19 Jul 2017 06:55:58 +0000 (UTC) [thread overview]
Message-ID: <1500443563.80bbf2f3c82c94c78acffd3585a52cd6bffb9adb.graaff@gentoo> (raw)
commit: 80bbf2f3c82c94c78acffd3585a52cd6bffb9adb
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 19 05:52:43 2017 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Jul 19 05:52:43 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80bbf2f3
dev-ruby/liquid: add 4.0.0
Package-Manager: Portage-2.3.6, Repoman-2.3.2
dev-ruby/liquid/Manifest | 1 +
dev-ruby/liquid/liquid-4.0.0.ebuild | 27 +++++++++++++++++++++++++++
2 files changed, 28 insertions(+)
diff --git a/dev-ruby/liquid/Manifest b/dev-ruby/liquid/Manifest
index ab742cf5892..d41c7fdb45a 100644
--- a/dev-ruby/liquid/Manifest
+++ b/dev-ruby/liquid/Manifest
@@ -1,2 +1,3 @@
DIST liquid-2.6.2.gem 46592 SHA256 eb3b8b674f0b2b0960a9a126ad83d2e35cc4df32ab5d0cc7dee75bfef5e9f4cc SHA512 bd369fe2e9bd89013f9bbd4a7f721b2db4376ac02c5ea4b4da6a08fa6af24fe782fae38b32d250edde548980f042c7187a673da47fa8d5569ed0959fd1569827 WHIRLPOOL 29c48155c7e43c0fd0ec7c3a61960b7fcfee322dbce4e6faf85c25cd75afa0c99e4504027524f92aa9c958be874ffa021c4228174fd1154f01772a3259bd2232
DIST liquid-3.0.6.tar.gz 88159 SHA256 c9b69afa97fe1caad78452b43dc5757ebd0f4363dd6bee1e04f22179f0e43ed8 SHA512 66e1be904f3dcd18e345bf3fedf314fdf4ae84a0e1354859ee8e33f82386e929b4c871ec3c37c2c752358d76017fb5b1fef59f4bad04d3e7e89672146a3f8229 WHIRLPOOL b72ac268e6216f5eb3c1834bd0c164879dd816d79b4973ead8cc2ece71435105ed6173214a25bbe224b302a150e3309584fec5439af23841f3e631811f0f25f1
+DIST liquid-4.0.0.tar.gz 96077 SHA256 9a17055b72cdc480101a8d53f7728f61f7896dea667a72009b375fdf579d3e5c SHA512 3aa09813e2c6c3b75b9ab0eb1c11ae83f62e6d3dba19c91d8877bf8162edf867b06fbbc4fc3193116313ff98c1fa964b8a01f0cf58c9fb7ed89338f3bffb9cdb WHIRLPOOL d00887c14debceff0d7bd9cb75f8fcbdea5a76fdbbac9d7c497d37a9dc84ce4b73df00aa804e8d790855aafbcdcc9c1ef99c89b77cec44df3d3e9e680d4fcb53
diff --git a/dev-ruby/liquid/liquid-4.0.0.ebuild b/dev-ruby/liquid/liquid-4.0.0.ebuild
new file mode 100644
index 00000000000..4b1f02b8f2b
--- /dev/null
+++ b/dev-ruby/liquid/liquid-4.0.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+
+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="http://www.liquidmarkup.org/"
+
+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
+}
next reply other threads:[~2017-07-19 6:56 UTC|newest]
Thread overview: 48+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-19 6:55 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-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
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=1500443563.80bbf2f3c82c94c78acffd3585a52cd6bffb9adb.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