summaryrefslogtreecommitdiff
path: root/dev-ruby/amq-protocol
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
commitf716a9fe6455d39eef01e718aae68dae61c19704 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-ruby/amq-protocol
parent3f9cf298e89cd5037b982abba06091224ee76daf (diff)
downloadbaldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.gz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.xz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.zip
Adding metadata
Diffstat (limited to 'dev-ruby/amq-protocol')
-rw-r--r--dev-ruby/amq-protocol/Manifest5
-rw-r--r--dev-ruby/amq-protocol/amq-protocol-2.3.3.ebuild29
-rw-r--r--dev-ruby/amq-protocol/amq-protocol-2.3.4.ebuild29
-rw-r--r--dev-ruby/amq-protocol/amq-protocol-2.4.0.ebuild30
-rw-r--r--dev-ruby/amq-protocol/amq-protocol-2.5.0.ebuild30
-rw-r--r--dev-ruby/amq-protocol/amq-protocol-2.5.1.ebuild31
-rw-r--r--dev-ruby/amq-protocol/metadata.xml11
7 files changed, 0 insertions, 165 deletions
diff --git a/dev-ruby/amq-protocol/Manifest b/dev-ruby/amq-protocol/Manifest
deleted file mode 100644
index 27f3ad0c8672..000000000000
--- a/dev-ruby/amq-protocol/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-DIST amq-protocol-2.3.3.gem 46592 BLAKE2B 9da095241e4bb6da624f61269738307ddd6b0620e50507d82e2adc743d1f31cee1383d27019edbc9ab3cd9a7593c7e82703a92fdf882f1c4f65a490987b63304 SHA512 4c8377f65c35d58331c836d2b46548d928048f8e0c7a50438eaf48db4ede1a5610d90aaf45a2bff4992f82ef81381d254ecdfcd7b705e1a3d5d9badf45e441f1
-DIST amq-protocol-2.3.4.gem 46592 BLAKE2B c8bd8ed13040d3b6e0ea0b27b27fe3dbdd8415da61b4c0f05ab87930b963ff93c5aaafb17f677c6a74c37b368c143b189bc0b01c2befa67fba551be0f69a8338 SHA512 08f1364ff0d21538c47f44f567670e54fb6eedf40b3627547a2580c105f6b54799078e8d839e04a100b79382d98aa0ce77b8dffaf50a2a33c32bf0b6356b0c9e
-DIST amq-protocol-2.4.0.gem 53248 BLAKE2B a5b2d5baebea4e0d76aa048b4949a7787b28478190d91ac8a316f66b81edac3b9f462846db0fbf01ae93db27b449b570807e04cd6b21e514beb833e6e4a84d10 SHA512 83f396513cfde378fc4c192ea51f59829dbca77429be2b831bb6c54bfea41ec28645421aec271f8fc0b83bcc4daa58f96c509c4e10308b8d854b598dd0c319c0
-DIST amq-protocol-2.5.0.gem 53760 BLAKE2B bb59de78b90b1536af088d209cbbb8107b01c877604e0488b42e2a8275a061ac6c4582da2fcb603738b5fadf6a6825351b3d70e3e620619abb57b04bd2ceba09 SHA512 1989bcbad14dfa33b5bc8223954d1707bd448fce2c636f92fc19cce8004eac772d2df2b7ac4c386e627d039878ab433c6b6f727e467eaf2b1e27345c7434af21
-DIST amq-protocol-2.5.1.tar.gz 49866 BLAKE2B 34de38582ae1d2d8daa9b3b1f9255a4c29bf9c9fe8885a06aed3d7f5b83da1fcbacaef3f1d5d9b6ef6a767ce631ffde8c26e3d901516b4d23a34432d6f035248 SHA512 c102ae9e01029b9b3f05eb5e52a42886f6ac64335851a2b0002027d9b65c8a033c01515198b898edf697e45b7ca6dd68a48a56df4b224c572982d091dd42fe9e
diff --git a/dev-ruby/amq-protocol/amq-protocol-2.3.3.ebuild b/dev-ruby/amq-protocol/amq-protocol-2.3.3.ebuild
deleted file mode 100644
index 54078af5d826..000000000000
--- a/dev-ruby/amq-protocol/amq-protocol-2.3.3.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby31 ruby32 ruby33 ruby34"
-
-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
-
- # Avoid spec where host is either nil or "" depending on ruby version
- sed -i -e '/falls back to default nil host/ s/it/xit/' spec/amq/uri_parsing_spec.rb || die
-}
diff --git a/dev-ruby/amq-protocol/amq-protocol-2.3.4.ebuild b/dev-ruby/amq-protocol/amq-protocol-2.3.4.ebuild
deleted file mode 100644
index 2640f3d1fb5c..000000000000
--- a/dev-ruby/amq-protocol/amq-protocol-2.3.4.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby32 ruby33 ruby34"
-
-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
-
- # Avoid spec where host is either nil or "" depending on ruby version
- sed -i -e '/falls back to default nil host/ s/it/xit/' spec/amq/uri_parsing_spec.rb || die
-}
diff --git a/dev-ruby/amq-protocol/amq-protocol-2.4.0.ebuild b/dev-ruby/amq-protocol/amq-protocol-2.4.0.ebuild
deleted file mode 100644
index 212a7fa94f17..000000000000
--- a/dev-ruby/amq-protocol/amq-protocol-2.4.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby32 ruby33 ruby34"
-
-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 '/\(gem.*benchmark\|simplecov\|effin_utf8\|byebug\)/ s:^:#:' Gemfile || die
- sed -i -e '/effin_utf8/ s:^:#:' spec/spec_helper.rb || die
-
- # Avoid spec where host is either nil or "" depending on ruby version
- sed -i -e '/falls back to default nil host/ s/it/xit/' spec/amq/uri_parsing_spec.rb || die
-}
diff --git a/dev-ruby/amq-protocol/amq-protocol-2.5.0.ebuild b/dev-ruby/amq-protocol/amq-protocol-2.5.0.ebuild
deleted file mode 100644
index 464dfcc29170..000000000000
--- a/dev-ruby/amq-protocol/amq-protocol-2.5.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby32 ruby33 ruby34 ruby40"
-
-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 '/\(gem.*benchmark\|simplecov\|effin_utf8\|byebug\)/ s:^:#:' Gemfile || die
- sed -i -e '/effin_utf8/ s:^:#:' spec/spec_helper.rb || die
-
- # Avoid spec where host is either nil or "" depending on ruby version
- sed -i -e '/falls back to default nil host/ s/it/xit/' spec/amq/uri_parsing_spec.rb || die
-}
diff --git a/dev-ruby/amq-protocol/amq-protocol-2.5.1.ebuild b/dev-ruby/amq-protocol/amq-protocol-2.5.1.ebuild
deleted file mode 100644
index afe0ac7ed495..000000000000
--- a/dev-ruby/amq-protocol/amq-protocol-2.5.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby32 ruby33 ruby34 ruby40"
-
-RUBY_FAKEGEM_EXTRADOC="ChangeLog.md README.md"
-RUBY_FAKEGEM_GEMSPEC="amq-protocol.gemspec"
-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"
-SRC_URI="https://github.com/ruby-amqp/amq-protocol/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-
-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 '/\(gem.*benchmark\|simplecov\|effin_utf8\|byebug\)/ s:^:#:' Gemfile || die
- sed -i -e '/effin_utf8/ s:^:#:' spec/spec_helper.rb || die
-
- # Avoid spec where host is either nil or "" depending on ruby version
- sed -i -e '/falls back to default nil host/ s/it/xit/' spec/amq/uri_parsing_spec.rb || die
-}
diff --git a/dev-ruby/amq-protocol/metadata.xml b/dev-ruby/amq-protocol/metadata.xml
deleted file mode 100644
index ba71c5472b79..000000000000
--- a/dev-ruby/amq-protocol/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?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">ruby-amqp/amq-protocol</remote-id>
- </upstream>
-</pkgmetadata>