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: Sat,  5 Oct 2024 07:00:55 +0000 (UTC)	[thread overview]
Message-ID: <1728111243.f8fd9fc38bf33808acff2f2f05d2dff7bd3c19a7.graaff@gentoo> (raw)

commit:     f8fd9fc38bf33808acff2f2f05d2dff7bd3c19a7
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  5 06:54:03 2024 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Oct  5 06:54:03 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8fd9fc3

dev-ruby/msgpack: drop 1.7.1

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

 dev-ruby/msgpack/Manifest             |  1 -
 dev-ruby/msgpack/msgpack-1.7.1.ebuild | 36 -----------------------------------
 2 files changed, 37 deletions(-)

diff --git a/dev-ruby/msgpack/Manifest b/dev-ruby/msgpack/Manifest
index 00f0b045cf51..d367ef293f26 100644
--- a/dev-ruby/msgpack/Manifest
+++ b/dev-ruby/msgpack/Manifest
@@ -1,3 +1,2 @@
-DIST msgpack-1.7.1.tar.gz 89373 BLAKE2B c8f1a9312e8a3610ecb3d41aa5f375efb0f059af29419f8be8879865e5b67578c6ea5e684ea4828aac4c7f636e613b720cb79e5e092500f72210fb783c457cc5 SHA512 31d9262f4f9b2537e6982aa72b3d7c50d90a95422f8636425448eb160412eb39e34888d584eb5286cf3f69317c0c81c2a2360f6b633f771701603a6cec7849e4
 DIST msgpack-1.7.2.tar.gz 90108 BLAKE2B e5630ed36b9e6574bdd6c823afc15958d3b2a58e0e43738c84595d017274d7fc2761d0b4baac2fc8b5ba5ef0f6e1bf78e8c448ef81aa9841c8b3f875bb67c90e SHA512 c7ecf8031644c87debf6fab7d6b358a80cccefe4c0c795695056e5e82b1138641a5b94ea05b2b6edf20de2621ac59c059dce6a627a254742fbca8f73f0110c10
 DIST msgpack-1.7.3.tar.gz 90204 BLAKE2B 73ca382afe193d8a0f2ec7555bdacdb9c94804eed4a8239a7191462b978f6b6c19b6e4224b4059c42541190a5b4b8ce3a701649a5b2e22557fe719f55c1250ca SHA512 8c81882279217e35c9f060d7111a8fc5faa60d036f4d2bacfe32c12e898d6130f5172164028f884a52929a352bf68e98501b84f55a9fb16ce262600bd92bc3b9

diff --git a/dev-ruby/msgpack/msgpack-1.7.1.ebuild b/dev-ruby/msgpack/msgpack-1.7.1.ebuild
deleted file mode 100644
index 58f5c86c409b..000000000000
--- a/dev-ruby/msgpack/msgpack-1.7.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby30 ruby31 ruby32"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_EXTRADOC="ChangeLog README.md"
-RUBY_FAKEGEM_BINWRAP=""
-RUBY_FAKEGEM_EXTENSIONS=(ext/msgpack/extconf.rb)
-RUBY_FAKEGEM_EXTENSION_LIBDIR="lib/msgpack"
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-RUBY_S="${PN}-ruby-${PV}"
-inherit ruby-fakegem
-
-DESCRIPTION="Binary-based efficient data interchange format for ruby binding"
-HOMEPAGE="https://msgpack.org/"
-# In 1.6.1, they stopped shipping the specs in the gem :(
-# https://github.com/msgpack/msgpack-ruby/commit/9cbcd0b28527af5ca755f34dfb370e3f4474d129 
-# (https://github.com/msgpack/msgpack-ruby/pull/311)
-SRC_URI="https://github.com/msgpack/msgpack-ruby/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-
-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:[~2024-10-05  7:01 UTC|newest]

Thread overview: 76+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-05  7:00 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-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-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=1728111243.f8fd9fc38bf33808acff2f2f05d2dff7bd3c19a7.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