From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 536D315802F for ; Sat, 4 Mar 2023 10:25:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4892AE08BB; Sat, 4 Mar 2023 10:25:14 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3246CE08A8 for ; Sat, 4 Mar 2023 10:25:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 77308341345 for ; Sat, 4 Mar 2023 10:25:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 142B28E3 for ; Sat, 4 Mar 2023 10:25:10 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1677925484.658ad48c641a428a0418c14bcc259756566c351f.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/debug/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/debug/Manifest dev-ruby/debug/debug-1.7.1.ebuild dev-ruby/debug/metadata.xml X-VCS-Directories: dev-ruby/debug/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 658ad48c641a428a0418c14bcc259756566c351f X-VCS-Branch: master Date: Sat, 4 Mar 2023 10:25:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 16bea956-53fe-4d1a-bc94-72de458ac131 X-Archives-Hash: 4576f41c546427d79ef94542fc11b004 commit: 658ad48c641a428a0418c14bcc259756566c351f Author: Hans de Graaff gentoo org> AuthorDate: Tue Feb 28 08:01:10 2023 +0000 Commit: Hans de Graaff gentoo 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 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 @@ + + + + + ruby@gentoo.org + Gentoo Ruby Project + +