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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3284C158094 for ; Sat, 25 Jun 2022 07:29:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 42E4EE07DB; Sat, 25 Jun 2022 07:29:33 +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 26400E07DB for ; Sat, 25 Jun 2022 07:29:33 +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 01609341857 for ; Sat, 25 Jun 2022 07:29:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4EE824FF for ; Sat, 25 Jun 2022 07:29:30 +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: <1656142116.78ea3526e1ff165b73cf2f7e30b0849357e4b596.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/minispec-metadata/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/minispec-metadata/minispec-metadata-3.3.1.ebuild X-VCS-Directories: dev-ruby/minispec-metadata/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 78ea3526e1ff165b73cf2f7e30b0849357e4b596 X-VCS-Branch: master Date: Sat, 25 Jun 2022 07:29:30 +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: ed116ed3-ebe8-4bf9-866b-08df71122002 X-Archives-Hash: 7252caf76481c62a7610c67bbd3129ef commit: 78ea3526e1ff165b73cf2f7e30b0849357e4b596 Author: Hans de Graaff gentoo org> AuthorDate: Sat Jun 25 07:27:54 2022 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sat Jun 25 07:28:36 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78ea3526 dev-ruby/minispec-metadata: drop 3.3.1 Signed-off-by: Hans de Graaff gentoo.org> .../minispec-metadata-3.3.1.ebuild | 23 ---------------------- 1 file changed, 23 deletions(-) diff --git a/dev-ruby/minispec-metadata/minispec-metadata-3.3.1.ebuild b/dev-ruby/minispec-metadata/minispec-metadata-3.3.1.ebuild deleted file mode 100644 index 7e8bf819e44c..000000000000 --- a/dev-ruby/minispec-metadata/minispec-metadata-3.3.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="ruby24 ruby25 ruby26 ruby27" - -RUBY_FAKEGEM_EXTRADOC="README.md" - -inherit ruby-fakegem - -DESCRIPTION="Define and access metadata in MiniTest::Spec descriptions and specs" -HOMEPAGE="https://github.com/ordinaryzelig/minispec-metadata" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="" - -ruby_add_rdepend "dev-ruby/minitest" - -all_ruby_prepare() { - sed -i -e '/\(bundler\|awesome_print\)/ s:^:#:' Rakefile spec/helper.rb || die -}