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: Fri, 20 Dec 2024 06:07:25 +0000 (UTC) [thread overview]
Message-ID: <1734674350.9a6ade7ff2bcb9f4be6891df156c31a9463b2d01.graaff@gentoo> (raw)
commit: 9a6ade7ff2bcb9f4be6891df156c31a9463b2d01
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 20 05:59:10 2024 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Dec 20 05:59:10 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a6ade7f
dev-ruby/debug: drop 1.9.1
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/debug/Manifest | 1 -
dev-ruby/debug/debug-1.9.1.ebuild | 41 ---------------------------------------
2 files changed, 42 deletions(-)
diff --git a/dev-ruby/debug/Manifest b/dev-ruby/debug/Manifest
index a570c3f3df8a..d3769d73b804 100644
--- a/dev-ruby/debug/Manifest
+++ b/dev-ruby/debug/Manifest
@@ -1,3 +1,2 @@
DIST debug-1.10.0.tar.gz 167673 BLAKE2B 839f21645aa4033f61c8bdd1b0837c6ce57060fb038b01288a07588a5a4134b846b2cda2359e6f659ad1816985f7ffbea03b28768ba6a73ceeb77f208aca4d11 SHA512 d09071cc7158876bdc5dbb2f49cae585240de851f6586257898b48787d065050b92a990a541c2bad8fd70c52f83bec432fbed1efee1ee33700c0a3345e2ef16c
-DIST debug-1.9.1.tar.gz 164276 BLAKE2B e34768dfc49230e78ffa7c5277bf80ba9abb34ac82822981e53bfb0326fb5754ae6e66946a8da8589e25aab6f5c388b266acc0a5fdf27392a570c97f90e46ea1 SHA512 eefd074968af7032410f62a0a37792fb261b3d7c1cc759d1838016bcc264baa1f205c935d76f4a8aed7ea892698d80de7db48fba1e0efd067b9b1bac9577be66
DIST debug-1.9.2.tar.gz 167216 BLAKE2B 60696aa1e7fa3bebdfc8015a9a38d804ad64e4725e9fb08ce92c646758cbb2e3e41a7ecd97ed2f5a833a7832d1d8f7e9fe1bbe25667d17724cdc72afe241e27f SHA512 b65e7952f0020f79481273175abc382827283f667c52a29eee4f77303368e65ff71c517f8cd278b011ae81c335281d4303ab83e6c5d5c71cab9784cee56b8c63
diff --git a/dev-ruby/debug/debug-1.9.1.ebuild b/dev-ruby/debug/debug-1.9.1.ebuild
deleted file mode 100644
index 37a040a860ff..000000000000
--- a/dev-ruby/debug/debug-1.9.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# 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_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 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-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"
-
-ruby_add_rdepend "
- >=dev-ruby/irb-1.10
- >=dev-ruby/reline-0.3.8
-"
-
-all_ruby_prepare() {
- sed -e "s:require_relative ':require './:" \
- -e 's/__dir__/"."/' \
- -e 's/git ls-files -z/find * -print0/' \
- -i ${RUBY_FAKEGEM_GEMSPEC} || die
- sed -i -e '/bundler/I s:^:#:' Rakefile || die
-}
next reply other threads:[~2024-12-20 6:07 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-20 6:07 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-20 6:07 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/debug/ Hans de Graaff
2024-11-04 19:35 Fabian Groffen
2024-10-11 9:56 Arthur Zamarin
2024-10-09 6:59 Arthur Zamarin
2024-10-09 5:46 Sam James
2024-10-06 13:31 Arthur Zamarin
2024-10-06 13:30 Arthur Zamarin
2024-05-26 7:50 Hans de Graaff
2024-05-18 8:33 Sam James
2024-05-18 7:59 Sam James
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-04-05 9:42 Hans de Graaff
2024-03-29 8:27 Hans de Graaff
2023-12-26 15:53 Hans de Graaff
2023-12-25 9:02 Hans de Graaff
2023-10-09 5:57 Hans de Graaff
2023-03-29 6:04 Hans de Graaff
2023-03-04 13:02 Hans de Graaff
2023-03-04 13:02 Hans de Graaff
2023-03-04 10:25 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=1734674350.9a6ade7ff2bcb9f4be6891df156c31a9463b2d01.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