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/msgpack/
Date: Fri, 26 Aug 2022 11:45:44 +0000 (UTC)	[thread overview]
Message-ID: <1661514340.1e81aee3f4fd7ef65ec96616b1c35a417e444c99.graaff@gentoo> (raw)

commit:     1e81aee3f4fd7ef65ec96616b1c35a417e444c99
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 26 11:24:48 2022 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Aug 26 11:45:40 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e81aee3

dev-ruby/msgpack: add 1.5.6

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

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

diff --git a/dev-ruby/msgpack/Manifest b/dev-ruby/msgpack/Manifest
index 011fd406e936..eb7d4bf66648 100644
--- a/dev-ruby/msgpack/Manifest
+++ b/dev-ruby/msgpack/Manifest
@@ -1,3 +1,4 @@
 DIST msgpack-1.5.2.gem 91136 BLAKE2B fbbadcb82f327f991016e96eb89440dcc3522d67be69cb53a24f7df07d7314edd07dc7f248d26327133fbdf0be44f8b08daca7763af396b55ef7578b19659eb0 SHA512 0a28fbde62527c4344e20181f9538f99281c7b24e1f69d7b9386f1f79486d7ec39bbbde82794d1bac9d827cd3710a672ed5ee411dd02cad5ec5f5ebb5d81f89b
 DIST msgpack-1.5.3.gem 90112 BLAKE2B 872f1365b01cdb9bad9486d66f7d7d1b31af758fbd2ad86b5a74e619f487fd7af64fcc2d1ba3d53d8651e248825a707b202ba9d23ff53d4934702a5f6b4f1b0e SHA512 bbb7db6ee60c4e8d7a54bd19e2947343ee1c30ae348d13087901ee2e39c83ddd338a471c424bf1e05b6f10fb15493dc6bda3a71c7e85370a6d3270c8e99f2724
 DIST msgpack-1.5.4.gem 89088 BLAKE2B e95008fbeaf37f1aaff9476054be37c8377e7ea8a508b007391f957bfa96332fcea74db86b5204570e120481be95c4b0a5df97ce2db77f66bb452d299e1cfd3e SHA512 916537138bffa3c6045357cc979e8b90d79fd3940e195e9a6f7386f47fd5f2404e7095410271635f2510ef17b459a66050b3089dd73a88542b2b62634e7af813
+DIST msgpack-1.5.6.gem 89600 BLAKE2B 99cb6b29e52f4e526bd7d0d6d23eca808d2ab277bb7cc9dca73b5b0bdd40fd074d094a59074fa69ff8f47e246545cfcf9f878c87b6b2c3893ed1a091e1fc39be SHA512 b07b6a1499747e2b6ce83751440092cd537c86ac4169fcf730bcb50aa030176018ca7a9961deb160951b193341d388efb26620afe3fff456e5567cafd0156209

diff --git a/dev-ruby/msgpack/msgpack-1.5.6.ebuild b/dev-ruby/msgpack/msgpack-1.5.6.ebuild
new file mode 100644
index 000000000000..1554d87c3454
--- /dev/null
+++ b/dev-ruby/msgpack/msgpack-1.5.6.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="ruby27 ruby30 ruby31"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_EXTRADOC="ChangeLog README.md"
+
+RUBY_FAKEGEM_EXTENSIONS=(ext/msgpack/extconf.rb)
+RUBY_FAKEGEM_EXTENSION_LIBDIR="lib/msgpack"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Binary-based efficient data interchange format for ruby binding"
+HOMEPAGE="https://msgpack.org/"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc64 ~sparc ~x86"
+IUSE="doc"
+
+all_ruby_prepare() {
+	sed -i -e '/bundler/I s:^:#:' Rakefile || die
+
+	# Remove jruby-specific specs that are run also for other rubies.
+	rm -rf spec/jruby || die
+
+	sed -i -e 's/git ls-files/find * -print/' msgpack.gemspec || die
+}


             reply	other threads:[~2022-08-26 11:45 UTC|newest]

