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: Sat, 28 May 2022 05:39:46 +0000 (UTC) [thread overview]
Message-ID: <1653716383.3cd74861f4cca70d9b69d40ec67b1341dc4304e0.graaff@gentoo> (raw)
commit: 3cd74861f4cca70d9b69d40ec67b1341dc4304e0
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat May 28 05:05:48 2022 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat May 28 05:39:43 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cd74861
dev-ruby/msgpack: drop 1.4.3, 1.4.4
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/msgpack/Manifest | 2 --
dev-ruby/msgpack/msgpack-1.4.3.ebuild | 31 -------------------------------
dev-ruby/msgpack/msgpack-1.4.4.ebuild | 31 -------------------------------
3 files changed, 64 deletions(-)
diff --git a/dev-ruby/msgpack/Manifest b/dev-ruby/msgpack/Manifest
index 66e53815222e..7bfad11ae906 100644
--- a/dev-ruby/msgpack/Manifest
+++ b/dev-ruby/msgpack/Manifest
@@ -1,4 +1,2 @@
-DIST msgpack-1.4.3.gem 84992 BLAKE2B 70610107a956416dbc861141cad6f0552f1729d50085a23bb1b3dc8d79c7892488e1cc4e3f3029f770065714effa5c56909df922c96866b25299994f02377c8a SHA512 4ec79dbac8ba4a954757575279b2ea705c81771f65215103149722964ede661e9ceba23ec15b471214cca798861a39122d6bb766f89c2fb1bad3784e7052a37c
-DIST msgpack-1.4.4.gem 84992 BLAKE2B 41cdb4042bc3ca833d2e1f7c3682c06b2dbf6928a814a48d87e08b0f40e092ad295f268f9a0d473de141dcb63b699ea2b3a223c9437e2b3799d8ec056123ed6f SHA512 0ee58d5c334f7ee3e8b890d480b71141603bd5951b188ef162d2ca03f51ef40316ff386c505ccd9dc8a6e667359b9fd8934263b1200a4ee8a399c220e95156b0
DIST msgpack-1.4.5.gem 86016 BLAKE2B 590226923fd0017a8916b78d87a0a87a006caf1758d563f338371493af2c11ba586a13c7fe1f920e4cfda4a2cf8caa43c679b2709c31cf023f472184234c26c4 SHA512 e750c49c481dbd6bc9c25242f81a86d6ed35895275062cf0928c2929e6c8c354917fa2fcd2a23969cebd650911cf2d244d5d0809ce8252b463c66317f930c64f
DIST msgpack-1.5.1.gem 91136 BLAKE2B b5e75c9788cb02c6b96a8543c90d1e601a188943c971d8acc594031e76b4836d543960a5fb4377f609d0c9ec9411a80653eb4167f07df4cad8f695fb69cbf278 SHA512 8104eae39b3bae29849d05fa34574e0bbc2d29a99665a20f867d4c01b2ce1aa126486bcb7cd7e01733d3ca683f56b93e651e06cf71229f2bc6f6c8e3f4ff39b7
diff --git a/dev-ruby/msgpack/msgpack-1.4.3.ebuild b/dev-ruby/msgpack/msgpack-1.4.3.ebuild
deleted file mode 100644
index 40f2113bb7ce..000000000000
--- a/dev-ruby/msgpack/msgpack-1.4.3.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby26 ruby27 ruby30"
-
-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 ~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 '/git ls-files/d' msgpack.gemspec || die
-}
diff --git a/dev-ruby/msgpack/msgpack-1.4.4.ebuild b/dev-ruby/msgpack/msgpack-1.4.4.ebuild
deleted file mode 100644
index 40f2113bb7ce..000000000000
--- a/dev-ruby/msgpack/msgpack-1.4.4.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby26 ruby27 ruby30"
-
-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 ~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 '/git ls-files/d' msgpack.gemspec || die
-}
next reply other threads:[~2022-05-28 5:39 UTC|newest]
Thread overview: 74+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-28 5:39 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-12 10:46 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/msgpack/ 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-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-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=1653716383.3cd74861f4cca70d9b69d40ec67b1341dc4304e0.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