From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (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 8F2F81581EC for ; Fri, 22 Nov 2024 07:47:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F969E07D9; Fri, 22 Nov 2024 07:47:14 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5F2AAE07D9 for ; Fri, 22 Nov 2024 07:47:14 +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 53FAD342FB5 for ; Fri, 22 Nov 2024 07:47:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE6FD1295 for ; Fri, 22 Nov 2024 07:47:11 +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: <1732261615.c7d32998f7eb7806df5c08d10ac622950e33fba6.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/mutex_m/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/mutex_m/Manifest dev-ruby/mutex_m/mutex_m-0.3.0.ebuild X-VCS-Directories: dev-ruby/mutex_m/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: c7d32998f7eb7806df5c08d10ac622950e33fba6 X-VCS-Branch: master Date: Fri, 22 Nov 2024 07:47:11 +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: ffce5671-b575-4b6b-8591-4a403a010527 X-Archives-Hash: 73f4290081c958d7a0f0c8507b25a759 commit: c7d32998f7eb7806df5c08d10ac622950e33fba6 Author: Hans de Graaff gentoo org> AuthorDate: Thu Nov 21 07:06:34 2024 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Fri Nov 22 07:46:55 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7d32998 dev-ruby/mutex_m: add 0.3.0 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/mutex_m/Manifest | 1 + dev-ruby/mutex_m/mutex_m-0.3.0.ebuild | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/dev-ruby/mutex_m/Manifest b/dev-ruby/mutex_m/Manifest index 7edcf85a3ab1..a757143bb0f1 100644 --- a/dev-ruby/mutex_m/Manifest +++ b/dev-ruby/mutex_m/Manifest @@ -1 +1,2 @@ DIST mutex_m-0.2.0.tar.gz 4199 BLAKE2B 853b68f856d43ac7172e9c4fc8dd144282e6879b75bdcb223c40ca0433e22c21e2343cb949c19d6aaafb9208650001b011e12954321e1223f40a3bbb62a8fbde SHA512 aba0c77ac7663925a856621dad89ed6afd9a70697373bbffa0c335a9aef4774c4114b45e4addd747fe2b751af689c2710e549398aa80176970c612d570730ee7 +DIST mutex_m-0.3.0.tar.gz 6646 BLAKE2B e02ee9b6b91d4c992035b1a21a82db3f14d4790ecee8461d8c04447728353c7ccb711bfa0a5b9057d14a6b8a32f5bcf2c490a818fe7981283e15c1a402b401dd SHA512 f59a937f09c8f34e741a201fcf5eca0e2c1648df679e38c267267b626288c451df79b530653e1909502e6f6b951e97f62e94c45a70a8a112aad7cedb3ab9fe8a diff --git a/dev-ruby/mutex_m/mutex_m-0.3.0.ebuild b/dev-ruby/mutex_m/mutex_m-0.3.0.ebuild new file mode 100644 index 000000000000..2cbf5ee9c2e3 --- /dev/null +++ b/dev-ruby/mutex_m/mutex_m-0.3.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +USE_RUBY="ruby31 ruby32 ruby33" + +RUBY_FAKEGEM_BINWRAP="" +RUBY_FAKEGEM_EXTRADOC="README.md" +RUBY_FAKEGEM_GEMSPEC="mutex_m.gemspec" + +inherit ruby-fakegem + +DESCRIPTION="Mixin to extend objects to be handled like a Mutex" +HOMEPAGE="https://github.com/ruby/mutex_m" +SRC_URI="https://github.com/ruby/mutex_m/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD-2" +SLOT="$(ver_cut 1-2)" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" + +all_ruby_prepare() { + sed -e 's:_relative ": "./:' \ + -i ${RUBY_FAKEGEM_GEMSPEC} || die +}