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/mutex_m/
Date: Thu, 28 Dec 2023 10:26:13 +0000 (UTC)	[thread overview]
Message-ID: <1703759170.74df8bd6b4d5f199a970229e6aa46f2fb4f8c48b.graaff@gentoo> (raw)

commit:     74df8bd6b4d5f199a970229e6aa46f2fb4f8c48b
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 28 10:25:06 2023 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Dec 28 10:26:10 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74df8bd6

dev-ruby/mutex_m: new package, add 0.2.0

Ruby default gem that will no longer be shipped with Ruby 3.4.

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

 dev-ruby/mutex_m/Manifest             |  1 +
 dev-ruby/mutex_m/metadata.xml         | 12 ++++++++++++
 dev-ruby/mutex_m/mutex_m-0.2.0.ebuild | 25 +++++++++++++++++++++++++
 3 files changed, 38 insertions(+)

diff --git a/dev-ruby/mutex_m/Manifest b/dev-ruby/mutex_m/Manifest
new file mode 100644
index 000000000000..7edcf85a3ab1
--- /dev/null
+++ b/dev-ruby/mutex_m/Manifest
@@ -0,0 +1 @@
+DIST mutex_m-0.2.0.tar.gz 4199 BLAKE2B 853b68f856d43ac7172e9c4fc8dd144282e6879b75bdcb223c40ca0433e22c21e2343cb949c19d6aaafb9208650001b011e12954321e1223f40a3bbb62a8fbde SHA512 aba0c77ac7663925a856621dad89ed6afd9a70697373bbffa0c335a9aef4774c4114b45e4addd747fe2b751af689c2710e549398aa80176970c612d570730ee7

diff --git a/dev-ruby/mutex_m/metadata.xml b/dev-ruby/mutex_m/metadata.xml
new file mode 100644
index 000000000000..420f235d2335
--- /dev/null
+++ b/dev-ruby/mutex_m/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="project">
+    <email>ruby@gentoo.org</email>
+    <name>Gentoo Ruby Project</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="github">ruby/mutex_m</remote-id>
+    <remote-id type="rubygems">mutex_m</remote-id>
+  </upstream>
+</pkgmetadata>

diff --git a/dev-ruby/mutex_m/mutex_m-0.2.0.ebuild b/dev-ruby/mutex_m/mutex_m-0.2.0.ebuild
new file mode 100644
index 000000000000..d06d22d412e7
--- /dev/null
+++ b/dev-ruby/mutex_m/mutex_m-0.2.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2023 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"
+IUSE=""
+
+all_ruby_prepare() {
+	sed -e 's:_relative ": "./:' \
+		-i ${RUBY_FAKEGEM_GEMSPEC} || die
+}


             reply	other threads:[~2023-12-28 10:26 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-28 10:26 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-23  3:34 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/mutex_m/ Hans de Graaff
2024-11-22  7:47 Hans de Graaff
2025-03-19 16:42 Michał Górny
2025-03-19 19:09 Sam James
2025-03-19 19:09 Sam James
2025-03-23  6:51 Arthur Zamarin

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=1703759170.74df8bd6b4d5f199a970229e6aa46f2fb4f8c48b.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