summaryrefslogtreecommitdiff
path: root/dev-ruby/bunny
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 05:48:38 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 05:48:38 -0500
commitbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (patch)
tree0d7a74b4463ee387f9cf9368ceb1b757f694f72a /dev-ruby/bunny
parentf716a9fe6455d39eef01e718aae68dae61c19704 (diff)
downloadbaldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.gz
baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.xz
baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.zip
Revert "Adding metadata"
This reverts commit f716a9fe6455d39eef01e718aae68dae61c19704.
Diffstat (limited to 'dev-ruby/bunny')
-rw-r--r--dev-ruby/bunny/Manifest1
-rw-r--r--dev-ruby/bunny/bunny-2.24.0.ebuild38
-rw-r--r--dev-ruby/bunny/metadata.xml11
3 files changed, 50 insertions, 0 deletions
diff --git a/dev-ruby/bunny/Manifest b/dev-ruby/bunny/Manifest
new file mode 100644
index 000000000000..38d94a0570df
--- /dev/null
+++ b/dev-ruby/bunny/Manifest
@@ -0,0 +1 @@
+DIST bunny-2.24.0.tar.gz 265679 BLAKE2B 8bf662813c87ad00316eb3987e889e3b9d8d5342db08c67a32ce7d69e117426ff2914a0edd987156d9c832ece58009805e18dde67d50e8d5d9f08913ff774231 SHA512 ca829e6d9ba040d24369f13b4b0adbccb90289e56ce87af27437f156b8504c2a1dd2b4579107938b1754815dea868067bcf05946ab2eb1156bf6019de16c08b6
diff --git a/dev-ruby/bunny/bunny-2.24.0.ebuild b/dev-ruby/bunny/bunny-2.24.0.ebuild
new file mode 100644
index 000000000000..71f4c7772249
--- /dev/null
+++ b/dev-ruby/bunny/bunny-2.24.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby31 ruby32 ruby33 ruby34"
+
+# 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"
+
+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
+}
diff --git a/dev-ruby/bunny/metadata.xml b/dev-ruby/bunny/metadata.xml
new file mode 100644
index 000000000000..1cc6333ecf25
--- /dev/null
+++ b/dev-ruby/bunny/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>ruby@gentoo.org</email>
+ <name>Gentoo Ruby Project</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">celldee/bunny</remote-id>
+ </upstream>
+</pkgmetadata>