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/debug/
Date: Sat,  4 Mar 2023 10:25:10 +0000 (UTC)	[thread overview]
Message-ID: <1677925484.658ad48c641a428a0418c14bcc259756566c351f.graaff@gentoo> (raw)

commit:     658ad48c641a428a0418c14bcc259756566c351f
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 28 08:01:10 2023 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Mar  4 10:24:44 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=658ad48c

dev-ruby/debug: new package, add 1.7.1

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

 dev-ruby/debug/Manifest           |  1 +
 dev-ruby/debug/debug-1.7.1.ebuild | 33 +++++++++++++++++++++++++++++++++
 dev-ruby/debug/metadata.xml       |  8 ++++++++
 3 files changed, 42 insertions(+)

diff --git a/dev-ruby/debug/Manifest b/dev-ruby/debug/Manifest
new file mode 100644
index 000000000000..0d8a5fde9597
--- /dev/null
+++ b/dev-ruby/debug/Manifest
@@ -0,0 +1 @@
+DIST debug-1.7.1.tar.gz 159697 BLAKE2B f3fc6b75c45992ef12d7bc6cbc3d3e65bde782ab399aa5c6643752c7337ab5e31dba5a22b3a36a0b345f3017147aed987b35184c789d8e32d3283cdff0f08a58 SHA512 6ff242862e05c48b2021b128d12c0ad9a6ed67954d0e7a60538eddabeef83253a613c13aac21b5b00516861fc0553351525fb190dfbc196e9da42e217d3b4e93

diff --git a/dev-ruby/debug/debug-1.7.1.ebuild b/dev-ruby/debug/debug-1.7.1.ebuild
new file mode 100644
index 000000000000..6dc149fdd96d
--- /dev/null
+++ b/dev-ruby/debug/debug-1.7.1.ebuild
@@ -0,0 +1,33 @@
+# 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_EXTRADOC="TODO.md README.md"
+
+RUBY_FAKEGEM_BINWRAP=""
+RUBY_FAKEGEM_EXTENSIONS=(ext/debug/extconf.rb)
+RUBY_FAKEGEM_EXTENSION_LIBDIR="lib/debug"
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Debugging functionality for Ruby"
+HOMEPAGE="https://github.com/ruby/debug"
+SRC_URI="https://github.com/ruby/debug/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+SLOT="$(ver_cut 1)"
+
+# Avoid tests for now since the results in a very deep dependency list for ruby32
+#ruby_add_depend "test? ( dev-ruby/rr )"
+RESTRICT="test"
+
+all_ruby_prepare() {
+	sed -i -e "s:require_relative ':require './:" -e 's/__dir__/"."/' ${RUBY_FAKEGEM_GEMSPEC} || die
+	sed -i -e '/bundler/I s:^:#:' Rakefile || die
+}

diff --git a/dev-ruby/debug/metadata.xml b/dev-ruby/debug/metadata.xml
new file mode 100644
index 000000000000..7a38fd1850ff
--- /dev/null
+++ b/dev-ruby/debug/metadata.xml
@@ -0,0 +1,8 @@
+<?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>
+</pkgmetadata>


             reply	other threads:[~2023-03-04 10:25 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-04 10:25 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-03-04 13:02 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/debug/ Hans de Graaff
2023-03-04 13:02 Hans de Graaff
2023-03-29  6:04 Hans de Graaff
2023-10-09  5:57 Hans de Graaff
2023-12-25  9:02 Hans de Graaff
2023-12-26 15:53 Hans de Graaff
2024-03-29  8:27 Hans de Graaff
2024-04-05  9:42 Hans de Graaff
2024-04-30  2:30 Ionen Wolkens
2024-04-30  2:30 Ionen Wolkens
2024-04-30  2:30 Ionen Wolkens
2024-04-30  2:30 Ionen Wolkens
2024-04-30  2:30 Ionen Wolkens
2024-04-30  2:30 Ionen Wolkens
2024-05-18  7:59 Sam James
2024-05-18  8:33 Sam James
2024-05-26  7:50 Hans de Graaff
2024-10-06 13:30 Arthur Zamarin
2024-10-06 13:31 Arthur Zamarin
2024-10-09  5:46 Sam James
2024-10-09  6:59 Arthur Zamarin
2024-10-11  9:56 Arthur Zamarin
2024-11-04 19:35 Fabian Groffen
2024-12-20  6:07 Hans de Graaff
2024-12-20  6:07 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=1677925484.658ad48c641a428a0418c14bcc259756566c351f.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