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 61CD715808B for ; Sun, 17 Apr 2022 06:57:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A81C4E096B; Sun, 17 Apr 2022 06:57:10 +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 44830E0938 for ; Sun, 17 Apr 2022 06:57:10 +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 5279934183F for ; Sun, 17 Apr 2022 06:57:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F420C3FB for ; Sun, 17 Apr 2022 06:57:05 +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: <1650178608.e685458a868f914beb04c00d5f3fa7235e9d0869.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/test_construct/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/test_construct/test_construct-2.0.2.ebuild X-VCS-Directories: dev-ruby/test_construct/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: e685458a868f914beb04c00d5f3fa7235e9d0869 X-VCS-Branch: master Date: Sun, 17 Apr 2022 06:57:05 +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: 144952cc-b701-46a5-8196-fc11362f6f89 X-Archives-Hash: 602ca3a7892a838fdbf328e068d6a0dc commit: e685458a868f914beb04c00d5f3fa7235e9d0869 Author: Hans de Graaff gentoo org> AuthorDate: Sun Apr 17 06:48:09 2022 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sun Apr 17 06:56:48 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e685458a dev-ruby/test_construct: drop 2.0.2 Signed-off-by: Hans de Graaff gentoo.org> .../test_construct/test_construct-2.0.2.ebuild | 28 ---------------------- 1 file changed, 28 deletions(-) diff --git a/dev-ruby/test_construct/test_construct-2.0.2.ebuild b/dev-ruby/test_construct/test_construct-2.0.2.ebuild deleted file mode 100644 index 25b5c4ee4d30..000000000000 --- a/dev-ruby/test_construct/test_construct-2.0.2.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -USE_RUBY="ruby24 ruby25 ruby26 ruby27" - -RUBY_FAKEGEM_RECIPE_DOC="rdoc" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" - -inherit ruby-fakegem - -DESCRIPTION="Creates temporary files and directories for testing" -HOMEPAGE="https://github.com/bhb/test_construct" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86" -IUSE="" - -ruby_add_bdepend "test? ( - >=dev-ruby/minitest-5.0.8 - >=dev-ruby/mocha-0.14.0 - dev-ruby/rspec:3 -)" - -all_ruby_prepare() { - sed -i -e '/bundler/ s:^:#:' Rakefile || die -}