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 D0D22158091 for ; Sun, 8 May 2022 05:44:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3E76EE0843; Sun, 8 May 2022 05:44:07 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C7817E0833 for ; Sun, 8 May 2022 05:44:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BF90C34163A for ; Sun, 8 May 2022 05:44:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E72C445 for ; Sun, 8 May 2022 05:44:04 +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: <1651988620.cdb65e7d6c0c2fd5e2ae3ae09323f1ad92737a67.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/binding_of_caller/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/binding_of_caller/Manifest dev-ruby/binding_of_caller/binding_of_caller-0.8.0.ebuild dev-ruby/binding_of_caller/binding_of_caller-1.0.0.ebuild X-VCS-Directories: dev-ruby/binding_of_caller/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: cdb65e7d6c0c2fd5e2ae3ae09323f1ad92737a67 X-VCS-Branch: master Date: Sun, 8 May 2022 05:44:04 +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: 1a476de9-1bb8-461f-8103-65fa420b1c75 X-Archives-Hash: 386bbf2d28d2f5f9ba38bb530e1cfd09 commit: cdb65e7d6c0c2fd5e2ae3ae09323f1ad92737a67 Author: Hans de Graaff gentoo org> AuthorDate: Sat May 7 07:04:36 2022 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sun May 8 05:43:40 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdb65e7d dev-ruby/binding_of_caller: drop 0.8.0, 1.0.0 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/binding_of_caller/Manifest | 1 - .../binding_of_caller-0.8.0.ebuild | 26 ------------------- .../binding_of_caller-1.0.0.ebuild | 30 ---------------------- 3 files changed, 57 deletions(-) diff --git a/dev-ruby/binding_of_caller/Manifest b/dev-ruby/binding_of_caller/Manifest index b45105f01e74..edf5c7a36dde 100644 --- a/dev-ruby/binding_of_caller/Manifest +++ b/dev-ruby/binding_of_caller/Manifest @@ -1,2 +1 @@ -DIST binding_of_caller-0.8.0.gem 87552 BLAKE2B 9097fe2dbf1e5ea2361bee94cb83ce8152f7e1357caecf1217b1643be225e21e5aa793e7fccbef5c983d5c204b95e633ded490158dfdd1d4e99fca81c51cb910 SHA512 d6ea4e893415eaf3614b109f8f36c3fa2378da9997d013fccbd0fc1e598886d11f7843023ceed2468184d5b8df01e2329ef16c7af57bc60bbd47304a53b43974 DIST binding_of_caller-1.0.0.tar.gz 7473 BLAKE2B 2a8f3cee555e11c9eeb56935d0ee51deb037ea5fc631b4ef5eb50a831e48ba47c6a94e9104456bd8e6c4910bc76c5bc7e268db7de8c5ed283886b80c3feffd62 SHA512 89c58fec180b7bc25c5124035ed69692961148a3ddcb561643e7b8b1a78c3b103795408b52e70264db7c4b62080991219af977c5b981a135d573ecd56cebebba diff --git a/dev-ruby/binding_of_caller/binding_of_caller-0.8.0.ebuild b/dev-ruby/binding_of_caller/binding_of_caller-0.8.0.ebuild deleted file mode 100644 index a634b5730bdb..000000000000 --- a/dev-ruby/binding_of_caller/binding_of_caller-0.8.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -USE_RUBY="ruby25 ruby26 ruby27" - -RUBY_FAKEGEM_RECIPE_DOC="rdoc" -RUBY_FAKEGEM_EXTRADOC="HISTORY README.md" - -inherit ruby-fakegem - -DESCRIPTION="Retrieve the binding of a method's caller" -HOMEPAGE="https://github.com/banister/binding_of_caller" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="test" - -ruby_add_rdepend ">=dev-ruby/debug_inspector-0.0.1" - -ruby_add_bdepend "test? ( dev-ruby/bacon )" - -each_ruby_test() { - ${RUBY} -S bacon -Itest -rubygems -a -q || die -} diff --git a/dev-ruby/binding_of_caller/binding_of_caller-1.0.0.ebuild b/dev-ruby/binding_of_caller/binding_of_caller-1.0.0.ebuild deleted file mode 100644 index 47de67cdbd75..000000000000 --- a/dev-ruby/binding_of_caller/binding_of_caller-1.0.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -USE_RUBY="ruby25 ruby26 ruby27" - -RUBY_FAKEGEM_EXTRADOC="README.md" -RUBY_FAKEGEM_RECIPE_TEST="rspec3" - -RUBY_FAKEGEM_GEMSPEC="binding_of_caller.gemspec" - -RUBY_FAKEGEM_BINWRAP="" - -inherit ruby-fakegem - -DESCRIPTION="Retrieve the binding of a method's caller" -HOMEPAGE="https://github.com/banister/binding_of_caller" -SRC_URI="https://github.com/banister/binding_of_caller/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="test" - -ruby_add_rdepend ">=dev-ruby/debug_inspector-0.0.1" - -all_ruby_prepare() { - sed -i -e "s:_relative ': './:" -e 's/git ls-files -z/find * -print0/' ${RUBY_FAKEGEM_GEMSPEC} || die - sed -i -e '/bundler/ s:^:#:' spec/spec_helper.rb || die -}