Thread overview: 76+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-26 11:45 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-01 16:31 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/msgpack/ Hans de Graaff
2025-02-07  5:58 Hans de Graaff
2024-11-12 10:46 Hans de Graaff
2024-11-12 10:46 Hans de Graaff
2024-11-02 11:45 Arthur Zamarin
2024-10-30 15:46 Arthur Zamarin
2024-10-30 14:41 Sam James
2024-10-30 11:07 Sam James
2024-10-30 11:07 Sam James
2024-10-30 11:07 Sam James
2024-10-05  7:00 Hans de Graaff
2024-10-05  7:00 Hans de Graaff
2024-06-01  5:41 Hans de Graaff
2023-12-31 17:15 Hans de Graaff
2023-12-06 17:57 Ionen Wolkens
2023-11-24  9:31 Sam James
2023-11-23 21:09 Sam James
2023-11-23 17:12 Sam James
2023-11-15 18:39 Arthur Zamarin
2023-11-15 17:49 Jakov Smolić
2023-07-19  5:26 Hans de Graaff
2023-07-11  9:43 Hans de Graaff
2023-07-02  7:49 Hans de Graaff
2023-06-06 13:40 Hans de Graaff
2023-03-18 23:12 Sam James
2022-10-01  7:06 Hans de Graaff
2022-08-26 11:45 Hans de Graaff
2022-07-26  6:45 Hans de Graaff
2022-07-06  5:28 Hans de Graaff
2022-06-25  8:55 Hans de Graaff
2022-05-28  5:39 Hans de Graaff
2022-05-28  5:39 Hans de Graaff
2022-04-09  7:38 Hans de Graaff
2022-03-17  6:40 Hans de Graaff
2022-02-05  6:57 Hans de Graaff
2022-01-30  8:19 Hans de Graaff
2022-01-20  6:40 Hans de Graaff
2021-10-27 11:26 Hans de Graaff
2021-04-02 11:16 Hans de Graaff
2021-02-07  8:24 Hans de Graaff
2020-08-08  6:37 Hans de Graaff
2020-02-05  6:16 Hans de Graaff
2019-08-05  5:17 Hans de Graaff
2019-08-05  5:17 Hans de Graaff
2019-06-21  6:05 Hans de Graaff
2019-05-07  5:16 Hans de Graaff
2019-05-07  5:16 Hans de Graaff
2019-03-11  6:25 Hans de Graaff
2019-03-01  6:09 Hans de Graaff
2019-03-01  6:09 Hans de Graaff
2019-01-09  9:12 Hans de Graaff
2018-04-06  4:54 Hans de Graaff
2018-03-03  6:41 Hans de Graaff
2018-02-04 15:15 Hans de Graaff
2018-01-12  6:01 Hans de Graaff
2018-01-12  6:01 Hans de Graaff
2017-12-07  6:36 Hans de Graaff
2017-10-28 16:23 Andreas Sturmlechner
2017-09-10  7:53 Hans de Graaff
2017-03-07  6:01 Hans de Graaff
2017-01-28  6:48 Hans de Graaff
2016-11-14  6:39 Hans de Graaff
2016-11-14  6:39 Hans de Graaff
2016-10-17  5:23 Hans de Graaff
2016-08-22 19:15 Ole Reifschneider
2016-05-30 18:15 Hans de Graaff
2016-05-30 18:15 Hans de Graaff
2016-05-11  4:55 Hans de Graaff
2016-04-06  5:13 Hans de Graaff
2016-04-06  5:13 Hans de Graaff
2016-01-10  7:28 Hans de Graaff
2016-01-10  7:28 Hans de Graaff
2015-11-24  7:00 Hans de Graaff
2015-10-25  8:30 Hans de Graaff
2015-10-25  8:30 Hans de Graaff

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=1661514340.1e81aee3f4fd7ef65ec96616b1c35a417e444c99.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