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 EA77D158094 for ; Sun, 14 Aug 2022 06:24:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A6B87E08A8; Sun, 14 Aug 2022 06:24:57 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8325DE08A8 for ; Sun, 14 Aug 2022 06:24:57 +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 6F0A1341355 for ; Sun, 14 Aug 2022 06:24:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E3E2E571 for ; Sun, 14 Aug 2022 06:24:54 +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: <1660458291.0f1631f43e7abe6899492050b503a28a54079685.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rack-test/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/rack-test/rack-test-1.1.0.ebuild X-VCS-Directories: dev-ruby/rack-test/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 0f1631f43e7abe6899492050b503a28a54079685 X-VCS-Branch: master Date: Sun, 14 Aug 2022 06:24:54 +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: 1409ec4f-0639-41f6-a9fa-c50f5f3fa802 X-Archives-Hash: 732a0765ed77b3daf3c14a57f56700d7 commit: 0f1631f43e7abe6899492050b503a28a54079685 Author: Hans de Graaff gentoo org> AuthorDate: Sun Aug 14 06:04:20 2022 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sun Aug 14 06:24:51 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f1631f4 dev-ruby/rack-test: drop 1.1.0 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/rack-test/rack-test-1.1.0.ebuild | 40 ------------------------------- 1 file changed, 40 deletions(-) diff --git a/dev-ruby/rack-test/rack-test-1.1.0.ebuild b/dev-ruby/rack-test/rack-test-1.1.0.ebuild deleted file mode 100644 index 0f5bff84d58f..000000000000 --- a/dev-ruby/rack-test/rack-test-1.1.0.ebuild +++ /dev/null @@ -1,40 +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_RECIPE_TEST="rspec3" - -RUBY_FAKEGEM_EXTRADOC="History.md README.md" - -RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="Rack::Test is a small, simple testing API for Rack apps" -HOMEPAGE="https://github.com/rack-test/rack-test" -SRC_URI="https://github.com/rack-test/rack-test/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="1.0" -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86" -IUSE="" - -ruby_add_rdepend ">=dev-ruby/rack-1.0:*