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/mkmf-lite/
Date: Mon, 30 Sep 2024 05:35:54 +0000 (UTC)	[thread overview]
Message-ID: <1727674321.f4834f0c041564ffea5576bbe7a464faa3999707.graaff@gentoo> (raw)

commit:     f4834f0c041564ffea5576bbe7a464faa3999707
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 30 05:32:01 2024 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Sep 30 05:32:01 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4834f0c

dev-ruby/mkmf-lite: add 0.7.1

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

 dev-ruby/mkmf-lite/Manifest               |  1 +
 dev-ruby/mkmf-lite/mkmf-lite-0.7.1.ebuild | 25 +++++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/dev-ruby/mkmf-lite/Manifest b/dev-ruby/mkmf-lite/Manifest
index 7714ce990f4a..3054cae5c0ca 100644
--- a/dev-ruby/mkmf-lite/Manifest
+++ b/dev-ruby/mkmf-lite/Manifest
@@ -1,2 +1,3 @@
 DIST mkmf-lite-0.6.0.gem 20992 BLAKE2B fb52c99be00693409838a437a0715954551e9a9aecfad752d3e3f635d0b7992625d008a58da5b4b20bd03344d2cd861fc593d94bcb4a85012346eb534f5f851a SHA512 3baab933a75297dec89a254ffe33190bc991d7a6499b8cdf9abe612cb9837d2bcad8746aa008d394d910257518dc24cac6cd3c5adb6ed1f481088636e585d66f
 DIST mkmf-lite-0.7.0.gem 20992 BLAKE2B d94fe1ee149e469908a74a4b71241ffca1a66d44eddedca4508096948b8a80d2106e78b686c71a58cdca72b672adabc1a6f692c3ea4d2b3e6edeedac1e5521e1 SHA512 d3c420d4b6bd51d9e7d4df519f686842d30fdc6e88bf12ffdb164f562c4ebafd8fa40e2044471798e0501879f50c2ed8c7aadc0a265b64f595d41faf3a7d5cbe
+DIST mkmf-lite-0.7.1.gem 20992 BLAKE2B fe24a3733bd781ddf4ed382d1f0a27777866211021d36547136a579121fe65aeea224a0aa8e2751636a117ccfa0f07b04323b78aba7825555d730080d2604f7a SHA512 0a34e604ce09f1e2d15804d38bb7fe9eecf4b105ef1090dac514c89b0ef183bf62c066c584d39282cb08ca101b864c3a36d0591441105dec07fbfe9660f20894

diff --git a/dev-ruby/mkmf-lite/mkmf-lite-0.7.1.ebuild b/dev-ruby/mkmf-lite/mkmf-lite-0.7.1.ebuild
new file mode 100644
index 000000000000..f19807d8959d
--- /dev/null
+++ b/dev-ruby/mkmf-lite/mkmf-lite-0.7.1.ebuild
@@ -0,0 +1,25 @@
+# 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_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="light version of the the mkmf library designed for use as a library"
+HOMEPAGE="https://github.com/djberg96/mkmf-lite"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+ruby_add_rdepend "
+	=dev-ruby/memoist-0.16* >=dev-ruby/memoist-0.16.2
+	>=dev-ruby/ptools-1.4 <dev-ruby/ptools-2.0
+"


             reply	other threads:[~2024-09-30  5:35 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-30  5:35 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-14  5:50 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/mkmf-lite/ Hans de Graaff
2024-06-25  3:35 Sam James
2024-06-15  7:10 Sam James
2024-01-01  9:32 Hans de Graaff
2024-01-01  9:32 Hans de Graaff
2023-12-06 17:57 Ionen Wolkens
2023-12-01 20:28 Arthur Zamarin
2023-09-29  7:38 Sam James
2023-09-28  1:00 Sam James
2023-09-28  0:21 Sam James
2023-09-28  0:21 Sam James
2023-09-27 13:56 Hans de Graaff
2023-09-10  2:29 Robin H. Johnson

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=1727674321.f4834f0c041564ffea5576bbe7a464faa3999707.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