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: Fri, 29 Mar 2024 08:27:59 +0000 (UTC)	[thread overview]
Message-ID: <1711700858.c601d6148d2b454a737004e6f7e2e36797d47dc5.graaff@gentoo> (raw)

commit:     c601d6148d2b454a737004e6f7e2e36797d47dc5
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 29 08:27:38 2024 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Mar 29 08:27:38 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c601d614

dev-ruby/debug: drop 1.7.1, 1.7.2, 1.8.0

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

 dev-ruby/debug/Manifest           |  3 ---
 dev-ruby/debug/debug-1.7.1.ebuild | 33 ---------------------------------
 dev-ruby/debug/debug-1.7.2.ebuild | 33 ---------------------------------
 dev-ruby/debug/debug-1.8.0.ebuild | 38 --------------------------------------
 4 files changed, 107 deletions(-)

diff --git a/dev-ruby/debug/Manifest b/dev-ruby/debug/Manifest
index 933ba81baf64..4b478c3049c4 100644
--- a/dev-ruby/debug/Manifest
+++ b/dev-ruby/debug/Manifest
@@ -1,4 +1 @@
-DIST debug-1.7.1.tar.gz 159697 BLAKE2B f3fc6b75c45992ef12d7bc6cbc3d3e65bde782ab399aa5c6643752c7337ab5e31dba5a22b3a36a0b345f3017147aed987b35184c789d8e32d3283cdff0f08a58 SHA512 6ff242862e05c48b2021b128d12c0ad9a6ed67954d0e7a60538eddabeef83253a613c13aac21b5b00516861fc0553351525fb190dfbc196e9da42e217d3b4e93
-DIST debug-1.7.2.tar.gz 160575 BLAKE2B b1f2d17f0ecae09113b1a8afeb8d63d07d9ab27f32efb6aab45a9bbfee851bc8068aa5a2cae1a659c4922b4fc1b72d8ff107a16e8b80d740914622032c39b4fe SHA512 b9108e990a66f87d4a18ce7a8bd591601359940e993635bcaa4b2d8a403a3a44dffa5f5380e65cf2335449111bd30ae9ee35dda92578e46afdbbbe7706bb5aa1
-DIST debug-1.8.0.tar.gz 162452 BLAKE2B 7fc81053b47801717325a4db79d9d9be0defb2023485a370e26cda51a7207ef6fc17eb42ffec56123ce7abfb4d9924f15687262e34f6bdc641bdca9f75631cd1 SHA512 c53616fb903395df65badabf3879fced70bbd43f84a684132d493af215ed7f205c5e449e8486773ca7a5ff298f41e7579b1a841b0140ec34839ff3f25b883b7d
 DIST debug-1.9.1.tar.gz 164276 BLAKE2B e34768dfc49230e78ffa7c5277bf80ba9abb34ac82822981e53bfb0326fb5754ae6e66946a8da8589e25aab6f5c388b266acc0a5fdf27392a570c97f90e46ea1 SHA512 eefd074968af7032410f62a0a37792fb261b3d7c1cc759d1838016bcc264baa1f205c935d76f4a8aed7ea892698d80de7db48fba1e0efd067b9b1bac9577be66

diff --git a/dev-ruby/debug/debug-1.7.1.ebuild b/dev-ruby/debug/debug-1.7.1.ebuild
deleted file mode 100644
index ebe6b1deeeb2..000000000000
--- a/dev-ruby/debug/debug-1.7.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# 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 ~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"
-
-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/debug-1.7.2.ebuild b/dev-ruby/debug/debug-1.7.2.ebuild
deleted file mode 100644
index ebe6b1deeeb2..000000000000
--- a/dev-ruby/debug/debug-1.7.2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# 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 ~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"
-
-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/debug-1.8.0.ebuild b/dev-ruby/debug/debug-1.8.0.ebuild
deleted file mode 100644
index a150bb99348c..000000000000
--- a/dev-ruby/debug/debug-1.8.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="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 ~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.5.0
-	>=dev-ruby/reline-0.3.1
-"
-
-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
-}


             reply	other threads:[~2024-03-29  8:28 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-29  8:27 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-12-20  6:07 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
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=1711700858.c601d6148d2b454a737004e6f7e2e36797d47dc5.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