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 E6E2215801B for ; Sat, 8 Apr 2023 09:41:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 32EB3E087D; Sat, 8 Apr 2023 09:41:04 +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 12202E087D for ; Sat, 8 Apr 2023 09:41:04 +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 EDFC9341085 for ; Sat, 8 Apr 2023 09:41:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A6229A29 for ; Sat, 8 Apr 2023 09:41:00 +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: <1680946857.9a93174427ef2ec2cd1a7ff0d8a529f77bcded72.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/bunny/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/bunny/Manifest dev-ruby/bunny/bunny-2.19.0.ebuild X-VCS-Directories: dev-ruby/bunny/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 9a93174427ef2ec2cd1a7ff0d8a529f77bcded72 X-VCS-Branch: master Date: Sat, 8 Apr 2023 09:41:00 +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: f2f62488-4ca4-415d-b27e-c9a3d1dcc922 X-Archives-Hash: 45481e52f685aa9ff55225393291272b commit: 9a93174427ef2ec2cd1a7ff0d8a529f77bcded72 Author: Hans de Graaff gentoo org> AuthorDate: Sat Apr 8 09:40:47 2023 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sat Apr 8 09:40:57 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a931744 dev-ruby/bunny: drop 2.19.0 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/bunny/Manifest | 1 - dev-ruby/bunny/bunny-2.19.0.ebuild | 39 -------------------------------------- 2 files changed, 40 deletions(-) diff --git a/dev-ruby/bunny/Manifest b/dev-ruby/bunny/Manifest index 41e6abd380d4..6829bbad6867 100644 --- a/dev-ruby/bunny/Manifest +++ b/dev-ruby/bunny/Manifest @@ -1,2 +1 @@ -DIST bunny-2.19.0.tar.gz 208864 BLAKE2B 81d17b98e7fd944aa0ffedc02015c7696f0553888d2c11ccb05cda977b09ca7f79746a1b1a651ca0fbd17fcbf2b56fa297919ea3d03ee77491481ebdaa27baba SHA512 39e9b785853275d469c5af0977ea8a5d0e2e13c5ca0f51dfe39552da728345b9852c637e81ad468f92f089d10fdc701abd8105d0eb336b55a071d3329018b111 DIST bunny-2.20.1.tar.gz 264063 BLAKE2B 03f27d9a7be3995dece690531f2fa4f6e26fdb1b95b8e0c08ddff42ae6b9bf34f149183e993f2357d0e4c91d81f3f2d50af4e693774cfa9033fbd5737a4ee5d1 SHA512 bd07aa86e68d4777860650c817181bb5c772533e1645d451ca0bc7172bf93510e79f8fe46d15cf814ee5f239f2fc361fdef1b20a0ff5194b52b7f1ed953c888e diff --git a/dev-ruby/bunny/bunny-2.19.0.ebuild b/dev-ruby/bunny/bunny-2.19.0.ebuild deleted file mode 100644 index fb2f1ea4fe3c..000000000000 --- a/dev-ruby/bunny/bunny-2.19.0.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -USE_RUBY="ruby26 ruby27 ruby30" - -# Tests require a live AMQP server. -RUBY_FAKEGEM_TASK_TEST="" - -RUBY_FAKEGEM_EXTRADOC="ChangeLog.md README.md" - -RUBY_FAKEGEM_BINWRAP="" - -RUBY_FAKEGEM_GEMSPEC="bunny.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="Another synchronous Ruby AMQP client" -HOMEPAGE="https://github.com/ruby-amqp/bunny" -SRC_URI="https://github.com/ruby-amqp/bunny/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -ruby_add_rdepend " - >=dev-ruby/amq-protocol-2.3.1:2 - >=dev-ruby/sorted_set-1.0.2:0" - -all_ruby_prepare() { - sed -i -e 's/git ls-files --/find */' ${RUBY_FAKEGEM_GEMSPEC} || die -} - -all_ruby_install() { - all_fakegem_install - - dodoc -r examples -}