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 5C12D158086 for ; Thu, 25 Nov 2021 09:10:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A89D6E07B3; Thu, 25 Nov 2021 09:10:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 8B4E4E07B3 for ; Thu, 25 Nov 2021 09:10:19 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E7D2D3430F7 for ; Thu, 25 Nov 2021 09:10:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E1A551F5 for ; Thu, 25 Nov 2021 09:09: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: <1637831394.dd23e8e222e415c43d2aa099ffa3a08b01e7a08a.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/spy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/spy/spy-1.0.1.ebuild X-VCS-Directories: dev-ruby/spy/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: dd23e8e222e415c43d2aa099ffa3a08b01e7a08a X-VCS-Branch: master Date: Thu, 25 Nov 2021 09:09: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: d4e4ab19-a1cd-4a6a-9507-18b40e9019df X-Archives-Hash: 4e44cf5a80744215594adc8041bbd5df commit: dd23e8e222e415c43d2aa099ffa3a08b01e7a08a Author: Hans de Graaff gentoo org> AuthorDate: Thu Nov 25 09:03:43 2021 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Thu Nov 25 09:09:54 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd23e8e2 dev-ruby/spy: cleanup Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/spy/spy-1.0.1.ebuild | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/dev-ruby/spy/spy-1.0.1.ebuild b/dev-ruby/spy/spy-1.0.1.ebuild deleted file mode 100644 index c7879c23402b..000000000000 --- a/dev-ruby/spy/spy-1.0.1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2020 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 CHANGELOG.md" - -inherit multilib 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:0 )" - -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 -}