From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/moneta/
Date: Sun, 1 May 2022 09:12:59 +0000 (UTC) [thread overview]
Message-ID: <1651396376.9661e7dd3954559c8dfcc96da46f5868780eaadc.graaff@gentoo> (raw)
commit: 9661e7dd3954559c8dfcc96da46f5868780eaadc
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun May 1 09:06:24 2022 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun May 1 09:12:56 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9661e7dd
dev-ruby/moneta: add 1.5.1
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/moneta/Manifest | 1 +
dev-ruby/moneta/moneta-1.5.1.ebuild | 31 +++++++++++++++++++++++++++++++
2 files changed, 32 insertions(+)
diff --git a/dev-ruby/moneta/Manifest b/dev-ruby/moneta/Manifest
index 2a275be59d00..7213d9a559d5 100644
--- a/dev-ruby/moneta/Manifest
+++ b/dev-ruby/moneta/Manifest
@@ -1,3 +1,4 @@
DIST moneta-1.3.0.tar.gz 130195 BLAKE2B c6eabfe31ca39b4b0c91214eb37a6090d21b3ff62943cbbb5e1f1b2dc72e6c4087aed7227fd1ecd0678730ca0b86b82423b25e8dca3c56881f2c0a7a98fc95f3 SHA512 9ea725f095cc7e7faae9621c2f4bfa27c54c81200c16a680fce289e68f79f4a5f66d9bb55b1921578a65d303ff6dd2069f56fbba28cb9e758d898ae03bb1c3dd
DIST moneta-1.4.0.tar.gz 129069 BLAKE2B 86b3eaa875483acb5931eb5583f56a0484851df57bc0186daf5fe1cca402c209a44226e5dca570b14026f8beb861650506ccbb386ad8d092fb7b5a9277c6f8b5 SHA512 ebcdafd4badaddccf833a43c3561421d82d0941c2340b9bed37b62a94d79e5098a36e7f04b93b1fe26c7dedfe455d6a751be3aa4606263fd2025b7a95fb5a68d
DIST moneta-1.4.1.tar.gz 129056 BLAKE2B b5a7a9fdb1817c88c942ce8cc3353974d556f14e6362722ae4b44c40311241aa5dd7354054e4edaca84edcc3a76b3d43230dc0a376d48911409721137cbf8d01 SHA512 7ff8fec2047a7df7e110480ff87eadc8e33b776176350279dd933b456cc7def0e92b74eb5dfb7ac2b2233232959acd839ede80d491bba0f134c31414d3f7786b
+DIST moneta-1.5.1.tar.gz 133512 BLAKE2B 6027685e3e28e238b2d984b02fe2d5e7ccf1dba6646d71980932581e9b63cfa9082aa3c3a1509b679922f480e1601c71475113ad3eea5f8b7644f69998e3bbca SHA512 018b162d75eb7cb5f2d38e1e6a79e5a17abf8aefc381eb3eb4d9d4981ac88be5063ce95b786aa928de1618c6458b926a27bd26f41ad6515cf7ee3dfc1274c236
diff --git a/dev-ruby/moneta/moneta-1.5.1.ebuild b/dev-ruby/moneta/moneta-1.5.1.ebuild
new file mode 100644
index 000000000000..d9be5d3e4a3b
--- /dev/null
+++ b/dev-ruby/moneta/moneta-1.5.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby26 ruby27 ruby30"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_RECIPE_TEST="none"
+# test is disabled for now. It requires many packages. Test suite also
+# takes very long run time and has high memory consumption.
+
+RUBY_FAKEGEM_EXTRADOC="CHANGES README.md SPEC.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+GITHUB_USER="minad"
+
+DESCRIPTION="A unified interface to key/value stores"
+HOMEPAGE="https://github.com/minad/moneta"
+SRC_URI="https://github.com/${GITHUB_USER}/moneta/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv ~x86"
+IUSE=""
+
+all_ruby_prepare() {
+ sed -i -e '/ls-files/d' ${RUBY_FAKEGEM_GEMSPEC} || die
+}
next reply other threads:[~2022-05-01 9:13 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-01 9:12 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-06 5:59 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/moneta/ Hans de Graaff
2025-04-03 11:48 Hans de Graaff
2025-04-03 11:48 Hans de Graaff
2025-01-18 8:45 Hans de Graaff
2024-09-20 8:20 Arthur Zamarin
2024-09-19 20:18 Jakov Smolić
2024-09-18 8:57 Hans de Graaff
2023-08-16 1:19 Naohiro Aota
2023-06-17 5:09 Hans de Graaff
2023-04-07 7:52 Hans de Graaff
2023-04-07 7:52 Hans de Graaff
2022-12-04 15:08 Hans de Graaff
2021-10-09 15:24 Naohiro Aota
2021-01-10 7:51 Hans de Graaff
2020-09-11 6:58 Hans de Graaff
2020-09-11 6:58 Hans de Graaff
2020-08-08 6:37 Hans de Graaff
2020-08-08 6:37 Hans de Graaff
2019-07-05 4:21 Hans de Graaff
2019-07-05 4:21 Hans de Graaff
2019-03-25 5:57 Hans de Graaff
2019-02-01 11:01 Hans de Graaff
2018-09-11 5:34 Hans de Graaff
2018-03-08 6:47 Hans de Graaff
2017-03-11 7:21 Hans de Graaff
2017-03-11 7:21 Hans de Graaff
2016-12-14 7:15 Hans de Graaff
2016-03-22 21:56 Manuel Rüger
2015-12-12 7:35 Hans de Graaff
2015-09-20 6:31 Hans de Graaff
2015-09-16 8:33 Naohiro Aota
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=1651396376.9661e7dd3954559c8dfcc96da46f5868780eaadc.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