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 2E20115808E for ; Fri, 22 Apr 2022 06:56:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7CD0E0961; Fri, 22 Apr 2022 06:56:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 2E147E0965 for ; Fri, 22 Apr 2022 06:56:05 +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 8BC42341E4E for ; Fri, 22 Apr 2022 06:56:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DCCC1435 for ; Fri, 22 Apr 2022 06:55:59 +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: <1650610552.9ea81fa1c6127ee5c150b561f862632e9bcbbd1d.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/spy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/spy/Manifest dev-ruby/spy/spy-1.0.1-r1.ebuild X-VCS-Directories: dev-ruby/spy/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 9ea81fa1c6127ee5c150b561f862632e9bcbbd1d X-VCS-Branch: master Date: Fri, 22 Apr 2022 06:55:59 +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: a88865a5-ed4f-46b4-a093-d59b2ae2e0a8 X-Archives-Hash: bf19e5f5a71112403b1d0a03a4a6c02c commit: 9ea81fa1c6127ee5c150b561f862632e9bcbbd1d Author: Hans de Graaff gentoo org> AuthorDate: Fri Apr 22 06:33:42 2022 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Fri Apr 22 06:55:52 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ea81fa1 dev-ruby/spy: drop 1.0.1-r1 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/spy/Manifest | 1 - dev-ruby/spy/spy-1.0.1-r1.ebuild | 23 ----------------------- 2 files changed, 24 deletions(-) diff --git a/dev-ruby/spy/Manifest b/dev-ruby/spy/Manifest index f9393c41af82..9257658d7eef 100644 --- a/dev-ruby/spy/Manifest +++ b/dev-ruby/spy/Manifest @@ -1,2 +1 @@ -DIST spy-1.0.1.gem 33280 BLAKE2B cd5f0b6f74da5f693b2718ba7021359fe9292455ffc2c79510efce1fd40f84ffc49b92ea78d449e9722ee00c1d804e82ba88b3481c0297e58c0d7a8c177dbc85 SHA512 c9d7060b92f748897b2a5421df13024047c7418c1e0ba8e83b84d1a27372dcb2ed70fe2021ef23dee86f45dc5c326adb55a5ffbdc4f78895b2c6cf31838cc335 DIST spy-1.0.2.gem 34304 BLAKE2B 5019af0919d2015c82fc5c4e45b0ca98757294d747923ea68dfc24916d96667d5c118d628ebface8cd69d78ec4b558312c4ef9294b6b14e89e136cc75ac4c8f5 SHA512 df0bd3b95e534ca578ef612ef4afc5fa086504b7080fd187917f1b03548a140b1fa4b9d376760c41a9a7838c002c4a5606dedf13411dedbeba9d284fc4f981b9 diff --git a/dev-ruby/spy/spy-1.0.1-r1.ebuild b/dev-ruby/spy/spy-1.0.1-r1.ebuild deleted file mode 100644 index 87603d6939fa..000000000000 --- a/dev-ruby/spy/spy-1.0.1-r1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -USE_RUBY="ruby26 ruby27 ruby30" - -RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md" - -inherit ruby-fakegem - -DESCRIPTION="A simple opinionated mocking framework" -HOMEPAGE="https://github.com/ryanong/spy" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm64" -IUSE="" - -ruby_add_bdepend "test? ( dev-ruby/minitest )" - -all_ruby_prepare() { - sed -i -e "/bundler/d" -e "/pry/d" -e "/[Cc]overalls/d" -e '/[Rr]eporters/d' Rakefile test/test_helper.rb || die -}