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 6F572158086 for ; Fri, 26 Nov 2021 08:17:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 781EE2BC063; Fri, 26 Nov 2021 08:17:09 +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 481CF2BC062 for ; Fri, 26 Nov 2021 08:17:09 +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 5CF4834337D for ; Fri, 26 Nov 2021 08:17:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BEA47202 for ; Fri, 26 Nov 2021 08:17: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: <1637914617.7f6e6d86907b91bc322ebc673f2aa76024cb6e5a.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/test-unit-rr/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/test-unit-rr/test-unit-rr-1.0.5.ebuild X-VCS-Directories: dev-ruby/test-unit-rr/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 7f6e6d86907b91bc322ebc673f2aa76024cb6e5a X-VCS-Branch: master Date: Fri, 26 Nov 2021 08:17: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: 8624eb93-2ac4-455b-81f4-5d2dab7b0c4b X-Archives-Hash: 5cd00e5d2d7be8173bfa2d2d03cba9d0 commit: 7f6e6d86907b91bc322ebc673f2aa76024cb6e5a Author: Hans de Graaff gentoo org> AuthorDate: Fri Nov 26 08:09:45 2021 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Fri Nov 26 08:16:57 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f6e6d86 dev-ruby/test-unit-rr: cleanup Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/test-unit-rr/test-unit-rr-1.0.5.ebuild | 27 ------------------------- 1 file changed, 27 deletions(-) diff --git a/dev-ruby/test-unit-rr/test-unit-rr-1.0.5.ebuild b/dev-ruby/test-unit-rr/test-unit-rr-1.0.5.ebuild deleted file mode 100644 index bc5f583b5228..000000000000 --- a/dev-ruby/test-unit-rr/test-unit-rr-1.0.5.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -USE_RUBY="ruby24 ruby25 ruby26 ruby27" - -RUBY_FAKEGEM_TASK_TEST="" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="README.md" - -inherit ruby-fakegem - -DESCRIPTION="RR adapter for Test::Unit" -HOMEPAGE="https://github.com/test-unit/test-unit-rr" - -LICENSE="LGPL-2.1+" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 sparc x86" -IUSE="" - -ruby_add_rdepend ">=dev-ruby/rr-1.1.1 >=dev-ruby/test-unit-2.5.2" - -each_ruby_test() { - ${RUBY} test/run-test.rb || die -}