From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/bunny/
Date: Sun, 18 Jun 2023 05:01:46 +0000 (UTC) [thread overview]
Message-ID: <1687064163.c2ebead8e7d505a19f829bd4b20a988bc10a3a78.graaff@gentoo> (raw)
commit: c2ebead8e7d505a19f829bd4b20a988bc10a3a78
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 18 04:56:03 2023 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Jun 18 04:56:03 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2ebead8
dev-ruby/bunny: drop 2.20.1
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/bunny/Manifest | 1 -
dev-ruby/bunny/bunny-2.20.1.ebuild | 39 --------------------------------------
2 files changed, 40 deletions(-)
diff --git a/dev-ruby/bunny/Manifest b/dev-ruby/bunny/Manifest
index 38617c48e170..4d0ae7c0681f 100644
--- a/dev-ruby/bunny/Manifest
+++ b/dev-ruby/bunny/Manifest
@@ -1,4 +1,3 @@
-DIST bunny-2.20.1.tar.gz 264063 BLAKE2B 03f27d9a7be3995dece690531f2fa4f6e26fdb1b95b8e0c08ddff42ae6b9bf34f149183e993f2357d0e4c91d81f3f2d50af4e693774cfa9033fbd5737a4ee5d1 SHA512 bd07aa86e68d4777860650c817181bb5c772533e1645d451ca0bc7172bf93510e79f8fe46d15cf814ee5f239f2fc361fdef1b20a0ff5194b52b7f1ed953c888e
DIST bunny-2.20.3.tar.gz 264485 BLAKE2B 593890c68f3be6060e9b77001fd912b83541490d023a22b9699735751a2bed5226b6a2925a15b42dca45c7c1094014382f583923d39ad94bc45c0a7a5b55704f SHA512 fa9d1a0b53875caf798f9422c5f964213b51b11c248b93563b51e9b4d5cfd9ce1e3521df6d7e2442482b5e39afe0d70e9a87564f3189cc3d3debb11014b66fb5
DIST bunny-2.21.0.tar.gz 264687 BLAKE2B f0d7486b3e2b4b17c7e617797f7815828379bef1151a008c0e718ef3560e6386b5d1f6ff4055c5af53a2f045a56955249c2377070c7ef2566de0166a9e7b9827 SHA512 d83e28872bc925df51c8438043f39d75fee5288a9777ea27e2733379661806443bb641cd4c135bce2edd450015c7e7ae2dd572fd1d3d60327c4d15fc685c2a37
DIST bunny-2.22.0.tar.gz 264915 BLAKE2B e6be01665f764637912c6a94429b57f4dbafd57d530210592e6e7155bdf355e86c16704f84ba186393995517a3225c1b47a380a39fe040b9e17c5cbf7cade507 SHA512 1af6b3cc8de1ac3230dd57e5845ed2e06b103e1da179bf91b754e86685113813e6acf3d766e52be0e7e51e9ddd255969f1c045abbaff0d2f2f4a479b1d832314
diff --git a/dev-ruby/bunny/bunny-2.20.1.ebuild b/dev-ruby/bunny/bunny-2.20.1.ebuild
deleted file mode 100644
index 0af75b29bd43..000000000000
--- a/dev-ruby/bunny/bunny-2.20.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="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
-}
next reply other threads:[~2023-06-18 5:01 UTC|newest]
Thread overview: 71+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-18 5:01 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-04 5:02 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/bunny/ Hans de Graaff
2025-03-24 7:17 Hans de Graaff
2025-03-24 7:17 Hans de Graaff
2024-07-02 5:23 Hans de Graaff
2024-01-02 7:06 Hans de Graaff
2023-08-29 17:44 Hans de Graaff
2023-07-12 9:27 Hans de Graaff
2023-06-18 5:01 Hans de Graaff
2023-06-09 8:21 Hans de Graaff
2023-04-08 10:01 Hans de Graaff
2023-04-08 9:41 Hans de Graaff
2022-12-27 6:56 Hans de Graaff
2022-12-07 17:57 Hans de Graaff
2021-10-07 20:32 Sam James
2021-09-01 4:29 Hans de Graaff
2020-09-15 7:33 Hans de Graaff
2020-09-15 7:33 Hans de Graaff
2020-08-23 5:42 Hans de Graaff
2020-08-15 5:36 Hans de Graaff
2020-06-09 6:39 Hans de Graaff
2020-06-09 6:39 Hans de Graaff
2020-04-08 6:18 Hans de Graaff
2020-02-14 7:53 Hans de Graaff
2020-02-13 6:36 Hans de Graaff
2019-09-30 5:44 Hans de Graaff
2019-09-30 5:44 Hans de Graaff
2019-04-25 4:36 Hans de Graaff
2019-03-02 6:59 Hans de Graaff
2019-02-20 6:15 Hans de Graaff
2019-02-20 6:15 Hans de Graaff
2019-01-24 6:58 Hans de Graaff
2018-12-28 7:25 Hans de Graaff
2018-12-04 5:16 Hans de Graaff
2018-09-22 5:47 Hans de Graaff
2018-08-05 20:37 Hans de Graaff
2018-08-05 20:37 Hans de Graaff
2018-06-22 4:32 Hans de Graaff
2018-06-07 4:43 Hans de Graaff
2018-03-01 5:54 Hans de Graaff
2018-03-01 5:54 Hans de Graaff
2018-01-16 6:43 Hans de Graaff
2018-01-10 6:17 Hans de Graaff
2018-01-10 6:17 Hans de Graaff
2017-12-19 6:04 Hans de Graaff
2017-11-04 5:51 Hans de Graaff
2017-09-25 5:23 Hans de Graaff
2017-09-25 5:23 Hans de Graaff
2017-05-12 6:36 Hans de Graaff
2017-04-16 5:25 Hans de Graaff
2017-04-16 5:25 Hans de Graaff
2017-03-09 6:36 Hans de Graaff
2017-03-08 6:32 Hans de Graaff
2017-01-27 20:07 Hans de Graaff
2017-01-27 20:07 Hans de Graaff
2016-12-18 7:45 Hans de Graaff
2016-10-23 5:40 Hans de Graaff
2016-10-15 5:49 Hans de Graaff
2016-10-15 5:49 Hans de Graaff
2016-08-19 5:08 Hans de Graaff
2016-07-25 5:28 Hans de Graaff
2016-06-13 5:16 Hans de Graaff
2016-04-12 4:49 Hans de Graaff
2016-03-08 21:53 Manuel Rüger
2016-02-27 7:00 Hans de Graaff
2015-12-20 20:21 Hans de Graaff
2015-12-20 20:21 Hans de Graaff
2015-11-09 6:21 Hans de Graaff
2015-09-06 6:23 Hans de Graaff
2015-08-14 6:35 Hans de Graaff
2015-08-14 6:35 Hans de Graaff
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1687064163.c2ebead8e7d505a19f829bd4b20a988bc10a3a78.graaff@gentoo \
--to=graaff@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox