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 B2012158004 for ; Sun, 27 Aug 2023 17:59:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E9BAF2BC11D; Sun, 27 Aug 2023 17:59:07 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 D3BB72BC11D for ; Sun, 27 Aug 2023 17:59:07 +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 243C5340D2F for ; Sun, 27 Aug 2023 17:59:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4989110C6 for ; Sun, 27 Aug 2023 17:59: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: <1693159140.c4984b9fb0d9e0722ea8b620c305d199e5e7f678.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/amq-protocol/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/amq-protocol/amq-protocol-2.3.2.ebuild X-VCS-Directories: dev-ruby/amq-protocol/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: c4984b9fb0d9e0722ea8b620c305d199e5e7f678 X-VCS-Branch: master Date: Sun, 27 Aug 2023 17:59: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: 1218436b-b57d-4b5b-84b6-fc2f51557eee X-Archives-Hash: 7f7ac96285fd53c98c6891355151ab4c commit: c4984b9fb0d9e0722ea8b620c305d199e5e7f678 Author: Hans de Graaff gentoo org> AuthorDate: Sun Aug 27 17:58:37 2023 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sun Aug 27 17:59:00 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4984b9f dev-ruby/amq-protocol: drop 2.3.2 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/amq-protocol/amq-protocol-2.3.2.ebuild | 26 ------------------------- 1 file changed, 26 deletions(-) diff --git a/dev-ruby/amq-protocol/amq-protocol-2.3.2.ebuild b/dev-ruby/amq-protocol/amq-protocol-2.3.2.ebuild deleted file mode 100644 index e56d6a9ac602..000000000000 --- a/dev-ruby/amq-protocol/amq-protocol-2.3.2.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -USE_RUBY="ruby26 ruby27 ruby30 ruby31" - -RUBY_FAKEGEM_EXTRADOC="ChangeLog.md README.md" - -RUBY_FAKEGEM_RECIPE_TEST="rspec3" - -inherit ruby-fakegem - -DESCRIPTION="An AMQP 0.9.1 serialization library for Ruby" -HOMEPAGE="https://github.com/ruby-amqp/amq-protocol" - -LICENSE="MIT" -SLOT="2" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -ruby_add_bdepend "test? ( dev-ruby/bundler dev-ruby/rspec-its )" - -all_ruby_prepare() { - sed -i -e '/\(simplecov\|effin_utf8\|byebug\)/ s:^:#:' Gemfile || die - sed -i -e '/effin_utf8/ s:^:#:' spec/spec_helper.rb || die -}