From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DC8E6158B20 for ; Fri, 07 Feb 2025 05:58:41 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id C75F2342FA6 for ; Fri, 07 Feb 2025 05:58:41 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 2D2E3110471; Fri, 07 Feb 2025 05:58:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 1F010110471 for ; Fri, 07 Feb 2025 05:58:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C7183341540 for ; Fri, 07 Feb 2025 05:58:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5CAD0268D for ; Fri, 07 Feb 2025 05:58:36 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1738907899.c61ff7bfdf8562fd1ad9a0995157709299d06cf0.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/msgpack/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/msgpack/Manifest dev-ruby/msgpack/msgpack-1.8.0.ebuild X-VCS-Directories: dev-ruby/msgpack/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: c61ff7bfdf8562fd1ad9a0995157709299d06cf0 X-VCS-Branch: master Date: Fri, 07 Feb 2025 05:58:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b3c730e0-d388-44c9-b48d-887047c7d3f5 X-Archives-Hash: 501b6df5e1d538f50712b19ce51588b4 commit: c61ff7bfdf8562fd1ad9a0995157709299d06cf0 Author: Hans de Graaff gentoo org> AuthorDate: Fri Feb 7 05:48:20 2025 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Fri Feb 7 05:58:19 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c61ff7bf dev-ruby/msgpack: add 1.8.0 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/msgpack/Manifest | 1 + dev-ruby/msgpack/msgpack-1.8.0.ebuild | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+) diff --git a/dev-ruby/msgpack/Manifest b/dev-ruby/msgpack/Manifest index 3161e978c551..d03dac78e29d 100644 --- a/dev-ruby/msgpack/Manifest +++ b/dev-ruby/msgpack/Manifest @@ -1,2 +1,3 @@ DIST msgpack-1.7.3.tar.gz 90204 BLAKE2B 73ca382afe193d8a0f2ec7555bdacdb9c94804eed4a8239a7191462b978f6b6c19b6e4224b4059c42541190a5b4b8ce3a701649a5b2e22557fe719f55c1250ca SHA512 8c81882279217e35c9f060d7111a8fc5faa60d036f4d2bacfe32c12e898d6130f5172164028f884a52929a352bf68e98501b84f55a9fb16ce262600bd92bc3b9 DIST msgpack-1.7.5.tar.gz 90667 BLAKE2B e5da9c1a9ad26afc5623b30e7d7efdbdd440a68146ebfe446e530dc5d5512ae8faa808e33763c7641fc8418716cfdd404af691640c10cc053cc5111904c533a0 SHA512 01706c9a8c668a134fa38d5b270a12e4c298c045cd8dc930f74c6eae84405edb6cb52cfac086df2c5633abd2ee196c544bdebe12b073eb9c2c5308c18865753d +DIST msgpack-1.8.0.tar.gz 92154 BLAKE2B 1f39d6a03e16f48606d3f3bbf088c079d1d5cc9adbd651815defb3bf6e2570a7078cfca3b567fb1f38318de34dcb86b9bf9cb9e191634bff266fb9c9689c82a5 SHA512 69400b6c9df9b080479659b0025db67e09579ed0b06ec772c5f1aa401533ed212f96b616535d5237fe1f8b53989ec4815c4571e57f06c0c493b35eb129f4e29d diff --git a/dev-ruby/msgpack/msgpack-1.8.0.ebuild b/dev-ruby/msgpack/msgpack-1.8.0.ebuild new file mode 100644 index 000000000000..1100da614f54 --- /dev/null +++ b/dev-ruby/msgpack/msgpack-1.8.0.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +USE_RUBY="ruby31 ruby32 ruby33" + +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" + +inherit ruby-fakegem + +DESCRIPTION="Binary-based efficient data interchange format for ruby binding" +HOMEPAGE="https://msgpack.org/" +SRC_URI="https://github.com/msgpack/msgpack-ruby/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" +RUBY_S="${PN}-ruby-${PV}" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~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 -z/find * -print0/' msgpack.gemspec || die +}